WinFuture-Forum.de: Yahoo! Widget Engine - WinFuture-Forum.de

Zum Inhalt wechseln

Beiträge in diesem Forum erhöhen euren Beitragszähler nicht.
Seite 1 von 1

Yahoo! Widget Engine


#1 Mitglied ist offline   sparkle 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.330
  • Beigetreten: 30. Mai 05
  • Reputation: 0

  geschrieben 11. April 2006 - 23:52

Yahoo Widget Engine 3.1

Bekanntmachung: http://www2.konfabulator.com/forums/index....showtopic=14069
Download (Windows):http://us.dl1.yimg.com/download.yahoo.com/...s/widgetsus.exe
Changelog:

Zitat

General Engine Changes
  • Added support for a new flat file format for Widgets which permits signing or Widget code to enhance security.
  • Added preference to control whether or not the Widget Engine automatically starts up when your system starts.
  • Implemented importNode() from the Level 2 DOM spec.
  • Implemented widget.extractFile( path ) API to allow people with flat file Widgets to extract files for use. For example, we need this internally to play sound files since we can only play sounds that are in files. This API extracts files to the 'widget data' folder. It does not extract folders. Also, this API always overwrites any other file in the widget data folder of the same name. It is up to the caller to deal with this.
  • Implemented new security block. For yahooLogin() to work now, you must put the APIs you connect to in this block. This will break any existing Widgets that use yahooLogin(), but the fix is simple: add the block.
<security>
<api>SERVER_NAME_HERE</api>
</security>
  • We now warn if you have multiple preference groups with the same name defined in XML.
  • Found/fixed a bug where no tags or attributes were ever being reported as unrecognized.
  • Allow null parameter to be passed to Send() in XMLHttpRequest for compatibility with other browsers.
  • Fixed bug in replaceChild() where we weren't properly throwing an exception if you attempted to move a node from one document to another.
  • Fixed crash when calling string() in XPath.
  • Modified the invalid character exception in the XML Parser to print out the hex value of the bad character to give the caller a clue what it found that it didn't like.
  • Fixed problem where 'this' was not being set in a context menu's onSelect function.
  • Fixed issues when garbage collecting where we might try to create objects.
  • Allow -1 as a valid h/vOffset for an object. If you want true 'auto' behavior, set the offsets to null. Also, if you don't specify a h/vOffset, the Widget will return null, not -1.
  • Added widget.getLocalizedString().
  • By popular demand: implemented /clear in the debug window.
  • Put up an alert if we encounter a Widget with no <security> block to let the user know that the Widget will not be able to connect to Yahoo! feeds.
  • Added /tracethrow to the debug window to help figure out where exceptions come from.
  • Added widget.locale to get the current language/locale that a Widget is running in.

Windows Changes
  • Fixed problem with COM inherited interfaces. It was impossible to call an inherited method. Also fixed problem where if we encountered a method defined to have a return value as a parameter we would barf. No more barfing. We also handle setting properties a bit better (more numeric types are supported).
  • Fixed problem where animations weren't running during sleep() like they should.
  • Fixed problem with missing images in prefs.
  • Fixed baseline of truncated text.
  • Include trailing whitespace when measuring text (this matches Mac behavior)
  • Fixed problem with scroll bars where if you resized them we wouldn't recompute the thumb rect, range, etc.
  • Enabled window shadows. All the same rules apply as on the Mac, e.g. if you change the content, but not the window geometry, you need to call recalcShadow().
  • Restricted filesystem APIs to not allow writing into C:\Windows (or whatever your 'windows' directory is). This applies to moveToTrash(), move() source and destination, copy() destination, and writeFile(). An exception is raised when you attempt to pass what we deem to be a disallowed path into those functions. The Mac has real permissions in place in the filesystem, so this is a Windows-only change.
  • Fixed problem selecting the right item in preferences if multiple options started with the same sequence of characters.
  • Fixed problem where the login window would not disappear.
  • Don't rely on setting the current directory on open. Instead, set it as we load things.
  • Fixed bug where the IME candidate window would close immediately if the cursor ever wasn't on top of it.
  • Added language preference in Preference dialog.
  • Fixed problem where <directory> wasn't being set for a selector preference.
  • Fixed problem where initial file name wasn't being set for a selector preference (via defaultValue).
  • Fixed problems with EUC-JP encoding on web pages scraped with URL.fetch, etc.
  • Added a -reset switch for telling Konfabulator to clear all of its preferences and the application data folder. It does NOT remove the My Widgets folder.
  • Fix crash when setting a window reference to null when inside a mouse handler.
  • Fix tick marks in CPU Portal. The real issue was that the number of ticks was greater than the number of possible choices. I now pin to the max.
  • Switched to use a new unzip library that does unicode properly.
  • Fixed COM issue where we weren't resolving VT_USERDEFINED types properly. Should be able to connect to WMP correctly now.

Macintosh Changes
  • Finished up the grand renaming of the product from Konfabulator to Yahoo! Widget Engine. There are a few lingering vestiges but these are mostly for backwards compatibility and will remain.
  • Preferences for the engine, for Widgets and the Widget data folders are migrated to the new product name.
  • Fix problem where timers with real functions weren't firing.
  • Fixed a problem that caused certain cookies to not be returned when a URL.getResponseHeaders("Set-Cookie") was issued.
  • Implemented auto checking for updates.
  • Fixed bug that could cause garbage characters to appear at the end of runCommand() output.
  • Fix problems with scroll bars on frames.
  • Fixed issue with scrolling partially transparent textareas.
  • You can now drag all but 5 pixels of the Widget's window off the screen.
  • The escape key is no longer stolen by textareas (this started in an update to Mac OS X 10.4).
  • Fixed a crash on reloading a Widget.
  • Fixed crash when setting contextMenuItems.
  • Fixed handling of "editSourceFile" preference so it gets the full path to files.

Widget Changes
  • Widget Converter has been updated to support the new flat file format.
  • Yahoo! Mail Checker: Handles invalid feed data better.
  • Day Planner: Fix issue searching for appointments in different locales.
  • Day Planner: Display location for Outlook, too.
  • Day Planner: Fix time/location switch for all day events.
  • Improvements to Yahoo! Login Widget.
  • Yahoo! Login Widget now supports Japanese logins.
  • Picture Frame: Added visual indicator while loading photo lists over the network.
  • Picture Frame: Filtered the Flickr photos a user sees by default.
  • Picture Frame: Suppress picture update timer when Widget is first run.
  • Picture Frame: Disable "Refresh Pictures" and "Find Current Image" menu options while Widget displays "choose image source" panel.
  • Picture Frame: Properly handle Cancel button when dismissing "Everyone's tags" form.
  • Picture Frame: Use a Widget-generated window for blogging photos.
  • Picture Frame: Fixed multiple reload of photo list when selecting Yahoo! Photos as a source.
  • Yahoo! Notepad: Saves notes when it says it will when the Widget is logged out of Yahoo! via the Options menu.
  • Yahoo! Notepad: Overengineered platform-specific alert button placement code removed.
  • Yahoo! Notepad: Removed extra "Don't Save" button when saving a single note.
  • Yahoo! Notepad: Proper saving/notifying of unsaved notes on Widget quit.
  • Yahoo! Notepad: Widget should correct for expired login cookie.
  • Yahoo! Notepad: Improvement of sidebar appearance.
  • Yahoo! Notepad: Update to dragging notes between folders in sidebar.
  • Yahoo! Notepad: Notes show last modified date/time.
  • Yahoo! Notepad: Stale cookies should be silently refreshed.
  • Yahoo! Notepad: Validate length of URL text when doing a Blast.
  • Yahoo! Notepad: Added "Refresh Notepad" item to the Options menu: reloads full note list from server.
  • Yahoo! Notepad: A dialog opens to resolve differences when the Widget note is out of sync with the server.
  • Yahoo! Weather: Usability improvements for the location search box.
  • Yahoo! Weather: Fixes a bug that occurred when you searched for a city and got multiple results, then submitted another search for a specific location, like, say, a ZIP code.
  • Yahoo! Weather: Fixes a situation in the location searcher where it would get stuck with old data. An obscure bug, but still easy to reproduce (and fix).
  • Yahoo! Weather: No longer acts strangely when a city is selected from the context menu while the location searcher is up.
  • Yahoo! Weather: No longer allows duplicated entries in the recent locations list.
  • Yahoo! Stock Ticker: Usability improvements for the symbol search box.
  • Yahoo! Stock Ticker: No longer allows for search criteria to be switched around while a search is being performed.

Dieser sparkle hat Super-Kuh-Kräfte
0

Anzeige



Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0