2236 Commits (5343752c353a5abbaaef2a342614b32b7f0e0e8c)
 

Author SHA1 Message Date
Dan Williams 6ab478c6cd Validate percentage before setting it 18 years ago
Dan Williams b97edec4db Remove picture selection from intro screen for now 18 years ago
Marco Pesenti Gritti eae978346d Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Marco Pesenti Gritti 1650ff3111 Use nsIWebBrowser conditionally, so that people don't need to patch mozilla. 18 years ago
Tomeu Vizoso 6227b96215 Support selection of the clipboard object to be pasted. 18 years ago
Dan Williams 8b4ccf3eb1 Cleanup clipboard D-Bus API
- The clipboard now determines each objects unique id and
    returns it from add_object()
- The ID is opaque to the client and should not be used/accessed
    other than with the clipboard service
- Add object type hints for dbus-python
- Sugar clipboard bindings for get_object() now return a dict rather
    than a tuple
- ClipboardIcon now retrieves the real file path and uses that
    to open the file
- Adapt sugar bits to clipboard changes
18 years ago
Dan Williams bfe04c2073 Add copyright header 18 years ago
Marco Pesenti Gritti 4960ddae25 Adapt to the new hippo canvas sizing API 18 years ago
Marco Pesenti Gritti 9d8fa7d42a Implement save_document 18 years ago
Marco Pesenti Gritti c9bdd4418c Implement save_uri. Add boolean return arguments. 18 years ago
Dan Williams 070c77c67f Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Dan Williams c58bb3549f Ensure animations reach last frame 18 years ago
Marco Pesenti Gritti 49ef39ac7c Add saving API, unimplemented. 18 years ago
Marco Pesenti Gritti 6b14d9e883 Get the image uri from the DOM 18 years ago
Marco Pesenti Gritti e05313c152 First go at adding events support to Browser 18 years ago
Marco Pesenti Gritti ac8805246d Actually use EASE_OUT by default, add EASE_IN.
Thanks to Dan to point this out.
18 years ago
Marco Pesenti Gritti d041eadf92 Give up on the save/restore logic, it seem too unpredictable to be clear to the user.
Try a simpler logic where the frame state is reset when switching zoom levels.
18 years ago
Marco Pesenti Gritti 2c468110ba Go back to the home page when all activities are closed. 18 years ago
Marco Pesenti Gritti 57b9ca4b71 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts:

	shell/view/Shell.py
18 years ago
Marco Pesenti Gritti 3bfd94899a Bunch of fixes 18 years ago
Dan Williams 78fef2a48e Implement set_title 18 years ago
Dan Williams 521dd50112 Further zoom level set traceback fix 18 years ago
Dan Williams 9987c8a7d7 Fix traceback on zoom level update 18 years ago
Marco Pesenti Gritti bf80cb55b9 Some cleanups in the Shell. Add a way to save/restore the frame state. 18 years ago
Marco Pesenti Gritti 2bd609e5fd Cleanup 18 years ago
Marco Pesenti Gritti ed454220e6 Cleanup 18 years ago
Marco Pesenti Gritti d389933b77 Remove the old timeline 18 years ago
Marco Pesenti Gritti d91c7a90e4 Rework the popup animation to use the new API 18 years ago
Marco Pesenti Gritti f435a60ca0 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Marco Pesenti Gritti ce91f2df99 Force hiding when running an activity even if the user hover the frame again. 18 years ago
Dan Williams 9713391c86 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago
Dan Williams 3ffaa06220 Fix uninitialized variable tracebacks 18 years ago
Marco Pesenti Gritti 978965bfa8 Fix a race 18 years ago
Marco Pesenti Gritti 0d90a7b4e7 More fixes to the hover logic.. 18 years ago
Marco Pesenti Gritti 49b0db642e Fix hover checking logic 18 years ago
Eduardo Silva 84f6bdd0c9 Battery status update 18 years ago
Marco Pesenti Gritti acaac29906 Add the frame when starting an activity 18 years ago
Marco Pesenti Gritti 540cef4b0d Implement modes, some fixes 18 years ago
Marco Pesenti Gritti a3a6d0cd89 Implement mouse logic 18 years ago
Marco Pesenti Gritti c4fbb41bcd Complete the key logic 18 years ago
Marco Pesenti Gritti 0984938f95 New animation API. Start rewriting the frame slidein slideout logic.
(Use the keys for now, mouse is not working)
18 years ago
Marco Pesenti Gritti 158d933a10 Complete the UI for the battery 18 years ago
Dan Williams a1411040f1 Make frame animation faster and smoother 18 years ago
Eduardo Silva b5ced20ca4 Console: battery box improves 18 years ago
Eduardo Silva f8a3daa2b6 Console: logviewer font changes 18 years ago
Eduardo Silva 29d23cbe77 Console: new battery status box 18 years ago
Eduardo Silva 361581c0d1 Console: fix cpu usage, new kernel version, font changes... 18 years ago
Dan Williams 9d837710f5 Listen for and respond to Owner property changes
Pass the PS's owner object to each plugin.  Make the server plugin
listen to property changes and push those changes to the Jabber
server when they occur.
18 years ago
Dan Williams d299cd4032 Update Owner properties on signals from the Shell
Listen to the shell's D-Bus service for property updates
of the Owner, and push those into the presence service.

Add test code to randomly change the properties, useful
when running the PS standalone without a shell.
18 years ago
Dan Williams f5c60b44c1 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 18 years ago