aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gurpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* (new,DESTROY) stop accounting main windows which collides withThierry Vignaud2008-09-301-2/+1
| | | | | | | | mygtk2's accounting resulting in broken transient_for hints (regression introduced in drakxtools-11.10.2 on 18 August 2008 while fixing focus issues (#42750))
* (new) make dialogs be rendered instaneously by showing all widgetsThierry Vignaud2008-02-061-0/+2
| | | | | _and_ reusing label()'s hack
* make a real object out of Rpmdrake::gurpmThierry Vignaud2007-09-181-38/+43
|
* clear executable bitThierry Vignaud2007-09-031-0/+0
|
* (invalidate_cancel_forever) temporary workaround that preventsThierry Vignaud2007-08-281-1/+5
| | | | | | | Gtk2::Label::set_text() set_text_internal() -> queue_resize() -> size_allocate() call chain to mess up when ->shrink_topwindow() has been called (#32613)
* (progress) prevent gtk+ warningsThierry Vignaud2007-08-131-1/+4
|
* (init) align text to top (I wonder if we shouldn't align it to the left too)Thierry Vignaud2007-08-031-1/+1
|
* (init) size label's heigh to 2 lines in order to prevent dummy vertical resizingThierry Vignaud2007-08-031-0/+5
|
* (init) further size window in order to prevent resizingThierry Vignaud2007-03-231-1/+1
|
* (init) size window rather than progressbar and increase default size in ↵Thierry Vignaud2007-03-151-2/+2
| | | | order to prevent resizing
* (init,end) do not garbage $::main_window once gurpmi message is destroyedThierry Vignaud2007-02-211-0/+4
|
* (init) set up so that transientness hint are OK for next dialogsThierry Vignaud2007-02-201-0/+1
|
* split gurpm stuff into Rpmdrake::gurpm moduleThierry Vignaud2007-02-201-0/+86