1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
* 0.11.2 - Jan 27th 2009
o DBus proxy: Introspect remote object asynchronously.
o Rss gadget: Improved compatibility with some websites.
o Edit element: Added vAlign property (Only implemented in Gtk version).
o Base element: Added focus overlay and tab stop feature.
o Gtk host: Added a menu item to add an iGoogle gadget directly.
o Fixed compatibility issue with gtk+-2.18.0 or above.
o Fixed compatibility issue with xulrunner 1.9.2.
o Fixed some compile warnings when compiling with gcc 4.4.x
o Fixed some crash issues.
o Fixed some issues in soup-xml-http-request for handling zero length POST.
o Lots of other bugfixes.
* 0.11.1 - Sep 9th 2009
o Many reported issues have been fixed, including: 311, 313, 314, 315, 316,
320, 321, 323, 324, 326, 327, 328, 329, 331, 332, 333, etc.
* 0.11.0 - Jun 1st 2009
o Many reported issues have been fixed, including: 132, 151, 190, 244, 265,
276, 280, 284, 285, 286, 294, 297, 300, 306, etc.
o Performance has been improved dramatically.
o Memory consumption has been reduced notably.
o A new script runtime based on WebKit/JavaScriptCore has been added.
o A new browser element based on WebKit/Gtk has been added.
o A new xml http request extension based on libsoup has been added.
o A new flash element based on browser element has been added (mainly used
with webkit browser element).
o French translation provided by Pierre Slamich has been added.
o Lots of other bugfixes.
* 0.10.5 - Jan 7th 2009
o Following reported issues have been fixed: 257, 258, 260, 261, 262, 263
o Some nasty bugs in libggadget, libggadget-gtk and qt host have been fixed.
o An about dialog has been added for both gtk and qt hosts.
o Gadgets' about dialog has been reimplemented with platform independent
code.
o A Doxyfile has been included in source package, which can be used for
generating API reference manual with doxygen command. graphviz is needed.
o API reference manual has been improved dramatically.
o Fully static build has been supported (only with configure/make).
* 0.10.4 - Dec 16th 2008
o Following reported issues have been fixed: 242, 246, 245, 253, 239, 249,
250, 243, 234, 254, 255
o Many optimizations in performance and memory consumption.
o Support for NPAPI plugins (like Flash) has been improved a lot.
o gtkmoz_browser_element has been improved a lot.
o gtk host now supports running a gadget in standalone mode.
o Gadget Designer has been improved a lot. And it now runs in standalone
mode, just like an ordinary application.
o gtk sidebar host has been improved a lot.
o Many bugs related to qt host have been fixed.
o Many other bugfixes.
* 0.10.3 - Nov 7th 2008
o Following reported issues have been fixed: 215, 214, 201, 220, 216, 194,
229, 227, 224, 206, 204, 192, 193, 125, 164, 228, 225, 199, 235, 237,
226, 231, 238, 230, 240, 241
o Most new features introduced in Google Desktop Windows 5.8 have been
supported, except edit.detectUrls and personalization API. Please refer to:
http://code.google.com/apis/desktop/docs/releasenotes-v58.html
o View decorator related classes have been refactored to support KDE Plasma.
o The binary dependency problem of xulrunner and libmozjs has been fixed by
introducing a glue layer (extensions/smjs_script_runtime/libmozjs_glue.*).
o analytics_usage_collector module has been added to collect usage data.
o cmake build scripts have been included in source package, though it's still
not widely tested and may have bugs.
o Many improvements have been made for qt host.
o Many other small fixes.
* 0.10.2 - Sept 13th 2008
o Lots of bugs have been fixed, including: 138, 146, 191, 203, 209, 211, 172
200, 207, 208, 187, 202, and more.
o Desktop Gadgets compatibility has been improved a lot. Many gadgets for
GDWin can run on GGL now.
o framework.system.getFileIcon() has been implemented.
o framework.openUrl() now supports opening local file and launch desktop
file.
o Photos gadget can handle multiple level directory now.
o Ability to adjust default font size has been added to gtk host.
o Many code cleanup, refactory and optimization.
* 0.10.1 - Aug 8th 2008
o To celebrate the opening of the Beijing 2008 Olympic Games.
o A prototype of Gadget Designer gadget has been added. Just add it from
add gadget dialog and drag it out of sidebar (it's too large to fit in
sidebar). Currently it only supports editing existing gadget. It's
also a demo to show the power of Google Desktop Gadgets API, because
itself is a gadget.
o A new Photos gadget has been added, which can display your favorite
photos from web or local directory as a slideshow.
o Lots of bugs have been fixed, and some popular gadgets can run without
problem, such as facebook and Google Calendar gadgets.
* 0.10.0 - July 12th 2008
o Memory consumption and performance have been improved by introducing
class based property registration.
o Several built-in gadgets have been added, such as Web Clip, Analog
Clock, etc.
o Most issues of SideBar have been resolved.
o SideBar now supports auto hide mode.
o ggl-gtk now supports hotkey.
o Compatibility issues with xulrunner 1.9 have been resolved.
o Desktop entries for ggl-gtk and ggl-qt have been added.
o Debug Console has been added for both ggl-gtk and ggl-qt. Use -dc
command option to enable it.
o qt_script_runtime has been added, though there are still some bugs.
o Many other bugfixes.
* 0.9.3 -- Jun 13th 2008
o Fixed many issues, such as: 96, 122, 128, 133, 135, 137, 139, 142,
143, 145, 149, 152, 156, 157
o And now gadgets will show in all virtual desktops.
* 0.9.2 -- Jun 6th 2008
o Fixed most compilation issues on modern Linux distributions.
o Fixed compatibility issues with xulrunner 1.9, though still has some
bugs.
o Fixed compatibility issues with curl, which doesn't have openssl
support.
o Fixed many issues in sidebar mode of gtk host.
o Fixed some issues in qt host.
o Added Simplified Chinese translation of most messages.
o Various other bug fixes.
o Made sidebar mode the default in gtk host. Use -ns switch to disable
sidebar mode.
* 0.9.1 -- May 30th 2008
o Fixed a serious bug in build script, which may cause the project
unable to build.
* 0.9.0 -- May 30th 2008
o The first public release.
|