X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/3afbd64094ade75db55b442b626ff30448d389a8..4eab3a3a4cec2e09f1736439927684d6bd41da87:/Readme.txt diff --git a/Readme.txt b/Readme.txt index fe98cc1..9efdc85 100644 --- a/Readme.txt +++ b/Readme.txt @@ -2,8 +2,8 @@ ComingNext & Coming Next B for N97 ------------------------------------ This widget was originally created by Dr. Cochambre and was extended by -Michael Prager . It will display the next 8 upcoming events -on your N97 homescreen. It consists of two seperate widgets, each displaying +Michael Prager . It will display the next 12 upcoming events +on your N97 homescreen. It consists of tree seperate widgets, each displaying 4 events. For more info or to report bugs, please refere to @@ -12,30 +12,14 @@ 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: +and settings from within the widget now. To make the widget background +transparent, follow these steps: - 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: - - 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 - -I recommend to use a program to make a screenshot of your current -homescreen background, then use a painting program like GIMP to -cut out the pieces you need. Use background_mask_landscape.png and -background_mask_portrait.png for guidance on what parts of the screen are -used by widgets. + 1. install "ComingNext Skin Fetcher" on your phone + 2. start it on your phone and click on "Generate". It will ask you for the + positions of the ComingNext widgets on the homescreen. + 3. In the ComingNext widget, enable the "use background image" option and set + "background image location" to "external" known limitations: @@ -47,7 +31,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 +158,33 @@ 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 "showNowAsText" is enabled \ No newline at end of file + - show "Tomorrow" instead of date if "showTodayAsText" is enabled +1.23 (2009-12-18) 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 +1.24 (2010-01-01) by Michael Prager + - localization support added by Christophe Milsent + - added french translation by Christophe Milsent + - added german translation + - new option "hide Widget On Calendar Open". When enabled, this will close + the fullscreen widget when opening the calendar app + - code cleanup and size reduction + - update interval to detect screen rotation increased from 3 to 1 secs + - open calendar app when clicking anywhere in fullscreen view +1.25 (2010-02-21) by Michael Prager + - fixed reoccurring events not beeing shown + - added "check for updates" feature + - added "ComingNext Skin Fetcher v1.1" tool + - support for external background images (useful in combination with the + new skin fetcher tool). With this, you won't need to modify the widget + anymore to use a custom background image + - added portuguese-brazilian translation by Flavio Nathan +1.26 () by Michael Prager + - fixed second panel showing the same events as the first panel + - mark overdue ToDo events (this feature can be disabled in the settings) + - support for 3 panels + - automatically change text size to fit the requested number of events. You + can now easily change the number of events per widget for example to 3, 5 + or 6 by simply changing the 'Events Per Widget' setting.