Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -0/+8 | |
| | | | | | 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 | 1 | -32/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 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..) | |||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | add possibility to display images in tree-lists and bool-lists | Guillaume Cottenceau | 2003-02-08 | 1 | -4/+22 | |
| | ||||||
* | add "Help" button | Pascal Rigaux | 2003-02-06 | 1 | -1/+1 | |
| | ||||||
* | replace $l[$#l] with $l[-1] | Pascal Rigaux | 2003-02-05 | 1 | -1/+1 | |
| | ||||||
* | don't force wait_messages pop | Pascal Rigaux | 2003-02-05 | 1 | -2/+4 | |
| | ||||||
* | handle pop_it more nicely: no need to precise pop_it when the wizard window ↵ | Pascal Rigaux | 2003-01-31 | 1 | -2/+1 | |
| | | | | | | | already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!) | |||||
* | fixes unresponsive keyboard | Guillaume Cottenceau | 2003-01-28 | 1 | -3/+3 | |
| | ||||||
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 1 | -0/+1 | |
| | | | | | | | | | | - consolidate check_for_xserver() to check for x11 access - introduce prepare_gtk2() to do what gtk+2 needs, so that tools that're not part of drakxtools (aka: rpmdrake, mcc, ...) can just do : unshift @::textdomains, 'drakconf'; prepare_gtk2(); | |||||
* | since return values of callbacks are now non-ignored, we need to | Guillaume Cottenceau | 2003-01-27 | 1 | -1/+1 | |
| | | | | | | return 0 to the expose_event when displaying wait message so that gdk really does the exposure :) | |||||
* | diskdrake: when non embedded, ensure sub window are modal | Thierry Vignaud | 2003-01-27 | 1 | -2/+2 | |
| | | | | | all other drakx tool can be fixed the same way | |||||
* | remove unused variable | Guillaume Cottenceau | 2003-01-24 | 1 | -1/+1 | |
| | ||||||
* | fix Return key on a radio button grabbing focus on next functional group of ↵ | Guillaume Cottenceau | 2003-01-24 | 1 | -2/+1 | |
| | | | | widgets AND doing an action on it (toggling checkbuttons etc) (needs perl-GTK2 >= 0.0.cvs.2003.01.24.1) | |||||
* | focus first widget when there is no ok | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 | |
| | ||||||
* | workaround bug introduced by new pixel focus managment | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 | |
| | ||||||
* | add {callbacks}{ok_disabled} | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 | |
| | ||||||
* | perl-GTK2 0.0.cvs.2003.01.21.1 should fix set_active(undef) misbehaviour | Guillaume Cottenceau | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | remove unused variable | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | (ask_fromW): very smart code to know which widget to focus (dilemna is: ↵ | Pascal Rigaux | 2003-01-21 | 1 | -28/+27 | |
| | | | | | | | | | | | "Next" vs first widget). One can also force focusing of first widget using $common->{focus_first} (ask_fromW): have "advanced" widgets above buttons, not below (create_list): fix old bug (nb: this code must be unused) (create_boxradio): need to set {focus_w} to the selected widget (nb: this is ugly) (create_boxradio, $may_go_to_next): no special case for "tab", gtk2 handles things better than gtk1 ($set_all): pass the full_struct to the setters (this allows modifying {focus_w}) (nb: this is ugly) | |||||
* | set_active on Gtk2::CheckButton is pretty dumb, it thinks undef is true ;p | Pascal Rigaux | 2003-01-14 | 1 | -1/+1 | |
| |