summaryrefslogtreecommitdiffstats
path: root/print_launcher.pl
Commit message (Collapse)AuthorAgeFilesLines
* - adapt to new ugtk2 utf8/l10n schemeThierry Vignaud2003-02-201-8/+2
| | | | | - fix #1922
* s/push/unshift/ for textdomainsThierry Vignaud2003-01-141-1/+1
|
* - perl-gtk2 portThierry Vignaud2003-01-021-18/+18
| | | | | - cleanups
* bug fixes and workarounds:Thierry Vignaud2002-11-251-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* code cleaning/shrunkingThierry Vignaud2002-11-181-24/+20
| | | | | | | | | | | | | | | | | | | 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
* - don't use POSIX when uneededThierry Vignaud2002-11-141-5/+4
| | | | | | - use my_gtk to exit and transparently manage embedding - no need to run twice the main gtk loop
* - perl_checker fixesThierry Vignaud2002-11-141-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
* adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and ↵Pascal Rigaux2002-08-021-1/+0
| | | | removing --embedded from @ARGV
* addeddamien2002-02-181-0/+62