Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use ->method syntax for method call | Pascal Rigaux | 2002-12-16 | 1 | -1/+1 |
| | |||||
* | replace "%" with "%%" in translated string | Pascal Rigaux | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | move draksec's gui into the standalone program, | Thierry Vignaud | 2002-12-13 | 1 | -11/+232 |
| | | | | | | nobody will uses it so it's useless to load drakx with it. also use common cli options managment | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | better english | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | don't confuse people by altering sentences that could have been | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | interpreted as questions | ||||
* | - s/::/:/ on cpu info | Thierry Vignaud | 2002-12-12 | 1 | -2/+2 |
| | | | | | - print field names in bold blue rather than just blue | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -76/+72 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -94/+102 |
| | |||||
* | no gratuitously tab | Thierry Vignaud | 2002-12-10 | 1 | -3/+2 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -83/+78 |
| | | | | | | - "use strict" fixes - perl_checker fixes | ||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -23/+23 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -11/+11 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 8 | -59/+55 |
| | |||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed some typos or bad English | Pablo Saratxaga | 2002-12-05 | 2 | -2/+2 |
| | |||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 3 | -6/+6 |
| | |||||
* | fix gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -6/+6 |
| | |||||
* | don't use anymore deprecated widgets | Thierry Vignaud | 2002-12-05 | 1 | -4/+2 |
| | |||||
* | gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -39/+37 |
| | |||||
* | gtk+2 port (how difficult it was ...) | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | gtk+2 fixes | Thierry Vignaud | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | s/describe/describes/ | Thierry Vignaud | 2002-12-05 | 1 | -20/+22 |
| | |||||
* | - free objects non freeed by gtk+ (the eternal gobject vs boxed types | Thierry Vignaud | 2002-12-04 | 1 | -11/+9 |
| | | | | | | | | | | debat) - remove dead code - use ->append_set() everywhere - strip again vendor name from displayed string (aka keep only the model description) - enfoce pixel style : remove () from method calls | ||||
* | kill "used by only one" harddrake::ui module, | Mystery Man 580 | 2002-12-04 | 1 | -2/+280 |
| | | | | | move its content to standalone/harddrake2 | ||||
* | strict mode | Mystery Man 580 | 2002-12-04 | 1 | -0/+1 |
| | |||||
* | add gtktext_append() and uses it | Thierry Vignaud | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | remove commented code | Pascal Rigaux | 2002-12-02 | 1 | -3/+0 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -0/+1 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | make append option be usable as other ones | Thierry Vignaud | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | use named tags for color rather than rgbt triplet, | Thierry Vignaud | 2002-12-02 | 1 | -23/+22 |
| | | | | | waiting for full foreground-gdk support in perl-gtk2 | ||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 2 | -590/+517 |
| | | | | | | - consolidate some code in text_view() - perl_checker fixes | ||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -92/+106 |
| | | | | | | | | - add a note to remember to try gtkhtml instead of TextView - make wait message be transcient and modal (we should share some create_*_dialog() around logdrake/mcc/drakfloppy/rpmdrake) - fixes for 'strict ref' | ||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 2 | -1081/+1039 |
| | | | | | - perl_checker fixes | ||||
* | - fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 |
| | | | | | - let it work with kernel 2.5 too | ||||
* | fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 |
| | |||||
* | one more fix | Thierry Vignaud | 2002-11-28 | 1 | -3/+3 |
| | |||||
* | - "use strict" fixes | Thierry Vignaud | 2002-11-28 | 1 | -144/+130 |
| | | | | | - perl_checker fixes | ||||
* | fix | Thierry Vignaud | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -20/+18 |
| | | | | | - perl_checker fixes | ||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -32/+29 |
| | | | | | - one perl_checker fix | ||||
* | restore previous behaviour and exit early only in cancel case | Thierry Vignaud | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | fix bad interaction between mcc & mousedrake. | Thierry Vignaud | 2002-11-27 | 1 | -3/+2 |
| | | | | | interactive already take care of it through my_gtk... | ||||
* | oops, didn't see titi modified option handling | Pascal Rigaux | 2002-11-25 | 1 | -3/+0 |
| | |||||
* | fix handling of options --expert and --testing | Pascal Rigaux | 2002-11-25 | 1 | -0/+3 |
| | |||||
* | s/mdk_rel/mandrake_release/ | Thierry Vignaud | 2002-11-25 | 2 | -3/+3 |
| | |||||
* | consolidate some stuff from standalone tools & mcc into mdk_rel() | Thierry Vignaud | 2002-11-25 | 2 | -7/+5 |
| | |||||
* | use ask_warn when I should, and remove a one year old debug statement (???) | Guillaume Cottenceau | 2002-11-21 | 1 | -3/+2 |
| | |||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 6 | -66/+59 |
| | | | | | to use my_gtk |