summaryrefslogtreecommitdiffstats
path: root/clock.pl
Commit message (Collapse)AuthorAgeFilesLines
* - fix #156 (7:00 display)Thierry Vignaud2003-03-101-6/+4
| | | | | - (determine_radian) : remove useless second returned value
* - adapt to new ugtk2 utf8/l10n schemeThierry Vignaud2003-02-201-10/+10
| | | | | - fix #1922
* remove debug tracesThierry Vignaud2003-02-201-2/+0
|
* - clean upThierry Vignaud2003-02-171-11/+10
| | | | | - fix undisplayed clock when embedded
* smoother gui behavior: keep constant size for clock on resizingThierry Vignaud2003-02-131-2/+4
|
* simplify gui construction by using ugtk2Thierry Vignaud2003-02-051-59/+59
|
* fix "we keep spinning" bug introduced by new perl-gtk that supportThierry Vignaud2003-02-051-1/+2
| | | | | returning values from closures, especially for signals handlers
* if we're under kde and we alter the date, restart the kicker Panel soThierry Vignaud2003-02-041-2/+2
| | | | | that it display the updated date
* s/push/unshift/ for textdomainsThierry Vignaud2003-01-141-1/+1
|
* - perl-gtk2 portThierry Vignaud2003-01-021-144/+123
| | | | | - cleanups
* code cleaning/shrunkingThierry Vignaud2002-11-181-44/+26
| | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | - use my_gtk to exit and transparently manage embedding - no need to run twice the main gtk loop
* - perl_checker fixesThierry Vignaud2002-11-141-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
* fixes for strictThierry Vignaud2002-10-021-2/+4
|
* - detect automatically timezone.Daouda Lo2002-09-041-1/+1
|
* adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and ↵Pascal Rigaux2002-08-021-1/+0
| | | | removing --embedded from @ARGV
* changed namedamien2002-02-191-0/+345