summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make 1st tab title somewhat clearerThierry Vignaud2003-07-211-1/+1
|
* fix infamous "when embedded draksec can be enlarged but never shrink back"Thierry Vignaud2003-07-211-4/+7
|
* one should not be able to set syadmin when no reportsThierry Vignaud2003-07-211-4/+10
|
* - describe all security levelsThierry Vignaud2003-07-211-23/+46
| | | | | | | - make it clean than security admin is not a security level - colorize security levels names - use a label instead of textview
* mcc view: add an help button (and ugtk2-ize main window buttons btw)Thierry Vignaud2003-07-211-21/+18
|
* dhcp host name cannot be set if one want to get it from dhcp serverThierry Vignaud2003-07-211-1/+1
|
* add a hint if we never restore profiles featureThierry Vignaud2003-07-211-0/+1
|
* do not gratuitously waste spaceThierry Vignaud2003-07-211-1/+1
|
* if we really want the type connection to be translated by translate() call inThierry Vignaud2003-07-211-0/+2
| | | | | step_2, we should mark it as translatable for gettext somewhere ...
* fix final success message:Thierry Vignaud2003-07-211-2/+2
| | | | | | - fix join usage - fix gtk frontend detection
* do not loop if one refuse to save changes, just skip the save stepThierry Vignaud2003-07-211-9/+3
|
* keep user changes on back stepThierry Vignaud2003-07-211-1/+1
|
* fix no previous button when using ask_okcancel() in wizard mode due to *very*Thierry Vignaud2003-07-211-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 Rigaux2003-07-211-1/+9
|
* *** empty log message ***Pascal Rigaux2003-07-211-1/+96
|
* avoid src package to be seen in tree.Francois Pons2003-07-211-0/+1
|
* fixed setSelectedFromCompssList (updated with newer perl-URPM interface),Francois Pons2003-07-211-17/+9
| | | | | more need to be done. maybe increased speed of unselectAllPackages.
* fix checks loadingThierry Vignaud2003-07-191-1/+1
|
* fix checks settingThierry Vignaud2003-07-191-1/+1
|
* 9.2-0.18mdkThierry Vignaud2003-07-191-1/+6
|
* fix config loadThierry Vignaud2003-07-191-7/+10
|
* sort functions & checks when writing configurationThierry Vignaud2003-07-191-2/+2
|
* add bug refThierry Vignaud2003-07-181-1/+1
|
* only catch real wrong calleesThierry Vignaud2003-07-181-1/+1
|
* sync translation with stock itemThierry Vignaud2003-07-181-1/+2
|
* first 9.2-0.17mdk bitsThierry Vignaud2003-07-181-1/+6
|
* now that we display localized descriptions instead of raw functionThierry Vignaud2003-07-181-3/+3
| | | | | names, we've to sort the formers instead of sorting the laters
* fix preferences loading & savingThierry Vignaud2003-07-181-4/+4
|
* trying to follow the sucking of titi...Francois Pons2003-07-181-1/+1
| | | | | use perl-Gtk2 and perl-Glib files.
* new binding returns a list intead of an array refThierry Vignaud2003-07-181-3/+3
|
* one more bit for 0.16mdkThierry Vignaud2003-07-171-0/+1
|
* do not exit the whole app when one destroy a dialogThierry Vignaud2003-07-171-1/+0
|
* 9.2-0.16mdkThierry Vignaud2003-07-171-1/+22
|
* (_create_dialog) default is "as much as needed" sizeThierry Vignaud2003-07-171-1/+1
|
* adjust dialogs sizeThierry Vignaud2003-07-171-2/+2
|
* perl_checker fixThierry Vignaud2003-07-171-1/+1
|
* correctly align fields in "lan configuration" dialogThierry Vignaud2003-07-171-4/+8
|
* perl_checker fixesThierry Vignaud2003-07-172-11/+11
|
* simplify with gtkshow()Thierry Vignaud2003-07-171-10/+6
|
* center_always is unuser-friendlyThierry Vignaud2003-07-172-6/+4
|
* - ihm team said: always use labels, textview are stupid nonsensesThierry Vignaud2003-07-171-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 Vignaud2003-07-171-1/+2
| | | | | click, but only one back
* properly use checkboxesThierry Vignaud2003-07-171-4/+4
|
* use stock items in wizardsThierry Vignaud2003-07-171-2/+2
|
* intercept buggy callees/users of bool type that wrongly pass labelThierry Vignaud2003-07-171-0/+1
| | | | | instead of text
* fix usage of bool type in interactive: put the text in the checkbox'sThierry Vignaud2003-07-171-3/+3
| | | | | | label instead of packing a standalone label *and* a checkbox with an empty label
* fix internet gateway buttons layoutThierry Vignaud2003-07-171-4/+5
|
* remove ugly iconThierry Vignaud2003-07-171-6/+1
|
* frop gtk+1 requiresThierry Vignaud2003-07-171-2/+0
|
* remove mkswap from commands.pm, so no need anymore to have mkswap_ (the ↵Pascal Rigaux2003-07-163-9/+3
| | | | drawback is that the mkswap command won't create the device anymore)