1256 Commits (cb0cedbc405ea7148fa30e47f0f8e38ff047daa3)

Author SHA1 Message Date
Marco Pesenti Gritti 30edb542b1 Cleanup the profile code and rename the Server section to Jabber. 17 years ago
Marco Pesenti Gritti ecb8816bc9 Add XdndDirectSave support to the clipboard.
I think it could be a little cleaner, but it would
require refactoring, we can do that post Trial-3.
Also we might have to figure out a way to get
file saving progress feedback at some point.
17 years ago
Marco Pesenti Gritti 4e18357902 Ignore double desktop switching notifications. 17 years ago
Dan Winship 8b3e0196b7 fix a bug that broke the activity ring 17 years ago
Marco Pesenti Gritti 6b04dca40e Raise the event area on window stack changes rather
than on activate. I think activate is called only
when there is a focus change.
17 years ago
Tomeu Vizoso 6cb7c774dd Don't disable the clipboard icons when they are still incomplete. 17 years ago
Marco Pesenti Gritti bf1aea368f Fix snowflake layout 17 years ago
Marco Pesenti Gritti 8aa31a6095 Make the sizes of mesh icons match Eben spec. 17 years ago
Michael Stone a7b0e02aea Fixes to broken Rainbow calls in Shell service. 17 years ago
Marco Pesenti Gritti 88d196d089 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti fdb9c57e65 Handle invitations inside Activity. 17 years ago
Dan Winship 8a733eea5d redo the smaps-parsing code to be a little more efficient. part of #3096 17 years ago
Dan Winship 59708891e8 avoid redrawing the activity ring twice in a row. part of #3096 17 years ago
Simon Schampijer 6ff3486f42 Removed the keyboard brightness listener on keycode 236, fix for #3277 17 years ago
Guillaume Desmottes 297d107ee2 Update libwnck "active-window-changed" callback due to API changes 17 years ago
Marco Pesenti Gritti d1b5fb8dc5 Handle activating windows which are transient to the activity. 17 years ago
Dan Williams a1f5cece18 Fix traceback on mesh disconnect command 17 years ago
Dan Williams 6b6470ebcb * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and
increase granularity of mesh device control
17 years ago
Marco Pesenti Gritti ae1a07aee8 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Tomeu Vizoso d19472930d Some clipboard fixes. 17 years ago
Marco Pesenti Gritti 34e9d30a9c Improved icon caching logic 17 years ago
Simon Schampijer 5766522f53 Fix for removing activity from donut when not the active and the last one 17 years ago
Simon Schampijer 553709c869 Fix when item is removed from clipboard tray 17 years ago
Simon Schampijer 7f8b000a92 Fixed XO icon of owner in group view #3085 17 years ago
Tomeu Vizoso 2d9d6cf25c Also catch the deprecated mime type for bundles. 17 years ago
Dan Williams 6a2ce2b941 Add conversion functions for channel<->frequency 17 years ago
Dan Williams ee9a6005c3 Make AP icons a bit larger 17 years ago
Simon Schampijer 5bd85906f2 (next='Return', back='Escape') 17 years ago
Simon Schampijer 4aace42d6d Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Simon Schampijer 6c43e80c45 Adopt naming to functionality changes 17 years ago
Marco Pesenti Gritti 0b3f687749 Fix distcheck 17 years ago
Marco Pesenti Gritti a2a9cd2f70 Unfreeze dcon on idle. 17 years ago
Marco Pesenti Gritti a09a786ff7 Use Tray also for the frame friends view.
Drop the deprecated IconButton.
17 years ago
Marco Pesenti Gritti 8a2cb49ffb Use a toolbar for zoom icons 17 years ago
Dan Williams 739b9160b1 Refactor activity share/join in Activity.__init__() to be clearer and cover all cases
Remove the 'pservice_id' attribute of the ActivityHandle too, since it was
completely pointless and should have been the same as the activity id anyway.
Share/join is handled in the Activity.__init__() method and the shell doesn't
really need to know about it at all.
17 years ago
Simon Schampijer a4637bfefa Adopted the friendsbox to the palette positioning improvements. 17 years ago
Marco Pesenti Gritti 8a9bc3b702 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 8a3c2a5843 More palette positioning improvements. 17 years ago
Tomeu Vizoso ecbbcb0026 Don't allow removing system-installed activities. 17 years ago
Dan Williams 00ec48f214 Make AP icons small size 17 years ago
Dan Williams f4c7e03c34 Fix traceback showing wireless networks 17 years ago
Tomeu Vizoso 3dc8505ec5 #3045: Fix issues with the clipboard icons and palettes. 17 years ago
Marco Pesenti Gritti bd9bd2d020 Keep the invite menu item synced with current activity. 17 years ago
Marco Pesenti Gritti 457a1eaf3b Get invites back to work in the UI. 17 years ago
Marco Pesenti Gritti 0d4d74b94f Hookup the new invites implementation. Need to fix
the frame view since that's bitrotten.
17 years ago
Marco Pesenti Gritti 560a914997 Make Activity update the presence service activity
name and listen to the name changes in the mesh view.
17 years ago
Dan Williams 17c48f2d25 Add badges to infrastructure access points in mesh view 17 years ago
Dan Williams 96df28dcaf Don't traceback on systems without the right NM 17 years ago
Dan Williams f90b929fd9 remove redundant code 17 years ago
Dan Williams 82a869fbbf Add palette to Wireless device on Home view showing channel too
Convert the tooltip to a palette and show the wireless
channel in the palette.
17 years ago
Marco Pesenti Gritti 722b9d01e7 Add/use a frame widget invoker. 17 years ago
Marco Pesenti Gritti c21e2b56e4 Revert accidentally committed debug code. 17 years ago
Marco Pesenti Gritti 46b3b96e96 Make remove_item take an item instead of an index. 17 years ago
Marco Pesenti Gritti 710f3eba00 Tray size allocation fixes. 17 years ago
Tomeu Vizoso 94d624e26c Some more icon fixes. 17 years ago
Tomeu Vizoso 0dbb456a5a Revert "Some more icon fixes." Wrong fix.
This reverts commit e97c11f765.
17 years ago
Tomeu Vizoso e97c11f765 Some more icon fixes. 17 years ago
Guillaume Desmottes 7118cb59bc rename TP_DEBUG to SUGAR_TP_DEBUG and make it works with Salut 17 years ago
Simon Schampijer c30bb01b0e Usage of the tray widget to display activity icons
ActivitiesBox patch for ticket #2713.
17 years ago
Eduardo Silva 44d2bb6ffb Add Reboot option to Home View 17 years ago
John (J5) Palmieri 246ec1e4aa Fix typo 17 years ago
John (J5) Palmieri f5f95f4d7b Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugar 17 years ago
John (J5) Palmieri c06d639487 Make D-Bus calls async on startup 17 years ago
Marco Pesenti Gritti 294a5231b9 2647, if security is enabled let rainbow launch activities.
Also notify rainbow when active activity changes.
Patch by Ashsong, had to merge it manually.
17 years ago
Tomeu Vizoso 40ddf94457 Some more icon fixes. 17 years ago
Tomeu Vizoso 53d1ada429 One more icon fix. 17 years ago
Marco Pesenti Gritti 42d0085b0b Use xo color for mesh and battery devices. 17 years ago
Tomeu Vizoso 405dafc908 Adapt to changes in the icon API. 17 years ago
Tomeu Vizoso be99aa6dcf Fix typos in activitiesdonut.py 17 years ago
Marco Pesenti Gritti ba4f68ef58 Cache the donut animation. 17 years ago
Marco Pesenti Gritti 98157bbccb Make CanvasIcon use IconBuffer. Change the API to use
a separate property for icon_name and file_name.
17 years ago
Marco Pesenti Gritti f1d588452e Reorganize canvas items. 17 years ago
Dan Winship ebe2b4765e Fix up the activity ring drawing to be more accurate and stable. #2030
TODO: move some of this code into shell/model rather than shell/view
17 years ago
Dan Winship 60cd7111c0 Use badge-charging on battery icon when charging. #722 17 years ago
Dan Winship 10dc80c8be Add icons to the activity ring palette. Part of #2028 17 years ago
Tomeu Vizoso 544a400afc Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-sugar. 17 years ago
Tomeu Vizoso 3df75e4c6e Renamed XO icon from xo to computer-xo. 17 years ago
Dan Williams cc8b8de690 Fix up syntax errors in sugar-shell 17 years ago
Dan Williams 5aa63fdb9e Fix missing : after function declaration 17 years ago
John (J5) Palmieri b24a28a77d make sugar shell easier to profile startup times 17 years ago
Marco Pesenti Gritti 1c06a44a7d Use CamelCase for the activity service methods. 17 years ago
Marco Pesenti Gritti 1ba5cddaa3 Use CamelCase for dbus methods. 17 years ago
Marco Pesenti Gritti 33094dfa50 * #2012: Fix palette position on the left frame panel. (marco) 17 years ago
Tomeu Vizoso 08cd44dbe2 Fix a warning. 17 years ago
Tomeu Vizoso e0785e7aab Fix dragging clipboard objects out from the frame. 17 years ago
Dan Winship cf5c995585 Update the activity ring wedge sizes more often
(immediately before switching to the Home view, and on a timer after that)
17 years ago
Dan Winship 723429fb80 Include free swap space in the activity ring's "free memory" slice
Mostly only affects sugar-jhbuild, but also people with USB/SD swap on B2s
17 years ago
Marco Pesenti Gritti de9e02b498 Fix several sizing bugs. 17 years ago
Tomeu Vizoso dfe8ff6806 #2695: Recognize text files as such. 17 years ago
Marco Pesenti Gritti ba8a731aa1 Add a border to the frame. 17 years ago
Marco Pesenti Gritti 01c15298b8 Adapt to object icons name changes. 17 years ago
Marco Pesenti Gritti a79a3198c5 Adapt to devices icon name changes. 17 years ago
Marco Pesenti Gritti e95e786432 Adapt to icon name changes 17 years ago
Tomeu Vizoso c54fb84b28 #2543: Offer multiple activities for opening clipboard objects. 17 years ago
Marco Pesenti Gritti d6ae654c76 Typo 17 years ago
Marco Pesenti Gritti 0e4eccd49b Volume/Brightness max/min 17 years ago
Tomeu Vizoso cff8ffc328 Complete move to external bundle registry. 17 years ago
Dan Winship 985fe6ef35 Make activity icons in frame outline-only. #2668 17 years ago
Dan Winship bdba2d149e Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar 17 years ago
Tomeu Vizoso 77094c961a Adapt to new palette API. 17 years ago