Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
| | |||||
* | warn about broken programs that misuse my_gtk | Thierry Vignaud | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | display in mcc when embedded only when ready to interact with the user | Thierry Vignaud | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -3/+3 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -8/+7 |
| | |||||
* | normalize | Pascal Rigaux | 2002-11-08 | 1 | -2/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | fix dams suckiness breaking install2 --test | Guillaume Cottenceau | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | mdk icon_path are added here | damien | 2002-10-01 | 1 | -0/+1 |
| | |||||
* | fix die wizcancel in non wizard mode | Guillaume Cottenceau | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | workaround ERROR: Can't call method "child" on an undefined value at | Guillaume Cottenceau | 2002-09-14 | 1 | -1/+1 |
| | | | | | /usr/lib/libDrakX/my_gtk.pm line 94 | ||||
* | gfx specs is to have the text justified on the left | Guillaume Cottenceau | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | - fix wizard title and pixmap overlap | Daouda Lo | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | add gtkset_visibility | Guillaume Cottenceau | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | ask_browse_tree_info_given_widgets: add ability of partial | Guillaume Cottenceau | 2002-09-05 | 1 | -2/+3 |
| | | | | | | selection clickery leading to unselection for rpmdrake (if someone understands this log message..) | ||||
* | try to get rid of BEGIN but still be able to start up the install :-) | Guillaume Cottenceau | 2002-09-03 | 1 | -1/+0 |
| | |||||
* | remove the use of Ok/Cancel/Exit icons (per ergonomy team request) | Pascal Rigaux | 2002-09-03 | 1 | -11/+6 |
| | |||||
* | better icon association | damien | 2002-09-03 | 1 | -5/+4 |
| | |||||
* | added create_pixbutton | damien | 2002-09-03 | 1 | -7/+13 |
| | |||||
* | fixed damien (aka pitchounette) sucking, this is not this way pitchounette you | Francois Pons | 2002-09-03 | 1 | -1/+1 |
| | | | | | will lost your current name as pitchounette :-) | ||||
* | - better size of wizard for printerdrake | Daouda Lo | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | added add_icon_path for control-center | damien | 2002-09-03 | 1 | -0/+1 |
| | |||||
* | ask_browse: display_info needs to be available for rpmdrake | Guillaume Cottenceau | 2002-08-29 | 1 | -2/+2 |
| | |||||
* | - add ",*-r-*" in wizard fontset | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
| | | | | | - i18n the fontset | ||||
* | hackery for [+] intruded some situations where we really don't | Guillaume Cottenceau | 2002-08-22 | 1 | -3/+4 |
| | | | | | | want any child, so provide an option to have nochild when necessary | ||||
* | change a bit hackery of parents with no children, so now we have | Guillaume Cottenceau | 2002-08-22 | 1 | -1/+5 |
| | | | | | | one child (with '' as a name) so that we do have the [+] in front of the parent | ||||
* | - the ugly trick on destroy doesn't work for wait_message's | Pascal Rigaux | 2002-08-21 | 1 | -7/+0 |
| | | | | | - fortunately the END calling exit seems to be enough in most cases | ||||
* | - in destroy, detect if program is going to leave, in that case | Pascal Rigaux | 2002-08-20 | 1 | -0/+10 |
| | | | | | | | | | | | | don't do anything, especially don't set the waiting mouse cursor another thing is that calling flush() at this moment causes segfault so don't do it and no more segfault :) (now, if someone finds out what this 4 is about... but you cares, it works :) this fixes program ending on an exception - also add END() calling exit() (in case a program forgets to (heurk) call exit()) | ||||
* | in my_gtk object, set {isEmbedded} if embedded and {isWizard} if displayed ↵ | Pascal Rigaux | 2002-08-19 | 1 | -0/+2 |
| | | | | wizard mode | ||||
* | (create_okcancel): do not display "Cancel" when {cancel} is empty string | Pascal Rigaux | 2002-08-16 | 1 | -4/+3 |
| | |||||
* | do not hard code icon path | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | - remove buttons to change theme | Pascal Rigaux | 2002-08-08 | 1 | -0/+3 |
| | | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | the state can be XXX also in flat mode, for disabling | Guillaume Cottenceau | 2002-08-05 | 1 | -0/+1 |
| | | | | | the setting of the state | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | | | | | (so that 'use strict' works) | ||||
* | move interactive::gtk::exit to my_gtk::exit so that my_gtk | Guillaume Cottenceau | 2002-08-02 | 1 | -0/+6 |
| | | | | | apps can call it (and fix busy mouse cursor problem that way) | ||||
* | commit according to 1.1.9-1mdk of drakxtools, and especially: | Guillaume Cottenceau | 2002-08-01 | 1 | -36/+66 |
| | | | | | | | | | | | | | | | | | | | - integrate patches in my_gtk and ugtk for new rpmdrake: - [ugtk] add "gtkentry" so that we can create an entry and set initial value in one call - [my_gtk::main] don't set the events, to fix keyboard focus problem in entries when embedded - [my_gtk::_create_window] add $::noBorder, to not have a frame in the main window, so that it's possible to end up with windows with no border - [my_gtk] add ask_dir which is a ask_file with only the dir list - [my_gtk] add ask_browse_tree_info to the export tags, and: - add support for parents with no leaves, so that then we can partially build the trees (for speedup) - add "delete_all" and "delete_category" callbacks - use Gtk::CList::clear when removing all the nodes, much speedup | ||||
* | move back Gtk->init to "new" and "gtkroot" | Pascal Rigaux | 2002-08-01 | 1 | -0/+3 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | my_gtk: | Thierry Vignaud | 2002-08-01 | 1 | -798/+9 |
| | | | | | | | - splitup it into my_gtk and ugtk as done by dams - resync with dams - increase the icon blinkage from 50ms to 100ms | ||||
* | (create_box_with_title): create an empty box when there is no message | Pascal Rigaux | 2002-07-31 | 1 | -6/+8 |
| | | | | | (also don't set $o->{box} since unused outside of this function) | ||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -10/+10 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -29/+27 |
| | |||||
* | disallow big_help (when pressing F1) when testing mouse | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
| | |||||
* | use a function icon_paths instead of @icon_paths | Pascal Rigaux | 2002-07-25 | 1 | -4/+7 |
| | | | | | | => this ensure that $ENV{SHARE_PATH} value (used in @icon_paths) is set independently of the loading order of the modules | ||||
* | do not use 8-bit characters (they were not useful anyway :) | Pascal Rigaux | 2002-07-14 | 1 | -5/+5 |
| | |||||
* | - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX | Pascal Rigaux | 2002-07-06 | 1 | -3/+0 |
| | | | | | - remove unused wizard.rc |