summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (new,may_destroy) track windows in order to be able to set the properThierry Vignaud2008-08-181-0/+2
| | | | | | transient hint (really fixing focus bug (#42750) which got unfixed after fixing vivication)
* (Gtk2::Banner::new) drop install specific bits now we don't useThierry Vignaud2008-08-131-5/+3
| | | | | Banners anymore in order to render titles at install time
* (new,wait_messageW) do not use Banners anymore in order to render titles at ↵Thierry Vignaud2008-08-131-2/+2
| | | | install time
* (new) fix latest commitThierry Vignaud2008-08-061-1/+1
|
* (new) fix more strange focus bugsThierry Vignaud2008-08-061-1/+1
|
* (create_okcancel) set spacing between buttonsThierry Vignaud2008-08-041-1/+1
|
* do not force all windows to be modal at install time since it causesThierry Vignaud2008-07-251-1/+1
| | | | | | | | | issues with matchbox window manager modality got forced in r210547 on 2005-01-11 while switching to mygtk2 which collapsed two code paths in ones whereas one wasn't setting modality ('create "MagicWindow" in mygtk2 out of ugtk2::new()')
* (new) simplify: 'transient_for' already implies 'modal' in mygtk2Thierry Vignaud2008-07-251-1/+1
|
* (Gtk2::Banner->new) reduce titles size (and thus banner size too) atThierry Vignaud2008-07-251-2/+3
| | | | | install time
* (new) render titles as capitals in installerThierry Vignaud2008-07-251-0/+2
|
* (enteringStep,get_default_step_items,set_default_step_items,summary_prompt) noThierry Vignaud2008-07-241-4/+4
| | | | | more need to define a default banner icon now we do not display them anymore
* (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
|