Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (text_append) fix second run (on next filling, we shall not create | Thierry Vignaud | 2004-03-11 | 1 | -3/+4 |
| | | | | | tags with name of existing ones) | ||||
* | (parse_file) fix search :-) | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | (log_output) take a color and a font as parameters now | Thierry Vignaud | 2004-03-11 | 1 | -14/+24 |
| | | | | | | | | (log_output__real) splited from log_output(), insert text into textview at once (*) use new framework to speedup (#8412) | ||||
* | (text_append) introduce it, forked from gtktext_insert() | Thierry Vignaud | 2004-03-11 | 1 | -0/+29 |
| | | | | | | | | | | unlike the later, it create named tags, thus reducing tagtable size from 30000+ tags to 10-20, thus speedup logdrake in quite a big way. it should probably replace gtktext_insert in mdk10.1 since all gtktext_insert users really have quite a few tags (eg: 1 for harddrake2 and rpmdrake) | ||||
* | (parse_file) speed up it by 20% (#8412) but logcolorize is the top one | Thierry Vignaud | 2004-03-11 | 1 | -3/+10 |
| | | | | | in profiles | ||||
* | fix icon name change | Thierry Vignaud | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | fix title when run from mcc (#8111) | Thierry Vignaud | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | English typo and disambiguation of some strings | Pablo Saratxaga | 2004-02-07 | 1 | -5/+5 |
| | |||||
* | (alert_config) do not complain when removing non existing cron entry | Thierry Vignaud | 2004-02-06 | 1 | -1/+1 |
| | | | | | (aka when one run twice the disable path) | ||||
* | typo fix (spoted by Per Øyvind Karlsen) | Thierry Vignaud | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | upcase protocol name | Thierry Vignaud | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | remove unneeded next fields | Thierry Vignaud | 2004-02-02 | 1 | -2/+0 |
| | |||||
* | make cron script be able to use either local smtp server or a remote | Thierry Vignaud | 2004-02-02 | 1 | -12/+19 |
| | | | | | one (arnaud) | ||||
* | add "remove cron entry" on arnaud request | Thierry Vignaud | 2004-02-02 | 1 | -2/+21 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | - set a meaningfull window title when called from mcc for explanations | Thierry Vignaud | 2004-01-16 | 1 | -3/+4 |
| | | | | | - upcase default window title | ||||
* | do not abuse global namespace (this also allow to track variables | Thierry Vignaud | 2004-01-16 | 1 | -22/+24 |
| | | | | | usage through static code analysers such as perl_checker) | ||||
* | fix wizard when logdrake is embeded | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-06 | 1 | -36/+7 |
| | |||||
* | add missing argument | Thierry Vignaud | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | add missing argument | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | (mail alert wizard) properly handle faillure | Thierry Vignaud | 2003-12-22 | 1 | -6/+6 |
| | |||||
* | (mail alert wizard) check if it's a valid user if it's not an email) | Thierry Vignaud | 2003-12-22 | 1 | -2/+3 |
| | |||||
* | reuse new wizard framework | Thierry Vignaud | 2003-12-16 | 1 | -60/+63 |
| | |||||
* | - get rid of a perl_checker warning (thx pixel) | Thierry Vignaud | 2003-10-13 | 1 | -3/+2 |
| | | | | | | - this uncover the missing arg to parse_file when called from net_monitor, thus enabling to show up which file is currently parsed | ||||
* | - save "mail alert" wizard options into /etc/sysconfig/mail_alert and | Thierry Vignaud | 2003-10-13 | 1 | -24/+27 |
| | | | | | | | restore them when configuring it again - make cron task reuse /etc/sysconfig/mail_alert | ||||
* | - ensure services are always listed in the same order | Thierry Vignaud | 2003-10-13 | 1 | -4/+1 |
| | | | | | - simplify installed services list build | ||||
* | cron: only mail if there's really sg to warn about (aka do not sent | Thierry Vignaud | 2003-10-12 | 1 | -5/+8 |
| | | | | | empty mails) | ||||
* | restore previous subject in mails | Thierry Vignaud | 2003-10-12 | 1 | -1/+1 |
| | |||||
* | generate perl_checker compliant cron tasks | Thierry Vignaud | 2003-10-12 | 1 | -4/+4 |
| | |||||
* | simplify cron writing | Thierry Vignaud | 2003-10-12 | 1 | -4/+2 |
| | |||||
* | perl_checker | Pascal Rigaux | 2003-10-01 | 1 | -4/+4 |
| | |||||
* | always display the log domain names in the same order, that is in | Thierry Vignaud | 2003-09-11 | 1 | -1/+1 |
| | | | | | english (not l10n) alphabetic order | ||||
* | fix #5448 (infinite entries) | Thierry Vignaud | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Changed back NC() to N() (functionality will be merged) | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | definition and use of an NC() function (translation with context, kde like) | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | annotate load for translators (Arpad Biro) | Thierry Vignaud | 2003-08-20 | 1 | -1/+3 |
| | |||||
* | only complain if an error really happened | Thierry Vignaud | 2003-08-20 | 1 | -3/+3 |
| | |||||
* | mark one more string as translatable (spoted by Arpad Biro) | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | upcase label | Thierry Vignaud | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | 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 |
| |