Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (enable_sync_flush,sync_flush) split them out of wait_messageW() so that | Thierry Vignaud | 2008-10-11 | 1 | -2/+2 |
| | | | | | rpmdrake can get rid of some gray windows | ||||
* | (compute_sizes,filter_widget) properly handle big text in list such as | Thierry Vignaud | 2008-10-08 | 1 | -3/+3 |
| | | | | | security level descriptions (#43561) | ||||
* | (load_from_uri,get_html_file) handle anchors in HTML help IDs | Thierry Vignaud | 2008-10-02 | 1 | -6/+5 |
| | |||||
* | revert r247290, seems to break image loading ; was: | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | | | | | "remove extra "/" in help path" | ||||
* | (is_help_file_exist) explain | Thierry Vignaud | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | (is_help_file_exist) introduce it | Thierry Vignaud | 2008-10-01 | 1 | -0/+6 |
| | |||||
* | remove extra "/" in help path | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | (get_html_file,display_help) add basic support for anchors | Thierry Vignaud | 2008-09-30 | 1 | -1/+3 |
| | |||||
* | (create_boxradio) add spacing between radio buttons for readability (#44332) | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | use mygtk2 for WebKit | Thierry Vignaud | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | (create_widgets_block) restore support for right alignement for simple | Thierry Vignaud | 2008-09-22 | 1 | -1/+4 |
| | | | | | | | | | | widgets while still not using fillers when packing both a label & a widget (as in eg ask_user_and_root()) regression introduced in r245853 on 2008-09-17: "(create_widget,create_widgets_block) better layout for right aligned widgets" | ||||
* | (create_widget) align iconlist real widget to the left when (its label | Thierry Vignaud | 2008-09-17 | 1 | -1/+5 |
| | | | | | | | | is) aligned to the right :-) we should maybe just adapt that layout everytime for icons (even with normal left alignment)... | ||||
* | (create_widget,create_widgets_block) better layout for right aligned widgets | Thierry Vignaud | 2008-09-17 | 1 | -8/+7 |
| | |||||
* | (create_widget) indent (for next commit to be clearer) | Thierry Vignaud | 2008-09-17 | 1 | -1/+2 |
| | |||||
* | (load_from_uri ) enable relative links in HTML help (which prevented segfaults | Thierry Vignaud | 2008-09-16 | 1 | -1/+0 |
| | | | | | on anchors when using Gtk2::Html2) | ||||
* | (>display_help,display_release_notes,load_from_uri) switch from perl-Gtk2-Html2 | Thierry Vignaud | 2008-09-16 | 1 | -17/+7 |
| | | | | | to perl-Gtk2-WebKit in order to display release notes & help | ||||
* | (create_widget) size all labelss (workaround infamous 6 years old | Thierry Vignaud | 2008-09-15 | 1 | -4/+6 |
| | | | | | gnome bug #101968) (eg: in advanced language selection) | ||||
* | (wait_message_with_progress_bar) reuse mygtk2 (needed for next commit) | Thierry Vignaud | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | (ask_fromW) fix displaying "Help" Button for HTML help | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (display_help) reindent and make it clearer through using 'elsif' | Thierry Vignaud | 2008-09-11 | 1 | -34/+34 |
| | |||||
* | (display_help) add a separator before "Close" button | Thierry Vignaud | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | (display_help) create it out of ask_fromW() | Thierry Vignaud | 2008-09-11 | 1 | -20/+23 |
| | |||||
* | (ask_fromW) put "Close" button of help at right end | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (create_widget,create_widgets_block,create_widgets) make advanced popup ↵ | Thierry Vignaud | 2008-09-10 | 1 | -6/+6 |
| | | | | display the same title as their parents | ||||
* | (create_widget) add a "FIXME" note about Gtk-CRITICAL | Thierry Vignaud | 2008-09-08 | 1 | -0/+1 |
| | |||||
* | (Create,create_widget) fix file system type drop down list showing most types | Thierry Vignaud | 2008-09-08 | 1 | -1/+1 |
| | | | | | as "..." in expert mode due to ellipsizing (#43611) | ||||
* | (create_boxradio) do not size radio button that have a label (eg: drakauth) | Thierry Vignaud | 2008-09-08 | 1 | -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 diskdrake | Pascal Rigaux | 2008-09-03 | 1 | -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 Vignaud | 2008-09-02 | 1 | -0/+2 |
| | | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds | ||||
* | (create_boxradio) do not size right aligned radio buttons | Thierry Vignaud | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | (gtkradio,create_boxradio) move label sizing one level upper (needed for ↵ | Thierry Vignaud | 2008-09-02 | 1 | -0/+1 |
| | | | | next commit) | ||||
* | (create_widgets_block) fix size of right aligned labels by not adding | Thierry Vignaud | 2008-09-01 | 1 | -1/+1 |
| | | | | | them to size group | ||||
* | (create_widget) prevent big combo boxes to cause an horizontall | Thierry Vignaud | 2008-09-01 | 1 | -0/+1 |
| | | | | | scrollbar to appear by using the "ellipsize" property | ||||
* | (create_widget) add padding for radio buttons too (so that they got aligned) | Thierry Vignaud | 2008-09-01 | 1 | -0/+1 |
| | |||||
* | (add_padding) factorize code for next commits | Thierry Vignaud | 2008-09-01 | 1 | -5/+9 |
| | |||||
* | (create_widget) fix alignment of check buttons | Thierry Vignaud | 2008-09-01 | 1 | -0/+5 |
| | |||||
* | (asteriskize_if_needed) rename as asteriskize() to better match it behaviour | Thierry Vignaud | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | (asteriskize_if_needed) factorize code for next commits | Thierry Vignaud | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | - fix buggy blocking wait_message occuring in summary | Pascal Rigaux | 2008-08-29 | 1 | -0/+1 |
| | |||||
* | (create_widgets) fix off by one error in title count | Thierry Vignaud | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | (create_widgets) fix asterisk in titles | Thierry Vignaud | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | (all_title_entries,create_widgets) add asterisks before titles when there're ↵ | Thierry Vignaud | 2008-08-27 | 1 | -0/+11 |
| | | | | more than one: | ||||
* | (create_widget) simplify last two commits | Thierry Vignaud | 2008-08-27 | 1 | -9/+3 |
| | |||||
* | (create_widget) remove dead code | Thierry Vignaud | 2008-08-27 | 1 | -2/+0 |
| | |||||
* | (create_widgets_block) put right "content widget" in a size group | Thierry Vignaud | 2008-08-27 | 1 | -0/+2 |
| | | | | | (needed for proper vertical aligment when some widgets are right aligned) | ||||
* | (create_widget) restore support for advanced_messages (regression introduced in | Thierry Vignaud | 2008-08-27 | 1 | -1/+10 |
| | | | | | r244088: "(create_widget) popup advanced settings in dialogs") | ||||
* | (create_widget) perl_checker fix | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | (create_widget) fix positin of filler in order to be able to right align any ↵ | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | | | | kind of widget | ||||
* | (create_treeview_list) fix several Gtk-CRITICAL | Thierry Vignaud | 2008-08-27 | 1 | -0/+1 |
| | |||||
* | (create_widgets_block) fix right aligned widgets | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | | | | | | (regression introduced in r244432: "(create_widget) workaround infamous 6 years old gnome bug #101968 (bad label wrapping)") |