Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated po files | Pablo Saratxaga | 2002-12-15 | 2 | -21/+10 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-12-13 | 1 | -256/+33 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-12-11 | 1 | -4/+4 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-12-02 | 1 | -14/+2 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-12-02 | 2 | -5/+5 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-11-29 | 1 | -4/+5 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-11-28 | 2 | -33/+21 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-11-28 | 55 | -7016/+7222 |
| | |||||
* | typo fixes | Thierry Vignaud | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-27 | 3 | -670/+27 |
| | |||||
* | 9.1-0.3mdk | Thierry Vignaud | 2002-11-27 | 1 | -1/+9 |
| | |||||
* | - add a wrapper to prevent bad side effects of c-z | Thierry Vignaud | 2002-11-27 | 3 | -6/+36 |
| | | | | | | | (aka sigstop/sigcont) on embedded apps in mcc - Gtk is already imported by my_gtk - documente sig_child() | ||||
* | let be --short-circuit aware | Thierry Vignaud | 2002-11-27 | 1 | -0/+1 |
| | |||||
* | clean code | Thierry Vignaud | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | use mandrake_release() | Thierry Vignaud | 2002-11-25 | 1 | -4/+2 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-25 | 1 | -1/+41 |
| | |||||
* | bug fixes and workarounds: | Thierry Vignaud | 2002-11-25 | 2 | -120/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - partially fix c-z freeze mcc even after SIGCONT this also make mcc more robust to programs that crash - explain to PO translators the importance of both translating _Options and Options - mcc was not robust when embeded prog crash (kind of deadlock): now, we send ourselves USR1 on child reaping code simplification: - consolidate pixbufs - s/Gtk->main_iteration while Gtk->events_pending/gtkflush/ - make some code more readable - clean code through ugtk::create_factory_menu usage - some perl_checker fixes - test DISPLAY: if we don't have access to X server, switch to console version - simplify config managment - remove dummy timer - s/if (!/unless/ - explain signal handlers goal - simplify and make explanations frame managment more robust: * only start logdrake once * only create explanation frame once * just hide or show it depending on context (resulting in faster redisplay) | ||||
* | fix null casted to menu widged with britton locale | Thierry Vignaud | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | fix fix | Thierry Vignaud | 2002-11-18 | 1 | -4/+4 |
| | |||||
* | 9.1-0.2mdk | Thierry Vignaud | 2002-11-18 | 2 | -1/+14 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-18 | 2 | -1/+25 |
| | |||||
* | code cleaning/shrunking | Thierry Vignaud | 2002-11-18 | 5 | -112/+106 |
| | | | | | | | | | | | | | | | | | | | clock.pl, menus_launchers.pl, print_launcher.pl - use my_gtk & common to : o automatically handle embedding o simplify code o ease gtk2 port o don't uselessly initialize gtk & locales o ... don't do what my_gtk already offer to do for us clock.pl: kill stupid code copied between two signal handlers whereas it has no purpose since my_gtk just exited in second handler mcc: - explain why we initialize interactive without using it - global workaround for broken locales - bump version | ||||
* | logi -> dziennik | Arkadiusz Lipiec | 2002-11-17 | 1 | -3/+3 |
| | |||||
* | fix version detection for new spec file | Thierry Vignaud | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | 9.1-0.1mdk | Thierry Vignaud | 2002-11-15 | 1 | -4/+9 |
| | |||||
* | fix locale initialization so that locales get translated | Thierry Vignaud | 2002-11-15 | 1 | -13/+15 |
| | |||||
* | 9.0-8mdk | Thierry Vignaud | 2002-11-14 | 1 | -2/+7 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -13/+13 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-14 | 1 | -0/+77 |
| | |||||
* | - don't use POSIX when uneeded | Thierry Vignaud | 2002-11-14 | 3 | -11/+9 |
| | | | | | | - use my_gtk to exit and transparently manage embedding - no need to run twice the main gtk loop | ||||
* | - use strict | Thierry Vignaud | 2002-11-14 | 1 | -14/+14 |
| | | | | | | | - perl_checker fixes - don't use "perl -w" - use my_gtk to exit and to manage embedding | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -67/+59 |
| | | | | | | | | | | - don't use "perl -w" - use common to simplify i18n - fix undefined quit_global ... which was not a visible bug in embedded case - sync with latest libDrakx i18n changes - use my_gtk to exit and to manage embedding | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -25/+21 |
| | | | | | | | | | - don't use "perl -w" - use common to simplify i18n - fix undefined quit_global ... which was not a visible bug in embedded case - sync with latest libDrakx i18n changes | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-14 | 1 | -32/+28 |
| | | | | | | | | | - don't use "perl -w" - use common to simplify i18n - fix undefined quit_global ... which was not a visible bug in embedded case - sync with latest libDrakx i18n changes | ||||
* | - fixes for strict mode | Thierry Vignaud | 2002-11-14 | 1 | -34/+27 |
| | | | | | | | | | - prevent perl to parse cvs id as a variable - fix formatting sub that returned nothing - fix "let's execute something other than we get" - fixes for latest libDrakx changes - prevent importing useless modules | ||||
* | updated pot file | Pablo Saratxaga | 2002-11-12 | 52 | -2760/+2515 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-11-12 | 1 | -56/+51 |
| | |||||
* | updated po file, added recognition of "N" as a tag for translatable strings | Pablo Saratxaga | 2002-11-11 | 3 | -263/+794 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-11-11 | 2 | -822/+274 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-07 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-06 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-06 | 2 | -1/+51 |
| | |||||
* | update due to libdrakx changes | Thierry Vignaud | 2002-11-06 | 1 | -182/+171 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-11-04 | 1 | -30/+30 |
| | |||||
* | BuildRequires: gettext (Stefan van der Eijk) | Thierry Vignaud | 2002-10-29 | 1 | -0/+1 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-10-22 | 2 | -7/+5 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-10-18 | 3 | -231/+24 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-10-17 | 1 | -35/+27 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-10-16 | 3 | -70/+66 |
| | |||||
* | updated translation | Arkadiusz Lipiec | 2002-10-15 | 1 | -4/+3 |
| |