summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* ( _create_Window) do not run main_quit if not in a main loop (eg:Thierry Vignaud2008-03-251-1/+6
| | | | | while loading GUI) but block window deletion instead (#39230)
* add shadow 'in' around Gtk2::SimpleList widgetsOlivier Blin2007-10-051-1/+1
|
* split init code in init() (simplify stuff for drakbug)Thierry Vignaud2007-09-261-1/+2
|
* (_gtk__AboutDialog) stop using deprecated APIThierry Vignaud2007-09-241-1/+1
|
* restore banner on pop up messages (#33753)Pascal Rigaux2007-09-191-2/+7
| | | | | | | the tricky part here is we need to differentiate the case when the empty box given in ugtk2.pm was really meant to be discarded (eg: diskdrake during install), but don't want to discard the child if it's useful (wait_message)
* - fix blocking wait_message (when they pop) (#33676, #33670)Pascal Rigaux2007-09-171-1/+1
| | | | | | | the fix is quite ugly: don't use banner when we pop and have a "child" but the code was buggy anyway, the "child" was dropped, replaced by the banner
* add data/pixmaps (used in drakx-net)Olivier Blin2007-09-101-1/+1
|
* fix using RadioButton with childPascal Rigaux2007-09-051-1/+1
|
* allow to specify size when creating pixbufs and imagesOlivier Blin2007-08-201-5/+14
|
* use set_image() to set button image, to be able to add both label and imageOlivier Blin2007-08-201-2/+3
|
* handle homogenous and spacing properties for ButtonBox (should probably be ↵Olivier Blin2007-08-201-0/+2
| | | | factorized with _gtk_any_Box)
* support ellipsize option for labelsOlivier Blin2007-08-201-0/+1
|
* centralize common textdomains in a single common place, thus ensuring ↵Thierry Vignaud2007-06-281-1/+3
| | | | they'll be binded (#31580)
* (set_main_window_size) enable to override default size with Gtk+ frontendThierry Vignaud2007-06-061-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-31/+166
|
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-151-1/+1
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* new "Image_using_pixmap" which is rendered using DITHER_MAX which is much ↵Pascal Rigaux2005-09-051-3/+23
| | | | better on 16bpp displays
* fix return value (thanks to blino for finding the pb)Pascal Rigaux2005-09-011-5/+6
|
* simpler and better code, allowing forcing scrolling to bottomPascal Rigaux2005-08-311-4/+3
|
* allow ScrolledWindow around TextView to be automatically scrolled down on ↵Pascal Rigaux2005-08-311-2/+24
| | | | new text insert
* allow file_ref to be false at Image creationPascal Rigaux2005-08-311-1/+1
|
* allow adding text to a TextView with gtkaddPascal Rigaux2005-08-311-2/+2
|
* add "text_ref" for Label'sPascal Rigaux2005-08-311-0/+6
|
* add Label_LeftPascal Rigaux2005-08-311-0/+6
|
* add ProgressBarPascal Rigaux2005-08-311-0/+18
|
* handle hide_ref and show_refPascal Rigaux2005-08-311-0/+7
|
* make MagicWindow re-entrant again (was broken due to only one banner, eg. ↵Pascal Rigaux2005-08-301-9/+12
| | | | for drakx summary)
* add children_centered (was already children_tight, children_loose and children)Pascal Rigaux2005-08-301-1/+4
|
* we don't want global vars in mygtk2, move $::noborderWhenEmbedded to ugtk2Pascal Rigaux2005-08-301-1/+0
|
* (_gtk__MagicWindow) add a banner w/o margin if provided oneThierry Vignaud2005-08-271-0/+4
|
* really make the wizard banner icon a warning instead of an errorPascal Rigaux2005-08-081-1/+5
|
* more explicit errorPascal Rigaux2005-08-081-3/+3
|
* (_gtk__MagicWindow) fix layout for programms embedded with theirThierry Vignaud2005-07-191-1/+1
| | | | | menubar through the newly introduced $::noborderWhenEmbedded flag
* Don't put a border around embbeded rpmdrakeRafael Garcia-Suarez2005-07-191-1/+1
|
* add "default_width" and "default_height" for Gtk2::WindowPascal Rigaux2005-06-241-0/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* (_text_insert) append option was ignored when using simplified APIThierry Vignaud2005-05-161-1/+5
|
* don't use ->set_uposition anymore, use ->move instead (as suggested on ↵Pascal Rigaux2005-04-261-3/+3
| | | | gtk-perl mailing list)
* ensure the val registrations are kept orderedPascal Rigaux2005-03-171-4/+4
|
* stringify using a perl_checker compliant wayPascal Rigaux2005-03-011-2/+2
|
* - handle {list_ref} in ComboBoxPascal Rigaux2005-03-011-3/+19
| | | | | | | - handle more than one {ref} per widget - check that the string value of the ref doesn't change when it is set (maybe we should remove the REF or SCALAR prefix?)
* add FileChooser creation and rollback ugly ->run thing (hopefully now unneeded)Pascal Rigaux2005-02-151-7/+23
|
* (main) fix FileSelection (inactive & unusable window)Thierry Vignaud2005-02-101-1/+7
|
* ->get('window-position') should be done on real_windowPascal Rigaux2005-02-071-0/+1
|
* fix commented code :)Pascal Rigaux2005-01-261-1/+1
|
* fix return value of method calls on MagicWindowPascal Rigaux2005-01-261-2/+3
|
* ->size_request doesn't return anything on the box, it is better done on the ↵Pascal Rigaux2005-01-261-1/+1
| | | | window (for rpmdrake)
* do show_all on the real window (this is used by drakloop)Pascal Rigaux2005-01-211-1/+1
|
* fix broken focus during installPascal Rigaux2005-01-181-0/+2
|
* MagicWindow:Pascal Rigaux2005-01-161-6/+9
| | | | | | | - hide is done on the window if popped - show is done on both the window and the child (to handle initial show on the window, and show after a hide on the child)