From c13d07734cacf4d53dd6645b449a9e9444c89261 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Fri, 18 Dec 2009 03:17:45 +0100 Subject: [PATCH] updated readme and version info --- Readme.txt | 25 +++++++++++-------------- build.bat | 2 +- comingNext/Info.plist | 4 ++-- comingNextB/Info.plist | 4 ++-- 4 files changed, 16 insertions(+), 19 deletions(-) diff --git a/Readme.txt b/Readme.txt index 6db5349..207ac0c 100644 --- a/Readme.txt +++ b/Readme.txt @@ -12,24 +12,16 @@ http://sourceforge.net/projects/comingnext http://www.symbian-freak.com/forum/viewtopic.php?t=38045 You can change the appearance (background color, font color, font size etc.) -and settings by modifying the widget: - - 1. rename comingNext.wgz to comingNext.zip - 2. edit comingNext.zip/comingNext/index.html and customize the settings - at the top of the document. For example, to change the background to - a solid red color, set: - .background { ... background-color:#ff0000; ... } - useBackgroundImage = false; - 3. rename comingNext.zip back to comingNext.wgz - 4. do the same for comingNextB.wgz - -To add your custom background/fake transparency, follow these steps: +and settings from within the widget now. Only if you want to use a custom +background image or face transparency, you still need to modify the widget, +following these steps: 1. rename comingNext.wgz to comingNext.zip 2. replace comingNext.zip/comingNext/background_landscape.png and background_portrait.png with your desired background. 3. rename comingNext.zip back to comingNext.wgz 4. do the same for comingNextB.wgz + 5. in the widget settings enable "use background image" I recommend to use a program to make a screenshot of your current homescreen background, then use a painting program like GIMP to @@ -47,7 +39,7 @@ known limitations: - There is no automatic detection if you're in a timezone that uses daylight saving time (DST). By default, the widget assumes that you're in a timezone that has a 1h DST. If this is not the case, please change the - "enableDaylightSaving" setting in comingNext.wgz/comingNext/index.html + "enable Daylight Saving" setting within the widget. License: @@ -174,4 +166,9 @@ Changelog: - some code cleanup (by Paul Moore) - fixed alignment when calendar entries have very long description 1.22 (2009-12-07) by Michael Prager - - show "Tomorrow" instead of date if "showTodayAsText" is enabled \ No newline at end of file + - show "Tomorrow" instead of date if "showTodayAsText" is enabled +1.23 (?) by Michael Prager + - added fullscreen mode (can list 30 events) + - added settings menu. Need to modify the widget manually anymore. + - fixed table cell alignment in cases where the event summary was very long + - fixed display of "tomorrow" text if CombinedDateTime is enabled \ No newline at end of file diff --git a/build.bat b/build.bat index 290866b..518748b 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,6 @@ @echo off -set VERSION=1.22 +set VERSION=1.23 del *.wgz del *.zip diff --git a/comingNext/Info.plist b/comingNext/Info.plist index 4384a44..f5e697b 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next 1.22 + DisplayName Coming Next 1.23 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.22 + Version 1.23 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNextB/Info.plist b/comingNextB/Info.plist index 0769779..9691f5a 100644 --- a/comingNextB/Info.plist +++ b/comingNextB/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next B 1.22 + DisplayName Coming Next B 1.23 Identifier ar.com.cochambre.symbian.wrt.comingnextb - Version 1.22 + Version 1.23 MainHTML index.html AllowNetworkAccess MiniViewEnabled -- 2.39.2