summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* refine the already dirty code to workaround gtk bug leading to bugzilla ↵Guillaume Cottenceau2003-03-071-1/+3
| | | | #1445 (clicking two times too fast still lead to same problem)
* fix rpmdrake dumping core when multiple searchs inGuillaume Cottenceau2003-03-071-1/+13
| | | | | "selected" and "upgradable" sorting modes (#2899)
* fix #2672Thierry Vignaud2003-03-061-1/+0
|
* (n_line_size): spacing for default font using XFT is 3Pascal Rigaux2003-03-031-1/+1
|
* perl checko says we need to use parentheses with refGuillaume Cottenceau2003-02-281-1/+1
|
* hugly hack because GtkLabel doesn't wrap when using languages that don't ↵Guillaume Cottenceau2003-02-281-1/+2
| | | | contain spaces
* - (create_factory_popup_menu): introduce it for embedded harddrake2Thierry Vignaud2003-02-271-5/+6
| | | | | | | - embedding cleanups: o give access to top-level gtk2::plug widget o reuse gtkshow
* final embedding cleanupsThierry Vignaud2003-02-241-1/+1
|
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-1/+0
| | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-1/+0
| | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment
* embedded should segfault a bit less if I don't let the embeddedGuillaume Cottenceau2003-02-211-2/+2
| | | | | window creation destroy the destroy handler
* when isEmbedded, use $::WizardTable to allow non pop_it when not visiblePascal Rigaux2003-02-211-6/+11
|
* workaround what seems to be a gtk bug (#1445)Guillaume Cottenceau2003-02-211-2/+7
| | | | | | | gtk seems to loop (and take 100% user cpu) when I change the pixbuf of a gtkcellrendererpixbuf in a treeview that is not currently displayed
* change a bit position of main window and steps windowGuillaume Cottenceau2003-02-201-1/+1
| | | | | in steps window, have titles in grey
* try to handle case with large fonts (CJK for example) -> branch on TextViewGuillaume Cottenceau2003-02-201-1/+1
| | | | | when the box will be quite large
* ensure {box_size} is set (to have less warnings)Pascal Rigaux2003-02-201-2/+4
|
* set the destroy handler after wizard creation, or the fact thatGuillaume Cottenceau2003-02-191-1/+2
| | | | | | wizard window will overwrite existing window will also destroy the destroy handler
* fix some segfaults caused by still calling destroyGuillaume Cottenceau2003-02-191-3/+2
| | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651)
* better comply to look of text like in Gtk1 (text inside a Frame)Guillaume Cottenceau2003-02-191-1/+6
|
* cleanGuillaume Cottenceau2003-02-191-3/+0
|
* the empty label in the HButtonBox had the same size as the buttons (sincePascal Rigaux2003-02-181-1/+0
| | | | | | HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-(
* fix titi's perl checkoGuillaume Cottenceau2003-02-181-1/+1
|
* internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵Guillaume Cottenceau2003-02-181-7/+3
| | | | Gtk2->init
* fix pop_it...Pascal Rigaux2003-02-171-1/+1
|
* hopefully final fix for pop_itPascal Rigaux2003-02-171-2/+2
|
* in the old days, on cannot disable shrink1, resize2 or shrink2 since they ↵Thierry Vignaud2003-02-171-2/+5
| | | | always were true
* fix setting pop_it for wizard in standalonePascal Rigaux2003-02-171-1/+2
|
* don't mute the keyboard in ask_browse_tree_info (#1598)Guillaume Cottenceau2003-02-151-1/+2
|
* okcehc lrep (hebrew feeling)Guillaume Cottenceau2003-02-141-1/+1
|
* wizard: free memoryGuillaume Cottenceau2003-02-141-0/+1
|
* add a frame to the wizard's outlineGuillaume Cottenceau2003-02-141-1/+1
|
* honour 9.1 theme title of windows: no icon, text to the leftGuillaume Cottenceau2003-02-141-1/+4
|
* remove shape of windowsGuillaume Cottenceau2003-02-131-39/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-0/+4
| | | | | | | - 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
* - ensure focus should not be needed anymoreGuillaume Cottenceau2003-02-121-10/+1
| | | | | - support XSetInputFocus hackery
* don't set pop_it when the window is hiddenPascal Rigaux2003-02-121-1/+4
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-6/+6
|
* - sort functions by name in export tagsThierry Vignaud2003-02-101-19/+28
| | | | | - (gtkset_name) introduce it for mcc and reuse it in create_box_with_title()
* drop "F1" for help (since a "Help" button is now available)Pascal Rigaux2003-02-061-6/+2
|
* (create_okcancel): allow buttons on the left (for the "Help" button)Pascal Rigaux2003-02-061-4/+12
|
* (ask_browse_tree_info): switch buttonsPascal Rigaux2003-02-051-8/+12
|
* don't ->set_modal during installPascal Rigaux2003-02-041-1/+1
|
* let simplifyThierry Vignaud2003-02-031-1/+1
|
* ensure the window is big enough in 640x480: remove logo and steps windowPascal Rigaux2003-02-021-2/+2
|
* avoid popingDamien Chaumette2003-01-311-1/+1
|
* handle pop_it more nicely: no need to precise pop_it when the wizard window ↵Pascal Rigaux2003-01-311-3/+6
| | | | | | | already has a window, that way, two dialog boxes won't merge in the same window (which is dumb!)
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-281-2/+9
| | | | | | | | | | - 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();
* remove debugging statementThierry Vignaud2003-01-271-1/+1
|
* let mcc pack tables behave smoother, so that all columns of mcc tables behaveThierry Vignaud2003-01-271-1/+1
| | | | | like last column of drakx's pack tables
* don't sent USR2 to mcc for logdrake;Thierry Vignaud2003-01-271-1/+1
| | | | | | | logdrake is handled differently since it's a special case. else on first execution of an embedded app, we take two USR2 (one from the embedded app and one from logdrake, which is bad)