]> code.delx.au - comingnext/blobdiff - Readme.txt
added "check for updates" feature
[comingnext] / Readme.txt
index 55203bd9b4aea891b773b22ff755e9186dc5c975..c3df8d70d0e2d13c42f3660ced5a19cae587374d 100644 (file)
@@ -2,32 +2,26 @@
  ComingNext & Coming Next B for N97\r
 ------------------------------------\r
 This widget was originally created by Dr. Cochambre and was extended by \r
-Oxidative <X_X_L@gmx.net>. It will display the next 8 upcoming events \r
+Michael Prager <X_X_L@gmx.net>. It will display the next 8 upcoming events \r
 on your N97 homescreen. It consists of two seperate widgets, each displaying\r
 4 events.\r
 \r
 For more info or to report bugs, please refere to \r
+http://sourceforge.net/projects/comingnext\r
+  and\r
 http://www.symbian-freak.com/forum/viewtopic.php?t=38045\r
 \r
 You can change the appearance (background color, font color, font size etc.) \r
-and settings by modifying the widget:\r
-\r
-  1. rename comingNext.wgz to comingNext.zip\r
-  2. edit comingNext.zip/comingNext/index.html and customize the settings\r
-     at the top of the document. For example, to change the background to \r
-     a solid red color, set:\r
-       .background { ... background-color:#ff0000; ... }\r
-       useBackgroundImage = false;\r
-  3. rename comingNext.zip back to comingNext.wgz\r
-  4. do the same for comingNextB.wgz\r
-\r
-To add your custom background/fake transparency, follow these steps:\r
+and settings from within the widget now. Only if you want to use a custom \r
+background image or fake transparency, you still need to modify the widget,\r
+following these steps:\r
 \r
   1. rename comingNext.wgz to comingNext.zip\r
   2. replace comingNext.zip/comingNext/background_landscape.png and \r
      background_portrait.png with your desired background.\r
   3. rename comingNext.zip back to comingNext.wgz\r
   4. do the same for comingNextB.wgz\r
+  5. in the widget settings enable "use background image"\r
   \r
 I recommend to use a program to make a screenshot of your current \r
 homescreen background, then use a painting program like GIMP to \r
@@ -42,6 +36,10 @@ known limitations:
   Nokias WRT library: entry.Status sometimes is undefined.\r
 - real transparent background: I haven't found a way todo this yet. All the \r
   widgets that have transparent background are no WRT widgets. Nokia?\r
+- There is no automatic detection if you're in a timezone that uses daylight\r
+  saving time (DST). By default, the widget assumes that you're in a timezone\r
+  that has a 1h DST. If this is not the case, please change the \r
+  "enable Daylight Saving" setting within the widget.\r
 \r
 \r
 License:\r
@@ -63,7 +61,7 @@ Changelog:
     reduction)\r
   - calendar app launches and closes much faster\r
   - more explicit error messages (post them here if you get one)\r
-1.10 (2009-08-27) by Oxidative\r
+1.10 (2009-08-27) by Michael Prager\r
   - Only 4 lines per widget, also use the bigger default font and a bigger \r
     font size\r
   - added icons to easier distinguish between todos, meetings, birthdays etc\r
@@ -78,7 +76,7 @@ Changelog:
   - display all todos from within the last year, if they are not marked as \r
     "done". The original version will only display todos that have a \r
     termination time in the future.\r
-1.11 (2009-08-27) by Oxidative\r
+1.11 (2009-08-27) by Michael Prager\r
   - added fix suggested by yves: use InstanceStartTime instead of StartTime \r
     if available\r
   - use a <table> to align columns instead of loose <div> boxes\r
@@ -88,21 +86,21 @@ Changelog:
     - added changelog to keep track of changes more easily\r
     - added switch (var panelNum) so the same code can be used for both, \r
       "ComingNext" and "ComingNextB" widgets\r
-1.12 (2009-08-28) by Oxidative\r
+1.12 (2009-08-28) by Michael Prager\r
   - support for all date formats (YYYY-MM-DD, DD-MM-YYYY, MM-DD-YYYY)\r
   - format dates and times as 01.01 instead of 1.1\r
   - output more details to error log if JavaScript logging is enabled in web \r
     browser\r
   - added variable to enable/disable ToDos in the event list\r
   - added variable to define the number months to include in the event list\r
-1.13 (2009-08-28) by Oxidative\r
+1.13 (2009-08-28) by Michael Prager\r
   - support for ToDos without dates\r
   - support for events without summary\r
   - fixed date format parsing for MM-DD-YYYY (finally ;-))\r
   - fixed months beeing off by 1\r
-1.14 (2009-08-28) by Oxidative\r
+1.14 (2009-08-28) by Michael Prager\r
   - support for fake transparent backgrounds.\r
-1.15 (2009-08-30) by Oxidative\r
+1.15 (2009-08-30) by Michael Prager\r
   - added separate Readme.txt\r
   - use the date format defined by the system (e.g. "31.12" or "12.31")\r
   - show a colored "Today" for the current day instead of full date\r
@@ -113,7 +111,7 @@ Changelog:
     begin of index.html so they are easy to spot.\r
   - fixed table alignment for very long event descriptions\r
   - comingNext is now licensed under the GPLv3\r
-1.16 (2009-08-31) by Oxidative \r
+1.16 (2009-08-31) by Michael Prager \r
   - applied patch by pcmoore: Fixed a bug where all times are reported as \r
     "AM" regardless of the actual event time\r
   - applied patch by pcmoore: new option to define which calendar app to \r
@@ -133,17 +131,55 @@ Changelog:
   - added option to force a specific date format. dateFormat='auto' \r
     (default) will use your phone's setting, 'DDMM' will display day first, \r
     'MMDD' will display month first.\r
-1.17 (2009-09-02) by Oxidative\r
+1.17 (2009-09-02) by Michael Prager\r
   - fixed anniversaries for today not showing\r
   - new option "eventsPerWidget": with this you can define the number of \r
     events that will be shown for each widget.\r
   - added new CSS class "icon": change this to modify the icon size (very\r
     useful if you want to change the number of events)\r
-1.18 (2009-09-04) by Oxidative\r
+1.18 (2009-09-04) by Michael Prager\r
   - fixed ToDos being shown although includeTodos=false was set\r
   - fixed ToDos being shown twice\r
   - show text "No further events within 2 months" if there are no events\r
     in the list. This behaviour and the text can be changed in the settings\r
-1.19 (2009-09-04) by Oxidative\r
+1.19 (2009-09-04) by Michael Prager\r
   - refixed problems that 1.18 should have solved (todos not showing, entries \r
-    showing twice)
\ No newline at end of file
+    showing twice)\r
+1.20 (2009-09-05) by Michael Prager\r
+  - new project website at http://sourceforge.net/projects/comingnext\r
+  - fixed memos/anniversaries showing although they have already passed\r
+  - don't display weekday if date is 'Today'\r
+  - changed default 'Now' color to #ff00ff to make it different from the \r
+    'Today' color\r
+  - patch by pcmoore:\r
+    - Fix problem with appointments starting at 12p where they\r
+      would display as starting 12h later (midnight the following day)\r
+    - Add a new feature to only display the time for events happening today \r
+      and only the date for events beyond today (showCombinedDateTime)\r
+    - Add a new feature to disable showing the location of appointments \r
+      (showLocation)\r
+1.21 (2009-10-13) by Michael Prager\r
+  - support daylight saving time (DST). This is based on the modifications \r
+    from Manfred Hanselmann (thanks for that!)\r
+  - added option "enableDaylightSaving" to disable DST. In case you are in a \r
+    timezone that has no DST, you should use this option\r
+  - some code cleanup (by Paul Moore)\r
+  - fixed alignment when calendar entries have very long description\r
+1.22 (2009-12-07) by Michael Prager\r
+  - show "Tomorrow" instead of date if "showTodayAsText" is enabled\r
+1.23 (2009-12-18) by Michael Prager\r
+  - added fullscreen mode (can list 30 events)\r
+  - added settings menu. Need to modify the widget manually anymore. \r
+  - fixed table cell alignment in cases where the event summary was very long\r
+  - fixed display of "tomorrow" text if CombinedDateTime is enabled\r
+1.24 (2010-01-01) by Michael Prager\r
+  - localization support added by Christophe Milsent\r
+  - added french translation by Christophe Milsent\r
+  - added german translation\r
+  - new option "hide Widget On Calendar Open". When enabled, this will close \r
+    the fullscreen widget when opening the calendar app\r
+  - code cleanup and size reduction\r
+  - update interval to detect screen rotation increased from 3 to 1 secs\r
+  - open calendar app when clicking anywhere in fullscreen view\r
+1.25 () by Michael Prager\r
+  - fixed reoccurring events not beeing shown
\ No newline at end of file