Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (reate_box_with_title) shrink TextView size to its minimal size in | Thierry Vignaud | 2004-01-19 | 1 | -1/+9 |
| | | | | | order to get the bigger place for other widgets | ||||
* | fix #6899: tools failling to popup windows while embedded | Thierry Vignaud | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | do not create spurious top window when embedded (why does this fsck us | Thierry Vignaud | 2004-01-15 | 1 | -3/+3 |
| | | | | | only now?) | ||||
* | - "Next->" => "Next" | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
| | | | | | - "<-Previous" => "Previous" | ||||
* | enable to access extra buttons $w->{buttons}{<label>} | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
| | |||||
* | do not pack empty label before extra buttons if there'll be no button | Thierry Vignaud | 2004-01-13 | 1 | -2/+1 |
| | | | | | | | | | before it rationale: when there's no cancel button, packing an empty label instead of the cancel button results in extra buttons (eg: help, advanced) to be shifted with a space before; | ||||
* | handle exceptions with Glib-1.020/Gtk2-1.022 | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 and | Thierry Vignaud | 2004-01-09 | 1 | -2/+1 |
| | | | | | Glib-1.020/Gtk2-1.022 | ||||
* | add a separator below buttons on fredc request | Thierry Vignaud | 2004-01-08 | 1 | -13/+16 |
| | |||||
* | _ask_dir: when a directory is selected, need a / in between the "filename" ↵ | Guillaume Cottenceau | 2003-12-30 | 1 | -1/+1 |
| | | | | and the "selection" (#6152) | ||||
* | - simplify button layout | Thierry Vignaud | 2003-12-29 | 1 | -11/+20 |
| | | | | | | - really pack the two button sets at edgee by packing them in two different hboxes with "start" and "end" grouping style | ||||
* | - simplify button layout | Thierry Vignaud | 2003-12-29 | 1 | -2/+2 |
| | | | | | | - really pack the two button sets at edgee by packing them in two different hboxes with "start" and "end" grouping style | ||||
* | fix previous button place at install time | Thierry Vignaud | 2003-12-18 | 1 | -1/+1 |
| | |||||
* | fix spurious previous button at install time on wizards' first steps | Thierry Vignaud | 2003-12-18 | 1 | -1/+6 |
| | |||||
* | (create_okcancel) try to better fit both install teams needs and | Thierry Vignaud | 2003-11-28 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | interface team one's: - in the installer, all windows run under $::isWizard due to design stuff (wizard aspect and wizard mode should really be really two differents options for cleanity but that's postponed); o so to prevent ok/cancel buttons to be pushed at the right edge when we're asking a question instead of being in a wizard step, we add an empty label between the ok and cancel o we still put an empty label in wizard mode when not in the installer so that help/cancel and next/previous buttons packs get separated as requested by interface team - we add an empty field when cancel/previous button does not exists so that when there's only one button, we prevent it to be centered (eg: "finish" in wizards); note that if $::Wizard_no_previous is not set, the button is still centered so that we keep some flexibility | ||||
* | on interface team request: | Thierry Vignaud | 2003-11-28 | 1 | -13/+27 |
| | | | | | | | | | | | | | - try to make button packing more readable - comment some parameters and what is done - add space to split buttons in two packs but if there's one button (so that eg XFdrake's quit button still get centered) - pack button the kde order while installing or while under kde, gnome order else: o kde order is help/advanced/_____/ok/cancel o gnome order is help/advanced/_____/ok/cancel o wizard order is help/advanced/_____/previous/next | ||||
* | (create_packtable) enable to provide 0 parameters for xpadding and | Thierry Vignaud | 2003-11-27 | 1 | -1/+2 |
| | | | | | ypadding (much cleaner) | ||||
* | (create_packtable) simplify xpadding managment | Thierry Vignaud | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | (new) do not show up anymore banners for wizards when embeeded (the | Thierry Vignaud | 2003-11-27 | 1 | -1/+1 |
| | | | | | | set_position() and the set_size_request() calls do not make any sense at all when embedded anyway) | ||||
* | added xpadding/ypadding options in create_packtable | damien | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | oops my problems were linked to wrongly being in live mode | Guillaume Cottenceau | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | allow "test your mouse" buttons to be viewable (window was much more than ↵ | Guillaume Cottenceau | 2003-11-19 | 1 | -1/+1 |
| | | | | 16/9 anyway) | ||||
* | smaller wizard window in move | Guillaume Cottenceau | 2003-11-18 | 1 | -1/+1 |
| | |||||
* | prevent from FPE (even if I didn't see it duplicated) | Guillaume Cottenceau | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | corrected typo | damien | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |
| | |||||
* | handle new exception system from perl-Glib >= 0.96 | Thierry Vignaud | 2003-10-30 | 1 | -0/+1 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2003-09-29 | 1 | -1/+1 |
| | |||||
* | mnemonics by default suck bigtime! | Guillaume Cottenceau | 2003-09-23 | 1 | -1/+1 |
| | |||||
* | don't pack_end two times a button, this causes a Gtk Critical and we never ↵ | Guillaume Cottenceau | 2003-09-11 | 1 | -1/+1 |
| | | | | know what can happen after that :/ | ||||
* | use center_always for popped windows (if transient is not used), and force ↵ | Pascal Rigaux | 2003-09-11 | 1 | -2/+5 |
| | | | | centering in Xconfig test | ||||
* | remove too verbose _XSetInputFocus log | Pascal Rigaux | 2003-09-09 | 1 | -1/+0 |
| | |||||
* | fixing keyboard focus during install: | Pascal Rigaux | 2003-09-08 | 1 | -4/+21 |
| | | | | | | | | - removed aewm-drakx which doesn't work nicely - fix @interactive::objects handling (don't push non pop_it windows, ensure destroyed windows are removed) - ensure XSetInputFocus is called on $::WizardWindow | ||||
* | _ask_file: don't forget to overwrite $o->{window} as well or else | Guillaume Cottenceau | 2003-09-01 | 1 | -1/+1 |
| | | | | | it will be ->show'ed as a blank window (#5083) | ||||
* | (create_dialog) do not scroll labels by default | Thierry Vignaud | 2003-08-31 | 1 | -1/+1 |
| | |||||
* | fix dialogs height: replace"small" option by "height" & "weight" ones | Thierry Vignaud | 2003-08-31 | 1 | -4/+4 |
| | | | | | | rationale: make thecommon path be the easiest one to set up (and make the uncommon path be the hardest one to follow) | ||||
* | set_minmax_width was commented which caused the individual package selection | Pascal Rigaux | 2003-08-29 | 1 | -1/+2 |
| | | | | | tree to be to large (fix bug #4548 #4865) | ||||
* | (create_dialog) enable to pass an already created Gtk2::Label | Thierry Vignaud | 2003-08-28 | 1 | -2/+1 |
| | |||||
* | as discussed with david, gc, laurent & pixel early this week, since | Thierry Vignaud | 2003-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | gtk+ dialogs are HIG-ed and since most drakxtools' explicit gtk+ windows follow cancel/ok order for now, let implicit windows (that is interactive written ones) follow the same order in standalone mode. after release, we'll have to make ugtk2 handle one more abstractions, that is taking some buttons callbacks, add buttons that have callbacks and pack them in kde or gnome order depending of interface team decision or maybe of runtime detection of desktop. | ||||
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
| | |||||
* | introduce Gtk2::WrappedLabel to factorize fixed labels for CJK | Thierry Vignaud | 2003-08-22 | 1 | -0/+7 |
| | | | | | languages | ||||
* | (gtkset_line_wrap) export it | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
| | |||||
* | - (gtkset_line_wrap) introduce a Gtk2::Label wrapper for | Thierry Vignaud | 2003-08-21 | 1 | -5/+10 |
| | | | | | | | | | | | set_line_wrap() - (create_box_with_title) o factorize label creation o fix label wrongly wrap cjk languages by enabling its wrapping (real bugs is that GtkLabel does not really know its geometry: see gtk+ bugs #118045, #118046, #101968 and #104188) | ||||
* | only access $::o->{mouse}{unsafe} during install | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | move ugtk2 related language fixes into ugtk2 jail | Thierry Vignaud | 2003-08-21 | 1 | -0/+3 |
| | |||||
* | chinese badly wrap with labels too | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | the scrolled text is correctly sized, so do not let it compete with | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
| | | | | | the options box and the advanced box for availlable space | ||||
* | standalone wizards: increase height to prevent some hidden or cutted | Thierry Vignaud | 2003-08-20 | 1 | -1/+1 |
| | | | | | buttons (some locales and some steps may still be partially hidden) | ||||
* | remove broken and unused gtkexpand() | Thierry Vignaud | 2003-08-19 | 1 | -2/+1 |
| | |||||
* | (_create_dialog, create_dialog) let support the same api as new() and | Thierry Vignaud | 2003-08-18 | 1 | -0/+1 |
| | | | | | threat transient option |