[Libuta-develop] announcing 0.3.18
Status: Beta
Brought to you by:
klaux
From: Karsten-Olaf L. <kl...@rh...> - 2000-04-04 07:22:38
|
Version 0.3.18 * new logo by Uta herself ! * fixed Timer class (was not correctly working) * added Focus class and focus handling to Widget class NEW BEHAVIOR: by default a widget does not get focus. Use setClickToFocus(true) or setPointToFocus(true) to enable accepting of focus (all classes derived either from Button or LineEdit have set ClickToFocus to true) * added a check for SMPEG so that the mpeg demos are only build when SMPG is available * updated keysym.h My favorite new feature is the focus handling. Now the default behavior is ClickToFocus. So once you have activated a lineedit field it keeps the focus even if you move the mouse away ! :) This works for buttons, too. You may use TAB (Shift-TAB) to move the focus to the next child widget, which is quite nice for dialogs with many editfields and buttons. Buttons now react on SPACE or RETURN when posessing the focus. So it is now possible to create a dialog and then pass the focus to the OK button: okButton->grabFocus() Now the user may close the dialog by just pressing RETURN. :) Finally the best news: Uta herself has made a new logo for libuta ! I will soon change the icon-header file to this new logo and probably update the webpage :) I guess that you all agree to keep sdt's banner, as well ! so far, -- Karsten-O. Laux (kl...@rh...) |