This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4760 - RockCalendar
Attached to Project:
Rockbox
Opened by Ben Basha (paprica) - Thursday, 02 March 2006, 21:26 GMT+1
Last edited by Nils Wallménius (nls) - Friday, 10 November 2006, 19:11 GMT+1
Opened by Ben Basha (paprica) - Thursday, 02 March 2006, 21:26 GMT+1
Last edited by Nils Wallménius (nls) - Friday, 10 November 2006, 19:11 GMT+1
|
DetailsFeatures:
Nice color UI Multi lines messages 4 types of events: Note, Birthday, FreeDay, Holiday Writing with RockWord keyboard Let you set the first day of the week Support: H3xx,H100,iPod 3/4 G, Archos Ondio/Recorder, iAudio X5 Thread at MR: http://misticriver.net/showthread.php?t=34735 Thread at Rockbox forum: http://forums.rockbox.org/index.php?topic=2928.0 let me know what do you think :] |
This task depends upon
thanks Mikachu
2) We don't need 2 calendars in Rockbox
3) The CVS $Id:$ string has no trailing '$'
4) Looks nice
2, you right but it's a very hard work to port this calendar for the tiny screens
so what is the problem to have a color calendar (and b&w in the future) for the large screens?
4, thanks =]
Now support: H3xx,H100,iPod 3/4 G, Archos Ondio/Recorder
(only h3xx version tried on the player
all the others on the sim)
I saw on my H140, the start date (1.1.1970) is a Monday, but in real it was a thursday. Could you please check that ?
add an option at the main menu to set the date in the non RTC targets.
i check it with tucoz and it seem to work nice
the file contains bitmaps, diff file and rockcalendar.c
Capital letters keyboard (use caps key on the keyboard (not in archos) or F1 in Archos rec, Hold menu in Archos ondio, Mode in iRiver and Select + Play in iPod)
Better navigation in the keyboard
Comments??
Start the calendar on logical date in the NON-RTC targets (1/1/2000) on the first start of rockcalendar
Correct the leap year calculation
Change the ipod key mapping
Thank You
Jon
forums, irc or the mailing lists for that.
And as to your request, you can find detailed instructions on the site
for help with compiling and patching.
Based on SVN source from 20070310
Still needs some tuning for the correct LCD size
Only tried on simulator so please try it on a real target
should be fixed with this one
The last row takes up the rest of the screen.
Serious bug when choosing to delete a note
when there are none. crash.
When in the create note and choose delete
without saving the note it deletes the last note made
Splash displays need updating for new format rb->splash(HZ*1, "text")
Otherwise nice display and I like the icons.
I could get away from the rockboy Marykate and Ashley Calendar.
GRaTT
~/rockbox/build/apps/plugins/rockcalendar.o: In function `keyboard_loop':
rockcalendar.c:(.text+0x720): undefined reference to `memcpy'
rockcalendar.c:(.text+0x804): undefined reference to `memcpy'
rockcalendar.c:(.text+0x83e): undefined reference to `memcpy'
rockcalendar.c:(.text+0x87e): undefined reference to `memcpy'
rockcalendar.c:(.text+0x8c4): undefined reference to `memcpy'
~/rockbox/build/apps/plugins/rockcalendar.o:rockcalendar.c:(.text+0x96c): more undefined references to `memcpy' follow
collect2: ld returned 1 exit status
make[2]: *** [~/rockbox/build/apps/plugins/rockcalendar.elf] Error 1
- amiconn queries it's usability on small screens and wants a single calendar for all targets
- linuxstb would like to see it using the standard menu API
I've not looked at the code, maybe these have been resolved?
and lastly, The keyboard should use the inbuilt one also. as nice as it looks, I didnt find it very intuitive, and does it work for non-english keyboards?
FS#9224. The patch is great, but I wouldn't show the "Add" menu entries to the context menu. Instead, You could have something like a context menu only displaying the selected day's entries, and use the "menu" key (or any) to display a menu to add an entry, which contents would slightly change between main screen and entry display. In fact, what I suggest is that the soft mainly works in a two-screens mode, ie. one month view, and one daily view, displaying one day's entries. I don't really know if this is clear, but the point would be to allow day per day as well as month per month navigation. Plus, the type of list used in tag's viewer could be used also for displaying tasks. Finally, different types of tasks (memos, meetings, maybe birthdays, would be great. Nonetheless, I guess this plugin won't be fully usable until it can be synced with a computer, but this is a very heavy coding challenge, and IMO quite boring to do. Great patch otherwise !CFP.
patching file apps/plugins/bitmaps/native/SOURCES
Hunk #1 succeeded at 368 with fuzz 2 (offset 111 lines).
patching file apps/plugins/bitmaps/mono/SOURCES
Hunk #1 FAILED at 28.
1 out of 1 hunk FAILED -- saving rejects to file apps/plugins/bitmaps/mono/SOURCES.rej
patching file apps/plugins/SOURCES
Hunk #1 succeeded at 12 (offset 2 lines)."
when applying to SVN r18507. Maybe patch needs resync?
Does it still have the problems that have been preventing it being committed? Namely, not using the standard Rockbox UI widgets?