Commit Graph

5391 Commits

Author SHA1 Message Date
Marco Pesenti Gritti 1cc14e406a More work on the window management refactor 2006-07-09 17:37:54 +02:00
Marco Pesenti Gritti e6a8860f3e Revert the work to get rid of tabs from master. I realized
it's too much work to do in a few hours, so I created a
branch for it.
2006-07-09 01:04:40 +02:00
Marco Pesenti Gritti d4cb9a2714 More work on the new design 2006-07-08 15:47:51 +02:00
Marco Pesenti Gritti 0cbe559dbf Forgot to add these 2006-07-08 11:56:13 +02:00
Marco Pesenti Gritti 2999244b54 Stat refactoring the shell to use windows rather than tabs.
Initial implementation of the new activity menu
2006-07-08 11:55:33 +02:00
Marco Pesenti Gritti 239358f56c Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar 2006-07-07 18:01:57 +02:00
Dan Williams 86c3e9d1b0 Another merge fix 2006-07-07 11:49:56 -04:00
Marco Pesenti Gritti 10054cd505 Try to fix traceback dcbw commit introduced 2006-07-07 17:43:40 +02:00
Marco Pesenti Gritti 3c5ebf424f Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar 2006-07-07 17:18:48 +02:00
Marco Pesenti Gritti 1b6e8b4480 Ensure we are not overwflowing target position 2006-07-07 17:18:21 +02:00
Dan Williams 70965d0344 Remove merge conflict junk 2006-07-07 11:03:34 -04:00
Dan Williams fdd2ded8d8 Merge 2006-07-07 11:02:48 -04:00
Dan Williams 8270a84e09 Fix activity double-join bug where opening a shared activity twice opened a blank tab 2006-07-07 11:00:20 -04:00
Marco Pesenti Gritti 63c93e4f2d Rewrite the wm, implement smarter sliding, "merge"
presence window and chat, activate by F1
2006-07-07 16:37:52 +02:00
Marco Pesenti Gritti 446754f4d3 Forgot to add these 2006-07-06 23:35:16 +02:00
Marco Pesenti Gritti ba09278c67 Split classes out of shell.py 2006-07-06 23:34:23 +02:00
Marco Pesenti Gritti 270bb8aaf6 This should fix one-to-one chat, can't test now though 2006-07-06 23:08:35 +02:00
Marco Pesenti Gritti fbb2621fff Make missing strings translatable 2006-07-06 20:25:56 +02:00
Marco Pesenti Gritti 6f9ae0c769 Initialize the console 2006-07-06 16:06:07 +02:00
Marco Pesenti Gritti 85ff44db1c Forgot to commit changes... This breaks one-to-one chat,
I'm going to fix it.
2006-07-06 15:59:48 +02:00
Marco Pesenti Gritti e8acfd6be3 Implement abstract activity factory. This makes
writing activities way easier and will be necessary
to implement the New->"X Activity" thing.
2006-07-06 15:58:15 +02:00
Marco Pesenti Gritti 1eba377add Translation support 2006-07-05 17:00:11 +02:00
Marco Pesenti Gritti 47524d177a Add translation support 2006-07-05 16:59:21 +02:00
Marco Pesenti Gritti 679d92dac8 Release 0.18 2006-06-30 13:06:03 -04:00
Marco Pesenti Gritti 0cd9d86310 No need to use presence service if it's all well known 2006-06-30 12:32:15 -04:00
Marco Pesenti Gritti 23b6c1e98a Use well known address for mesh chat 2006-06-30 12:26:12 -04:00
Marco Pesenti Gritti 27927f80f6 Tweak sizing and positioning to fit better on the olpc 2006-06-30 11:30:32 -04:00
Marco Pesenti Gritti 70683c1753 Release 0.16 2006-06-29 15:38:53 -04:00
Dan Williams cb4b13bce7 Fixes for tracebacks on the receiving end 2006-06-29 14:01:46 -04:00
Dan Williams 29984ace33 Add positive acknowledgements to work around 802.11 + multicast unreliabilities 2006-06-29 13:30:41 -04:00
Marco Pesenti Gritti 9ef8013a6b Initialize the stream also when publishing 2006-06-27 12:27:30 -04:00
Marco Pesenti Gritti d61c478168 Add some debug messages 2006-06-27 12:15:14 -04:00
Dan Williams a0397b29df Add some simple network test code for 2 machines 2006-06-27 12:03:06 -04:00
Marco Pesenti Gritti 5691d1e828 Install chat activity 2006-06-25 15:02:18 -04:00
Marco Pesenti Gritti 6a3d0fedea Install the chat activity 2006-06-25 15:01:48 -04:00
Marco Pesenti Gritti 0ac820812a Another missing file 2006-06-23 23:22:17 -04:00
Marco Pesenti Gritti 8fa1efd703 Add some missing files 2006-06-23 23:20:41 -04:00
Marco Pesenti Gritti 5b53bdb638 Release 0.12 2006-06-23 17:34:15 -04:00
Marco Pesenti Gritti e932d0014e Remove non-sense in sliding out code 2006-06-23 16:15:05 -04:00
Marco Pesenti Gritti 7026006efd Make the send button larger and remove border 2006-06-23 16:08:58 -04:00
Marco Pesenti Gritti d0cbce6d6d Use size request rather than resize. Make the notebook
scrollable.
2006-06-23 15:26:33 -04:00
Marco Pesenti Gritti 7504297e72 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar 2006-06-23 15:08:28 -04:00
Marco Pesenti Gritti 3fcfebf112 Fix chat focus 2006-06-23 15:08:00 -04:00
Marco Pesenti Gritti 92a4708244 Make sketches work in one-to-one chat 2006-06-23 14:11:26 -04:00
Dan Williams e5c7dea51c Don't traceback when an icon isn't found 2006-06-23 14:00:37 -04:00
Dan Williams a8c9f4301b Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar 2006-06-23 13:13:32 -04:00
Dan Williams db90d4a209 Use random port for local models, clean up some model code, and don't double-register models when we hear our own announcement 2006-06-23 13:13:28 -04:00
Marco Pesenti Gritti b6b50ff285 Make the console a slide-in window. Change keybinding to Ctrl-Down 2006-06-23 13:09:58 -04:00
Marco Pesenti Gritti a929dc0b46 Fix up focus handling some 2006-06-23 12:49:57 -04:00
Marco Pesenti Gritti 5fa4d3426e Reenable old sliding in, it just feel less trembling and
it's not buggy. We need to test on the olpc, old code is
still there obviously.
2006-06-23 12:29:16 -04:00