4350 Commits (66404d65c50dd9726cb92973e165563dc2a55746)
 

Author SHA1 Message Date
Pootle Translation 66404d65c5 Adding language sw via Pootle 16 years ago
Pootle Translation a83ee5b071 Adding language cs via Pootle 16 years ago
Pootle Translation 38b51ece7b Adding language sv via Pootle 16 years ago
Pootle Translation 34dbf9cd94 Adding language sk via Pootle 16 years ago
Pootle Translation 0e846d545a Adding language wa via Pootle 16 years ago
Tomeu Vizoso 43d923b4d5 Log an error message when GetPreferredConnection fails 16 years ago
Tomeu Vizoso 054aaf8590 Dont pop down the palette when a submenu opens 16 years ago
Daniel Drake 3f1509cd22 Simplify activity bundle installation
sugar-install-bundle is broken because ActivityBundle.install() gained a
required parameter. Please can we make it optional? This also fixes one
of the problems with the activity updater.
16 years ago
Tomeu Vizoso e0c2017c50 Add colors to icons in menu items 16 years ago
Tomeu Vizoso 33e94723da Add accelerator support to menu items 16 years ago
Marco Pesenti Gritti 5a0f575718 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit 16 years ago
Marco Pesenti Gritti 10fa6ae4c5 Emit the completed signal on shutdown completion, not on client
disconnection. When shutting down with no activity running we
was not hitting completion. Fix #11
16 years ago
Tomeu Vizoso feeeff34a1 Remove bundle stuff 16 years ago
Simon Schampijer 0157f427ab Release 0.83.2 16 years ago
Pootle Translation 922a5363fc Fixed misformed plural equation 16 years ago
Tomeu Vizoso 6dfff85f9f Add view-source-related methods HandleViewSource and GetDocumentPath 16 years ago
Simon Schampijer 9dcc432ae1 "Release version 0.83.1" 16 years ago
Morgan Collett e9ebfdea3a #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler
self._cleanup does the self._file.close() anyway if the file exists.
The self._file.close() removed here is redundant, and will always
fail on file not found, which is handled in send_head by returning
None for self._file.
16 years ago
Marco Pesenti Gritti b58182a970 Mark modules as STABLE/UNSTABLE/DEPRECATED. 16 years ago
Marco Pesenti Gritti 9c74f4eec7 Drop broken release command. A more generic release tools
is being developed in sugar-tools now.
16 years ago
Guillaume Desmottes 9ab32f3b77 Add a get_shared_activity() method to sugar.activity.activity.Activity . Patch from Andrés Ambrois. #7649 16 years ago
Tomeu Vizoso 611bd9ccda Only absolutize the command when it doesnt contain already a slash 16 years ago
Tomeu Vizoso 0b7def1788 If the binary to launch is inside the bundle dir, use an absolute path. 16 years ago
Simon Schampijer e69aa53db1 Don't import jabber_registered from the old profile
It is not used anymore by the PS
16 years ago
Eben Eliason dce326c466 Fix up/down arrows in VTrays (#8617) 16 years ago
Eben Eliason 5cc6b27ae7 Add drag-active property to tray control (#8604)
The drag-active property can be set to provide a highlight
when the tray control is accepting target of an ongoing drag.

We can't use the drag_highlight method because we desire to
adjust the background of the widget, rather than drawing on
top of it.  Overriding these methods would work in most cases,
but in cases where GTK+ calls drag_unhighlight itself things
could break, so we use a property instead.
16 years ago
Marco Pesenti Gritti e2439a7e44 Turn bundle into a new style class 16 years ago
Marco Pesenti Gritti 794281073b Make sure the mouse motion is stopped before starting it. 16 years ago
Tomeu Vizoso f5d45d6acd Make sure that manifests in bundles are only called at install and deployment time, so it doesnt impact shell startup performance 16 years ago
Tomeu Vizoso a13ca6d664 #8840 Add missing byte_arrays=True 16 years ago
Simon Schampijer 6013b8a20a Fix for old profile conversion 16 years ago
Simon Schampijer 354dec9f0c Use gconf for the profile 16 years ago
Sayamindu Dasgupta 25976df678 Remove BOM from ja.po 16 years ago
Pootle Translation f44f60f256 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). 16 years ago
Pootle Translation 02f5354b63 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). 16 years ago
Pootle Translation a4d15c7316 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). 16 years ago
Tomeu Vizoso bcc24a43e7 Move to cjson and drop pyjson and simplejson 16 years ago
Pootle Translation 8fbf7f1f26 Commit from One Laptop Per Child: Translation System by user rangertr. 28 of 28 messages translated (0 fuzzy). 16 years ago
Marco Pesenti Gritti f5f26d59c4 Remove unused imports. 16 years ago
Marco Pesenti Gritti 5c6c7ab1d1 The activity registry is now private to the shell.
Changed the activityfactory to take a bundle instead of a bundle_id
so that it doesn't depend on the registry.
16 years ago
Marco Pesenti Gritti 0f33a634c0 Fix up scaling calculations, had some regressions in the previous commits. 16 years ago
Marco Pesenti Gritti 5a51661edf Respect SUGAR_SCALING 16 years ago
Marco Pesenti Gritti 0bb4a87853 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit 16 years ago
Marco Pesenti Gritti 3f08644b32 Remove workaround for old dbus-python. 16 years ago
Pootle Translation 702b643ecf Commit from One Laptop Per Child: Translation System by user rashananushka. 28 of 28 messages translated (0 fuzzy). 16 years ago
C. Scott Ananian 897428c794 Trac #8674: sanity-check bundle root; don't delete install_root on failure.
The software updater was deleting ~/Activities when it encountered a bad
bundle.  Two separate issues:  we didn't sanity check the bundle root to
ensure it wasn't '.' or '..' or something crazy like that, and our "clean
up on failure" code was deleting the install_root instead of the activity
root (!).  This was a regression introduced by the fix for #7733 in
commit db2d1c42e2481d6dbc15405840ac23e46eab7318 (0.82.2).
16 years ago
Tomeu Vizoso 404a7b546a request byte_arrays from the DS 16 years ago
Tomeu Vizoso afb63981fa Set the correct locale path for system activities 16 years ago
Marco Pesenti Gritti 89300c9173 Fix obvious error in the grid math #8626 16 years ago
Pootle Translation 1436d1d3f5 Fix formatting error 16 years ago