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]]. |
| | | |
− | === New widgets === | + | === Widgets === |
− | * Add a colorpicker to Sugar. Only the ColorToolButton is public for now. | + | * 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. |
| | | |
− | * Moved the profile to use gconf | + | * 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 |
− | * Modules have been marked as STABLE/UNSTABLE/DEPRECATED
| |
| * Add view-source-related methods HandleViewSource and GetDocumentPath | | * Add view-source-related methods HandleViewSource and GetDocumentPath |
− | * objectchooser (what filter) | + | |
| + | * 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 |