sugar-toolkit-gtk3/services/console
2007-08-21 18:18:38 -04:00
..
interface DevConsole: logviewer + /var/log/messages 2007-08-21 18:18:38 -04:00
lib DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help 2007-08-21 17:31:56 -04:00
__init__.py Rework the console to use autoactivation, move it in services/ 2007-01-08 18:06:59 +01:00
console.py DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help 2007-08-21 17:31:56 -04:00
label.py Don't make all .py executable please... 2007-06-20 12:31:54 +02:00
Makefile.am Console: new battery status box 2007-03-10 19:16:40 -03:00
org.laptop.sugar.Console.service.in Fix makefiles 2007-01-08 18:19:22 +01:00
README Add a basic Presence Service tab to the developer console. 2007-07-25 10:30:15 -04:00
sugar-console sugar console changes directory to the user's home directory and sets proc title 2007-08-10 12:57:43 -04:00

Defining new tabs in the developer console
==========================================

The tabs are top-level packages inside 'interface/'.

Each package used as a tab must have a class Interface, instantiatable
with no arguments, with an attribute 'widget' that is a Gtk widget to be
placed in the tab. That's it.

Tabs are automatically run under the GLib main loop, dbus-python is set up
to use it, and the shared dbus-python session-bus connection is expected to
exist.