summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* (new) do not display any banner icon at install timeThierry Vignaud2008-07-241-1/+1
|
* do not crash if message bus or notification daemon does not reply (like #38496)Olivier Blin2008-03-141-1/+1
|
* add urgency support in Gtk2::Notify::QueueOlivier Blin2008-03-141-0/+1
|
* remove last occurence of bubble wordOlivier Blin2008-03-141-1/+1
|
* perl_checker fixesOlivier Blin2008-03-141-4/+4
|
* do not initialize and keep around bubble value, it's localOlivier Blin2008-03-141-6/+5
|
* adapt to Gtk2::NotifyOlivier Blin2008-03-141-1/+1
|
* rename as Gtk2::Notify::QueueOlivier Blin2008-03-141-1/+1
|
* use action callbacks instead of inexistent clicked signalOlivier Blin2008-03-141-6/+10
|
* info is already defined, simplifyOlivier Blin2008-03-141-3/+1
|
* do not make clicked have a default actionOlivier Blin2008-03-141-7/+3
|
* use closed signal to handle default timeout actionOlivier Blin2008-03-141-6/+5
|
* fix titypoOlivier Blin2008-03-141-1/+1
|
* adapt Gtk2::NotificationBubble::Queue to Gtk2::Notify (#37509, from Titi)Olivier Blin2008-03-141-20/+24
|
* (Gtk2::GUI_Update_Guard->new) prevent a perl_checker warning in callersThierry Vignaud2008-02-051-1/+2
|
* fix buttons order under KDE when using compiz (by detecting ↵Olivier Blin2007-10-231-1/+2
| | | | kde-window-decorator)
* - individual package selection: make the package "Info" non editablePascal Rigaux2007-09-191-1/+1
|
* restore banner on pop up messages (#33753)Pascal Rigaux2007-09-191-1/+0
| | | | | | | 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)
* export get_default_step_items() & set_default_step_items()Thierry Vignaud2007-08-301-0/+1
|
* - ugtk2: use given title if available instead of default step title (#32923)Pascal Rigaux2007-08-291-1/+1
|
* (new) fix wrong test (pixel), thus restoring support setted bannerThierry Vignaud2007-08-211-1/+1
| | | | | which was accidently broken by per step banner
* allow to specify size when creating pixbufs and imagesOlivier Blin2007-08-201-2/+4
|
* (get_default_step_items,new,set_default_step_items) add support for defaultThierry Vignaud2007-08-141-2/+9
| | | | | banner per install step
* (Gtk2::MDV::CellRendererPixWithLabel->RENDER) minor reindentThierry Vignaud2007-08-101-1/+1
|
* (Gtk2::MDV::CellRendererPixWithLabel->RENDER) make it RTL aware (#32450)Thierry Vignaud2007-08-101-2/+6
|
* (escape_text_for_TextView_markup_format) pinpoint bogus callersThierry Vignaud2007-05-291-1/+4
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-179/+227
|
* when taking screenshot during pkgs install, we can be chrooted, in that case ↵Pascal Rigaux2005-09-131-1/+1
| | | | the icon is not accessible
* (Gtk2::Banner->new) fix banner's text position since pixel has reduce its heightThierry Vignaud2005-09-081-1/+1
|
* (create_box_with_title) kill that dead code pathThierry Vignaud2005-09-081-20/+0
|
* use "to_bottom" functionality from mygtk2 (note that scroll_to_iter is no ↵Pascal Rigaux2005-08-311-8/+4
| | | | good for this, scroll_to_mark is better (cf gtk's doc))
* ensure Gtk2::Banner::set_pixmap can be used to change the textPascal Rigaux2005-08-311-0/+1
|
* we don't want global vars in mygtk2, move $::noborderWhenEmbedded to ugtk2Pascal Rigaux2005-08-301-0/+1
|
* if_ is *not* short-circuitPascal Rigaux2005-08-301-1/+1
|
* smaller banner during install (as required by warly & helene)Pascal Rigaux2005-08-291-1/+1
|
* (create_box_with_title) disable that code pathThierry Vignaud2005-08-271-1/+1
|
* remove spurious commaThierry Vignaud2005-08-271-1/+1
|
* (new) add a banner at install timeThierry Vignaud2005-08-271-0/+2
|
* (Gtk2::Banner->new) use proper style for banner at install timeThierry Vignaud2005-08-261-0/+1
|
* (Gtk2::Banner->new) banners are smaller at install timeThierry Vignaud2005-08-261-2/+2
|
* (Gtk2::Banner->new) use proper GC (text_gc is for rendering on editable widgetsThierry Vignaud2005-08-261-1/+1
| | | | | whereas fg_gc is for rendering on non editable widgets)
* (Gtk2::Banner->new) use bold font on banners (IHM team request)Thierry Vignaud2005-08-261-1/+1
|
* (Gtk2::Banner->new) translating it is useless w/o a require on commonThierry Vignaud2005-08-261-1/+1
|
* (create_okcancel) enforce GNOME button order when not under KDE (aka rollbackThierry Vignaud2005-07-271-2/+7
| | | | | | old IHM team request since they never achieved to complete the plan ie enforcing the same button order in both GNOME and KDE)
* (create_dialog) make dialogs transient if possibleThierry Vignaud2005-07-191-0/+3
|
* remove spurious commentOlivier Blin2005-07-011-1/+1
|
* (Gtk2::ComboBox->get_text, Gtk2::OptionMenu->get_text) fix non selected caseOlivier Blin2005-07-011-4/+4
|
* (Gtk2::Banner->new) load lang in order to prevent abortingThierry Vignaud2005-06-151-0/+1
|
* shrink real_windowOlivier Blin2005-05-101-1/+1
|
* replace the latin-charset unbreakable space with a "use utf8" and the utf8 ↵Pascal Rigaux2005-04-051-1/+4
| | | | unbreakable space