summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
...
* fix config loadThierry Vignaud2003-07-191-7/+10
|
* 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
|
* adjust dialogs sizeThierry Vignaud2003-07-171-2/+2
|
* correctly align fields in "lan configuration" dialogThierry Vignaud2003-07-171-4/+8
|
* perl_checker fixesThierry Vignaud2003-07-171-6/+6
|
* center_always is unuser-friendlyThierry Vignaud2003-07-171-4/+3
|
* fix internet gateway buttons layoutThierry Vignaud2003-07-171-4/+5
|
* remove ugly iconThierry Vignaud2003-07-171-6/+1
|
* fix button layoutThierry Vignaud2003-07-151-2/+2
|
* fix help/close layoutThierry Vignaud2003-07-151-2/+2
|
* quick hack to enable printerdrake to runThierry Vignaud2003-07-151-0/+1
|
* - grey theme config instead of hiding itThierry Vignaud2003-07-151-8/+16
| | | | | | - use option menus instead of combos - describe user and desktop lists
* ensure we got a valied email in "email alert"Thierry Vignaud2003-07-151-1/+5
|
* - use option menus rather than non editable comboThierry Vignaud2003-07-151-7/+10
| | | | | | | | - grey remove button if no module to remove in modules list - perl-Gt2-0.26.cvs.2003.07.10.1-3mdk has just fixed the impossible to remove the hackish empty line needed to get "expand on the fly" ability
* - (new_wrapped_label)wrap labels if needed when embeddedThierry Vignaud2003-07-151-9/+16
| | | | | | - (new_editable_combo) it had always forbid edition, which is now enforced by using OptionMenus, so let rename it new_nonedit_combo()
* More perl-gtk2 fixesStew Benedict2003-07-141-31/+28
|
* translate default values qw(yes no all ignore ...) and provide englishThierry Vignaud2003-07-141-7/+17
| | | | | (l10n-able) descriptions instead of function names
* fix logdrake crash when called from net_monitorThierry Vignaud2003-07-141-0/+1
|
* gtk+2 portThierry Vignaud2003-07-141-180/+176
|
* use new stock dialogsThierry Vignaud2003-07-141-5/+5
|
* use new Gtk2::OptionMenu compatibility layer to get better designed GUIesThierry Vignaud2003-07-142-9/+4
|
* sanitize button layouts:Thierry Vignaud2003-07-143-14/+16
| | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places
* renew drakconnect GUI:Thierry Vignaud2003-07-141-93/+68
| | | | | | | | | | | | | - make sub windows be modal 'n trancient dialogs - use std layout and stock items for buttons in main window and dialogs - fix "Internet connection configuration" dialog - (new_dialog) reuse ugtk2::_create_dialog (shared with half a dozen other tools - fix layout of main window: o pack together expert mode toggle and wizard button o merge wizard label and button o make a checkbox out of the ugly expert <-> normal button
* renew drakfloppy GUI:Thierry Vignaud2003-07-141-103/+113
| | | | | | | | | | | | | - (build_it) : fix old brown paper bug that just pass undef modules to mkinitrd - window with expert options is too big when embedded => move expert options into a sub dialog; we've to save and restore options on dialog creation/ desctruction - when removing a module from selection, enable to pick it again after - make expert <->normal button a checkbox - use std layout for buttons - use stock items
* support new 2.5.x kernels' kbuildThierry Vignaud2003-07-141-2/+2
|
* fix create_dialog() usage (who ever has changed its API should have alteredThierry Vignaud2003-07-141-4/+4
| | | | | its callers)
* fix module browsing after gtk2-perl-xs switchThierry Vignaud2003-07-141-15/+16
|
* fix warning on menu buildingThierry Vignaud2003-07-141-4/+2
|
* Rework for new perl-Gtk2.Stew Benedict2003-07-141-76/+32
|
* fix warnings due to new gtk2-perl binding following the same naming as CThierry Vignaud2003-07-101-4/+4
|
* disable column sorting since it makes gtk+2 crash when moving up a columnThierry Vignaud2003-07-101-1/+1
|
* output buffer should not be editableThierry Vignaud2003-07-101-1/+2
|
* use stock item for cancelling the appThierry Vignaud2003-07-101-1/+1
|
* fix crash on cancel exitThierry Vignaud2003-07-101-5/+1
|
* use stock items in main windowThierry Vignaud2003-07-101-2/+2
|
* use stock icon for close button (noticed by Fabrice Facorat)Thierry Vignaud2003-07-101-1/+1
|
* grey instead of hide stuff in normal mode (more user friendly)Thierry Vignaud2003-07-101-2/+2
|
* fix entry fillingThierry Vignaud2003-07-101-1/+1
|
* - grey instead of hide stuff in normal mode (more user friendly)Thierry Vignaud2003-07-101-9/+3
| | | | | - do not crash when no iterator when expanding tree
* Clean up help. Add email explanation. Start to implement .backupignore.Stew Benedict2003-07-101-30/+46
|
* Beginnings of "search for file to restore". Not functional yet.Stew Benedict2003-07-091-0/+56
| | | | | Just want it in before everything get's changed on me.
* use new gtk2::entry->new_with_text to complete the port to gtk2-perl-xsThierry Vignaud2003-07-091-3/+3
|
* remove debugging traceThierry Vignaud2003-07-091-2/+1
|
* help stupid perl_checker in being able to parse horrible draksplashThierry Vignaud2003-07-091-1/+2
| | | | | despite perl -cw was happy on it
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-0912-166/+157
|
* fix stock items usageThierry Vignaud2003-07-071-2/+2
|
* use stock items in logdrake tooThierry Vignaud2003-07-071-2/+2
|
* use stock items for menu tooThierry Vignaud2003-07-061-3/+3
|
* let columns be sortable (lmontel request)Thierry Vignaud2003-07-063-1/+6
|