]> code.delx.au - comingnext/commitdiff
updated readme and version info
authorMichael Prager <michael@pragers.de>
Fri, 18 Dec 2009 02:17:45 +0000 (03:17 +0100)
committerMichael Prager <michael@pragers.de>
Fri, 18 Dec 2009 02:17:45 +0000 (03:17 +0100)
Readme.txt
build.bat
comingNext/Info.plist
comingNextB/Info.plist

index 6db53497943fc98300efcf940d4f040eb9e862fc..207ac0c3c540cb12e26016e46e08beacbcfde0ed 100644 (file)
@@ -12,24 +12,16 @@ http://sourceforge.net/projects/comingnext
 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 face 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
@@ -47,7 +39,7 @@ known limitations:
 - 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
-  "enableDaylightSaving" setting in comingNext.wgz/comingNext/index.html\r
+  "enable Daylight Saving" setting within the widget.\r
 \r
 \r
 License:\r
@@ -174,4 +166,9 @@ Changelog:
   - 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
\ No newline at end of file
+  - show "Tomorrow" instead of date if "showTodayAsText" is enabled\r
+1.23 (?) 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
\ No newline at end of file
index 290866bd1ccf07535952a42aa8e24fcc05223921..518748bffc46ba452eca26a472757f804b1dfea5 100644 (file)
--- a/build.bat
+++ b/build.bat
@@ -1,6 +1,6 @@
 @echo off\r
 \r
-set VERSION=1.22\r
+set VERSION=1.23\r
 \r
 del *.wgz\r
 del *.zip\r
index 4384a4496107a56f532fc2873716f0287a561649..f5e697b91a9d92a0b1f5d56200aa9a2585db6ea0 100644 (file)
@@ -2,9 +2,9 @@
 <!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd">\r
 <plist version="1.0">\r
 <dict>\r
-       <key>DisplayName</key>                  <string>Coming Next 1.22</string>\r
+       <key>DisplayName</key>                  <string>Coming Next 1.23</string>\r
        <key>Identifier</key>                   <string>ar.com.cochambre.symbian.wrt.comingnext</string>\r
-       <key>Version</key>                      <string>1.22</string>\r
+       <key>Version</key>                      <string>1.23</string>\r
        <key>MainHTML</key>                     <string>index.html</string>\r
        <key>AllowNetworkAccess</key>           <false />\r
        <key>MiniViewEnabled</key>              <true/> \r
index 0769779c42961b047aeb14abfd2b00d5764d7634..9691f5a08ef74ed42ae5100d4d663268ef1e1851 100644 (file)
@@ -2,9 +2,9 @@
 <!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd">\r
 <plist version="1.0">\r
 <dict>\r
-       <key>DisplayName</key>                  <string>Coming Next B 1.22</string>\r
+       <key>DisplayName</key>                  <string>Coming Next B 1.23</string>\r
        <key>Identifier</key>                   <string>ar.com.cochambre.symbian.wrt.comingnextb</string>\r
-       <key>Version</key>                      <string>1.22</string>\r
+       <key>Version</key>                      <string>1.23</string>\r
        <key>MainHTML</key>                     <string>index.html</string>\r
        <key>AllowNetworkAccess</key>           <false />\r
        <key>MiniViewEnabled</key>              <true/> \r