Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Tell activities to start after launching themDan Williams2006-12-191-1/+2
|
* Use correct DBus session bus when launching activitiesDan Williams2006-12-191-0/+8
|
* Add a start method to the activity. It's parallel/alternative to join.Marco Pesenti Gritti2006-12-181-1/+1
|
* Cleanup activity factory startup, remove duplicated argument from the Exec fieldMarco Pesenti Gritti2006-12-181-11/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-12-164-7/+66
|\
| * Usability fixes for dnd on the clipboardTomeu Vizoso2006-12-164-7/+66
| |
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-12-142-2/+22
|\ \ | |/
| * Export session bus address for testing purposesDan Williams2006-12-141-1/+11
| |
| * Improve error reporting when a non-activity window is opened.Tomeu Vizoso2006-12-141-1/+11
| |
* | Remove the terminal keybinding, terminal is now in the devel consoleMarco Pesenti Gritti2006-12-141-3/+0
|/
* Clipboard fixes.Tomeu Vizoso2006-12-143-14/+22
|
* Added c&v and dnd support to the clipboard.Tomeu Vizoso2006-12-139-74/+298
|
* Added configuration file support to terminalOwen Williams2006-12-111-10/+86
|
* Patch from Owen Williams:Dan Williams2006-12-071-3/+3
| | | | | Switch terminal colors to black-on-white for readability, especially in no-backlight situations.
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-0448-2556/+2556
|
* Fixup makefilesMarco Pesenti Gritti2006-12-011-1/+1
|
* Remove more unused old activities stuffMarco Pesenti Gritti2006-12-011-3/+0
|
* Remove unused old registry codeMarco Pesenti Gritti2006-12-017-165/+2
|
* Finish up porting to the new registryMarco Pesenti Gritti2006-12-013-20/+27
|
* Switch to the new registryMarco Pesenti Gritti2006-12-011-4/+4
|
* Remove more old activities codeMarco Pesenti Gritti2006-12-012-9/+3
|
* Remove the old activities code path from hereMarco Pesenti Gritti2006-12-011-6/+0
|
* Since service name and bundle id corrisponds, thereMarco Pesenti Gritti2006-12-011-5/+2
| | | | is no need to query the register anymore.
* don't kill the shell when a non-activity window is brought to frontDan Williams2006-11-171-12/+19
| | | | (cherry picked from 5f03e1deb014d91af7deea5051011a67bc2dde5c commit)
* MergeDan Williams2006-11-1632-19/+923
|\
| * developer console window size fixesEduardo Silva2006-11-163-9/+12
| |
| * New developer-consoleEduardo Silva2006-11-1632-19/+920
| |
* | Remap keys to match OLPC keyboard and use Shift+Alt for non-OLPC machinesDan Williams2006-11-162-8/+21
|/
* Rearrange keymappings for the real B1 machines' keyboardsDan Williams2006-11-151-11/+11
| | | | (cherry picked from cda50cbf099f1db64f3cd95aeb05b54444fd66d0 commit)
*