The Following 2 Users Say Thank You to Wonko For This Useful Post: | ||
![]() |
2010-12-26
, 21:30
|
|
Posts: 209 |
Thanked: 76 times |
Joined on Mar 2010
|
#32
|
![]() |
2010-12-26
, 21:31
|
|
Posts: 209 |
Thanked: 76 times |
Joined on Mar 2010
|
#33
|
![]() |
2010-12-26
, 21:39
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#34
|
self.context.set_source_rgb(self.color_r/255.0, self.color_g/255.0, self.color_b/255.0)
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2010-12-26
, 22:07
|
Posts: 102 |
Thanked: 23 times |
Joined on Apr 2010
|
#35
|
The Following User Says Thank You to leojab For This Useful Post: | ||
![]() |
2010-12-27
, 00:13
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#36
|
if str(self.time.second) == 00 : if str(self.time.minute) == 00 : [python code for playing sound file]
![]() |
2010-12-27
, 01:35
|
|
Posts: 133 |
Thanked: 140 times |
Joined on Feb 2010
@ Bristol, UK
|
#37
|
![]() |
2010-12-27
, 05:07
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#38
|
Could the date and time read across horizontally rather than one above the other?
Could the font match the one used with Theme Customizer?
Would it be possible to have the date format match the one suggested in "Language & region" in Settings menu?
str(self.time.day).zfill(X) + "Y" + str(self.time.month).zfill(X) + "Y" + str(self.time.year).zfill(X)
str(self.time.month).zfill(2) + "/" + str(self.time.day).zfill(2) + "/" + str(self.time.year).zfill(4)
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2010-12-27
, 21:31
|
|
Posts: 118 |
Thanked: 67 times |
Joined on Dec 2009
@ Saint Louis, MO, USA
|
#39
|
The Following 2 Users Say Thank You to zvogt For This Useful Post: | ||
![]() |
2010-12-27
, 23:20
|
|
Posts: 133 |
Thanked: 140 times |
Joined on Feb 2010
@ Bristol, UK
|
#40
|
The Following User Says Thank You to Hootenholler For This Useful Post: | ||
I just uploaded it to extras-devel.
Advanced Clock Plugin --- Binary Clock, Desktop Version --- libswt-hildon
Stultitia Simplex --- To-Do-O --- VU Meter --- Zeecontrol
My homepage with assorted posts about my apps, Qt/QML, etc.: http://ruedigergad.com