784 Commits (1d6f0a11c4d2f176f81bb6cefc2090893c7ed0b8)

Author SHA1 Message Date
Marco Pesenti Gritti 4cdf88f31d Do not hardcode /usr/bin/python 18 years ago
Marco Pesenti Gritti 6de66d38ae Get rid of obsolete var 18 years ago
Marco Pesenti Gritti 5ca728b1d3 Fix API for hippo-canvas 0.2 18 years ago
Marco Pesenti Gritti 0584ac7529 Use fullscreen if the screen is not big enough to do a 1200x900 window.
The logic might need tweaking.
18 years ago
Marco Pesenti Gritti 8ff9d66f64 Fix wrong method signatures 18 years ago
Dan Williams 9c75c80d7f Don't clear the current buffer on cleanup 18 years ago
Dan Williams 8ca1e36b7f Optionally cache rendered icon surfaces 18 years ago
Dan Williams ff2776ef25 Use themed stock-missing 18 years ago
Dan Williams 185b14130b Optimize the CanvasIcon cache
- Cache all icons, not just themed ones
- Clear icons from the cache if it gets too big
18 years ago
Marco Pesenti Gritti 4c07e090fa Get the icon from activity not root 18 years ago
Marco Pesenti Gritti 6971ddb9a4 Support for activity icons inside the bundle.
Patch by Gonzalo Odiard <godiard@gmail.com>
Modified by me to allow icon theme to override the bundle one.
18 years ago
Tomeu Vizoso 334be3331b Some more usability fixes for the clipboard. 18 years ago
Marco Pesenti Gritti 297381cad7 Basic implementation of the shutdown graphics 18 years ago
Dan Williams 6b67c410e0 Delete old surfaces when no longer used 18 years ago
Tomeu Vizoso 1ee6b7faf0 Some clipboard fixes. 18 years ago
Dan Williams fb716ae046 Make activity launching asynchronous
The ActivityFactory create() method now returns a handler GObject,
which callers may attach signals to to receive success and error
signals from the result of the activity launch request.
18 years ago
Dan Williams b27257fadb Make shell responsible for activity ID generation
Enables tracking of activity launch throughout the whole process, so that
the shell can be aware of the activity ID from the moment the activity
is started by the shell, until the activity becomes active.  Previously,
the activity itself generated its own ID and told the shell what it was.
18 years ago
Tomeu Vizoso f50d9f5f9a Added icon, title and preview for clipboard objects. Also allow for opening docs and rtfs from the web. 18 years ago
Marco Pesenti Gritti e8b8e0e367 Do not try to connect to notify::title, for some reason it breaks the browser.
It was only used for the journal anyway.
18 years ago
Marco Pesenti Gritti 53b14ad081 Comment out the journal stuff for now. 18 years ago
Marco Pesenti Gritti 0d1e07d9c3 Split ActivityHost in model/view. Refactor accordingly. 18 years ago
Marco Pesenti Gritti 2db2ae5312 Split model/view in the activities donut.
Provide some infrastructure for Alt+Tab implementation.
18 years ago
Marco Pesenti Gritti db6f615198 Start the journal activity by default 18 years ago
Marco Pesenti Gritti dce69ef995 Refactor a bit to simply __init__ 18 years ago
Marco Pesenti Gritti d56ccc60e7 Update help message, thanks again to erikos 18 years ago
Marco Pesenti Gritti 95a878036c Typo, thanks to erikos! 18 years ago
Marco Pesenti Gritti 5623c8a3b1 Change the Activity execute method to add a result boolean (handle/not handled).
When the camera key is pressed the Shell send and command to the active activity,
if that's not handled than it startup org.laptop.CameraActivity.
18 years ago
Dan Williams e586cd66c0 Add activity objects to the data store 18 years ago
Marco Pesenti Gritti e023d1c345 Get back mesh view to work. It got broken when refactoring bundles. 18 years ago
Marco Pesenti Gritti 99cce220cd Get the default type from env, clean stuff a bit 18 years ago
Marco Pesenti Gritti ab3535e6fd Guard against multiple activities start 18 years ago
Marco Pesenti Gritti 1c1fd35541 Present the window only after start/join 18 years ago
Marco Pesenti Gritti 6b09475b99 Add a start method to the activity. It's parallel/alternative to join. 18 years ago
Marco Pesenti Gritti ad31376488 Add docstring, missing import 18 years ago
Marco Pesenti Gritti 956256313a Get the activity type from env, rather than requiring set_type 18 years ago
Marco Pesenti Gritti e0bd5d1df4 Cleanup activity factory startup, remove duplicated argument from the Exec field 18 years ago
Tomeu Vizoso e68f0e00e9 Added c&v and dnd support to the clipboard. 18 years ago
Marco Pesenti Gritti 474313ffde Fix dev command 18 years ago
Dan Williams 039ac19432 datastore fixes 18 years ago
Dan Williams ff53fdc185 Add a simple prototype data store 18 years ago
Owen Williams a21af251e1 Added support for MANIFEST-OLPC files in bundlebuilder 18 years ago
Owen Williams b8f44c00c7 Added support for MANIFEST-OLPC files in bundlebuilder 18 years ago
Justin Gallardo b9f9ef0fe9 Changed all tabs to 4 spaces for python style 18 years ago
Marco Pesenti Gritti 78c538535b Fixup makefiles 18 years ago
Marco Pesenti Gritti 6971c1a676 Add FIXME about Exec field 18 years ago
Marco Pesenti Gritti 165fe0b00e Several cleanups 18 years ago
Marco Pesenti Gritti 7152755c5e Remove more unused old activities stuff 18 years ago
Marco Pesenti Gritti 6bdda47901 Since service name and bundle id corrisponds, there
is no need to query the register anymore.
18 years ago
Marco Pesenti Gritti 833e7633e9 Leftover 18 years ago
Marco Pesenti Gritti cf156fac07 Get rid of our custom dbus config, simplify stuff 18 years ago