Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show advanced options by default if --expert was passed or if expect | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | | | | | checkbox was checked (#4353) | ||||
* | use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some ↵ | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
| | | | | widgets otherwise underscores become underlines (bug #4678) | ||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -4/+4 |
| | |||||
* | OptionMenus do not have an horizontal scroll-bar. This can cause havoc for | Pascal Rigaux | 2003-08-03 | 1 | -9/+13 |
| | | | | | | long strings. So use combo box as we used to do in those cases (eg: diskdrake Create dialog box in expert mode) (bug #4484) | ||||
* | don't warn when label is used with no text for boot entries | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | | (i want titi's explaination on this first) | ||||
* | removed ugly code for scrollbars as pixel has fixed it now. | Francois Pons | 2003-07-30 | 1 | -5/+1 |
| | |||||
* | make sure the split of message is done only in install mode, as standalone has | Francois Pons | 2003-07-28 | 1 | -1/+1 |
| | | | | | no problem. | ||||
* | if the callee explicitely want to force the user to pick sg from a | Thierry Vignaud | 2003-07-24 | 1 | -4/+5 |
| | | | | | | | fixed set of options, the right widget to use is an OptionMenu rather than a Combo (see ugtk2 r1.141 log and ugtk2::Gtk2::OptionMenu sub-module) | ||||
* | tempory fix for title not having scroll bars (which sounds reasonable ?), as the | Francois Pons | 2003-07-22 | 1 | -1/+5 |
| | | | | | | size of the window is fixed the low part of the window is not visible. titi who makes the portage to newer Gtk2 has not tested this (again, for info). | ||||
* | only catch real wrong callees | Thierry Vignaud | 2003-07-18 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | simplify with gtkshow() | Thierry Vignaud | 2003-07-17 | 1 | -10/+6 |
| | |||||
* | intercept buggy callees/users of bool type that wrongly pass label | Thierry Vignaud | 2003-07-17 | 1 | -0/+1 |
| | | | | | instead of text | ||||
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 4 | -2/+33 |
| | | | | | other backends | ||||
* | typo fix | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 1 | -5/+6 |
| | | | | | - do not name "use once" variables | ||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 2 | -34/+25 |
| | |||||
* | Gtk2::CheckButton does not support stock item (gc) | Thierry Vignaud | 2003-07-07 | 1 | -1/+1 |
| | |||||
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -3/+3 |
| | |||||
* | - methods with no argument are not functions with no argument! | Pascal Rigaux | 2003-05-26 | 2 | -7/+7 |
| | | | | | - perl_checker fixes | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 2 | -3/+3 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 3 | -11/+11 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | "ensure buttons are visible when the widgets above are too big" only at install | Pascal Rigaux | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | ensure buttons are visible when the widgets above are too big | Pascal Rigaux | 2003-03-05 | 1 | -1/+8 |
| | |||||
* | a few treeview/list fixes: | Guillaume Cottenceau | 2003-03-03 | 1 | -3/+12 |
| | | | | | | | | | | - when selecting a value, scroll it like in treeview/tree - use saved_default_val dirty hackery to really honour default value - fix not calling $select again when trying to select an already selected value (happens when clicking or keyboard-selecting; broken, it ended up in always scrolling the selected value to the center) | ||||
* | workaround gtk suckiness (set_text in a combo generates two 'change' ↵ | Pascal Rigaux | 2003-02-27 | 1 | -1/+8 |
| | | | | signals, one when removing the whole, one for inserting the replacement..) | ||||
* | perl_checker fix | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | handle multi-line labels for Checkbox'es (eg: Options in diskdrake) | Pascal Rigaux | 2003-02-26 | 1 | -11/+33 |
| | |||||
* | handle the "Advanced" button in newt | Pascal Rigaux | 2003-02-26 | 1 | -12/+30 |
| | |||||
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -0/+1 |
| | | | | | mcc | ||||
* | in $::expert, use a SpinButton instead of HScale for type "range" | Pascal Rigaux | 2003-02-22 | 1 | -3/+4 |
| | | | | | (useful in diskdrake to enter the partition size directly) | ||||
* | set a minimum size for Gtk2::HScale's (mainly used for resizing partitions) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | fix $ok_clicked when there is no ok button | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, set | Pascal Rigaux | 2003-02-19 | 1 | -1/+5 |
| | | | | | | {retval} and main_quit instead (the way it was done for double click, is this ok when pressing enter?) | ||||
* | disallow double-clicking on "Refuse" (license step) | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | simplify | Pascal Rigaux | 2003-02-18 | 1 | -3/+2 |
| | |||||
* | fix tree in newt (now handles default selected entry, and disallow using ↵ | Pascal Rigaux | 2003-02-18 | 1 | -13/+30 |
| | | | | non-leaves) | ||||
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵ | Guillaume Cottenceau | 2003-02-18 | 1 | -1/+0 |
| | | | | Gtk2->init | ||||
* | in {complete} or {canceled}, ensure giving a bad entry number to focus doesn't | Pascal Rigaux | 2003-02-18 | 1 | -2/+6 |
| | | | | | break (and log that something wrong happened) | ||||
* | also ->hide in when a button is clicked in standalone | Pascal Rigaux | 2003-02-17 | 1 | -10/+2 |
| | |||||
* | fix ask_warn(), really dont make it pop | Pascal Rigaux | 2003-02-13 | 1 | -5/+0 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+6 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | - {interactive_help} is a function returning text, it doesn't need to do the ↵ | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_* | ||||
* | allow {interactive_help} per dialog boxes instead of global | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | two fixes thx to perl_checker, one among them being very important :) | Guillaume Cottenceau | 2003-02-10 | 1 | -2/+2 |
| | |||||
* | when displaying images in treeview, unref pixbufs right after their use so ↵ | Guillaume Cottenceau | 2003-02-10 | 1 | -9/+13 |
| | | | | that we try to save some memory | ||||
* | add option advanced_state: if set to 1, force the "Advanced" part of the ↵ | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
| | | | | dialog to be opened initially |