| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mcc view: add an help button (and ugtk2-ize main window buttons btw) | Thierry Vignaud | 2003-07-21 | 1 | -21/+18 |
* | fix checks loading | Thierry Vignaud | 2003-07-19 | 1 | -1/+1 |
* | fix checks setting | Thierry Vignaud | 2003-07-19 | 1 | -1/+1 |
* | fix config load | Thierry Vignaud | 2003-07-19 | 1 | -7/+10 |
* | now that we display localized descriptions instead of raw function | Thierry Vignaud | 2003-07-18 | 1 | -3/+3 |
* | fix preferences loading & saving | Thierry Vignaud | 2003-07-18 | 1 | -4/+4 |
* | adjust dialogs size | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
* | correctly align fields in "lan configuration" dialog | Thierry Vignaud | 2003-07-17 | 1 | -4/+8 |
* | perl_checker fixes | Thierry Vignaud | 2003-07-17 | 1 | -6/+6 |
* | center_always is unuser-friendly | Thierry Vignaud | 2003-07-17 | 1 | -4/+3 |
* | fix internet gateway buttons layout | Thierry Vignaud | 2003-07-17 | 1 | -4/+5 |
* | remove ugly icon | Thierry Vignaud | 2003-07-17 | 1 | -6/+1 |
* | fix button layout | Thierry Vignaud | 2003-07-15 | 1 | -2/+2 |
* | fix help/close layout | Thierry Vignaud | 2003-07-15 | 1 | -2/+2 |
* | quick hack to enable printerdrake to run | Thierry Vignaud | 2003-07-15 | 1 | -0/+1 |
* | - grey theme config instead of hiding it | Thierry Vignaud | 2003-07-15 | 1 | -8/+16 |
* | ensure we got a valied email in "email alert" | Thierry Vignaud | 2003-07-15 | 1 | -1/+5 |
* | - use option menus rather than non editable combo | Thierry Vignaud | 2003-07-15 | 1 | -7/+10 |
* | - (new_wrapped_label)wrap labels if needed when embedded | Thierry Vignaud | 2003-07-15 | 1 | -9/+16 |
* | More perl-gtk2 fixes | Stew Benedict | 2003-07-14 | 1 | -31/+28 |
* | translate default values qw(yes no all ignore ...) and provide english | Thierry Vignaud | 2003-07-14 | 1 | -7/+17 |
* | fix logdrake crash when called from net_monitor | Thierry Vignaud | 2003-07-14 | 1 | -0/+1 |
* | gtk+2 port | Thierry Vignaud | 2003-07-14 | 1 | -180/+176 |
* | use new stock dialogs | Thierry Vignaud | 2003-07-14 | 1 | -5/+5 |
* | use new Gtk2::OptionMenu compatibility layer to get better designed GUIes | Thierry Vignaud | 2003-07-14 | 2 | -9/+4 |
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 3 | -14/+16 |
* | renew drakconnect GUI: | Thierry Vignaud | 2003-07-14 | 1 | -93/+68 |
* | renew drakfloppy GUI: | Thierry Vignaud | 2003-07-14 | 1 | -103/+113 |
* | support new 2.5.x kernels' kbuild | Thierry Vignaud | 2003-07-14 | 1 | -2/+2 |
* | fix create_dialog() usage (who ever has changed its API should have altered | Thierry Vignaud | 2003-07-14 | 1 | -4/+4 |
* | fix module browsing after gtk2-perl-xs switch | Thierry Vignaud | 2003-07-14 | 1 | -15/+16 |
* | fix warning on menu building | Thierry Vignaud | 2003-07-14 | 1 | -4/+2 |
* | Rework for new perl-Gtk2. | Stew Benedict | 2003-07-14 | 1 | -76/+32 |
* | fix warnings due to new gtk2-perl binding following the same naming as C | Thierry Vignaud | 2003-07-10 | 1 | -4/+4 |
* | disable column sorting since it makes gtk+2 crash when moving up a column | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
* | output buffer should not be editable | Thierry Vignaud | 2003-07-10 | 1 | -1/+2 |
* | use stock item for cancelling the app | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
* | fix crash on cancel exit | Thierry Vignaud | 2003-07-10 | 1 | -5/+1 |
* | use stock items in main window | Thierry Vignaud | 2003-07-10 | 1 | -2/+2 |
* | use stock icon for close button (noticed by Fabrice Facorat) | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
* | grey instead of hide stuff in normal mode (more user friendly) | Thierry Vignaud | 2003-07-10 | 1 | -2/+2 |
* | fix entry filling | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
* | - grey instead of hide stuff in normal mode (more user friendly) | Thierry Vignaud | 2003-07-10 | 1 | -9/+3 |
* | Clean up help. Add email explanation. Start to implement .backupignore. | Stew Benedict | 2003-07-10 | 1 | -30/+46 |
* | Beginnings of "search for file to restore". Not functional yet. | Stew Benedict | 2003-07-09 | 1 | -0/+56 |
* | use new gtk2::entry->new_with_text to complete the port to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -3/+3 |
* | remove debugging trace | Thierry Vignaud | 2003-07-09 | 1 | -2/+1 |
* | help stupid perl_checker in being able to parse horrible draksplash | Thierry Vignaud | 2003-07-09 | 1 | -1/+2 |
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 12 | -166/+157 |
* | fix stock items usage | Thierry Vignaud | 2003-07-07 | 1 | -2/+2 |