Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctrl-alt-delete allows to restart install | Olivier Blin | 2004-08-13 | 1 | -2/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | (gtkappend_page) title is optonnal and perl_checker is loudly | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
| | | | | | complaining outdoor... | ||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | (Gtk2::ComboBox->new_with_strings) make it working | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (Gtk2::ComboBox->set_text) better error message | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | (create_scrolled_window) adding 6px as left margin for TextView in scrolled ↵ | Thierry Vignaud | 2004-08-06 | 1 | -0/+1 |
| | | | | Window | ||||
* | (Gtk2::ComboBox->set_text) actually print a warning if we failled | Thierry Vignaud | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | let's system wide config not override user's locale | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | (create_dialog) only add space between icon and text if there's | Thierry Vignaud | 2004-08-03 | 1 | -2/+4 |
| | | | | | actually an icon | ||||
* | (create_notebook) reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | (create_dialog) do not show separator by default | Thierry Vignaud | 2004-08-03 | 1 | -0/+1 |
| | |||||
* | (_create_dialog) sanitize dialogs/popups: | Thierry Vignaud | 2004-08-03 | 1 | -1/+2 |
| | | | | | | - set a border around it - add more space between the icon and the text | ||||
* | (gtkappend_page) name parameters, enabling perl_checker to check callers' call | Thierry Vignaud | 2004-08-03 | 1 | -3/+3 |
| | | | | | signature | ||||
* | (create_packtable) set a border around packtables | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | fix inverted comments | Thierry Vignaud | 2004-08-02 | 1 | -3/+3 |
| | |||||
* | (gtktext_insert) merge with text_append() from logdrake: | Thierry Vignaud | 2004-08-02 | 1 | -8/+42 |
| | | | | | | | | - name parameters - provide fast text insertion by using named tags instead of anonymous tags. this is especially usefull in order to speed up programs that use quite a lot of identical tags such as logdrake (#8412) and rpmdrake | ||||
* | (shrink_topwindow) drop Gtk+-2.[02]x support | Thierry Vignaud | 2004-07-30 | 1 | -5/+1 |
| | |||||
* | Redundant line. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+0 |
| | |||||
* | use print + exit instead of die | Pascal Rigaux | 2004-06-30 | 1 | -1/+1 |
| | | | | | (so that standalone tools don't need to do it by hand) | ||||
* | make perl_checker a little more happy | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | catch missing wizard pixmap, otherwise we end up with WizardWindow being non | Pascal Rigaux | 2004-06-28 | 1 | -1/+2 |
| | | | | | shown and error messages can't pop up | ||||
* | disallow switching to expert mode using Alt-e | Pascal Rigaux | 2004-06-28 | 1 | -3/+0 |
| | |||||
* | ->set_title doesn't like title undef, give it '' instead | Pascal Rigaux | 2004-06-22 | 1 | -2/+2 |
| | | | | | (to remove ugly warnings at install) | ||||
* | kill warnings | Thierry Vignaud | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | when wizcancel occurs, ugtk2 object is not destroyed (the garbage collector ↵ | Pascal Rigaux | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | seems to have some pbs taking care of this, but since many callbacks using it are registered, it's no wonder) (fixes pressing "Cancel" on a ->ask_warn in wizard mode) | ||||
* | (set_text): fix "cleanups" | Pascal Rigaux | 2004-06-01 | 1 | -6/+4 |
| | |||||
* | (set_text) cleanups | Thierry Vignaud | 2004-06-01 | 1 | -2/+2 |
| | |||||
* | still provide compat stuff for OptionMenu (#9826) until all tools are | Thierry Vignaud | 2004-05-24 | 1 | -1/+41 |
| | | | | | converted | ||||
* | (Gtk2::OptionMenu->new) kill debug message | Thierry Vignaud | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | (Gtk2::OptionMenu) transparently replace obsolete OptionMenu widget by | Thierry Vignaud | 2004-05-18 | 1 | -13/+14 |
| | | | | | the new ComboBox widget | ||||
* | better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the image | Pascal Rigaux | 2004-05-13 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -2/+2 |
| | |||||
* | (shrink_topwindow) support both 10.0 and cooker | Thierry Vignaud | 2004-04-23 | 1 | -1/+5 |
| | |||||
* | create frame with a border witdth (titi rulez) | Damien Chaumette | 2004-04-23 | 1 | -1/+6 |
| | |||||
* | (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411) | Thierry Vignaud | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | space cleanup | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | fix relative file names (mostly (only?) for debugging) | Pascal Rigaux | 2004-03-30 | 1 | -1/+1 |
| | |||||
* | - fix _find_imgfile() | Pascal Rigaux | 2004-03-19 | 1 | -8/+13 |
| | | | | | - cleanup | ||||
* | new helper function may_set_icon that takes care of missing wiz_default_up ↵ | Pascal Rigaux | 2004-03-18 | 1 | -4/+10 |
| | | | | during install | ||||
* | (_create_dialog) set x11 icon for dialogs too | Thierry Vignaud | 2004-03-17 | 1 | -0/+1 |
| | |||||
* | (new) fix x11 icon for Gtk2::Plug | Thierry Vignaud | 2004-03-17 | 1 | -2/+1 |
| | |||||
* | (_find_imgfile) prevent matching subdirectory (eg: harddrake) | Thierry Vignaud | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | - add $ugtk2::wm_icon (esp. for park-rpmdrake) | Pascal Rigaux | 2004-03-16 | 1 | -4/+5 |
| | | | | | - cleanup, correct indentation | ||||
* | (new) set x11 icon for non wizard tools | Thierry Vignaud | 2004-03-16 | 1 | -0/+1 |
| | |||||
* | (new) set default x11 icon | Thierry Vignaud | 2004-03-16 | 1 | -0/+3 |
| | |||||
* | (gtktext_insert) if we want anonymous tags, just create anonymous tags | Thierry Vignaud | 2004-03-11 | 1 | -4/+3 |
| | | | | | | instead of creating fake tag names that we just discard after (rand is not guarranted to not return the same number twice...) | ||||
* | (Gtk2::WrappedLabel::new) fix unusing label | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (Gtk2::WrappedLabel::new) enable to alter default alignment | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| |