Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure we got a valied email in "email alert" | Thierry Vignaud | 2003-07-15 | 1 | -1/+5 |
| | |||||
* | fix logdrake crash when called from net_monitor | Thierry Vignaud | 2003-07-14 | 1 | -0/+1 |
| | |||||
* | fix warnings due to new gtk2-perl binding following the same naming as C | Thierry Vignaud | 2003-07-10 | 1 | -4/+4 |
| | |||||
* | remove debugging trace | Thierry Vignaud | 2003-07-09 | 1 | -2/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -7/+8 |
| | |||||
* | use stock items in logdrake too | Thierry Vignaud | 2003-07-07 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -9/+9 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -10/+10 |
| | |||||
* | gtk+-2 specs prohibid playing with policy | Thierry Vignaud | 2003-05-22 | 1 | -1/+0 |
| | |||||
* | dialog window is already modal | Thierry Vignaud | 2003-05-19 | 1 | -1/+0 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-04-04 | 1 | -7/+7 |
| | | | | | - ensure only one callback do regular parsing | ||||
* | remove unused variable | Thierry Vignaud | 2003-04-02 | 1 | -1/+1 |
| | |||||
* | - various perl_checker "fixes" | Thierry Vignaud | 2003-04-02 | 1 | -3/+4 |
| | | | | | - (logcolorize): make it saner regarding its arguments, thanks perl_checker | ||||
* | (parse_file) pass explicit argument instead of relying on lexical $_ | Thierry Vignaud | 2003-04-01 | 1 | -3/+3 |
| | | | | | being correct in that context (worked fine but this is bad) | ||||
* | - display "wait while searching" message also when embedded: we do not | Thierry Vignaud | 2003-03-06 | 1 | -5/+6 |
| | | | | | | | want it only when embedded for explanations - flush this wait dialog draw queue on each update so that it get displayed when embedded | ||||
* | restore old search behavior like we did before gtk+-2 port: | Thierry Vignaud | 2003-03-05 | 1 | -6/+4 |
| | | | | | | | | | | - empty log buffer on search startup - freeze buffer while searching - do not realize ourselves the window, it's done by next statement - set initial text to '' so that editable property is disabled once the textview is realized | ||||
* | no need to explicitely disable editable property, this is already | Thierry Vignaud | 2003-03-05 | 1 | -1/+0 |
| | | | | | handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append() | ||||
* | scroll back when logging | Thierry Vignaud | 2003-03-04 | 1 | -1/+2 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | fix scrolling when embedded | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | - remove debug statements | Thierry Vignaud | 2003-02-24 | 1 | -3/+1 |
| | | | | | - print an error message if we die on something other than wizcancel | ||||
* | fix mail alert generation | Thierry Vignaud | 2003-02-24 | 1 | -20/+19 |
| | | | | | | | - do not crash without any message in strict mode (wizcancel die miscatched) - make the generated script be 'use strict' and perl_checker compliant | ||||
* | simplify | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw | ||||
* | fix #1829 | Thierry Vignaud | 2003-02-20 | 1 | -1/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-18 | 1 | -3/+3 |
| | |||||
* | this was just tested before | Thierry Vignaud | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | on second thoughts, this is just simpler | Thierry Vignaud | 2003-01-30 | 1 | -7/+1 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-01-30 | 1 | -3/+4 |
| | | | | | - fix non embedded case :-( | ||||
* | logdrake is a special case as for embedding in mcc since it can be embedded | Thierry Vignaud | 2003-01-29 | 1 | -0/+1 |
| | | | | | | | twice: one as explanation viewer and one a log search tool. so we must handly ask mcc to display us ... | ||||
* | cosmetic fix for embedded mode: | Thierry Vignaud | 2003-01-27 | 1 | -13/+15 |
| | | | | | don't display "wait while parsing" window when embedded | ||||
* | fix logdrake behaviour in mcc where logdrake would only log | Thierry Vignaud | 2003-01-27 | 1 | -1/+3 |
| | | | | | | | | the first process. another (rare indeed) case of a bug introduced because perl_checker wanted us to localize a file handle :-( | ||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-06 | 1 | -7/+7 |
| | |||||
* | prevent one to write in log buffer | Thierry Vignaud | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | embedding fixes | Thierry Vignaud | 2003-01-02 | 1 | -2/+2 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -4/+4 |
| | |||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | add gtktext_append() and uses it | Thierry Vignaud | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | 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 | 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' | ||||
* | do not use print_hello() callback, anyway it does not exists (but in | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | | | | | drakfloppy ...) | ||||
* | - logdrake does not need any | Thierry Vignaud | 2002-11-20 | 1 | -49/+52 |
| | | | | | | - use ugtk for gtkcolor & co - perl_checker fixes | ||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -2/+0 |
| | | | | | to new option scheme | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | - clean code sot that it runs under "use strict" | Thierry Vignaud | 2002-11-18 | 1 | -37/+29 |
| | | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules | ||||
* | remove old dead commented i18n code that kept being copied around | Thierry Vignaud | 2002-11-18 | 1 | -20/+0 |
| | |||||
* | replace q@...@ with q(...) or here_doc | Pascal Rigaux | 2002-11-11 | 1 | -7/+9 |
| | |||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -1/+1 |
| |