maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Todoy - poor man secretary (https://talk.maemo.org/showthread.php?t=62885)

erniadeldesktop 2010-09-25 08:35

[Announce] Todoy - poor man secretary
 
I'm proud to introduce you my first app, todoy:
Wat?
Todoy. Todoy is my secretary, but as you can imagine it doesn't blow. ;) . It looks just as drawing application, but has some pepper inside: The main idea is to draw around the clock image, for fast setup of your daily todos/appointments. And this is just the sketch mode. But the idea around this template was so intuitive (imho) that I decide to add also an AUTO mode, that has proven to be amazing: just draw your finger around the clock, wrote in text field and press enter. That's it! new appointment added. And exported to todoy calendar.
(you can find todoy.ics in /home/user/.todoy, i hope soon you will be able to auto-sync it via pywebcalai )
then you've also a widget, to have a quick glimpse of your clock on your desktop. (right now you must run "todoy_widget" from console, till i figure out how to automate the update and few more things. it uses pythonhildonwidget by David Barnett & Brian O'Dell).
Oh, since is python maybe it works also on maemo4. please test :)

http://skim4me.com/big/todoy/Screens...926-201946.png

------------------ sketch mode --------------------


http://skim4me.com/big/todoy/Screens...009-190329.png


----------------- auto mode ----------------------


http://skim4me.com/big/todoy/Screens...009-190100.png
----------------- desktopwidget ------------------


http://skim4me.com/big/todoy/Screens...009-185238.png
---------------------------------------------------------------------------
new!!
version 0.0.7 : codename: raging widget
what's new:
widget is working now, triple click to open the app! settings are now permanents, also quick jump to tomorrow/yesterday.
known bugs: nothing has changed in cal syncing since last time.
same consideration of the last version applies.
Don't mess around with the settings 'couse i don't know where to put a reset to default settings! [the ui is already crowded enought]


---------------------------------------------------------------------------
version 0.0.6 : codename: hangover build
what's new:
sync working (tnx 2 nicolai), random pies color(sallyjane idea), many other settings. oh also different templates!
known bugs:
- to avoid duplicate entries in calendar, if synced, the calendar file is cleared. This is not an elegant solution but I don't want to lost my self in dbus calls again.. maybe next time
- to apply the different background you have to delete the page, clicking on the trash bin icon.
- widget is not working any more, (there's a wrong line in /opt/todoy/todoy_widget.py: delete (or comment)line 62:
obj.connect_object("clicked", myfyun, 3)
---------------------------------------------------------------------------
version 0.0.5 : codename: dbus my 455
what's new:
major ui bugfixes, calendar sync via dbus call.
known bugs:
dbus sync works only sometimes. I really need help with this...
---------------------------------------------------------------------------
version 0.0.4 : codename: stairway to settings
what's new:
settings are here! and the menu is working
also font selection, granularity, and pen size.
known issues:
settings are not saved couse I've no clue on how to do it 'couse pickle is not working :)
---------------------------------------------------------------------------
version 0.0.3 : codename: taste my pizza
what's new:
the pies and fixed folder issues - [(build 2) from now in devel]
released to extras-devel!
http://maemo.org/packages/package_in...todoy/0.0.3-2/
grab it here http://skim4me.com/big/todoy/todoy_0.0.3-2_all.deb
or
grab it on gitorius: http://gitorious.org/todoy/todoy
Troubleshooting:
if version 0.0.3-1 it installs and doesn't run, please try making the folder ".todoy"
from console, make sure youre in your home folder(/home/user) and then:
Code:

mkdir .todoy
remember the dot in front of the foldername!!
and there is no need to do it as root!
---------------------------------------------------------------------------

----version 0.0.2 : codename: waiting for autobuilder
what's new:
- settings file: /opt/todoy/todoy_conf.py
- different timescales as a function of radius: let's call it granularity. other bugfixes
don't grab it here http://skim4me.com/big/todoy/todoy_0.0.2-1_all.deb
or
grab it on gitorius: http://gitorious.org/todoy/todoy
----v.0.0.1 - codename: suckmytime - obsolete;)
don't get it here!
todoy_0.0.1-1_all.deb
only deb right now.. still many things to optimize and to understand:) from license to autobuilder.
source here!
http://gitorious.org/todoy/todoy


hope you'll find it useful!
---------------------------------------------------------------------------
TODO:
MAEMO5: todo:
- auto load if exist, else new. Idem 4 widget.

- widget optimization:
- widget should open main app
- auto refresh
- better size/centering
- maybe in QT
- vect to possibly remove one at time
- sync w/calendar:
- better dbus integration or pywebcalai
-ics are ok, but time is referred to GMT..
- possible alarms
- create install/readme etc
- app menu:
-about:


ANDROID VERSION:
porting everything?
IPHONE:
ahaha
sdk


ps: of course all extras-devel and even more warnings applies. ! be careful!

manvik60 2010-09-25 08:39

Re: [Announce] Todoy - poor man secretary
 
Great Thanks.
Looks usefull, will give it a try.

ejasmudar 2010-09-25 09:23

Re: [Announce] Todoy - poor man secretary
 
What an intresting concept! Let me assk you, can we zoom in to the clock so as to get more accurate timings? like for 2:15 to 2:30, etc?

ysss 2010-09-25 09:32

Re: [Announce] Todoy - poor man secretary
 
This is pretty great :)

As you move away from the center of the circle, the granularity should go finer... I'd suggest making 3 circles (may be set invisible if the cursor is not touching it), the smallest one with 15 or 10 minutes interval, then 5 minutes, then 1 minute...

erniadeldesktop 2010-09-25 10:03

Re: [Announce] Todoy - poor man secretary
 
:) glad you like it... I'm really proud of my first child:)
right now while you drag you can read the exact time at minutes, I think the faster modification will be another template... I'm also wondering to made 2 circles as am/pm division.. all your suggestions are really welcome!

erniadeldesktop 2010-09-25 11:21

Re: [Announce] Todoy - poor man secretary
 
Quote:

Originally Posted by ysss (Post 825900)
This is pretty great :)

As you move away from the center of the circle, the granularity should go finer... I'd suggest making 3 circles (may be set invisible if the cursor is not touching it), the smallest one with 15 or 10 minutes interval, then 5 minutes, then 1 minute...

this is indeed a good idea. I will need to figure out how [QGraphicsDamnedObjects.. why aren't they in the designer???], but I really like it.. and then this way add a lot of eyecandy ;)!!

I just hope nobody stole my concept before I finish it and reach the extras! ;)

daperl 2010-09-25 12:37

Re: [Announce] Todoy - poor man secretary
 
Very cool. If you're feeling ambitious, maybe you could invert the colors of the other pie wedge based on sun-up and sun-down. And even allow the user to color code pie wedges.

erniadeldesktop 2010-09-25 13:38

Re: [Announce] Todoy - poor man secretary
 
added colors, and timegrains, and already pushed on gitorius feel free to self update your stuff. :)

tungram 2010-09-25 13:39

Re: [Announce] Todoy - poor man secretary
 
App started and closed again immediately.
But from what I read it should be interesting

SallyJane 2010-09-25 14:25

Re: [Announce] Todoy - poor man secretary
 
Quote:

Originally Posted by tungram (Post 825998)
App started and closed again immediately

I have exactly the same problem. Being installed as a deb, I guess it wouldn't warn me about missing dependencies....


All times are GMT. The time now is 22:57.

vBulletin® Version 3.8.8