0.84/Notes: Difference between revisions
| Line 13: | Line 13: | ||
The following changes are important for developers using the Sucrose 0.84 developer platform. If you're not interested in changes for developers, you can skip forward to Section [[DevelopmentTeam/Release/Releases/Sucrose/0.84#Internationalization_.28i18n.29_and_Localization_.28l10n.29|Internationalization and Localization]]. | The following changes are important for developers using the Sucrose 0.84 developer platform. If you're not interested in changes for developers, you can skip forward to Section [[DevelopmentTeam/Release/Releases/Sucrose/0.84#Internationalization_.28i18n.29_and_Localization_.28l10n.29|Internationalization and Localization]]. | ||
=== | === Widgets === | ||
* | * A colorpicker widget has been added. Though only the ColorToolButton is public for now. | ||
=== API === | === API === | ||
* An ABI policy has been figured out and modules have been marked as STABLE / UNSTABLE / DEPRECATED. | |||
* | * Sugar moved to use Gconf as a back end to store the profile. | ||
* bundlebuilder (Do a more "standard" system installation for bundlebuilder | * bundlebuilder (Do a more "standard" system installation for bundlebuilder | ||
| Line 27: | Line 28: | ||
* extensions for the control panel | * extensions for the control panel | ||
* Move to cjson and drop pyjson and simplejson | * Move to cjson and drop pyjson and simplejson | ||
* Add view-source-related methods HandleViewSource and GetDocumentPath | * Add view-source-related methods HandleViewSource and GetDocumentPath | ||
* | |||
* The Object chooser can now be filtered by data type. This lets you open the dialog only showing entries of a specific data type, an example is the import image functionality in Write. | |||
* created the canvastextview in sugar/graphics | * created the canvastextview in sugar/graphics | ||
* new ways to turn on debug logs | * new ways to turn on debug logs | ||