Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 9.2-0.14mdk | Thierry Vignaud | 2003-07-14 | 1 | -1/+41 | |
| | ||||||
* | translate default values qw(yes no all ignore ...) and provide english | Thierry Vignaud | 2003-07-14 | 2 | -7/+79 | |
| | | | | | (l10n-able) descriptions instead of function names | |||||
* | 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 | |
| | ||||||
* | let video mode list be availlable when working with cvs files and not stripped | Thierry Vignaud | 2003-07-14 | 1 | -1/+1 | |
| | | | | | files from drakxtool | |||||
* | fix /etc/lilo.conf generation when reading grub config by setting valid boot= | Thierry Vignaud | 2003-07-14 | 1 | -0/+5 | |
| | | | | | parameter | |||||
* | use new stock dialogs | Thierry Vignaud | 2003-07-14 | 1 | -5/+5 | |
| | ||||||
* | - (create_dialog) | Thierry Vignaud | 2003-07-14 | 1 | -2/+20 | |
| | | | | | | | | | o add the stock option in order to be able to use a stock icon o add a new "small" option to net make dialogs too big - (err_dialog, warn_dialog) new wrappers upon create_dialog to use warning and error stock icons - add a new export tag for dialogs | |||||
* | (destroy_window) kill it since it is no more used for quite some time | Thierry Vignaud | 2003-07-14 | 1 | -8/+0 | |
| | ||||||
* | use new Gtk2::OptionMenu compatibility layer to get better designed GUIes | Thierry Vignaud | 2003-07-14 | 2 | -9/+4 | |
| | ||||||
* | for more GUIes coherency, GtkOptionMenu is recommended instead of a combo if | Thierry Vignaud | 2003-07-14 | 1 | -0/+62 | |
| | | | | | | | | | | | the user is selecting from a fixed set of options. since both GtkCombo and GtkOptionMenu will be deprecated in 2.4.x in favor of much better designed widget (see libegg's combo), we introduce a compatibility layer that makes OptionMenu looks like Combo at API level to minimize changes: - now, when using OptionMenu instead of Combo - when new widget will come to live in gtk+-2.4.x | |||||
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 4 | -21/+23 | |
| | | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places | |||||
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 5 | -4/+35 | |
| | | | | | other backends | |||||
* | renew drakconnect GUI: | Thierry Vignaud | 2003-07-14 | 1 | -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 Vignaud | 2003-07-14 | 1 | -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 | |||||
* | split create_dialog() into create_dialog() wrapper and _create_dialog() | Thierry Vignaud | 2003-07-14 | 1 | -7/+14 | |
| | | | | | | backend, thus enabling to kill drakconnect::new_dialog and to share code with drakfloppy and others | |||||
* | 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 | |
| | | | | | its callers) | |||||
* | 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 | |
| | ||||||
* | changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's | Pablo Saratxaga | 2003-07-12 | 4 | -16/+11 | |
| | ||||||
* | 9.2-0.13mdk | Thierry Vignaud | 2003-07-10 | 1 | -1/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | updated pot file | Pablo Saratxaga | 2003-07-10 | 1 | -95/+129 | |
| | ||||||
* | use stock item for cancelling the app | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 | |
| | ||||||
* | more bits for 9.2-0.12mdk | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 | |
| | ||||||
* | fix crash on cancel exit | Thierry Vignaud | 2003-07-10 | 1 | -5/+1 | |
| | ||||||
* | typo fix | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 | |
| | ||||||
* | 9.2-0.12mdk | Thierry Vignaud | 2003-07-10 | 1 | -1/+8 | |
| | ||||||
* | 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 | |
| | | | | | - do not crash when no iterator when expanding tree | |||||
* | fixed mkswap original commands call. | Francois Pons | 2003-07-10 | 1 | -1/+1 | |
| | ||||||
* | make sure original mkswap is still living. | Francois Pons | 2003-07-10 | 1 | -1/+1 | |
| | ||||||
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 2 | -9/+11 | |
| | | | | | - do not name "use once" variables | |||||
* | 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 | |
| | | | | | Just want it in before everything get's changed on me. | |||||
* | 9.2-0.11mdk | Thierry Vignaud | 2003-07-09 | 1 | -1/+5 | |
| | ||||||
* | move toggle_expansion helper in the right namespace | Thierry Vignaud | 2003-07-09 | 1 | -0/+1 | |
| | ||||||
* | add Gtk2::TreeView->toggle_expansion helper for rpmdrake | Thierry Vignaud | 2003-07-09 | 1 | -0/+11 | |
| | ||||||
* | get rid of equals | Thierry Vignaud | 2003-07-09 | 1 | -3/+4 | |
| | ||||||
* | fix row filling | Thierry Vignaud | 2003-07-09 | 1 | -2/+2 | |
| | ||||||
* | use new gtk2::entry->new_with_text to complete the port to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -3/+3 | |
| | ||||||
* | fix gtk2::entry->new_with_text | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 | |
| | ||||||
* | remove debugging trace | Thierry Vignaud | 2003-07-09 | 2 | -3/+1 | |
| |