Notices


Reply
Thread Tools
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#151
Originally Posted by daperl View Post
I haven't looked at the code recently, but isn't there some sort of a theme/skin abstraction? If not, maybe there should be.
is there, is enough to change the cl_coords in ci_init.py and substitute the number graphics and fondo
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#152
Returning to work at the noparty version
I made the 'about' playing the alarm sound (to check if the sound works and the volume level).
Need some more testing with the battery graphics (again in the about panel), anyway noone should spend too much there time since I just throw some code there but it should increase every minute (still not decided the scale but I was thinking that a 4 or 8 hours window frame could be acceptable)
Still trying new 'sliding movements'. Sliding down on the clock page now switch betwen full and window modes (I know look crappy and broke but I guess sometime could be nice to have a window mode, I read some complain about canola (maybe I can try to repositioning a bit the graphics for a window mode visualizing only the alarm time and maybe the battery grap, if that feature will ever works correctly).
https://garage.maemo.org/frs/downloa...oparty.tar.bz2
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following 3 Users Say Thank You to ciroip For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#153
ciroip, I'm working on uploading the python-xlib bindings to extras so you can use the python equivalent of http://wiki.maemo.org/Game_developme...e_window_title to set the title instead of unknown.

Well, the xlib part anyway - dunno how SDL_SysWMinfo is done in python...

Last edited by qwerty12; 2009-01-15 at 19:53.
 

The Following 3 Users Say Thank You to qwerty12 For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#154
SDL and an alarm clock. I just didn't see it coming. I think I need to go on a retreat of some kind.

This app should become the community's official test bed. Time to add some liqbase.
__________________
N9: Go white or go home
 

The Following 4 Users Say Thank You to daperl For This Useful Post:
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#155
just as liqbase is being broken apart
the thing is, its hard to get ideas out there and there is no real framework so when people find something that works they tend to go overboard (voice of experience).

Its taken a lot for me to reign everything back in and setup everything for multiple projects
__________________
liqbase sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk
 

The Following 4 Users Say Thank You to lcuk For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#156
I can imagine you feel that way. You have so much good stuff going on in liqbase it's no surprise to me that you might want to totally revamp some of it. I love throwing away code; it usually means I'm moving on to better things. My hope with liqbase is that you find some natural segregations that result in some reusable shared libraries with Python bindings.
__________________
N9: Go white or go home
 
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#157
Originally Posted by qwerty12 View Post
ciroip, I'm working on uploading the python-xlib bindings to extras so you can use the python equivalent of http://wiki.maemo.org/Game_developme...e_window_title to set the title instead of unknown.

Well, the xlib part anyway - dunno how SDL_SysWMinfo is done in python...
It's a good feeling know there are people around solving your problems even before u knew the existence.
Funny you pointed at the game development since I think at this clock like a game...
Anyway the clock is turning out exactly how I like to 'feel' an application, precise and flawless so having the possibility to change that 'unknow' in something more usefull (data and time) will make my day
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#158
Originally Posted by daperl View Post
SDL and an alarm clock. I just didn't see it coming. I think I need to go on a retreat of some kind.

This app should become the community's official test bed. Time to add some liqbase.
Hey, Im supposed to move my *** for a job next week! Really glad if someone smarter than me would take the developing part of the thing and made it the bed of whatever you want Anyway I would love to see some liqbasequality movements applied on that clock
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#159
ok, probably this is last version for a while now. The clock is done in every part I originally thinked. Ill probably reorganize the visualization for the 'new' windows mode and try to think a nice interface to set a 7 day scheduling alarm.
I put there some wacky experiments (flashingled and audio feedback interface and the battery thing now work with 1pix/1min resolution (so it should cover at least 10 hours). Everything is 'disableable' using the usual variables inside ci_init (tablet for the led and battery chack). I still dont understand why the led should not work on some user tablets and I need to find a way to disable the charging sound triggered everytime I check for the battery while the power is connected.
https://garage.maemo.org/frs/downloa...oparty.tar.bz2

arrivederci
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito

Last edited by ciroip; 2009-01-16 at 23:00.
 

The Following 3 Users Say Thank You to ciroip For This Useful Post:
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#160
Great work Ciroip and everyone else been following this for some time now and have to say it's very impressive. I have only loaded the 0.001deb app but am so far impressed. I was just wandering if there is anyway of making this the default screen saver instead of the screen blacking out as usual? Don't know if this is even possible but if you don't ask..
Again great work
 

The Following 2 Users Say Thank You to casper27 For This Useful Post:
Reply

Tags
clock, flip clock


 
Forum Jump


All times are GMT. The time now is 09:53.