Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not gratuitously waste space | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | if we really want the type connection to be translated by translate() call in | Thierry Vignaud | 2003-07-21 | 1 | -0/+2 |
| | | | | | step_2, we should mark it as translatable for gettext somewhere ... | ||||
* | fix final success message: | Thierry Vignaud | 2003-07-21 | 1 | -2/+2 |
| | | | | | | - fix join usage - fix gtk frontend detection | ||||
* | do not loop if one refuse to save changes, just skip the save step | Thierry Vignaud | 2003-07-21 | 1 | -9/+3 |
| | |||||
* | keep user changes on back step | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | fix no previous button when using ask_okcancel() in wizard mode due to *very* | Thierry Vignaud | 2003-07-21 | 1 | -19/+30 |
| | | | | | | | | | | | | | | | ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm anyway, the whole pre_func() idea was totally dumb it now looks a little cleaner making all main configuration callbacks having the same prototype and name would enable further cleanups (direct call to network::$net_module{$type}::configure(...);) | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-07-21 | 1 | -1/+9 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-07-21 | 1 | -1/+96 |
| | |||||
* | avoid src package to be seen in tree. | Francois Pons | 2003-07-21 | 1 | -0/+1 |
| | |||||
* | fixed setSelectedFromCompssList (updated with newer perl-URPM interface), | Francois Pons | 2003-07-21 | 1 | -17/+9 |
| | | | | | more need to be done. maybe increased speed of unselectAllPackages. | ||||
* | fix checks loading | Thierry Vignaud | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | fix checks setting | Thierry Vignaud | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | 9.2-0.18mdk | Thierry Vignaud | 2003-07-19 | 1 | -1/+6 |
| | |||||
* | fix config load | Thierry Vignaud | 2003-07-19 | 1 | -7/+10 |
| | |||||
* | sort functions & checks when writing configuration | Thierry Vignaud | 2003-07-19 | 1 | -2/+2 |
| | |||||
* | add bug ref | Thierry Vignaud | 2003-07-18 | 1 | -1/+1 |
| | |||||
* | only catch real wrong callees | Thierry Vignaud | 2003-07-18 | 1 | -1/+1 |
| | |||||
* | sync translation with stock item | Thierry Vignaud | 2003-07-18 | 1 | -1/+2 |
| | |||||
* | first 9.2-0.17mdk bits | Thierry Vignaud | 2003-07-18 | 1 | -1/+6 |
| | |||||
* | now that we display localized descriptions instead of raw function | Thierry Vignaud | 2003-07-18 | 1 | -3/+3 |
| | | | | | names, we've to sort the formers instead of sorting the laters | ||||
* | fix preferences loading & saving | Thierry Vignaud | 2003-07-18 | 1 | -4/+4 |
| | |||||
* | trying to follow the sucking of titi... | Francois Pons | 2003-07-18 | 1 | -1/+1 |
| | | | | | use perl-Gtk2 and perl-Glib files. | ||||
* | new binding returns a list intead of an array ref | Thierry Vignaud | 2003-07-18 | 1 | -3/+3 |
| | |||||
* | one more bit for 0.16mdk | Thierry Vignaud | 2003-07-17 | 1 | -0/+1 |
| | |||||
* | do not exit the whole app when one destroy a dialog | Thierry Vignaud | 2003-07-17 | 1 | -1/+0 |
| | |||||
* | 9.2-0.16mdk | Thierry Vignaud | 2003-07-17 | 1 | -1/+22 |
| | |||||
* | (_create_dialog) default is "as much as needed" size | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | adjust dialogs size | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | correctly align fields in "lan configuration" dialog | Thierry Vignaud | 2003-07-17 | 1 | -4/+8 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-07-17 | 2 | -11/+11 |
| | |||||
* | simplify with gtkshow() | Thierry Vignaud | 2003-07-17 | 1 | -10/+6 |
| | |||||
* | center_always is unuser-friendly | Thierry Vignaud | 2003-07-17 | 2 | -6/+4 |
| | |||||
* | - ihm team said: always use labels, textview are stupid nonsenses | Thierry Vignaud | 2003-07-17 | 1 | -18/+1 |
| | | | | | | - fcrozat then said: labels have no wrapping problems with cjk and the like | ||||
* | proxy configuration step: do not go back two steps back on "previous" | Thierry Vignaud | 2003-07-17 | 1 | -1/+2 |
| | | | | | click, but only one back | ||||
* | properly use checkboxes | Thierry Vignaud | 2003-07-17 | 1 | -4/+4 |
| | |||||
* | use stock items in wizards | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | intercept buggy callees/users of bool type that wrongly pass label | Thierry Vignaud | 2003-07-17 | 1 | -0/+1 |
| | | | | | instead of text | ||||
* | fix usage of bool type in interactive: put the text in the checkbox's | Thierry Vignaud | 2003-07-17 | 1 | -3/+3 |
| | | | | | | label instead of packing a standalone label *and* a checkbox with an empty label | ||||
* | fix internet gateway buttons layout | Thierry Vignaud | 2003-07-17 | 1 | -4/+5 |
| | |||||
* | remove ugly icon | Thierry Vignaud | 2003-07-17 | 1 | -6/+1 |
| | |||||
* | frop gtk+1 requires | Thierry Vignaud | 2003-07-17 | 1 | -2/+0 |
| | |||||
* | remove mkswap from commands.pm, so no need anymore to have mkswap_ (the ↵ | Pascal Rigaux | 2003-07-16 | 3 | -9/+3 |
| | | | | drawback is that the mkswap command won't create the device anymore) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | last 9.2-0.15mdk's bits | Thierry Vignaud | 2003-07-15 | 1 | -1/+4 |
| | |||||
* | fix ask_okcancel due to stock items changes | Thierry Vignaud | 2003-07-15 | 1 | -1/+1 |
| | |||||
* | fix button layout | Thierry Vignaud | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | fix help/close layout | Thierry Vignaud | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | use stock icon in xfdrake too | Thierry Vignaud | 2003-07-15 | 1 | -1/+1 |
| | |||||
* | 9.2-0.15mdk | Thierry Vignaud | 2003-07-15 | 1 | -0/+1 |
| |