Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work in progress (follow interface team recommendation) : use | Thierry Vignaud | 2003-07-25 | 1 | -9/+33 |
| | | | | | | | | | checkboxes instead of ugly icon inconsistent (aka semi-selected) state still need working install caller must be fixed like rpmdrake is | ||||
* | new binding returns a list intead of an array ref | Thierry Vignaud | 2003-07-18 | 1 | -3/+3 |
| | |||||
* | do not exit the whole app when one destroy a dialog | Thierry Vignaud | 2003-07-17 | 1 | -1/+0 |
| | |||||
* | (_create_dialog) default is "as much as needed" size | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-07-17 | 1 | -5/+5 |
| | |||||
* | center_always is unuser-friendly | Thierry Vignaud | 2003-07-17 | 1 | -2/+1 |
| | |||||
* | - ihm team said: always use labels, textview are stupid nonsenses | Thierry Vignaud | 2003-07-17 | 1 | -18/+1 |
| | | | | | | - fcrozat then said: labels have no wrapping problems with cjk and the like | ||||
* | use stock items in wizards | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | (warn_dialog, err_dialog) fix passing dialog options to | Thierry Vignaud | 2003-07-15 | 1 | -0/+2 |
| | | | | | create_dialog() when they get no options | ||||
* | - (create_dialog) | Thierry Vignaud | 2003-07-14 | 1 | -2/+20 |
| | | | | | | | | | o add the stock option in order to be able to use a stock icon o add a new "small" option to net make dialogs too big - (err_dialog, warn_dialog) new wrappers upon create_dialog to use warning and error stock icons - add a new export tag for dialogs | ||||
* | (destroy_window) kill it since it is no more used for quite some time | Thierry Vignaud | 2003-07-14 | 1 | -8/+0 |
| | |||||
* | for more GUIes coherency, GtkOptionMenu is recommended instead of a combo if | Thierry Vignaud | 2003-07-14 | 1 | -0/+62 |
| | | | | | | | | | | | the user is selecting from a fixed set of options. since both GtkCombo and GtkOptionMenu will be deprecated in 2.4.x in favor of much better designed widget (see libegg's combo), we introduce a compatibility layer that makes OptionMenu looks like Combo at API level to minimize changes: - now, when using OptionMenu instead of Combo - when new widget will come to live in gtk+-2.4.x | ||||
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 1 | -7/+7 |
| | | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places | ||||
* | split create_dialog() into create_dialog() wrapper and _create_dialog() | Thierry Vignaud | 2003-07-14 | 1 | -7/+14 |
| | | | | | | backend, thus enabling to kill drakconnect::new_dialog and to share code with drakfloppy and others | ||||
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 1 | -4/+5 |
| | | | | | - do not name "use once" variables | ||||
* | move toggle_expansion helper in the right namespace | Thierry Vignaud | 2003-07-09 | 1 | -0/+1 |
| | |||||
* | add Gtk2::TreeView->toggle_expansion helper for rpmdrake | Thierry Vignaud | 2003-07-09 | 1 | -0/+11 |
| | |||||
* | get rid of equals | Thierry Vignaud | 2003-07-09 | 1 | -3/+4 |
| | |||||
* | fix row filling | Thierry Vignaud | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | fix gtk2::entry->new_with_text | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |
| | |||||
* | remove debugging trace | Thierry Vignaud | 2003-07-09 | 1 | -1/+0 |
| | |||||
* | typo fix | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -46/+82 |
| | |||||
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -12/+12 |
| | |||||
* | (create_dialog) add use_markup in order to hint the usage of pango attributes | Thierry Vignaud | 2003-07-01 | 1 | -1/+2 |
| | |||||
* | calling Gtk2->set_locale at each ugtk2 object creation should be | Guillaume Cottenceau | 2003-06-27 | 1 | -2/+0 |
| | | | | | | unneeded (Gtk2->init initializes internationalization stuff of Gtk2), and it breaks my setlocale call in rpmdrake | ||||
* | create_box_with_title: chinese langs also need to always use | Guillaume Cottenceau | 2003-06-18 | 1 | -1/+1 |
| | | | | | | GtkTextView because GtkLabel won't wrap automatically (fixes problems displaying help non-wrapped in the install, #3670) | ||||
* | change a bit how strings are passed to advertising system | Guillaume Cottenceau | 2003-06-12 | 1 | -2/+28 |
| | | | | | | so that we don't specify absolute x,y positions for each paragraph, ending with overwritten text in some localizations | ||||
* | get_text_coord: fix heights handling: use real height of each | Guillaume Cottenceau | 2003-06-12 | 1 | -8/+19 |
| | | | | | | line rather than default height from font info (which is bugged in japanese) | ||||
* | get_text_coord: fix wrapping broken (gc sux) | Guillaume Cottenceau | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | change ask_browse_tree_info_given_widgets and | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+5 |
| | | | | | | ask_browse_tree_info API's so that widgets can be reachable from ask_browse_tree_info clients (install_steps_gtk.pm) | ||||
* | bug fixed in upstream gtk2 | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+3 |
| | |||||
* | ask_browse_tree_info: set_rules_hint(1) | Guillaume Cottenceau | 2003-06-11 | 1 | -0/+1 |
| | |||||
* | ensure N() is not called before ugtk2 is initialised, otherwise | Pascal Rigaux | 2003-06-06 | 1 | -0/+2 |
| | | | | | the gettext is not forced to utf8 | ||||
* | fix gc sux in 1.117 modfiying function behaviour | Guillaume Cottenceau | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | gtktext_insert: fix indenting of one line, takes that as a | Guillaume Cottenceau | 2003-05-21 | 1 | -12/+12 |
| | | | | | pretext to redo whole function identing without tabs | ||||
* | beautify titi | Guillaume Cottenceau | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | (gtktext_append) fix gtktext_insert() call | Thierry Vignaud | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-05-16 | 1 | -1/+1 |
| | |||||
* | (create_dialog) scroll window if needed | Thierry Vignaud | 2003-05-15 | 1 | -1/+2 |
| | |||||
* | - (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -4/+5 |
| | | | | | | | | | o options are passed through a hash ref o wrap text o update caller list - harddrake2: convert to use create_dialog() instead of interactive->warn (fix #3487) | ||||
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -3/+3 |
| | | | | | | - update caller list - add title parameter and update callers | ||||
* | (create_dialog): | Thierry Vignaud | 2003-04-30 | 1 | -4/+4 |
| | | | | | | - second parameter really is optionnal - do not blindly set the title to logdrake, this is used elsewhere | ||||
* | remove export for two removed functions | Guillaume Cottenceau | 2003-04-30 | 1 | -2/+2 |
| | |||||
* | perl_checker can parse me at last | Guillaume Cottenceau | 2003-04-29 | 1 | -20/+3 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -5/+6 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -18/+20 |
| | |||||
* | comply to new each_index behaviour | Pascal Rigaux | 2003-04-16 | 1 | -3/+3 |
| | |||||
* | after adding gtk_text_buffer_place_cursor in gtk2-perl, use it here :) | Guillaume Cottenceau | 2003-04-03 | 1 | -3/+2 |
| | |||||
* | fix #3633 (cursor at the end of TextView after gtktext_insert) | Guillaume Cottenceau | 2003-04-03 | 1 | -4/+11 |
| | | | | | remove a few memory leaks |