4472 Commits (2fc1cab92dc8b6dfe3345b4c0adb2bdd527294e0)
 

Author SHA1 Message Date
Tomeu Vizoso e56b381bd3 Add the file_name property to MenuItem and reduce a bit the size of its icons 16 years ago
Tomeu Vizoso 9a3cbbfe33 Rename parameter to what_filter 16 years ago
Tomeu Vizoso 9b61b1ff7b #3060 Add the possibility of filtering the object chooser by data type 16 years ago
Simon Schampijer 97e6480be1 Fix uninstallling of activities that use symlinks #171 16 years ago
Tomeu Vizoso 488b9ecbb2 Set the uid property after a new object is created 16 years ago
Tomeu Vizoso 53533be524 Set property types as object so strings are not copied 16 years ago
Tomeu Vizoso fd078d2f66 Support nested requests for the same temp file path 16 years ago
Tomeu Vizoso de2aa036df Fix typo 16 years ago
Tomeu Vizoso 26e5fc5ca9 Use util.TempFilePath for icons extracted from zipped bundles 16 years ago
Tomeu Vizoso faeee47f53 Add util.TempFilePath to track the creation and release of temporal files 16 years ago
Tomeu Vizoso 44cabc891b Remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead. 16 years ago
Simon Schampijer 1fd893f86e Release 0.83.3 16 years ago
Marco Pesenti Gritti 4b38ff298b Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me. 16 years ago
Marco Pesenti Gritti 347cc9413b Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline 16 years ago
Marco Pesenti Gritti 5b57e1a6cd Rework palette state logic. Fix #42 16 years ago
Daniel Drake 2937a09ead Use g_timeout_add_seconds() for power efficiency
This attempts to align second-granularity wakeups across the system,
reducing CPU wakeups a little.

I considered all timeouts of duration 1 second or greater, and moved
the non-timing-critical ones to g_timeout_add_seconds(). (Actually,
I didn't find any that I felt were timing-critical)
16 years ago
Tomeu Vizoso 96da9d490e Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline 16 years ago
Tomeu Vizoso dddcc14ac7 Remove old cruft 16 years ago
Pootle Translation 335d9d7adb Update Spanish translations 16 years ago
Pootle Translation c537d70be2 Adding language he via Pootle 16 years ago
Pootle Translation d94ecf9d6e Adding language bi via Pootle 16 years ago
Pootle Translation ad514568e2 Adding language hu via Pootle 16 years ago
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