1563 Commits (cae78d70415923c0deabd518f23dc534f11cfacd)
 

Author SHA1 Message Date
Marco Pesenti Gritti cae78d7041 Rework the console to use autoactivation, move it in services/ 18 years ago
Marco Pesenti Gritti 764eee81e5 Adapt to olpc-hardware-manager API change 18 years ago
Marco Pesenti Gritti 3f847008af Typo 18 years ago
Marco Pesenti Gritti 17a1cb7ae4 Adapt to the new hardware manager 18 years ago
Tomeu Vizoso 1ee6b7faf0 Some clipboard fixes. 18 years ago
Eduardo Silva a7d6251664 Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Eduardo Silva aad2893f62 [devconsole] - Starting like a dbus service, just open it one time 18 years ago
Dan Williams 0265f06b3e Add a _sugar.cairo_surface_from_gdk_pixbuf() function
generic function to create a surface from a gdk pixbuf
18 years ago
Dan Williams 70a5e27edd Refactor activity icon handling in the Home View donut
Give each activity icon in the donut its own class to track
launch status in preparation for pulsing launch feedback.
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 8cea4c5fc6 Track activities while they launch
HomeModel now uses the activity ID to track activities, and creates
the HomeActivity object when the activity is launched, not when
its window appears.
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
Eduardo Silva 74e407f9ff [devconsole] - Scrollback terminal buffer set to 1000, font size to 8 18 years ago
Marco Pesenti Gritti 62f5c2e239 Cleanup keybindings, fix color/b&w 18 years ago
Dan Williams 1ef693572f Respect return value from 'execute' 18 years ago
root 885a865b8b Fix tarball name 18 years ago
Marco Pesenti Gritti 81b56491b6 Crappy script to build a snapshot. 18 years ago
Marco Pesenti Gritti be631afee5 Comment out .5 keys for now, they break stuff and don't work on the keyboard. 18 years ago
Marco Pesenti Gritti 8b9a8e01f8 Remove obsolete file 18 years ago
Marco Pesenti Gritti 2c923b9532 Shutdown when pressing the power button on the olpc. 18 years ago
Marco Pesenti Gritti 5c36c6f274 Remove the shutdown graphical button 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 62eada2ee0 Implement audio controls 18 years ago
Marco Pesenti Gritti dda100fca6 Stub volume control code 18 years ago
Eduardo Silva bcc4b4f34f Merge branch 'master' of git://dev.laptop.org/sugar 18 years ago
Eduardo Silva 15f586e61a Moving to PEP-8 18 years ago
Marco Pesenti Gritti 41ba004ca3 Fix brightness keybinding 18 years ago
Eduardo Silva 3dd0def247 [dev-console] - Interfaces fixed: memphis, logviewer 18 years ago
Eduardo Silva e28a1b27ee [dev-console] - New internal structure, and new XO interface 18 years ago
Eduardo Silva 80cd6af44c New log viewer, no more tabs 18 years ago
Marco Pesenti Gritti a4e1b6b3ff Fix handling of the no activities case 18 years ago
Marco Pesenti Gritti b3c2368eac Complete the shell model/view split, finally 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 5bd97cf5a1 Release 0.63 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
Marco Pesenti Gritti 1d98e5f6bf Release 0.62 18 years ago
Dan Williams 5512f8461b Re-enable buddy icons in rollover menus 18 years ago
Dan Williams af889e2b89 Add function to set the 'image' property of a HippoCanvasImage 18 years ago
Dan Williams b960533fb4 Convert shared activity type to an activity bundle service name for activation via DBus 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