summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Collapse)AuthorAgeFilesLines
...
* (create_widget,create_widgets_block) better layout for right aligned widgetsThierry Vignaud2008-09-171-8/+7
|
* (create_widget) indent (for next commit to be clearer)Thierry Vignaud2008-09-171-1/+2
|
* (load_from_uri ) enable relative links in HTML help (which prevented segfaultsThierry Vignaud2008-09-161-1/+0
| | | | | on anchors when using Gtk2::Html2)
* (>display_help,display_release_notes,load_from_uri) switch from perl-Gtk2-Html2Thierry Vignaud2008-09-161-17/+7
| | | | | to perl-Gtk2-WebKit in order to display release notes & help
* (create_widget) size all labelss (workaround infamous 6 years oldThierry Vignaud2008-09-151-4/+6
| | | | | gnome bug #101968) (eg: in advanced language selection)
* (wait_message_with_progress_bar) reuse mygtk2 (needed for next commit)Thierry Vignaud2008-09-121-1/+1
|
* (ask_fromW) fix displaying "Help" Button for HTML helpThierry Vignaud2008-09-111-1/+1
|
* (display_help) reindent and make it clearer through using 'elsif'Thierry Vignaud2008-09-111-34/+34
|
* (display_help) add a separator before "Close" buttonThierry Vignaud2008-09-111-0/+1
|
* (display_help) create it out of ask_fromW()Thierry Vignaud2008-09-111-20/+23
|
* (ask_fromW) put "Close" button of help at right endThierry Vignaud2008-09-111-1/+1
|
* (create_widget,create_widgets_block,create_widgets) make advanced popup ↵Thierry Vignaud2008-09-101-6/+6
| | | | display the same title as their parents
* (create_widget) add a "FIXME" note about Gtk-CRITICALThierry Vignaud2008-09-081-0/+1
|
* (Create,create_widget) fix file system type drop down list showing most typesThierry Vignaud2008-09-081-1/+1
| | | | | as "..." in expert mode due to ellipsizing (#43611)
* (create_boxradio) do not size radio button that have a label (eg: drakauth)Thierry Vignaud2008-09-081-1/+1
| | | | | | | | | thus preventing uneeded horizontal scrollbar to appear regression introduced in commit r244594 (from 2008-09-01): "(gtkradio) fix sizing radio buttons' labels (infamous 6 years old gnome bug #101968)"
* - fix buggy blocking wait_message occuring in diskdrakePascal Rigaux2008-09-031-5/+12
| | | | | | (using a more powerful strategy to ensure such blocking wait_message won't bother use anymore)
* (create_boxradio,create_box_with_title,create_widget,get_label_width,main,re ↵Thierry Vignaud2008-09-021-0/+2
| | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds
* (create_boxradio) do not size right aligned radio buttonsThierry Vignaud2008-09-021-1/+1
|
* (gtkradio,create_boxradio) move label sizing one level upper (needed for ↵Thierry Vignaud2008-09-021-0/+1
| | | | next commit)
* (create_widgets_block) fix size of right aligned labels by not addingThierry Vignaud2008-09-011-1/+1
| | | | | them to size group
* (create_widget) prevent big combo boxes to cause an horizontallThierry Vignaud2008-09-011-0/+1
| | | | | scrollbar to appear by using the "ellipsize" property
* (create_widget) add padding for radio buttons too (so that they got aligned)Thierry Vignaud2008-09-011-0/+1
|
* (add_padding) factorize code for next commitsThierry Vignaud2008-09-011-5/+9
|
* (create_widget) fix alignment of check buttonsThierry Vignaud2008-09-011-0/+5
|
* (asteriskize_if_needed) rename as asteriskize() to better match it behaviourThierry Vignaud2008-08-291-1/+1
|
* (asteriskize_if_needed) factorize code for next commitsThierry Vignaud2008-08-291-1/+1
|
* - fix buggy blocking wait_message occuring in summaryPascal Rigaux2008-08-291-0/+1
|
* (create_widgets) fix off by one error in title countThierry Vignaud2008-08-281-1/+1
|
* (create_widgets) fix asterisk in titlesThierry Vignaud2008-08-281-1/+1
|
* (all_title_entries,create_widgets) add asterisks before titles when there're ↵Thierry Vignaud2008-08-271-0/+11
| | | | more than one:
* (create_widget) simplify last two commitsThierry Vignaud2008-08-271-9/+3
|
* (create_widget) remove dead codeThierry Vignaud2008-08-271-2/+0
|
* (create_widgets_block) put right "content widget" in a size groupThierry Vignaud2008-08-271-0/+2
| | | | | (needed for proper vertical aligment when some widgets are right aligned)
* (create_widget) restore support for advanced_messages (regression introduced inThierry Vignaud2008-08-271-1/+10
| | | | | r244088: "(create_widget) popup advanced settings in dialogs")
* (create_widget) perl_checker fixThierry Vignaud2008-08-271-1/+1
|
* (create_widget) fix positin of filler in order to be able to right align any ↵Thierry Vignaud2008-08-271-1/+1
| | | | kind of widget
* (create_treeview_list) fix several Gtk-CRITICALThierry Vignaud2008-08-271-0/+1
|
* (create_widgets_block) fix right aligned widgetsThierry Vignaud2008-08-271-1/+1
| | | | | | (regression introduced in r244432: "(create_widget) workaround infamous 6 years old gnome bug #101968 (bad label wrapping)")
* (create_widget) workaround infamous 6 years old gnome bug #101968 (bad label ↵Thierry Vignaud2008-08-271-1/+2
| | | | wrapping)
* - pop wait_messages and ensure same window is used for next wait_messagesPascal Rigaux2008-08-221-1/+4
| | | | | (to ensure the background is not greyed,ungreyed,greyed,...)
* (create_widgets_block) add support for new 'alignment' parameter (only ↵Thierry Vignaud2008-08-221-1/+4
| | | | 'right' value is supported for now)
* (create_widgets_block) add support for new 'do_not_expand' parameterThierry Vignaud2008-08-221-0/+7
|
* (create_widget) enable to render Buttons with new 'advanced' install styleThierry Vignaud2008-08-201-4/+11
|
* (create_widget) use mygtk2 for creating buttons instead of raw Gtk2 (needed ↵Thierry Vignaud2008-08-201-2/+2
| | | | for next commits)
* (create_widget) set title for advanced dialogs instead of relying onThierry Vignaud2008-08-201-1/+1
| | | | | global step's title
* (create_widget) explain crash fix introduced in r244218 for advanced widgetsThierry Vignaud2008-08-201-0/+2
|
* (ask_fromW,display_release_notes) stop reducing help & release notes ↵Thierry Vignaud2008-08-191-2/+0
| | | | dialogs' size
* (ask_fromW) use new style popup button for helpThierry Vignaud2008-08-191-2/+3
|
* (_gtk__Install_Button) factorize new installer style button for further reusageThierry Vignaud2008-08-191-9/+5
|
* (create_widget) fix crashing in r244088 (regression introduced in when movingThierry Vignaud2008-08-191-1/+1
| | | | | | advanced widgets in their own dialog instead of in another block child of an expander)