aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gurpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
| | | | for bad faith people who do look at "git log"...
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* we no longuer have access to PANGO_PIXELS() with introspectionThierry Vignaud2013-12-051-1/+1
| | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner
* we no longer can use old style objectsThierry Vignaud2013-12-051-1/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-12-051-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-1/+1
|
* Gtk2::Pango -> PangoThierry Vignaud2013-12-051-1/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-5/+5
|
* (progress) limit progress bar refreshes to 3 per second max (mga#2775)Thierry Vignaud2012-02-151-0/+5
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-1/+1
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------
* (new) revert using installer hack that prevents having gray waitThierry Vignaud2009-04-031-2/+2
| | | | | | | message dialogs on dialog popup in favor of old rgs hack, else (when not on displayed desktop), it uses too much CPU and waits until it got the focus (#48912)
* (gurpm::new) try harder not to have gray wait message dialogs (needs ↵Thierry Vignaud2008-10-111-2/+2
| | | | drakxtools > 11.67)
* (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