Rockbox

  • Status Closed
  • Percent Complete
    0%
  • Task Type Patches
  • Category Plugins
  • Assigned To No-one
  • Operating System
  • Severity Very Low
  • Priority Defer
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by huwsy - 2003-05-31
Last edited by linusnielsen - 2003-11-03

FS#1406 - Calander, with memos

based upon 679351, but with memo features.

Closed by  linusnielsen
2003-11-03 23:43
Reason for closing:  Accepted

Thanks! It works very well. The only request i have for it is
to add like a exclamation point to dates that have a memo. I
would do it myself, but i'm not a good enough programer (yet).

huwsy commented on 2003-06-03 20:13

thanks for the idea, i have been trying to think of a method of
showing that a memo exists but couldnt think of one. ill
include it in v3

huwsy commented on 2003-06-03 20:17

v2 includes one off, annual, monthly, and weekly memos

huwsy commented on 2003-06-06 18:28

v3 with a dot to indicate dates w memos, as sugested

Thanks Huw!

huwsy commented on 2003-07-19 11:27

New version (4) which is a plugin version. As i was in a
bit of a rush then a v simplistic patch exists whithin the c
file. open the c file, and look below the standard rockbox
comment to find what needs to be added to certain files.
then place this file in the plugin dir.

Thats awsome Huw!
I thought it would be more conveniant to have a "link" to it in
tha main menu, so i added these lines.

main_menu.c + = new
#include "playlist_menu.h"
+#include "plugin.h"
#ifdef HAVE_FMRADIO

#endif /* End HAVE_LCD_BITMAP */
+
+static bool calendar(void)
+{
+ if (plugin_load("/.rockbox/rocks/calendar.rock",NULL)
==PLUGIN_USB_CONNECTED)
+ return true;
+ return false;
+}

       { str(LANG_SLEEP_TIMER),        sleeptimer_screen },

+ { str(LANG_CALENDAR), calendar },

lang/english.lang + = new
new:
+
+id: LANG_CALENDAR
+desc: in main_menu
+eng: "Calendar"
+new:

huwsy commented on 2003-08-07 17:17

v5 fixed saving memo function.

golot commented on 2003-08-17 05:25

can anyone please upload a ready to install version for the
ppl who dont know how to program and do stuff like that?

golot: this patch is already in the daily builds. Download a full
daily build, and it's in the .rockbox/rocks directory.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing