commit fdd535e82edf6c16305c50eaad8d2639f11ed2cb Author: Santiago Collazo Date: Sat Nov 17 03:54:58 2012 +0100 Reverted CHANGES creation commit 8e8a140f159e5b7a31a77bdbf86d7376c0a59fe3 Author: Santiago Collazo Date: Thu Nov 15 22:31:12 2012 +0100 Updated CHANGES file commit a8753bdd8cce114a0572d3ae4465c01421e081f2 Author: Santiago Collazo Date: Wed Nov 14 00:54:12 2012 +0100 Updated CHANGES file commit f29a685eeeb96b101cad5e4d6a6d0b7c5d6220ac Author: Santiago Collazo Date: Wed Nov 14 00:53:39 2012 +0100 Create CHANGES file on build time commit 6133c93cf020b78e9f9bd44df321e237e44e4a37 Merge: 6d1d262 302c46d Author: Santiago Collazo Date: Sun Nov 11 00:27:38 2012 +0100 Merge remote-tracking branch 'ajay/0.97.7-as-base' into devel commit 302c46d3dc6179f2cc2302aca8b8acceaa278808 Merge: 818c7d4 458e357 Author: Ajay Garg Date: Sat Nov 10 18:40:27 2012 +0530 Merge tag 'v0.97.10' into 0.97.7-as-base commit 818c7d41eac81b5e212bf9dced24186c34615a41 Author: Simon Schampijer Date: Sat Nov 10 11:54:10 2012 +0100 Release 0.97.10 Signed-off-by: Ajay Garg commit 89b4a57da44622a2ff664381a26e13fbd8b84e1a Author: Manuel Quiñones Date: Thu Nov 8 18:47:04 2012 -0300 Update style of Description palette - SL #4167 We can now use the PaletteMenuBox. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit 458e35758532582b66c862249f1937b7d67564a8 Author: Simon Schampijer Date: Sat Nov 10 11:54:10 2012 +0100 Release 0.97.10 commit ac3b0a3a14b62d2d0dc52c42252af9d71330474b Author: Manuel Quiñones Date: Thu Nov 8 18:47:04 2012 -0300 Update style of Description palette - SL #4167 We can now use the PaletteMenuBox. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 74033f4de72d5afbd9fe266405212ed899ed44e8 Author: Simon Schampijer Date: Thu Nov 8 10:34:48 2012 +0100 CellRendererInvoker: no need to reset the controller manually anymore This got fixed properly in b2df1358447c39e3a4720af2286846d516ea3b02 Signed-off-by: Ajay Garg commit 9c21fc17805d98a60990e560eb51a97132d80717 Author: Carlos Garnacho Date: Wed Nov 7 12:08:23 2012 +0100 Reset event controllers on GdkEventGrabBroken This event means that the widget being listened won't receive further input events as something else grabbed devices, reset event controllers in this case. This helps with SL #4128 where we did reset the long press controller manually. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit bfa3d72023e99c328a1ff092ff6d683e1b44fad8 Merge: 12575fa dcfc92d Author: Ajay Garg Date: Fri Nov 9 13:58:20 2012 +0530 Merge tag 'v0.97.9' into 0.97.7-as-base commit 6d1d2628e4a8826371d6463aa2721a0c104c48ee Merge: b664227 dcfc92d Author: Santiago Collazo Date: Thu Nov 8 23:11:45 2012 +0100 Merge tag 'v0.97.9' into devel commit b6642279a91efbb6d2644a829154dd5f3dfc9e89 Merge: 9502498 12575fa Author: Santiago Collazo Date: Thu Nov 8 22:07:41 2012 +0100 Merge remote-tracking branch 'ajay/0.97.7-as-base' into devel commit c64d5590b0798c54bb864af14c05edc2cccd6f89 Author: Simon Schampijer Date: Thu Nov 8 10:34:48 2012 +0100 CellRendererInvoker: no need to reset the controller manually anymore This got fixed properly in b2df1358447c39e3a4720af2286846d516ea3b02 commit b2df1358447c39e3a4720af2286846d516ea3b02 Author: Carlos Garnacho Date: Wed Nov 7 12:08:23 2012 +0100 Reset event controllers on GdkEventGrabBroken This event means that the widget being listened won't receive further input events as something else grabbed devices, reset event controllers in this case. This helps with SL #4128 where we did reset the long press controller manually. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 12575fa6e58feaeb19b2fa2ac9caa0b2f155dba9 Author: Simon Schampijer Date: Wed Nov 7 20:25:26 2012 +0100 Release 0.97.9 Signed-off-by: Ajay Garg commit dcfc92dbd08bb3256d6dd583b93f1f48cb5908c6 Author: Simon Schampijer Date: Wed Nov 7 20:25:26 2012 +0100 Release 0.97.9 commit 9502498c8564730cdd217cc5653ac09028f06f8c Merge: 9f1cfc3 893ef3e Author: Santiago Collazo Date: Wed Nov 7 19:20:56 2012 +0100 Merge remote-tracking branch 'ajay/0.97.7-as-base' into devel Conflicts: src/sugar3/event-controller/sugar-long-press-controller.c src/sugar3/graphics/palettewindow.py Resolved using ajay's branch commit 9f1cfc351d6e0cb645c1dceb977a0683d0fed739 Author: Santiago Collazo Date: Wed Nov 7 19:15:29 2012 +0100 Added CHANGES file commit efbf7018dd52cfeff2cefe8661eba090ca1abfa1 Author: Santiago Collazo Date: Wed Nov 7 19:14:24 2012 +0100 Make rpm version/release be based on git commit 893ef3eba51452e1e139c2ceec76ab3e6b25c329 Author: Manuel Quiñones Date: Thu Nov 1 17:45:37 2012 -0300 Set correct padding and size for the palette, window implementation - SL #4144 A new API is provided: PaletteMenuBox is a container to be used in Palette.set_content(). This is to hide the implementation details and set the corresponding paddings and sizes. Usage: box = PaletteMenuBox() palette.set_content(box) Then we can append items to it, like: item = PaletteMenuItem(text_label, icon, xo_color=xo_color) box.append_child(item) separator = PaletteMenuItemSeparator() box.append_child(item) We can also append any widget, and the box will handle the paddings: box.append_child(widget) style.DEFAULT_PADDING for horizontal and vertical padding is the default. But can be overriden: box.append_child(widget, horizontal_padding=0, vertical_padding=0) Details: - move palettemenuitem.py to palettemenu.py - Width of palette: make it a minimun size of 3 Sugar grid cells. - Padding of content, secondary box: we need top and bottom padding, which can be set when packing the items container inside the secondary box. - Padding of menu items: needs to be just for left and right, so move the padding to a new horizontal box. - Padding of separators: unlike GtkSeparatorMenuItem, GtkSeparator doesn't support padding. But we can wrap it in a GtkEventBox and force the height of the widget there. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit 517590366812c821264c4e2724025f432641badc Author: Simon Schampijer Date: Wed Nov 7 00:45:58 2012 +0100 CellRendererInvoker: always reset the long-press controller Follow up of: ad9b0e98668954022a98cb5fdc63196d947c1b38 Signed-off-by: Ajay Garg commit 6e75e8d0893b4d3f51e9c1725c4fcb05ac1215e8 Author: Simon Schampijer Date: Thu Nov 1 19:05:54 2012 +0100 CellRendererInvoker: add support for long-press events This one is tricky because where the CellRendererInvoker is used (Home View activity list and Journal list view) we do use Palettes based on a GtkMenu. In the Journal list view this Palette has submenus so it can not be easily replaced with our custom Palette. That is why I am trying to make this case work with a GtkMenu. When the Palette does pop up it grabs the focus. This means that the invoker does not see a TOUCH_END event. Same is the longpress controller that is why we have to reset the controller when the long-press is detected, otherwise it is not usable a second time. The default behavior of a GtkMenu is that it does pop down on a long press/release event. So when doing a long press on the icon the Palette was popping down directly. We can stop this by listening on the button-release event in the Menu and return True when the event happens in the invoker coordinates. Finally there are several issues with motion events: in the invoker we listen to motion events on the treeview in order to be able to popup/popdown the Palette on hovering over the icon. This event is triggered as well when the icon is tapped. We do check the origin of the event and do not trigger the enter/leave when originated from a touchscreen. We do setup the path for the CellRenderer however. The second case where the motion events are triggered is when you tap somewhere in the Palette when it is up. For example you want to get to one of the submenues. Since the Palette tracks motion events to work for the hover case [2] we do get a leave event when the Palette is tapped and the Palette does pop down. Same here, we check if the event originated from a touchscreen and do discard it in that case. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 8cf533aed754a3d01801dd7e02c5d5f4409e7611 Author: Simon Schampijer Date: Tue Nov 6 08:39:27 2012 +0100 DescriptionButton, ShareButton: set the toggle_palette option to True Setting this option will popup the Palette on left click or tap and popdown the Palette if it is up. This functionality has been added with c4165967d5e05607db8b3e0969b516da87855431. The ShareButton, which derrives from the RadioMenuButton, had the desired behavior already overriding the on_clicked method, we do this now in the invoker. The DescriptionButton did only handle the popup part so far, with this change the Palette will also popdown when the button is clicked and the Palette is up. Since both are Toolbuttons we have to set the hide_tooltip_on_click property to False otherwise the popdown part would not function, see 1a8f89226b4f979000d80edc7123b7d22b23dc91 for more info. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit e44360a646ae336692eb26ba03718f2c44823346 Author: Manuel Quiñones Date: Mon Nov 5 09:33:00 2012 -0300 Palette Menu Item: set/unset INSENSITIVE state flag - SL #4144 The theme will display the insensitive items grayed out. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit 5505eb30bfb4d4e1e94f0aab61f93ddf4f9cc99b Author: Manuel Quiñones Date: Thu Nov 1 17:45:37 2012 -0300 Set correct padding and size for the palette, window implementation - SL #4144 A new API is provided: PaletteMenuBox is a container to be used in Palette.set_content(). This is to hide the implementation details and set the corresponding paddings and sizes. Usage: box = PaletteMenuBox() palette.set_content(box) Then we can append items to it, like: item = PaletteMenuItem(text_label, icon, xo_color=xo_color) box.append_child(item) separator = PaletteMenuItemSeparator() box.append_child(item) We can also append any widget, and the box will handle the paddings: box.append_child(widget) style.DEFAULT_PADDING for horizontal and vertical padding is the default. But can be overriden: box.append_child(widget, horizontal_padding=0, vertical_padding=0) Details: - move palettemenuitem.py to palettemenu.py - Width of palette: make it a minimun size of 3 Sugar grid cells. - Padding of content, secondary box: we need top and bottom padding, which can be set when packing the items container inside the secondary box. - Padding of menu items: needs to be just for left and right, so move the padding to a new horizontal box. - Padding of separators: unlike GtkSeparatorMenuItem, GtkSeparator doesn't support padding. But we can wrap it in a GtkEventBox and force the height of the widget there. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 811676ef4edc0e4ae7b88d9f3fc09d5aa19671e3 Author: Simon Schampijer Date: Wed Nov 7 00:45:58 2012 +0100 CellRendererInvoker: always reset the long-press controller Follow up of: ad9b0e98668954022a98cb5fdc63196d947c1b38 commit ad9b0e98668954022a98cb5fdc63196d947c1b38 Author: Simon Schampijer Date: Thu Nov 1 19:05:54 2012 +0100 CellRendererInvoker: add support for long-press events This one is tricky because where the CellRendererInvoker is used (Home View activity list and Journal list view) we do use Palettes based on a GtkMenu. In the Journal list view this Palette has submenus so it can not be easily replaced with our custom Palette. That is why I am trying to make this case work with a GtkMenu. When the Palette does pop up it grabs the focus. This means that the invoker does not see a TOUCH_END event. Same is the longpress controller that is why we have to reset the controller when the long-press is detected, otherwise it is not usable a second time. The default behavior of a GtkMenu is that it does pop down on a long press/release event. So when doing a long press on the icon the Palette was popping down directly. We can stop this by listening on the button-release event in the Menu and return True when the event happens in the invoker coordinates. Finally there are several issues with motion events: in the invoker we listen to motion events on the treeview in order to be able to popup/popdown the Palette on hovering over the icon. This event is triggered as well when the icon is tapped. We do check the origin of the event and do not trigger the enter/leave when originated from a touchscreen. We do setup the path for the CellRenderer however. The second case where the motion events are triggered is when you tap somewhere in the Palette when it is up. For example you want to get to one of the submenues. Since the Palette tracks motion events to work for the hover case [2] we do get a leave event when the Palette is tapped and the Palette does pop down. Same here, we check if the event originated from a touchscreen and do discard it in that case. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 2834344b985ae9645627ce55c4204a4556db3385 Author: Simon Schampijer Date: Tue Nov 6 08:39:27 2012 +0100 DescriptionButton, ShareButton: set the toggle_palette option to True Setting this option will popup the Palette on left click or tap and popdown the Palette if it is up. This functionality has been added with c4165967d5e05607db8b3e0969b516da87855431. The ShareButton, which derrives from the RadioMenuButton, had the desired behavior already overriding the on_clicked method, we do this now in the invoker. The DescriptionButton did only handle the popup part so far, with this change the Palette will also popdown when the button is clicked and the Palette is up. Since both are Toolbuttons we have to set the hide_tooltip_on_click property to False otherwise the popdown part would not function, see 1a8f89226b4f979000d80edc7123b7d22b23dc91 for more info. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit f0fe248e3081e4a591a4a659a2c39d8752e4d515 Author: Manuel Quiñones Date: Mon Nov 5 09:33:00 2012 -0300 Palette Menu Item: set/unset INSENSITIVE state flag - SL #4144 The theme will display the insensitive items grayed out. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 6b66e61a958ae9344f6ed1604b7bea3c5f81af71 Author: Simon Schampijer Date: Mon Nov 5 16:15:54 2012 +0100 SugarLongPressController: default the trigger_delay property to 600ms Discussed and compared options with Gary. Signed-off-by: Ajay Garg commit 6786e03f7e8787352397734079b623b22008b30c Author: Simon Schampijer Date: Thu Nov 1 13:35:16 2012 +0100 WidgetInvoker: add support for long-press events, part of #4127 The WidgetInvoker will decide if a long press has been made or not. We watch out for TOUCH_END events and when a long-press event has been seen before we stop further propagation of the event, hence there won't be any button-release or clicked events available to the user of the widget. There are several widgets using the WidgetInvoker, and those handle differently touch events. The GtkButton does have a widget implementation to handle touch events, it does stop further propagation and emits the pressed/released signal for further consumption [1]. We will not get a button-press/button-release event for a touch event in this case. The default behaviour for widgets e.g. a TreeView is to transform the touch events into pointer events [2], for those widgets we do get a button-press/button-release event for a touch events. [1] http://git.gnome.org/browse/gtk+/tree/gtk/gtkbutton.c#n1809 [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.c#n5876 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 85692025feaa38959c6c6e8d13ebb50f20f3dd49 Author: Simon Schampijer Date: Thu Nov 1 13:24:45 2012 +0100 TrayIcon: set the touch mask on the event box, part of SL #4127 We do need to add the mask if we want to receive the 'touch-event' signal. The Gtk.EventBox does set the touch event mask by default. [1] http://developer.gnome.org/gtk3/3.4/GtkWidget.html#GtkWidget-touch-event [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkeventbox.c#n411 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit fd979c7520f07294d9243af29d04e6422b7ada06 Author: Manuel Quiñones Date: Thu Nov 1 10:23:49 2012 -0300 Add two testcases: tabs with and without buttons, and sensitive text Signed-off-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 8cdd7ce295638b942094b7f33f96e71d5bb6e46e Author: Manuel Quiñones Date: Wed Oct 31 11:44:20 2012 -0300 Set correct background for subtoolbars - SL #3987 - remove set_app_paintable from _Box to fix the bad coloring of subtoolbars. The documentation say we can't rely on it to paint the themed background when this is set [1]. - don't call Gtk.EventBox.do_draw in the _Box do_draw because that will not paint the child toolbar. Call the child do_draw instead. - revert 7fc29c9d which was a workaround for the most frequent usage [1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-set-app-paintable Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit 1d0eef463b346b53396ce16ecb82145491f53d10 Author: Simon Schampijer Date: Tue Oct 30 09:30:31 2012 +0100 GtkMenu: use point_in_cell_renderer for CellRendereInvoker to check if a point is in, part of SL #3921 We use get_rect to check if the mouse is still over the invoker in order to know when to popdown the Palette. The CellRendererInvoker did return the allocation of the TreeView so far. We already have a point_in_cell_renderer method in the CellRendererInvoker so we can use this to check if the mouse pointer is over the cell or not. The method point_in_cell_renderer is made public to make it clearer that it can be used from the outside. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 8f44ac298d70799655519d864bb004b349c6a7e7 Author: Manuel Quiñones Date: Thu Oct 18 10:42:32 2012 -0300 CellRendererIcon: add active state - SL #3989 For press feedback. Do this connecting to the treeview press and release signals, as the palette invoker does. After this, the active state can be styled in the artwork. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit 6babfda8a75d2e176d14ec6aaaccda1938b29ab0 Author: Manuel Quiñones Date: Wed Oct 17 09:31:42 2012 -0300 CellRendererIcon: add prelight state and render background - SL #3989 This is to provide feedback on mouse over. The styling needs to be done in the artwork component. Because cell renderers don't inherit GtkWidget anymore, the styling can't be done using the __gtype_name__ . Instead, it has to be done adding a css class [1] to the style context, and rendering the background in the reimplementation of the do_render method. For reference, see how GtkCellRendererToggle implements render [2] and how Baobab app does it [3]. [1] http://developer.gnome.org/gtk3/3.2/GtkStyleContext.html#gtk-style-context-add-class [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkcellrenderertoggle.c#n338 [3] http://git.gnome.org/browse/baobab/tree/src/baobab-cellrenderers.vala#n125 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer Signed-off-by: Ajay Garg commit ed4080fb9a33c1c70b4416dfbaa877e890befb64 Author: Simon Schampijer Date: Thu Oct 25 16:25:20 2012 +0200 Release 0.97.8 Signed-off-by: Ajay Garg commit 09eb659ba0ce8f9e868a4a24024698a6d3d65bae Author: Simon Schampijer Date: Thu Oct 25 09:42:00 2012 +0000 CursurInvoker: add long-press gesture to raise Palette This adds long-press gesture detection to the CursorInvoker used in the EventIcon. This will make this gesture available for the View icons for example. We need to keep a boolean around to detect when a lon-press event has happened and ignore the button-release event in that case. We add as well checks in the CursorInvoker and WidgetInvoker for the enter events if they are of type Gdk.CrossingMode.NORMAL, otherwise the Gdk.CrossingMode.TOUCH_BEGIN enter events that are detected when a touch starts are handled and interfere. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 3b4d929f01afbb6d90ad0c607c142ae9817e00b4 Author: Simon Schampijer Date: Thu Oct 25 09:11:30 2012 +0000 EventIcon: make sure we are able to dismiss the Palette Without this patch when tapping on an EventIcon we do get a GDK_CROSSING_UNGRAB leave event when the Palette is raised. Because of this the Invoker does not know how to popdown the Palette when you tap outside or when clicking on actions in the Palette itself. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 913a431addd0d51e38326021a6006787ddac19b6 Author: olpc user Date: Thu Oct 25 09:40:45 2012 +0000 EventController: make detach function available Signed-off-by: Simon Schampijer Reviewed-by: Carlos Garnacho Signed-off-by: Ajay Garg commit 3a4975728e03d0d39d0431c7f3c17de2278a749c Author: Simon Schampijer Date: Thu Oct 25 08:17:42 2012 +0200 SugarLongPress gesture controller: remove animation We found out that the animation does not solve the issue of visually indicating the long-press gesture to our satisfaction. This is because you do not know upfront which icon does have a primary action and more options that can be revealed with the long-press gesture and the animation itself. We would need to theme the gesture better first as well. That the animation is a separate window does raise several side effects as well which we would need to solve first. Signed-off-by: Simon Schampijer Reviewed-by: Carlos Garnacho Signed-off-by: Ajay Garg commit 2f8edc39585c4c81d9775303a1a76c8a3ff1b7d0 Author: Simon Schampijer Date: Tue Oct 23 09:24:56 2012 +0200 Window: show unfullscreen button on button and touch events We did track mouse motion events so far to show the unfullscreen button. This adds the tracking of button events (left, middle, right click) and touch tap. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 9ed93df3222af61df32b8889123468390991bab3 Author: Simon Schampijer Date: Mon Oct 22 19:04:36 2012 +0200 Palettes: move PRIMARY and SECONDARY constant to the base class Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit a29b47c8cd491c85fcd73dda2a8936304a55c4ff Author: Simon Schampijer Date: Mon Oct 22 18:45:02 2012 +0200 ActivityButton: set the toggle_palette option to True Setting this option will popup the Palette on left click or tap and popdown the Palette if it is up. This functionality has been added with c4165967d5e05607db8b3e0969b516da87855431. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 68fbd3cba558d4fcbdffcf77734025d2605af180 Author: Simon Schampijer Date: Mon Oct 22 18:42:30 2012 +0200 Add toggle_palette property for Palette invoker, SL #4065 The property does specify whether the invoker will popup/popdown the Palette on button left click/touch tap. It defaults to False. In the toolbutton we add a property if the tooltip should be popped down on a click, this is set to true to have the same behavior as before. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones Signed-off-by: Ajay Garg commit 6d64ed1d9eefbf5b17fb5309981c09f4b751d385 Author: Carlos Garnacho Date: Thu Oct 18 14:50:15 2012 +0200 gestures: Fix silly typo on get_center() implementation Don't mix up coordinates when calculating the bounding box center Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer Tested-by: Manuel Kaufmann Signed-off-by: Ajay Garg commit 8f4474f3f5ecd4db1622ad9967a928d16be82b54 Author: Simon Schampijer Date: Mon Nov 5 16:15:54 2012 +0100 SugarLongPressController: default the trigger_delay property to 600ms Discussed and compared options with Gary. commit a515976dff8c26aa597d41f8bbee87cc33d1ceb7 Author: Simon Schampijer Date: Thu Nov 1 13:35:16 2012 +0100 WidgetInvoker: add support for long-press events, part of #4127 The WidgetInvoker will decide if a long press has been made or not. We watch out for TOUCH_END events and when a long-press event has been seen before we stop further propagation of the event, hence there won't be any button-release or clicked events available to the user of the widget. There are several widgets using the WidgetInvoker, and those handle differently touch events. The GtkButton does have a widget implementation to handle touch events, it does stop further propagation and emits the pressed/released signal for further consumption [1]. We will not get a button-press/button-release event for a touch event in this case. The default behaviour for widgets e.g. a TreeView is to transform the touch events into pointer events [2], for those widgets we do get a button-press/button-release event for a touch events. [1] http://git.gnome.org/browse/gtk+/tree/gtk/gtkbutton.c#n1809 [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.c#n5876 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit de7c5b90bde3b937f086d9a350bb5e1990cb5dcc Author: Simon Schampijer Date: Thu Nov 1 13:24:45 2012 +0100 TrayIcon: set the touch mask on the event box, part of SL #4127 We do need to add the mask if we want to receive the 'touch-event' signal. The Gtk.EventBox does set the touch event mask by default. [1] http://developer.gnome.org/gtk3/3.4/GtkWidget.html#GtkWidget-touch-event [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkeventbox.c#n411 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit b79623f9e0613dbd0777097e09b6ff6c5be2549e Author: Santiago Collazo Date: Thu Nov 1 17:56:05 2012 -0400 Added autoreconf to spec commit 649d963797034e52205e43f2f4df76ae4fca4091 Author: Santiago Collazo Date: Thu Nov 1 15:52:53 2012 -0400 Renamed macros.sugar to avoid conflicts with sugar-toolkit package commit dd5a68e8ceef002dcda50c59e61e3411ebddcf4e Author: Manuel Quiñones Date: Thu Nov 1 10:23:49 2012 -0300 Add two testcases: tabs with and without buttons, and sensitive text Signed-off-by: Manuel Quiñones commit 25497c7677250850472219df316b8bf032b0bf25 Author: Manuel Quiñones Date: Wed Oct 31 11:44:20 2012 -0300 Set correct background for subtoolbars - SL #3987 - remove set_app_paintable from _Box to fix the bad coloring of subtoolbars. The documentation say we can't rely on it to paint the themed background when this is set [1]. - don't call Gtk.EventBox.do_draw in the _Box do_draw because that will not paint the child toolbar. Call the child do_draw instead. - revert 7fc29c9d which was a workaround for the most frequent usage [1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-set-app-paintable Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit b7fd44177e1afb8e1da5a3a14517818e0c1de83b Author: Santiago Collazo Date: Thu Nov 1 07:16:19 2012 -0400 Bumped version commit 49e1391b90f4bcaafa3cc7e2c59c29d3a597ec03 Merge: fd9d7da 63a3419 Author: Santiago Collazo Date: Thu Nov 1 07:15:43 2012 -0400 Merge tag 'v0.97.8' into devel commit 8af0d49591383ec3e88458c0e8feb2d0d7ff695f Author: Simon Schampijer Date: Tue Oct 30 09:30:31 2012 +0100 GtkMenu: use point_in_cell_renderer for CellRendereInvoker to check if a point is in, part of SL #3921 We use get_rect to check if the mouse is still over the invoker in order to know when to popdown the Palette. The CellRendererInvoker did return the allocation of the TreeView so far. We already have a point_in_cell_renderer method in the CellRendererInvoker so we can use this to check if the mouse pointer is over the cell or not. The method point_in_cell_renderer is made public to make it clearer that it can be used from the outside. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 2a76b10ce0eb2cfdaad5288e1e0f2999acedd735 Author: Manuel Quiñones Date: Thu Oct 18 10:42:32 2012 -0300 CellRendererIcon: add active state - SL #3989 For press feedback. Do this connecting to the treeview press and release signals, as the palette invoker does. After this, the active state can be styled in the artwork. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit f5b96e1fbd1d3e8fc2b781b159820ac56be68062 Author: Manuel Quiñones Date: Wed Oct 17 09:31:42 2012 -0300 CellRendererIcon: add prelight state and render background - SL #3989 This is to provide feedback on mouse over. The styling needs to be done in the artwork component. Because cell renderers don't inherit GtkWidget anymore, the styling can't be done using the __gtype_name__ . Instead, it has to be done adding a css class [1] to the style context, and rendering the background in the reimplementation of the do_render method. For reference, see how GtkCellRendererToggle implements render [2] and how Baobab app does it [3]. [1] http://developer.gnome.org/gtk3/3.2/GtkStyleContext.html#gtk-style-context-add-class [2] http://git.gnome.org/browse/gtk+/tree/gtk/gtkcellrenderertoggle.c#n338 [3] http://git.gnome.org/browse/baobab/tree/src/baobab-cellrenderers.vala#n125 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit fd9d7dabbdf6067c668d7fee2c70ebfda4104222 Author: Santiago Collazo Date: Mon Oct 29 16:02:29 2012 -0400 Bumped release number commit be52379ce59405e93a9457a61defa4b3c3cd6ea4 Author: Santiago Collazo Date: Mon Oct 29 15:43:02 2012 -0400 Added epoch to specfile commit 63a34191b18c23338752d4f4f16636a99398aaea Author: Simon Schampijer Date: Thu Oct 25 16:25:20 2012 +0200 Release 0.97.8 commit a36ada99fd2eebd80c567b8ee876f18afd78bfc8 Author: Simon Schampijer Date: Thu Oct 25 09:42:00 2012 +0000 CursurInvoker: add long-press gesture to raise Palette This adds long-press gesture detection to the CursorInvoker used in the EventIcon. This will make this gesture available for the View icons for example. We need to keep a boolean around to detect when a lon-press event has happened and ignore the button-release event in that case. We add as well checks in the CursorInvoker and WidgetInvoker for the enter events if they are of type Gdk.CrossingMode.NORMAL, otherwise the Gdk.CrossingMode.TOUCH_BEGIN enter events that are detected when a touch starts are handled and interfere. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 590785f7d1f1f2a264da1327580c580b7a77f44a Author: Simon Schampijer Date: Thu Oct 25 09:11:30 2012 +0000 EventIcon: make sure we are able to dismiss the Palette Without this patch when tapping on an EventIcon we do get a GDK_CROSSING_UNGRAB leave event when the Palette is raised. Because of this the Invoker does not know how to popdown the Palette when you tap outside or when clicking on actions in the Palette itself. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 080f25e73b082c9750ad647be9cf73a1e2001794 Author: olpc user Date: Thu Oct 25 09:40:45 2012 +0000 EventController: make detach function available Signed-off-by: Simon Schampijer Reviewed-by: Carlos Garnacho commit 1d9965c972625318bc885afc97d7e443c6619eef Author: Simon Schampijer Date: Thu Oct 25 08:17:42 2012 +0200 SugarLongPress gesture controller: remove animation We found out that the animation does not solve the issue of visually indicating the long-press gesture to our satisfaction. This is because you do not know upfront which icon does have a primary action and more options that can be revealed with the long-press gesture and the animation itself. We would need to theme the gesture better first as well. That the animation is a separate window does raise several side effects as well which we would need to solve first. Signed-off-by: Simon Schampijer Reviewed-by: Carlos Garnacho commit 20ef297526933144b981ec81245829acc016c1d5 Author: Simon Schampijer Date: Tue Oct 23 09:24:56 2012 +0200 Window: show unfullscreen button on button and touch events We did track mouse motion events so far to show the unfullscreen button. This adds the tracking of button events (left, middle, right click) and touch tap. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 1224ab145169430dc39b54188840c09a1561bf95 Author: Simon Schampijer Date: Mon Oct 22 19:04:36 2012 +0200 Palettes: move PRIMARY and SECONDARY constant to the base class Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 063e40d77da2f46108b5000e9bc48cfb7d167d32 Author: Simon Schampijer Date: Mon Oct 22 18:45:02 2012 +0200 ActivityButton: set the toggle_palette option to True Setting this option will popup the Palette on left click or tap and popdown the Palette if it is up. This functionality has been added with c4165967d5e05607db8b3e0969b516da87855431. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 1a8f89226b4f979000d80edc7123b7d22b23dc91 Author: Simon Schampijer Date: Mon Oct 22 18:42:30 2012 +0200 Add toggle_palette property for Palette invoker, SL #4065 The property does specify whether the invoker will popup/popdown the Palette on button left click/touch tap. It defaults to False. In the toolbutton we add a property if the tooltip should be popped down on a click, this is set to true to have the same behavior as before. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit b32f9afcf1065c3f5851d75f17cdbe0f6448f61c Author: Santiago Collazo Date: Mon Oct 22 16:25:51 2012 -0400 Added specfile commit abc85367fba01c5471ae0405c09ab7242d382872 Merge: 5ce0273 9bf1a33 Author: Santiago Collazo Date: Mon Oct 22 20:04:38 2012 +0200 Merge remote-tracking branch 'ajay/0.97.7-as-base' into devel commit 5ce027390081b93b9882d31ffd579956b1220781 Author: Carlos Garnacho Date: Thu Oct 18 14:50:15 2012 +0200 gestures: Fix silly typo on get_center() implementation Don't mix up coordinates when calculating the bounding box center Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer Tested-by: Manuel Kaufmann commit 9bf1a33e776de31771edd92517ff7d9b3da2d7ed Author: Ajay Garg Date: Thu Oct 18 13:41:15 2012 +0530 Accessibility Signed-off-by: Ajay Garg commit a2d2c79d5dffb2d14ea0609e8460aad34b6f20b3 Author: Simon Schampijer Date: Tue Oct 16 20:47:10 2012 +0200 Release 0.97.7 commit 4682e49823c2ba45a23a33e3c3bc4ba610a40ab2 Author: Carlos Garnacho Date: Thu Oct 11 18:50:33 2012 +0200 Prevent crash if the controller didn't handle TOUCH_BEGIN Fixes http://bugs.sugarlabs.org/ticket/4024 Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit e4e1881662f773ae8dedc2cea87396f9047ed2fd Author: Manuel Quiñones Date: Mon Oct 15 11:28:44 2012 -0300 CanvasIcon: use set_state_flags and unset_state_flags instead of deprecated set_state - SL #3989 set_state is deprecated [1] and using flags improves the code and makes it less error prone, because there is no need to handle the prelight state in a variable _in_prelight_state . [1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-set-state Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit e591d9aa80a2ccbf90bac2f61b540c949f69bad6 Author: Manuel Quiñones Date: Mon Oct 15 10:53:18 2012 -0300 CanvasIcon: check if we have a palette in the button release callback The buddy icon in the home view has the mouse pointer inside at boot, moving the pointer outside provokes an error because the icon doesn't have a palette attached yet. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit f91cfbfc8ae4733641dff48cb3923e673fa1b3a3 Author: Simon Schampijer Date: Thu Oct 11 15:12:49 2012 +0200 Cursor tracker: only display the cursor in mouse/trackpad mode Listen on RawEvents: listen for raw events on the root window and decide whether the cursor is shown or not. A touch begin event will hide the cursor a motion or button press event will show it. There is no API in XFixes to know whether a cursor is shown or not so we keep track of the current state. Furthermore we trap X errors if any bad access should happen. Signed-off-by: Simon Schampijer Reviewed-by: Carlos Garnacho Acked-by: Manuel Quiñones commit 977e5fc4db4030b951b1c3370315aaad70f4d39c Author: Pootle daemon Date: Sat Oct 13 21:31:53 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit ddf4aea786901f504207c84ad0e426360d9adb05 Author: Pootle daemon Date: Sat Oct 13 21:23:11 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit d28979450268bb8f0d5cc54ebeaf13613ddc7c95 Author: Pootle daemon Date: Sat Oct 13 21:20:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 8714564cfd655f4e715e8534c6afc0fda968d3f4 Author: Pootle daemon Date: Sat Oct 13 21:18:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 1f1a4e6abb8358849aa30a5bc840811ed56e039b Author: Pootle daemon Date: Sat Oct 13 08:15:30 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 283cb732a76cd5c4a52c00b8dd3f2dec697445c7 Merge: 5adf632 845371f Author: Pootle daemon Date: Sat Oct 13 00:32:30 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit 845371f2bc9140ba0c7e04cb994ebb8c3a86df64 Author: Manuel Quiñones Date: Wed Oct 10 16:20:05 2012 -0300 Icon: add new class CanvasIcon - SL #3989 Move code from shell ActivityIcon to new class CanvasIcon, that will allow to reuse it in other icons. This class inherits EventIcon and adds state and drawing handling. The right-click callback for the palette invoker is not needed. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 5adf632d8e6c9152b88ef372d3421889010671ca Merge: b66dfbb 23399f5 Author: Pootle daemon Date: Thu Oct 11 00:32:54 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit 23399f51dd67dc96032f07309f993fd251b36c07 Author: Simon Schampijer Date: Wed Oct 10 23:03:47 2012 +0200 Release 0.97.6 commit b66dfbb9951ee4b71693bb9c64fc533e970f97c7 Merge: 740dcea df1397d Author: Pootle daemon Date: Wed Oct 10 00:32:31 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit df1397dcf6fe849b87db139e8ea3087a5f73649a Author: Manuel Quiñones Date: Wed Oct 10 00:20:31 2012 -0300 Update toolbar buttons testcase with API change for the icon name Follow up of fe11a3aa23c0e7fbc3c0c498e147b0a20348cc12 . Signed-off-by: Manuel Quiñones commit 740dcea9e32b575c975166d7e96c844b6bd6294d Merge: 5b1c17d f569e7e Author: Pootle daemon Date: Tue Oct 9 00:33:04 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit f569e7ef981a9c8447ff304eb8d040676390ef7b Author: Simon Schampijer Date: Mon Oct 8 13:03:43 2012 +0200 Cleanup: remove unused variable commit c546aaaf7cab3a912c5245e024356a8d789feaa2 Author: Carlos Garnacho Date: Mon Oct 8 12:09:20 2012 +0200 gestures: Add remove() call to SugarGestureGrabber Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 5b1c17d7ceaac2d520d4e5afa12c77ffee23c24b Merge: 6346aab 31d6e6d Author: Pootle daemon Date: Sat Oct 6 00:32:36 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit 31d6e6dd1eed4732d277cc0e0514f4cff7d73e32 Author: Simon Schampijer Date: Fri Oct 5 20:43:52 2012 +0200 Release 0.97.5 commit fe0022cd8f6a8fb94d379be287761cc3a6206086 Author: Carlos Garnacho Date: Fri Oct 5 14:31:28 2012 +0200 swipe: Allow setting allowed directions as a set of flags The allowed swipe directions can be specified now at construct time, so the swipe-ended signal is only emitted for those directions. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 6346aab450c684b52c01e25fc9ee95e00eaea996 Author: Pootle daemon Date: Fri Oct 5 17:43:01 2012 +0200 Commit from Sugar Labs: Translation System by user RafaelOrtiz.: 40 of 40 messages translated (0 fuzzy). commit 2a15fbc0f2269b1d61e5fa8ea723cb4848a8ee74 Author: Gonzalo Odiard Date: Thu Oct 4 09:38:45 2012 -0300 Add in the metadata info about every startup time Signed-off-by: Walter Bender Tested-by: Gonzalo Odiard Acked-by: Simon Schampijer commit 78ae2459e375d17fa2b60e8f6b7daa04c2d88436 Author: Carlos Garnacho Date: Fri Oct 5 00:33:30 2012 +0200 LongPressController: add 'pressed' signal with x and y coordinates The 'pressed' signal does emit the x and y coordinates of the position where the event occurred. This can be used for example in the Browser where we need to know at which exact position the long-press event occurred. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit b79a3919029d27287ab0c19f6facd12a7c1a4ae1 Author: Carlos Garnacho Date: Thu Oct 4 14:47:31 2012 +0000 Put an error trap around XIAllowTouchEvents() These calls are occasionally failing with BadAccess on seemingly still valid (not yet notified upon) touch sequences. Workaround this Xorg bug with error traps at the moment, those would catch no error when this is working properly. Fixing this bug will be tracked at SL #3981 Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 81ee0632c9dafdb2d90f2986c3e70636ad529be6 Author: Carlos Garnacho Date: Wed Oct 3 09:37:37 2012 +0200 gesture-grabber: Ignore events not meant for the root window The passive touch grab is set on the root window, so if touch events get to a different window it's best to leave those for GTK+ to handle. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit d16afa8f166be2a1ea51efadc0244cc5315d2b2c Author: Simon Schampijer Date: Tue Oct 2 21:35:05 2012 +0200 Build fixup of c635ee5dd7e2d953e0bc20c7d400c923275a318d commit c635ee5dd7e2d953e0bc20c7d400c923275a318d Author: Carlos Garnacho Date: Tue Oct 2 13:54:05 2012 +0200 Include SugarGestureGrabber in .gir generation Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 470d14a7495d3c3f84786c708237a279f04283b6 Author: Carlos Garnacho Date: Tue Oct 2 12:56:36 2012 +0200 swipe: enter into "recognized" state when there is a motion directionality This allows for checking the controller state as events are fed into it without connecting to begin/end signals Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit c5fe8a26f66c86274dc3c6f459facc1def785a7a Author: Carlos Garnacho Date: Tue Sep 25 18:44:19 2012 +0200 Add API to allow for tracking global gestures The new API is added to SugarExt. Similar to the KeyGrabber we listen on the root window for the events. We then filter for gestures recognized by an event controller. You can add any event controller of the ones recently added to the toolkit to be tracked and can pass a specific area where the starting point of the gesture should be, it's then allowed to go out of bounds as it moves. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 76da9331a43e78c40a2710877c01dccd8bcab5cf Author: Manuel Quiñones Date: Mon Oct 1 12:29:29 2012 -0300 Alert: use GtkStyleContext instead of deprecated GtkStyle - SL #3907 Using the deprecated GtkStyle is giving an error [1] in the sugar alert. [1] http://bugs.sugarlabs.org/ticket/3907#comment:3 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 9580e057cb272c3acb6f4b6498e6c0c0782a308e Author: Pootle daemon Date: Thu Sep 27 20:58:08 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 1da1f4a1ca43a1d7566efb0a2647d426cbd0bcd7 Author: Simon Schampijer Date: Wed Sep 26 15:27:33 2012 +0200 Release 0.97.4 commit 5fdad9481ba7079a6a718159ebe7eb8e5367c46e Author: Gonzalo Odiard Date: Mon Aug 27 11:09:23 2012 -0300 Set default python encoding to utf-8 As spoted by Daniel Narvaez in [1], pygi does not set the default encoding anymore as the old GTK+ did. This change does break activities ported to GTK+3. The change in GTK+ has been discussed upstream here [2]. A better solution will be implemented when we port to Python 3, when we will be able to use real unicode strings. Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer [1] http://lists.sugarlabs.org/archive/sugar-devel/2012-August/038993.html [2] https://bugzilla.gnome.org/show_bug.cgi?id=681915 commit 3a30d3f84ea65d4576ada44b70c434bef0a7f667 Author: Gonzalo Odiard Date: Thu Sep 20 12:34:02 2012 -0300 Add management of summary property to the activity.info file This summary is translatable as the Activity name and will be displayed in the Activity list in the Home View. Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer commit 7eec45f03174dddbfde1d1f10ceed6920a462af6 Author: Gonzalo Odiard Date: Thu Sep 20 16:52:37 2012 -0300 Fix radiopalette due to api change in toolbotton Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer commit eedbbba025b789553447219f4b230715406ef105 Author: Pootle daemon Date: Fri Sep 21 10:22:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 6387b20c31009cbe5439878a3af35d67eacfa0a0 Author: Simon Schampijer Date: Thu Sep 20 15:54:08 2012 +0200 Release 0.97.3 commit b44a235d9fca562522ea02832424c37bf30185e7 Author: Simon Schampijer Date: Tue Sep 18 09:37:35 2012 +0200 OSK support: canvas auto panning based on input focus Listen to the 'request-clear-area' and 'unset-clear-area' of the widget and adjust allocation accordingly. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 1f9684c7bf7118dd3ca41b9615a65fa42131c0e1 Author: Manuel Quiñones Date: Fri Sep 14 17:45:39 2012 -0300 Add testcase for intro window - SL #3904 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 2bedec55edb9be8ee27596f00468bde3de6fd46f Author: Simon Schampijer Date: Thu Sep 20 09:38:39 2012 +0200 RadioToolButton, ToolButton, ToggleToolButton: add back the getter for the icon_name property Follow up of fe11a3aa23c0e7fbc3c0c498e147b0a20348cc12 commit c411190178d28c5fef343a1aa2c9bd428f0604fc Author: Simon Schampijer Date: Thu Sep 20 09:19:04 2012 +0200 RadioToolButton: remove incomplete and not as descriptive documentation commit fe11a3aa23c0e7fbc3c0c498e147b0a20348cc12 Author: Gonzalo Odiard Date: Wed Sep 19 17:25:30 2012 -0300 Make icon_name api consistent between the different toolbuttons As discused in the mailing list [1] the api to set the icon in sugar ToolButton, RadioToolButton and ToggleToolButton is inconsistent, and with the port to GTK+ 3 the differences are visible (SL #3849). This patch changes the API of ToolButton, RadioToolButton and ToggleToolButton to override the icon-name property and add an Icon instance with the set_icon_widget method. Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer [1] http://lists.sugarlabs.org/archive/sugar-devel/2012-September/039624.html commit fe4667f0f5b1b2c363c882c5c9fb8255f4198882 Author: Carlos Garnacho Date: Mon Sep 17 15:27:06 2012 +0200 event-controller: For the long-press notification animation check on the screen being actually composited Fixes the notification being a black rectangle on screens with an alpha colormap, but with no compositing manager. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit d4934d73a70ed98889ae3d0c64d55cdfeab86391 Author: Simon Schampijer Date: Mon Sep 17 11:14:31 2012 +0200 IconEntry, set_icon_from_name: handle case when icon can not be found cleanly Sugar crashes if the sugar theme has not been set (in sugar-session) in the set_icon_from_name method since some if the requested icons can not be found. Handle that case cleanly. Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 39226e69c5a8ea5e0f047721dd05405ca3999df6 Author: Simon Schampijer Date: Sun Sep 16 12:08:11 2012 +0200 event-controller: Don't install headers commit ad950f4d061dbc2b4eae8c2ad60112a17a07a6be Author: Simon Schampijer Date: Sun Sep 16 12:05:32 2012 +0200 event-controller: Put event-controller in alphabetical order in the Makefile commit 282ccc77341a499c2489d0022ab7f2c5ecd8e7e3 Author: Carlos Garnacho Date: Thu Sep 13 16:12:10 2012 +0200 event-controller: Rename gir to SugarGestures Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 495a9f43d137e586e92a8161afe07dca063d6952 Author: Carlos Garnacho Date: Thu Sep 13 15:20:23 2012 +0200 event-controller: Document SugarTouchController Also set up introspection annotations wherever it's needed Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 1a0ddf4d5408f6d0749e73a9295f0c6642c1f64f Author: Carlos Garnacho Date: Thu Sep 13 14:37:18 2012 +0200 event-controller: Use "scale" to refer to the current value in the zoom-controller This changed both the emitted signal and the getter Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit aa652b875433159e06d9f8a62bb4d1109f4e8c61 Author: Carlos Garnacho Date: Thu Sep 13 14:37:02 2012 +0200 event-controller: Implement zoom-controller on top of SugarTouchController Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 1fe3d4234dd6f0b746b3ef953c6450b7f728da94 Author: Carlos Garnacho Date: Thu Sep 13 14:34:36 2012 +0200 event-controller: Implement rotate-controller on top of SugarTouchController Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 1ba68fa1206135ae45ec4df3aedd4287a0176e82 Author: Carlos Garnacho Date: Thu Sep 13 14:33:24 2012 +0200 event-controller: Add SugarTouchController This is a base class for gesture recognizers using possibly more than a single touch. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 1ecc0f5e1da9a37a524f2da4d357560d4047e123 Author: Carlos Garnacho Date: Thu Sep 13 14:29:32 2012 +0200 event-controller: Rename emitted progress signals started/finished was renamed to began/ended, and "updated" signal has been added too to complete the semantics Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 64a759e2dcc610d14a83d374a75443b8ab586fb3 Author: Carlos Garnacho Date: Thu Sep 13 14:27:20 2012 +0200 event-controller: Improve rendering/themeability of the UI notification for the long-press controller Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 73c068868947c073bd1a51b83cb8bbf5e1dc0205 Author: Carlos Garnacho Date: Thu Sep 13 14:26:19 2012 +0200 event-controller: in the long-press controller rename "timeout" property to "trigger-delay" Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit ec42f636307c4e6436a99e67f6d9a0eb1e862820 Author: Carlos Garnacho Date: Thu Sep 13 14:24:30 2012 +0200 event-controller: rename notification signal "swipe" to "swipe-ended" Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit a2b77a21669fad44e4cf9d02e867a343ce115c47 Author: Carlos Garnacho Date: Wed Sep 5 13:56:07 2012 +0200 event-controler: Add UI feedback for long-press style and colors of the progress feedback are subject to change Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 63ff76b95f2d2418acc52dc53f32bec7d1481360 Author: Carlos Garnacho Date: Wed Sep 5 13:54:36 2012 +0200 event-controller: Add widget property to SugarEventController controllers were already intrinsically related to a widget, so set a property so controllers have a back reference to the widget they attach to Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 7d0a6e25aff416c30e7445458fa5be1a5685fccd Author: Carlos Garnacho Date: Fri Aug 31 14:23:35 2012 +0200 event-controller: Add documentation/g-i annotations This makes the .gir correct Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 239ecdfbcd1206f87405f117e499b897dcb6957c Author: Carlos Garnacho Date: Fri Aug 31 14:22:11 2012 +0200 event-controller: Enable introspection Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit ade02f958baddcee3a86a298ba328f4bf25718d4 Author: Carlos Garnacho Date: Fri Aug 31 13:57:06 2012 +0200 event-controller: Add separate library for event controllers SugarEventController is an abstract object that attaches to a widget and interprets an arbitrary set of events. Implementations of that object get to define the sequence of events that trigger these. The basic touch gestures (long press, rotate, swipe, zoom) have been implemented on top of that object. Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit 4cf9ce03576b5ce6397aa0a77b15e7d215d71961 Author: Simon Schampijer Date: Thu Sep 13 18:30:49 2012 +0200 Release 0.97.2 commit 2d0ac2a95219992ac5be003816fdb97ff5f6af6f Author: Simon Schampijer Date: Wed Sep 12 21:53:56 2012 +0200 Add new PaletteMenuItem widget for usage in mixed content Palettes As Palettes can either include a Gtk.Menu or a Gtk.Window we have to use a "false" menu when we want to have both functionality in a Palette. This is a new class PaletteMenuItem for those use cases. Code highly based on the work from Gonzalo Odiard. The API is based on the one from GtkImageMenuItem [1]. [1] http://developer.gnome.org/gtk3/3.4/GtkImageMenuItem.html Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit dbe32ec7cfe896c0c99d8f2bf80ab7883eabbeff Author: Manuel Quiñones Date: Thu Sep 13 00:39:55 2012 -0300 Style the palette menu header - SL #3879 #3836 Make the first item of the menu a custom class, to make the children widget allocate using all the available space. And so it can be styled in the theme. Remove the set_sensitive(False) from the header item, because the icon was greyed out. This was to make it an informational, unclickeable item. I am making it look like an informational item in the theme instead. This has the problem that its still navigateable with keyboard and clickeable, so it has to be fixed later. Add a separator below the header. Is a custom class so it can be styled in the theme. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 5cb4a48c5bc17a5fea14446919259c0a5e12ec6a Author: Simon Schampijer Date: Wed Sep 12 20:52:51 2012 +0200 Subtoolbar Palettes do not display at correct position, SL #3891 GTK_WIDGET_NO_WINDOW has been deprecated but we can use gtk_widget_get_has_window() instead [1]. This brings back the old code. Follow up of: 5ab2b8054633e876da71ffdb6b5f7ee61f5c9930 [1] http://developer.gnome.org/gtk/stable/GtkWidget.html#GTK-WIDGET-NO-WINDOW:CAPS Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 7fc29c9d58109a91766d66cc46c42cd071cb683e Author: Manuel Quiñones Date: Wed Sep 12 13:33:56 2012 -0300 Set an initial background color for the subtoolbar container - SL #3890 The styling of this toolbar elements should be ported to the theme at one point. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 5ab2b8054633e876da71ffdb6b5f7ee61f5c9930 Author: Simon Schampijer Date: Wed Sep 12 12:44:20 2012 +0200 Frame Device icons: Palette is not drawn at the correct position We are adding the x value twice (from the allocation and from the origin) in get_rect of the WidgetInvoker which we derive from in the FrameInvoker. In the toolkit-gtk2 code [1] we did add the allocation.x value when the widget does not provide its own gtk.gdk.Window (gtk.NO_WINDOW) [2]. This is the same check we do above if the widget has a window and we set x and y to 0 there which sounds sane enough to me. [1] http://git.sugarlabs.org/sugar-toolkit/mainline/blobs/d1f68419e79376381fc2c3b111466714f044dfc0/src/sugar/graphics/palettewindow.py#line716 [2] http://www.pygtk.org/docs/pygtk/class-gtkobject.html#method-gtkobject--flags Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 9b391fa3cfb034e56bd4dd9d9378899b07c041e4 Author: Simon Schampijer Date: Wed Sep 12 11:21:42 2012 +0200 CellRendererInvoker: various fixups - the GtkCellRenderer (which our CellRenderer derives from) is not a GtkWidget and therefor the 'get_display' method does not exist, we fallback to the default display in that case [1] - the get_rect method should return a Gdk.Rectangle now, see other invokers - check if event.mode is Gdk.CrossingMode.NORMAL to trigger a mouse leave see 289787e8c6cfca7781046b77b8d60a84821219ed for a similar case - todo: the Palette does not go away when the mouse leaves the widget [1] http://developer.gnome.org/gtk3/3.4/GtkCellRenderer.html Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit c6c2220f0ded037dfcaab7343a74b4ff5f5790d0 Author: Simon Schampijer Date: Tue Sep 11 16:00:42 2012 +0200 CellRendererIcon: clipping rectangle not applied, SL #3872 We do not apply the clipping rectangle in do_render, we need to call clip on the cairo_t as well. This solves the issue in the Journal and in the Activity List View where the icons do only appear on hovering over them. See gtk_cell_renderer_render [1] for background information. [1] http://git.gnome.org/browse/gtk+/tree/gtk/gtkcellrenderer.c#n731 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit c0756f48d4f75702e3d419c1737cfdd837dd9ca3 Author: Manuel Quiñones Date: Thu Sep 6 13:05:56 2012 -0300 Fix the badge position at the icon attach point - SL #3835 The convert script pygi-convert.sh commented out the call to info.get_attach_points() in commit 820efa56 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit bb515893abd012cbcd36f797563f4ad771de1d4e Author: Manuel Quiñones Date: Thu Sep 6 13:05:55 2012 -0300 Add testcase for icon badges - SL #3835 Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 289787e8c6cfca7781046b77b8d60a84821219ed Author: Simon Schampijer Date: Sun Sep 2 13:17:32 2012 +0200 CursorInvoker: check if event.mode is Gdk.CrossingMode.NORMAL to trigger a mouse leave Like in the WidgetInvoker we check now first if the leave event has the mode Gdk.CrossingMode.NORMAL, only then we trigger a mouse leave to popdown the Palette. This stops the Palette to appear/disappear in a loop. Signed-off-by: Simon Schampijer commit 447cfc2df118f16c896ae9e69588fa8deaa2c6c8 Author: Simon Schampijer Date: Thu Sep 6 13:15:56 2012 +0200 CellRendererInvoker: in Gtk.TreeViewColumn get_cell_renderers is now get_cells Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 1ed4eb8ad541cae3c3401c8f0f12c0716c7b895a Author: Simon Schampijer Date: Thu Sep 6 08:38:19 2012 +0200 Icon: Gdk.CairoContext does not exist First of all 'Gdk.CairoContext' does not exist, this has been made up by the conversion script in 820efa56b9876bb418bc51d30de959775930e35c We do not need the previous gtk.gdk.CairoContext here anymore, we do only want to set the background of the context here. See the toolkit-gtk2 commit where this has been simplified [1]. [1] http://git.sugarlabs.org/sugar-toolkit/mainline/commit/6ce463585c3f3a639392e51cb26d789c2fde6516 Signed-off-by: Simon Schampijer Acked-by: Manuel Quiñones commit 4cc6967c8ddf66d8cfe3ea849dae068241d1b95b Author: Daniel Narvaez Date: Fri Aug 24 12:23:17 2012 +0200 Reimplement the wm module in C The wm module in sugar-toolkit-gtk3 has been reimplemented in C and made available through introspection. The same was hard to achieve directly using the Gdk API. We can drop wm.py and the wrapper around gdk_property_change. Signed-off-by: Daniel Narvaez Acked-by: Simon Schampijer commit a14574c6662740fb9e4502a4b77591a602c10456 Author: Manuel Quiñones Date: Thu Aug 23 15:16:32 2012 -0300 Finish the port of the CellRendererIcon In pygtk custom cellrenderers were done inheriting gtk.GenericCellRenderer, and overriding the on_* methods. Now we inherit Gtk.CellRenderer and the methods to override changed to do_* . The destroy signal was moved to Gtk.Widget [1] so the Gtk.CellRenderer doesn't have it anymore. Now we do the cleanup in the python destructor method. A testcase tests/graphics/customdestroy.py shows how is done. tests/graphics/cellrenderericon.py tests the usage. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer [1] http://developer.gnome.org/gtk3/stable/ch24s02.html#id1459754 commit 40a3b2ece11519d7e36ca47694f982222d9c29c1 Author: Gonzalo Odiard Date: Fri Aug 31 17:56:43 2012 -0300 Take list of supported image formats mime types from GdkPixbuf - SL #3845 Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer commit 1334cd576808eb0a87a53cdee8f45aed5ad5d67f Author: Manuel Quiñones Date: Tue Aug 28 09:59:43 2012 -0300 Release 0.97.1 commit cb141505fbb0278ecf6fab170d4691f93e59f6e9 Author: Manuel Quiñones Date: Mon Aug 27 14:41:48 2012 -0300 Add testcase for Gtk buttons Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 478e2085828750093b4d8c2d0cba475867fe2a5f Author: Manuel Kaufmann Date: Wed Aug 22 08:39:00 2012 -0300 Generic mime types: add video mime types that are supported by Jukebox Extending the generic list will make those mime-types available in the filter list (ObjectChooser, Journal). We have been extending the generic list similarly before [1][2]. For the longer term fix see [3] to add support for custom mime types in the ObjectChooser. [1] http://bugs.sugarlabs.org/ticket/1319 [2] http://bugs.sugarlabs.org/ticket/1340 [3] http://bugs.sugarlabs.org/ticket/834 Signed-off-by: Manuel Kaufmann Acked-by: Simon Schampijer commit 305384be3cdd9d996b691b51e80b52da87ad7050 Author: Manuel Quiñones Date: Thu Aug 23 21:08:24 2012 -0300 Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton Draw a black background in the buttons when the palette is up, as commit 01a06943 did with the ToolButton. As the comment for that commit states, we can change the prelight background color in the theme, but not when the mouse moves over the Palette. Also add testcase to test the three toolbuttons. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit cd590b552bfd07703eae3e22e3765c4897ca8218 Author: Manuel Quiñones Date: Mon Aug 27 08:42:53 2012 -0300 Fix the Handle Rsvg get_width() -> props.width, get_height() -> props.height Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit be14c34d355fec27102df19478bc2d4dd3ad3e30 Author: Manuel Quiñones Date: Thu Aug 23 19:58:38 2012 -0300 Use the Sugar Theme in the testsuite To make useful tests for the Sugar widgets, the theme must be the same. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit 00761f3d01305bb419e0a7a56167879c4b3eb093 Author: Manuel Quiñones Date: Thu Aug 23 18:13:47 2012 -0300 Revert "Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton" This reverts commit 1e6cba84742432a667a8d4a0bc8bd264da2b409c. commit 030ab202c8314251314a5812c7ff1ebd21c8d938 Author: Simon Schampijer Date: Thu Aug 23 14:15:02 2012 +0200 Bundlebuilder: don't fail to package if git is not installed, OLPC #11341 When git is installed, it will return non-zero if it gets asked to list the files in a non-git-repository. The subprocess.Popen instantiation is successful in this case and the returncode attribute will contain the error code from git. The current code handles this fine and does fall back to our own source file listing facility. If git isn't installed, however, trying to instantiate subprocess.Popen will fail with OSError. We need to catch this and fall back to our own source file listing facility like we do for the non-repository case. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Manuel Quiñones commit 1e6cba84742432a667a8d4a0bc8bd264da2b409c Author: Manuel Quiñones Date: Thu Aug 23 02:12:29 2012 -0300 Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton gtk_paint_box is deprecated [1] and now we can use the CSS to change the style of the button's prelight state. To test the buttons, I provide a patch for HelloWorld activity [2]. They are added in the main toolbar. Signed-off-by: Manuel Quiñones [1] http://developer.gnome.org/gtk3/stable/GtkStyle.html#gtk-paint-box [2] http://dev.laptop.org/~manuq/shell-port/test_gtk3_buttons.patch commit e2ddd70c13c43c96d7228de5a3b9d8408a8eefdc Author: Manuel Quiñones Date: Thu Aug 23 00:40:10 2012 -0300 Fix the drawing method of _IconWidget, used by IconTray Invoker draw_rectangle() now receives a Cairo context, as can be seen in [1] The testcase is also fixed by this commit. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer [1] http://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3/blobs/master/src/sugar3/graphics/palettewindow.py#line1018 commit 09e93736123467633b4166f4243f61adf45af9e1 Author: Simon Schampijer Date: Wed Aug 22 12:34:25 2012 +0200 Key grabber: make grab_keys introspectable To the grab_keys function we pass a list of strings the key grabber should listen for. In order to make this introspectable we need to annotate the function correctly. I followed the instructions for passing arrays [1] and have chosen the type of the array data looking at [2]. Signed-off-by: Simon Schampijer Reviewed-by: Daniel Narvaez Tested-by: Manuel Quiñones [1] https://live.gnome.org/PyGObject/IntrospectionPorting#Passing_arrays [2] https://live.gnome.org/GObjectIntrospection/Annotations#Default_Basic_Types commit 1d0692c18c7020c3f15d4976534f522c65991832 Author: Pootle daemon Date: Sun Aug 19 17:21:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 38 of 40 messages translated (0 fuzzy). commit db86a7282e51dd2233b7ab703e8cf19c57037c75 Author: Simon Schampijer Date: Wed Aug 15 15:05:38 2012 +0200 Release 0.97.0 commit 6532b2d4ddb6a23511d271adc89a8af52b313dde Author: Gonzalo Odiard Date: Thu Aug 9 13:09:31 2012 -0300 Replace signal used in UnfullscreenButton to enable use with touch - SL #3798 Use clicked instead of button-pressed-event, because button-pressed-event and the button-release-event are not emitted on a touchscreen device by a touch in GTK+ 3. Signed-off-by: Gonzalo Odiard Acked-by: Manuel Quiñones Acked-by: Simon Schampijer commit f70075323cfd80413b0fdf53fe41561eae4dd6da Author: Manuel Quiñones Date: Wed Aug 8 10:32:31 2012 -0300 Solve errors in ColorToolButton to enable activities to use it This patch solves the following problems: * API changed in the drag and drop code in Gtk. Drag and drop is not working yet (SL #3796) but the code needed to enable drag and drop is ported. * Changes in the way to get color information from the theme this is because Gtk.Style was deprecated by Gtk.StyleContext. * The internal button was not visible. Signed-of-by: Gonzalo Odiard ----- v2: Fixed comment based on manuq feedback, and add a note about the non working drag and drop. commit 80c6028ddd1d33a6262be484bb4190a85a610e7b Author: Daniel Narvaez Date: Tue Jun 26 13:14:10 2012 +0000 Allow to build outside source directory Reviewed-by: James Cameron Acked-by: Simon Schampijer commit 6438c89dea729fbca08e33f6b0175e85b1c72795 Author: Simon Schampijer Date: Fri Jun 22 16:04:47 2012 +0200 EventIcon: update to the latest implementation used in the shell port The icon consists of an GtkEventBox and an IconBuffer. The GtkEventBox is a subclass of GtkBin which has its own window and therefor is used to catch events for our IconBuffer which does not have it's own window. The window of the EventBox is made invisible. The EventIcon does not emit the 'activated' signal when clicked anymore, you can listen to 'button-release-event' to know when the icon has been clicked. The EventIcon uses the CursorInvoker to invoke a palette the same way as the CanvasIcon did. We keep the same API as with the CanvasIcon, only the 'size' property is changed to be called 'pixel_size' in order to make clearer which values it expects to be passed. We don't expect a GtkIconSize to be passed here. Another option would have been to put a SugarIcon inside a a GtkEventBox and make the properties available through an icon property but the API would have not been as nice and logically it seems to make more sense to have the IconBuffer being the base for both the SugarIcon and the SugarEventIcon. This patch has ben developed based on the one that is used in the shell port. Signed-off-by: Simon Schampijer Reviewd-by: Benjamin Berg commit 428d648fe3e8dea574e0b9df03337f220eb6d84a Author: Daniel Francis Date: Tue Aug 7 10:04:47 2012 +0200 Add accelerator functionality to the ToggleToolButton, SL #3774 This code is copying the code from the ToolButton. Signed-off-by: Daniel Francis commit b57e120c548ab769db2a4224b912251e8499bc7d Author: Pootle daemon Date: Sun Jul 15 06:25:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 4 of 40 messages translated (2 fuzzy). commit 3bbc4ef1c6b970b48f4d5b0c1fb3f79d5dcd6aa7 Author: Daniel Drake Date: Wed Jul 4 15:22:36 2012 -0600 presence: use RoomConfig1 to configure channel properties (#3629) This code was still using regular Telepathy properties to set important configuration such as Anonymous=False. However, as of Telepathy specification 0.24.0, these properties have gone away. http://telepathy.freedesktop.org/spec/Channel_Type_Text.html Changed in 0.24.0. This interface used to have a bunch of clunky Telepathy.Properties. They have been removed in favour of D-Bus properties on the Room2, Subject2 and RoomConfig1 interfaces. Switch to using RoomConfig1 (where available) to set this configuration. The invite-restricted flag is no longer available and actually seems to have been removed a long while back. Fixes sharing of activities over gabble on new platforms such as Fedora 17. Signed-off-by: Daniel Drake Acked-by: Sascha Silbe commit ea1389cbbbb879c2ef68482230bb092dd5bc6649 Author: Simon Schampijer Date: Thu Jun 21 14:38:41 2012 +0200 Icon: remove documentation that has not much of a value commit 61d54cf7e2b5f2e9dd5b5866d4f6c5c2c3e97a24 Author: Simon Schampijer Date: Thu Jun 21 10:31:48 2012 +0200 EventIcon: Have a default create_palette method The create_palette mechanism allows to create palettes on demand and not for each icon upfront whether it will be needed or not. If you hover over an EventIcon and there is no palette already associated with the Invoker, the Invoker will call create_palette to see if it can be created on demand. With this patch the EventIcon will return None here (see as well CellRendererIcon or ToggleToolButton which are having the same default behavior). When subclassing EventIcon the create_palette method can be overwritten and a Palette returned (see for example the ActivityIcon in the HomeView). Without this patch you can see tracebacks when hovering over the EventIcon because the Invoker tries to call create_palette. Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg Acked-by: Manuel Quiñones commit 020917ac02d929a18c6e7b0a1b42e234558fefec Author: Simon Schampijer Date: Thu Jun 21 10:18:00 2012 +0200 EventIcon: all the events go directly to the event box Position the event box window above the windows of its child, that way all events inside the event box will go to the event box. If the window is below, events in windows of child widgets will first go to that widget, and then to its parents [1]. [1] http://developer.gnome.org/gtk3/3.4/GtkEventBox.html#gtk-event-box-set-above-child Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg Acked-by: Manuel Quiñones commit eccef5b092906e6b4ecd293106a6d0d87f1e7d2a Author: Simon Schampijer Date: Thu Jun 21 10:04:43 2012 +0200 EventIcon: Make the child window of the event box invisible We do use the EventBox only to receive events, hence the window that the even box creates should be a GDK_INPUT_ONLY window, which means that it is invisible and only serves to receive events [1]. [1] http://developer.gnome.org/gtk3/3.4/GtkEventBox.html#gtk-event-box-set-visible-window Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg Acked-by: Manuel Quiñones commit ed8c58a80122eddb1cea046be5a5cef4cdb2e89a Author: Pootle daemon Date: Thu Jun 21 03:31:10 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 40 messages translated (0 fuzzy). commit 73b735d3efab982d5482ebb14eb410fed76ed3ff Author: Pootle daemon Date: Wed Jun 20 19:41:23 2012 -0400 post-branch catch up, Pushing many PO files commit 93fbe56a6807151775c7144a8d9cd97752f2491d Author: Pootle daemon Date: Tue Jun 19 06:38:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 31 of 40 messages translated (0 fuzzy). commit 787b43cccafc1a075ef6ef626159803c0415af59 Author: Pootle daemon Date: Tue Jun 19 06:26:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 30 of 40 messages translated (1 fuzzy). commit f0ad4c287df5f0b42c3a99feadd4b7848c2a87f1 Author: Pootle daemon Date: Tue Jun 19 05:53:48 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 40 messages translated (1 fuzzy). commit 5bd89044c532b9590c47fda924240c92d2846f86 Author: Pootle daemon Date: Tue Jun 19 01:38:09 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 2b96636c3769c8fdc1a528941df1095a83c0d15b Author: Pootle daemon Date: Mon Jun 18 23:30:45 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 949ecc2f91f04b34faac3d9fa100c024f8f54653 Author: Pootle daemon Date: Mon Jun 18 23:20:54 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit bd1c9f06a848d3df69307154412ea7d234db7084 Author: Pootle daemon Date: Mon Jun 18 23:18:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 6391a6c1726ed84b5211d650a474d685ec235322 Author: Pootle daemon Date: Mon Jun 18 23:17:24 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 1d696ce89fc09da40dfc279fdb33b26719cf8825 Author: Pootle daemon Date: Mon Jun 18 23:13:35 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 48bb642f75d9970f67dafc7fde55154ecd473735 Author: Pootle daemon Date: Mon Jun 18 23:11:51 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit b8ab6c9d21836b273e4e1402bf590a371b9fda0a Author: Pootle daemon Date: Mon Jun 18 23:04:54 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 40d6581a28c871d1149e4ea3a01aa08b2f1d658d Author: Pootle daemon Date: Mon Jun 18 22:17:11 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 04271ea4e11e2dcc2817fba8e89b168c45f8daaa Author: Pootle daemon Date: Mon Jun 18 21:48:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 40 messages translated (18 fuzzy). commit f35aefce1c7b83012a39c639ccbedc1f989a702e Author: Pootle daemon Date: Mon Jun 18 21:07:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit fe46dc170133b20b1de42c8c4160f4c962c5355d Author: Pootle daemon Date: Mon Jun 18 20:53:13 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 1f9d02edb73153a42ef39497bd65e27b53306eed Author: Pootle daemon Date: Wed Jun 13 19:09:41 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 2d2b88be9393bb87445b12e671aa8d97955a576b Author: Pootle daemon Date: Wed Jun 13 18:36:43 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 23616595ebf0ec56418db8737637f5be8023f99c Author: Pootle daemon Date: Thu Jun 7 17:50:44 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 512f14974e8b9de5c9ae3a9e3bb7363148a3a483 Author: Simon Schampijer Date: Wed Jun 6 17:10:18 2012 +0200 Release 0.96.4 commit d57212a040434140482f5371494bc116cbc9360b Author: Simon Schampijer Date: Wed Jun 6 14:38:25 2012 +0200 Make sure we have a widget before attaching an invoker, SL #3460 The _ToolbarPalette does get passed the invoker on initialisation. But we do create the PaletteWindowWidget later. We do attach the invoker to the widget when calling _setup_widget that is why it was still working without that patch. This patch prevents the traceback that we had because of not having a widget at this point. Signed-off-by: Simon Schampijer Tested-by: Manuel Quiñones commit af320f91f800ed9a46e84f12e9aa1ae3b95493b4 Author: Simon Schampijer Date: Wed Jun 6 12:57:00 2012 +0200 Replacing set_data/get_data with a python attribute set_data/get_data not available anymore is not available anymore [1]. The recommended approach is using a python attribute, which we do. Changing to use the attribute in the activity class slipped by mistake into 6330204e919a047c0b0f3579da36197630e8e400. [1] https://bugzilla.gnome.org/show_bug.cgi?id=641944 Signed-off-by: Simon Schampijer Tested-by: Manuel Quiñones commit e97e5cac6dac57d14b087d782f84729341d935e6 Author: Simon Schampijer Date: Tue Jun 5 23:46:33 2012 +0200 Release 0.96.3 commit 6330204e919a047c0b0f3579da36197630e8e400 Author: Simon Schampijer Date: Mon Jun 4 17:45:30 2012 +0200 Move the translation initialisation to an earlier stage, SL #3654 Must be done early, some activities set translations globally. Remove the support for the langpackdir. Signed-off-by: Simon Schampijer commit cd9a2b4501e114e9f51c396bce3186532e55c087 Author: Pootle daemon Date: Tue Jun 5 21:54:04 2012 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit 439d3bf08d0b233ce6ae00b042dbe2d71072d404 Author: Simon Schampijer Date: Fri Jun 1 20:51:50 2012 +0200 Release 0.96.2 commit 6005d5c2edf7384135df3428cb53abc5f09acca3 Author: Simon Schampijer Date: Fri Jun 1 20:50:28 2012 +0200 Adding mime.py to POTFILES.in commit 433c6391ec5d660766baac4e6af12d195517a757 Author: Simon Schampijer Date: Fri Jun 1 19:32:51 2012 +0200 Activity Toolbar Description input field wrap text, SL #3586 Signed-off-by: Gary C. Martin commit 1beb8757c1a07ec78316c0778709472468d0549c Author: Manuel Quiñones Date: Fri Jun 1 10:42:36 2012 -0300 ToolButton: add 'icon_name' as a GObject property SL #3658 Sugar ToolButton inherits from Gtk.ToolButton but is not overwriting 'icon_name' property. So 'icon_name' can be passed to the constructor of Sugar ToolButton but the result is different than setting it via ToolButton.props.icon_name. Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit ab643a1076f4b8ec5d7b72df75bbdb42ef4027ee Author: Simon Schampijer Date: Wed May 30 11:56:34 2012 +0200 Display spinner cursor when saving after closing the activity, OLPC #11691 Signed-off-by: Simon Schampijer Reviewed-by: Daniel Drake Tested-by: Manuel Quiñones commit fd7b599710a50d847b63e7c298d280caa4b04453 Author: Daniel Drake Date: Sat May 19 21:43:16 2012 +0100 Object Chooser: update for GDK3 get_xid() In GDK3 the 'xid' attribute is gone and is replaced with gdk_x11_window_get_xid(), or the get_xid() method in Python. Needed to be able to open the object chooser from Browse without hassle. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer commit ed7d1e84904bc8706d4cef16bc3d9d25bb6d46ca Author: Pootle daemon Date: Sat May 19 18:37:17 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 47c838acd81fb3bb50f18d4d2eab973d42036f97 Author: Simon Schampijer Date: Fri May 4 18:57:31 2012 +0200 Release 0.96.1 commit f36fc4ae857bbd751636f4159afd8eb1c39cd389 Author: Carlos Garnacho Date: Fri May 4 14:52:25 2012 +0200 Tray: set a minimum size in the viewport so that it allows scrolling The minimum height/width requested by the GtkViewport still tries to cater for all contained children, which makes the [VH]Tray widgets to grow as new items are added. Instead, request a minimum width/height of 0 to avoid the Tray from growing, and having scrolling kick in instead. Also, fixed what seemed to be a typo in do_get_preferred_height(), where the viewport width was requested instead. http://bugs.sugarlabs.org/ticket/3522 Signed-off-by: Carlos Garnacho Acked-by: Simon Schampijer commit abe02123b7c159726d09dd716e4801c30aaef9a0 Author: Simon Schampijer Date: Tue Apr 24 19:26:38 2012 +0200 Release 0.96.0 commit 9db223fd257a17ab47bc8439220dfc7da92ef419 Author: Pootle daemon Date: Tue Apr 24 00:01:05 2012 -0400 Push many files from Pootle commit 4230a7ff890dde5ed5693c1c9bfe77d94daf3ae3 Author: Pootle daemon Date: Mon Apr 23 20:45:31 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit db2bcbb76b5cdf43f953685c1fb1b35c395e2322 Author: Simon Schampijer Date: Thu Apr 19 18:40:21 2012 +0200 Release 0.95.6 commit 7a07bb10015e80fd34164da0d66ec54700df96df Author: Simon Schampijer Date: Wed Apr 18 22:29:15 2012 +0200 Draw accelerator in Palette SL #3459 The accelerator in the primary information in the Palette has not been drawn because there was not enough space reserved for it. The preferred size we get back for the Palette window does not include the accelerator of the Gtk.AccelLabel. We need to include that in our calculation for the Palette size. In order to make that information available which is part of the Palette class we need to pass the instance to the PaletteWindowWidget instance. Signed-off-by: Simon Schampijer Acked-by: Daniel Drake commit 16040b2f30b266c4b1e6833b1563e58096745fed Author: Simon Schampijer Date: Wed Apr 18 22:38:40 2012 +0200 Draw border for palette all the time SL #3383 gtk_render_frame_gap [1] does expect an initial and an end coordinate for the gap. paint_box_gap [2] which we used before expected a starting position of the gap and the width of the gap as parameter. The patch does calculate the end coordinate parameter for the gap from the initial coordinate and the width of the gap. Signed-off-by: Simon Schampijer Acked-by: Daniel Drake [1] http://developer.gnome.org/gtk3/3.0/GtkStyleContext.html#gtk-render-frame-gap [2] http://developer.gnome.org/gtk/2.24/GtkStyle.html#gtk-paint-box-gap commit 877ec3847c3e9ca3c3a5105c5c6632dd3f9d2e04 Author: Pootle daemon Date: Wed Mar 28 23:40:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit f8c68b8330f089ae4ea450f4838b8063f2bbdc60 Author: Simon Schampijer Date: Tue Mar 27 14:00:19 2012 +0200 Update ALL_LINGUAS - remove qu (code change for Quechua to quz) - remove ay (code change for Aymara to aym) - remove cpp [Crioulo] no L10n planned at present - remove pis [Solomon Islands Pidgin] no L10n planned at present - remove tpi [Papua New Guinea Pidgin (Tok Pisin)] no L10n planned at present Signed-off-by: Chris Leonard Acked-by: Simon Schampijer commit bda912b669425829456550e66e0fcb315e45be02 Author: Pootle daemon Date: Sat Mar 24 16:19:25 2012 +0200 Commit from Sugar Labs: Translation System by user HoboPrimate.: 35 of 35 messages translated (0 fuzzy). commit 6b89effa3c1ab2bd31bc35a96a2263f6e1e568f2 Author: Pootle daemon Date: Fri Mar 23 19:49:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit cc913bb3fd691810a1b6a8aa50deb1b471d9eaf8 Author: Pootle daemon Date: Fri Mar 23 19:47:48 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 7c1451fbf3f95892635dda093afdc680993683ad Merge: c3cb0d0 38d881d Author: Pootle daemon Date: Fri Mar 23 00:31:21 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit c3cb0d0338ec075f3a40aa49b945a1c5d2697f60 Author: Pootle daemon Date: Thu Mar 22 14:16:34 2012 -0400 push deletes commit 38d881da7a47a38c517f1c03bf5558012002c3a8 Author: Simon Schampijer Date: Thu Mar 22 18:53:55 2012 +0100 Release 0.95.5 commit 3c39375d9bb59a2bb1c9ec163645d0b4939893ae Author: Simon Schampijer Date: Thu Mar 22 17:58:07 2012 +0100 Use json as included in Python SL #3142 We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Simon Schampijer commit ad825a07aabbc7c6e828e45edb170ebd1a078d61 Merge: 425e9be 32ce361 Author: Simon Schampijer Date: Thu Mar 22 16:50:36 2012 +0100 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit 425e9becfcae67207ecc0e4e56d3cc5f8e0ea2cd Author: Simon Schampijer Date: Tue Mar 20 13:32:41 2012 +0100 Remove the workaround for missing gobject-introspection bindings of Rsvg gobject introspection bindings for librsvg have been pushed to librsvg master [1] in 2.35.0, which solved [2]. We only have slight adopts to make in our usage, for example we can not pass the data property to the default constructor anymore and get_width and get_height is not available anymore for the handle, but we can use the properties instead. The sugar-toolkit-gtk3 and therefore Activities that have been ported to it do need a version of librsvg >= 2.35.0 to be able to work, which ships for example with Fedora 17. Signed-off-by: Simon Schampijer Acked-by: Daniel Drake [1] http://git.gnome.org/browse/librsvg/ [2] https://bugzilla.gnome.org/show_bug.cgi?id=663049 [3] http://developer.gnome.org/rsvg/stable/RsvgHandle.html commit 32ce36187a613b8efab963600fffe09966c46c3a Author: Pootle daemon Date: Thu Mar 22 09:45:37 2012 +0200 Commit from Sugar Labs: Translation System by user malaku.: 35 of 35 messages translated (0 fuzzy). commit 2a059ab924d8a924a405fc4547995e9dfc60adad Merge: a07fca3 c653cdf Author: Pootle daemon Date: Thu Mar 22 00:31:16 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit a07fca321420239d5c46a91192d49227b15d37d6 Author: Pootle daemon Date: Wed Mar 21 13:29:31 2012 +0200 Commit from Sugar Labs: Translation System by user dram.: 35 of 35 messages translated (0 fuzzy). commit c653cdf4dc384bfbffba7193427c3e206c140bad Author: Sascha Silbe Date: Mon Mar 19 20:16:50 2012 +0100 configure.ac: Require gobject-introspection configure.ac already checked if gobject-introspection is installed, but instead of aborting with an error it continued and silently omitted crucial parts of the build system, confusing the user with the error message make[4]: *** No rule to make target `SugarExt-1.0.gir', needed by `all-am'. Stop. much later in the build. Fix this by using the appropriate autoconf macro. Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit 4f5c9308a83bbcae3b14c5dd0717dbc22025cada Author: Pootle daemon Date: Wed Mar 21 06:52:07 2012 +0200 Commit from Sugar Labs: Translation System by user dram.: 35 of 35 messages translated (0 fuzzy). commit 394fabbec77a7b9131fc10b6580a2ffa4d4ea0c6 Author: Pootle daemon Date: Tue Mar 20 21:52:27 2012 +0200 Commit from Sugar Labs: Translation System by user HoboPrimate.: 35 of 35 messages translated (0 fuzzy). commit ea54fd5fb690f1d1750727b522ad02ec6fdf5b2d Author: Pootle daemon Date: Fri Mar 16 13:46:03 2012 +0200 Commit from Sugar Labs: Translation System by user dram.: 35 of 35 messages translated (0 fuzzy). commit 06f4e92372ab4312380aa222b1ce322eeec51bac Merge: de75c34 01a0694 Author: Pootle daemon Date: Fri Mar 16 00:30:55 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit 01a06943a2da842156913c0c3986995e2f7e7a2a Author: Simon Schampijer Date: Thu Mar 15 17:56:16 2012 +0100 Mimic the behaviour and style of the Sugar GTK+ 2 toolbutton palettes in GTK+ 3 First we needed to port the Palette code to use a minimum size. The default size is two times the GRID_CELL_SIZE. Since the request-phase of the traditional GTK+ geometry management has been replaced by a height-for-width system [1] we have to compensate for that. Furthermore we need to pass the invoker from the PaletteWindow to the _PaletteWindowWidget for the gap calculation code for drawing the border around the Palette. We do the drawing of the border for the toolbutton in the base class, moved this from the ToolbarButton and made sure we are drawing in the right order. In the ToolButton we draw as well a black background for the ToolButton when the Palette is up. While the mouse is over the button we can do that in the theme, but not when the mouse moves over the Palette. [1] http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1525688 Signed-off-by: Simon Schampijer commit e04043dc0b7f90d2f0bb18c9387d31a465e245d8 Author: Gonzalo Odiard Date: Wed Feb 22 15:03:29 2012 -0300 Mimic the behaviour and style of the sugar GTK+ 2 sub-toolbars in GTK+ 3 This draws the grey line around the toolbutton icon with a gap at the bottom and a grey line at the top of the subtoolbar. Furthermore it gets the highlightning of the button correct, in the pressed and hover state. This patch depends on the sugar-artwork patch with the id 7464b808eb12b1df650952e3c8214acff1d1360f. Signed-off-by: Gonzalo Odiard Signed-off-by: Manuel Quiñones Acked-by: Simon Schampijer commit de75c345c64caf162c90986decffd79814af8fa0 Merge: c0b8926 7344db5 Author: Pootle daemon Date: Thu Mar 15 00:30:31 2012 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit-gtk3/sugar-toolkit-gtk3 commit c0b8926e17b360a3f15b3271443ec069d90e0b9c Author: Pootle daemon Date: Thu Mar 15 03:57:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 7344db525db1b44ed7672312a8964038be661448 Author: Simon Schampijer Date: Wed Mar 14 21:20:25 2012 +0100 Release 0.95.4 commit afcb2fcea9623ec5e089c1cbabbe99374c603a24 Author: Simon Schampijer Date: Wed Mar 14 17:37:23 2012 +0100 Port get_preview method to cairo Previously we were using a GdkPixmap [1] created with the get_snapshot [2] method of the Gtk.Widget. GTK 3 encourages to use cairo surfaces now instead. The ported mothod does create a cairo surface similar to that of the canvas' window and draws on that. Then we create a cairo image surface with the desired preview size and scale the canvas surface on that. Several people have been involved in this work: Gonzalo Odiard, Manuel Quiñones and Benjamin Berg. [1] http://developer.gnome.org/gdk/stable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap [2] http://developer.gnome.org/gtk/stable/GtkWidget.html#gtk-widget-get-snapshot commit ca751fe004d582320602a29eee1df0083b2f3063 Author: Pootle daemon Date: Fri Mar 9 00:56:37 2012 +0200 Commit from Sugar Labs: Translation System by user HoboPrimate.: 35 of 35 messages translated (0 fuzzy). commit 32074379f68c956ae8e9302f75f850a50680d86b Author: Pootle daemon Date: Thu Feb 16 17:30:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 21 of 35 messages translated (0 fuzzy). commit 346b05546b498c80a53e0995620fc90964549935 Author: Pootle daemon Date: Thu Feb 16 17:29:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 30 of 35 messages translated (0 fuzzy). commit 62a9f45febda7c885b83031be662d970cafc7a26 Author: Pootle daemon Date: Thu Feb 16 17:28:49 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 99c2d5a682b0139646bdd074f483b4fa6d737aac Author: Pootle daemon Date: Thu Feb 16 17:27:07 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 047479d6040b30f7580828c27011ae9aa0c9788e Author: Pootle daemon Date: Thu Feb 16 17:25:21 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 110512b75a156ccac4cd9790a0ce7fd670d7ca5c Author: Pootle daemon Date: Thu Feb 16 17:23:02 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 6b333c362e78e7424267ce07a834eb3e6c1735f5 Author: Pootle daemon Date: Thu Feb 16 09:09:29 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 54f8ae16d3c66d2bb3a05af73536ecffd3fec3d9 Author: Pootle daemon Date: Thu Feb 16 09:05:01 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit 8d0d735bd594246e3e2af506ee1eb412fffd14e7 Author: Pootle daemon Date: Thu Feb 16 09:03:25 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit 1652405f36b4d8096fd56eb92766675288d811fb Author: Pootle daemon Date: Thu Feb 16 08:53:31 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit bd815576aa5d23f45aed9d384ecd5438fe66ca1f Author: Pootle daemon Date: Thu Feb 16 08:44:45 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 059a81f023fa87f431ee7cd63842d88e703092c1 Author: Pootle daemon Date: Thu Feb 16 08:36:58 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 6268bf3b9d4729cc1d92ae90dd676e50dbad0425 Author: Pootle daemon Date: Thu Feb 16 08:34:06 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit f6e41d2e716ad1c19118160c5c5b7f04d741f54c Author: Pootle daemon Date: Thu Feb 16 08:32:22 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 65a76075c1bccfeb66712b9c9cdaa8e1b0c93850 Author: Pootle daemon Date: Thu Feb 16 05:58:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 86ca62832ed3e15c700facd241d8055830945dc9 Author: Pootle daemon Date: Sun Feb 12 23:21:10 2012 +0200 Commit from Sugar Labs: Translation System by user aputsiaq.: 35 of 35 messages translated (0 fuzzy). commit 5b5461b6331b145e8d01430ef72770aa03ba3dd0 Author: Pootle daemon Date: Sat Feb 11 07:54:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit 464c538dc7fdd41d2adc0f4c7b953b035017681f Author: Pootle daemon Date: Sat Feb 11 07:49:35 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit dd7ade58a3c0b50b7fd91ba8f2172284239a1444 Author: Pootle daemon Date: Sat Feb 11 07:48:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 30 of 35 messages translated (0 fuzzy). commit 40714ebbc4bd1b1b37a6a3344122f2008659d78f Author: Pootle daemon Date: Sat Feb 11 07:45:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit d654583f4ba1a026ab7cd821f8c71fddc1cb6580 Author: Pootle daemon Date: Sat Feb 11 07:43:09 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 6ac7c475fc83e1c23fb50dcb2d4ce127d1fdde79 Author: Pootle daemon Date: Sat Feb 11 07:40:10 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit b8baf373fcae922a0d4d667f1726714a424c616d Author: Pootle daemon Date: Sat Feb 11 07:36:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 2ef1aaa48279e5cd55ad35db9f20e6323b58c68f Author: Pootle daemon Date: Sat Feb 11 07:33:53 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 561ef843986ff59073a474b3c1fc8615e136bd8e Author: Pootle daemon Date: Sat Feb 11 07:33:00 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 9eff80ea62ff0ce63f5b5d66cff7032fcda08f4d Author: Pootle daemon Date: Sat Feb 11 07:31:30 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 66fe734dc15879a26b836907750751991767ba31 Author: Pootle daemon Date: Sat Feb 11 07:30:45 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 60d0bda8ab9085f11be9d9860ca20d3af4de1171 Author: Pootle daemon Date: Sat Feb 11 07:27:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 101b65740f4c7a60d98c2e0fbd855898fc628ee0 Author: Pootle daemon Date: Sat Feb 11 07:25:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 5ee0c572590a8df1509e7e19277fbcc448703fd7 Author: Pootle daemon Date: Sat Feb 11 07:23:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit c6e11ae31d4ff350cf2c949748928f729bc0e2ef Author: Pootle daemon Date: Sat Feb 11 07:19:03 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 29 of 35 messages translated (1 fuzzy). commit 1aa2363d257b43a4e7028a2a9eb0a28e68890166 Author: Pootle daemon Date: Sat Feb 11 07:15:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 40015712974de272bd4dbe10dcf2b43d71009d6c Author: Pootle daemon Date: Sat Feb 11 06:57:57 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 8b39b3f2a1a488df9635e5267bbba228d5047997 Author: Pootle daemon Date: Sat Feb 11 06:56:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 35 messages translated (0 fuzzy). commit 961567de14ad8b0bb7aeba35af87e65397c826f9 Author: Pootle daemon Date: Sat Feb 11 06:54:49 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit c79c3fd4a27a3b0237ffeb65159d81e7b47d645e Author: Pootle daemon Date: Sat Feb 11 06:52:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 58613b36dfbaa3493e0f6e84a83473687e721083 Author: Pootle daemon Date: Sat Feb 11 06:49:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit f1e0b25c97a81be96a2dd21a288a153329c4c844 Author: Pootle daemon Date: Sat Feb 11 06:47:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 28 of 35 messages translated (0 fuzzy). commit 732eb57dfd653cc8e84134415ed5df46c70f5ef7 Author: Pootle daemon Date: Sat Feb 11 06:45:12 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 35 messages translated (0 fuzzy). commit c5fd355cbea99634d5d38c62f100d01b7d8177a5 Author: Pootle daemon Date: Sat Feb 11 06:43:48 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 30 of 35 messages translated (0 fuzzy). commit 5a7e8e77d0511318e0458bb3c9234c6c1e88de1d Author: Pootle daemon Date: Sat Feb 11 06:41:01 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 1d1148648c335b8e3d1d4a93aa8344c76ae36982 Author: Pootle daemon Date: Sat Feb 11 06:39:14 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 1550f2f1ef9975ae6d4c94731f5c5046089c2acc Author: Pootle daemon Date: Sat Feb 11 06:32:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit de95c2eb3e9cf3152fe25f037794c4083202cd71 Author: Pootle daemon Date: Sat Feb 11 04:51:56 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 99a3cc4bbe95e2bfa5fb9de6b3c0061606a14918 Author: Pootle daemon Date: Sat Feb 11 04:50:35 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit e2690e91de07f71a8f4fa6fb27dbd1b9556049e6 Author: Pootle daemon Date: Sat Feb 11 04:47:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 303f585b5558de1ffb3b7eb72f777b29db3a89cb Author: Pootle daemon Date: Sat Feb 11 04:45:47 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 5829419eecd8a8bc3f62cc5a52daa2b6f4ebd383 Author: Pootle daemon Date: Sat Feb 11 04:44:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit f878933a8077de93c935bcc9e40227a76887d246 Author: Pootle daemon Date: Sat Feb 11 04:42:49 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 7 of 35 messages translated (0 fuzzy). commit 9d975619c387d5c6128128ea8c5c4ba22613e1ce Author: Pootle daemon Date: Sat Feb 11 04:42:25 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit 792e81459f92659595c1623f2f2b3a63199a366f Author: Pootle daemon Date: Sat Feb 11 04:40:03 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 2f172e1a1ee3a3e11f4d415af41b628f83a8dd95 Author: Pootle daemon Date: Sat Feb 11 04:36:22 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 18 of 35 messages translated (0 fuzzy). commit c6cb50179f970499ab042e99b24d04686f9cee0a Author: Pootle daemon Date: Sat Feb 11 04:33:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit c8d811811c1568c1844141df320fbf711d803b0d Author: Pootle daemon Date: Sat Feb 11 03:12:17 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 27 of 35 messages translated (1 fuzzy). commit b91c5d2dbf8c01378dfe57a07ce3e82e52b339b8 Author: Pootle daemon Date: Sat Feb 11 03:07:31 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 35 messages translated (0 fuzzy). commit d30b4bf0f6a37eeab4d43f61aade799482484757 Author: Pootle daemon Date: Sat Feb 11 03:07:02 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (0 fuzzy). commit be6144ed0aec69555b6dfa29c835c7383b7fd9ba Author: Pootle daemon Date: Sat Feb 11 03:06:14 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 35 messages translated (0 fuzzy). commit d980eaf3004c0db9bd15b4c117c373ec02ee9e38 Author: Pootle daemon Date: Sat Feb 11 03:04:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (0 fuzzy). commit f1ec1fc4e9742037e3e26ff71988ac9418953415 Author: Pootle daemon Date: Sat Feb 11 02:57:08 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit f48492c1bc895f90b266be890ed0fcaa0445fa0e Author: Pootle daemon Date: Sat Feb 11 02:53:01 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 3 of 35 messages translated (0 fuzzy). commit 604d336e63bc42bdfcdd24c16558e8b4b5b24f24 Author: Pootle daemon Date: Sat Feb 11 02:34:30 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit cfddf4e34f1f9570de517e5e8693eda3994bc00c Author: Pootle daemon Date: Sat Feb 11 02:33:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 35 messages translated (1 fuzzy). commit 68c1bff7ec90c6a06da29655d4d8785b350b4766 Author: Pootle daemon Date: Sat Feb 11 02:32:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 3c09af8eb394124fe0eb532d6fc95fc90e036ca4 Author: Pootle daemon Date: Sat Feb 11 02:31:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit e0de4c47cee32333b89a89f41ee1bdac8825769c Author: Pootle daemon Date: Sat Feb 11 02:30:51 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 6e8d15ececad7fe8bcdd70527d5c183f08564bb8 Author: Pootle daemon Date: Sat Feb 11 02:29:47 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 4b1dc9a97522304b4666bc30fc3b7c6c5de2f764 Author: Pootle daemon Date: Sat Feb 11 02:28:47 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 27 of 35 messages translated (1 fuzzy). commit 08fa9130d27dd2f2ddafd165c653992fb5259f46 Author: Pootle daemon Date: Sat Feb 11 02:27:41 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 35 messages translated (1 fuzzy). commit dfbbac3c87b350f6c49c79015e922f83ad75244b Author: Pootle daemon Date: Sat Feb 11 02:26:33 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 29 of 35 messages translated (1 fuzzy). commit 9cd8f26ecc05df7642850614bf418c2040118330 Author: Pootle daemon Date: Sat Feb 11 02:25:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 9bde0176ae0b6d41bd9f211cf76c55b6a471c624 Author: Pootle daemon Date: Sat Feb 11 02:24:12 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 4 of 35 messages translated (0 fuzzy). commit 3559751d04b7349c5dae1131379f40bd46031347 Author: Pootle daemon Date: Sat Feb 11 02:23:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit e07c02369d38ec97d63ae5bbaa5add3ca9ad5302 Author: Pootle daemon Date: Sat Feb 11 02:22:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 531448a59aab422b9d06fd7e31339ae7d55d812c Author: Pootle daemon Date: Sat Feb 11 02:21:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 8 of 35 messages translated (1 fuzzy). commit cb7a93a3191f1f2ff484ac2cb9b9f7b9b46e0aeb Author: Pootle daemon Date: Sat Feb 11 02:20:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 5191d2b690abfb2300e015038d8bfa547bad27dd Author: Pootle daemon Date: Sat Feb 11 02:19:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 24 of 35 messages translated (2 fuzzy). commit 62944b63ea239c41ec108e0e7376fbfc43ac6e87 Author: Pootle daemon Date: Sat Feb 11 02:18:16 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit e51cfc6a487bfe5e0e988e5a983ea573889c8009 Author: Pootle daemon Date: Sat Feb 11 02:16:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 6cda126fff3b463b3eeb41a88e1e633a6a2886c3 Author: Pootle daemon Date: Sat Feb 11 02:15:33 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 831efa7e5da0147fdf22296935fdb63fa892e067 Author: Pootle daemon Date: Sat Feb 11 02:14:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 34fc4e89f75fa001af11c118256698cc7c0ed34a Author: Pootle daemon Date: Sat Feb 11 02:13:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 5ea123fb5fc92c02c9806a468565bc35d038660d Author: Pootle daemon Date: Sat Feb 11 02:12:34 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 9115909d3063d462d16003015dcdc3ea831e5933 Author: Pootle daemon Date: Sat Feb 11 02:11:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 57e6f47a4d05c381f8000d624dc424710d295b98 Author: Pootle daemon Date: Sat Feb 11 02:10:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 64bb3f29a01724b207a99a200c01374a7ed6a35e Author: Pootle daemon Date: Sat Feb 11 02:09:30 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 572298804913bd252a54b2f69cff486248c4e305 Author: Pootle daemon Date: Sat Feb 11 02:08:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 28 of 35 messages translated (2 fuzzy). commit 3e4d50e132985e076b519cfb78a2ea7ea8d311ed Author: Pootle daemon Date: Sat Feb 11 02:07:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 1165caf07d5903f84caca23fb255812e1b9448d2 Author: Pootle daemon Date: Sat Feb 11 02:06:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 21 of 35 messages translated (0 fuzzy). commit 12624b3f173d737b8ebc98c08091d18c3c0829b9 Author: Pootle daemon Date: Sat Feb 11 02:05:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit f849bfbc7f18bca21ce500ec99d7efca6e704be1 Author: Pootle daemon Date: Fri Feb 10 22:49:44 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 35 messages translated (1 fuzzy). commit 965190987bf39027e2472b4a58ffe3144b6088a4 Author: Pootle daemon Date: Fri Feb 10 22:48:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 669f94feacb10f6bfcd539df41dec39734ce9e4a Author: Pootle daemon Date: Fri Feb 10 22:47:30 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 9e8528c5694edcb2ca6b95e960fc23785e1f4a3c Author: Pootle daemon Date: Fri Feb 10 22:46:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 8bb5bc8b89cafe7334adb706145e7344851774b1 Author: Pootle daemon Date: Fri Feb 10 22:45:01 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit ee4e34def5be703327193c17e5aa68579c1ed014 Author: Pootle daemon Date: Fri Feb 10 22:43:57 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit bad03ac735aacf96d7f3787851994acd96491d63 Author: Pootle daemon Date: Fri Feb 10 22:42:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 27 of 35 messages translated (1 fuzzy). commit 82d0d5f768c672efbb99d72890b3ebbe43ba3c7a Author: Pootle daemon Date: Fri Feb 10 22:40:17 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 805f045583adcb58206aa967ceb6b99464b173f8 Author: Pootle daemon Date: Fri Feb 10 22:39:09 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 35 messages translated (1 fuzzy). commit af4fb68a4cbb1a5752ab19fd3d859830431d123f Author: Pootle daemon Date: Fri Feb 10 22:38:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 35 messages translated (0 fuzzy). commit fbeca7b44323340ef7d64df40af7f15539ebe4ff Author: Pootle daemon Date: Fri Feb 10 22:37:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 29 of 35 messages translated (1 fuzzy). commit 675d08ddf51b9ccb70ef811c2681e515022bd133 Author: Pootle daemon Date: Fri Feb 10 22:36:16 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 5bc8619981b3923f452abe743be08d47924dcfff Author: Pootle daemon Date: Fri Feb 10 22:35:12 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 35 messages translated (2 fuzzy). commit b5d91aef826db0622886da38ece5334e29007162 Author: Pootle daemon Date: Fri Feb 10 22:33:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 5 of 35 messages translated (1 fuzzy). commit d23538c60e57a6b882858b727d3a217cb50e9d38 Author: Pootle daemon Date: Fri Feb 10 22:32:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 2a4dd143531b0658400a90a81bdb4131e5e3130d Author: Pootle daemon Date: Fri Feb 10 22:31:28 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit b9a63db8f1d4e862ae9d75e81f278c7ab084e929 Author: Pootle daemon Date: Fri Feb 10 22:30:07 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit ab0ffa728ed60e09754ded2cd9b127dfd57b2b59 Author: Pootle daemon Date: Fri Feb 10 22:29:02 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit fcc31251196b603aa2e37dc7f5b399655f51b58e Author: Pootle daemon Date: Fri Feb 10 22:27:43 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit a8f6e3c261525c8fb42996d398e47f01d15dd2d3 Author: Pootle daemon Date: Fri Feb 10 15:43:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit e8e029e41a1418fa6de2e520e8f639645aebd311 Author: Pootle daemon Date: Fri Feb 10 15:41:51 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 4d186d8d0c01b9e0f03a464abc53babe6f14345f Author: Pootle daemon Date: Fri Feb 10 15:40:44 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 51df0c9f8b1b1ec3ae1ba12f420aab2181902da9 Author: Pootle daemon Date: Fri Feb 10 15:39:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit d658e543985a39eb379951730a15c2df5462f2c9 Author: Pootle daemon Date: Fri Feb 10 15:38:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 77288be61774d2743c4c04d4790dc998610dcf44 Author: Pootle daemon Date: Fri Feb 10 15:36:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit e6444b7f7c022ebee647ac5287da95af7e0e9206 Author: Pootle daemon Date: Fri Feb 10 15:36:00 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 17 of 35 messages translated (1 fuzzy). commit fd483bd68bd8131dcf5238abe4eff21d96ad465c Author: Pootle daemon Date: Fri Feb 10 15:34:47 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 24433e4f5d6e6123e8dfe26a3bcfe09e819b8894 Author: Pootle daemon Date: Fri Feb 10 15:33:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 5480d638ccd5a43360489b30d42cf0bb62516bf4 Author: Pootle daemon Date: Fri Feb 10 15:32:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 6 of 35 messages translated (2 fuzzy). commit f5b67377bc6258a3a62e5b87d865e11503a7567e Author: Pootle daemon Date: Fri Feb 10 15:31:29 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 6891ea7430a77d465c188b02d246a2ce64f83e2d Author: Pootle daemon Date: Fri Feb 10 15:30:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 19 of 35 messages translated (1 fuzzy). commit 94091c778206f026658d1514ed4f169d5af3de79 Author: Pootle daemon Date: Fri Feb 10 15:29:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit b1da9f144fa99a65e1048d45100aa2c8f0a1bbdf Author: Pootle daemon Date: Fri Feb 10 15:28:31 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 35 messages translated (1 fuzzy). commit 088462009d3268eeeb2dca7102a1d2e64be134e1 Author: Pootle daemon Date: Fri Feb 10 15:27:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 6 of 35 messages translated (1 fuzzy). commit b6860675a5394146edc3e4ffbd3738dfacbb8e8a Author: Pootle daemon Date: Fri Feb 10 15:26:37 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit 2b1dc2af27536e15f779cbe7904a1431932504c6 Author: Pootle daemon Date: Fri Feb 10 15:04:02 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 21 of 35 messages translated (8 fuzzy). commit df4411451bb2b71d26f93edc65b091051900299e Author: Pootle daemon Date: Fri Feb 10 15:02:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 0 of 35 messages translated (0 fuzzy). commit ec1faacf2e6ecbb42c6cc07a58075d643f8b2158 Author: Pootle daemon Date: Fri Feb 10 15:00:43 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit e42900441b74455c6cb1d5ec69b8495e51ded163 Author: Pootle daemon Date: Fri Feb 10 14:59:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit fad8e0747fc28316ebf66033a92ef383d09a3a19 Author: Pootle daemon Date: Fri Feb 10 14:58:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit f1d6a8bd92f92a6e0dc3500437dbc190da735690 Author: Pootle daemon Date: Fri Feb 10 14:57:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 3b47ad673e7f8b18b565851a5b09c9f3fd1d99c9 Author: Pootle daemon Date: Fri Feb 10 14:55:50 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 34145fcb8c40f9e922664491cc46b3a439901c84 Author: Pootle daemon Date: Fri Feb 10 14:53:24 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 543240e37864fe65dec00bce75622583c52b8eab Author: Pootle daemon Date: Fri Feb 10 14:52:08 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 57c269ad649c607c8b40f8343db3074fb945d87d Author: Pootle daemon Date: Fri Feb 10 14:51:04 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 17 of 35 messages translated (1 fuzzy). commit 833fc9bfe7fefe7c639c7632b4565f9f5aaafa64 Author: Pootle daemon Date: Fri Feb 10 14:49:34 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 26 of 35 messages translated (2 fuzzy). commit 6f0be927f509a28db4ff7c60b5f2e6288697c0e1 Author: Pootle daemon Date: Fri Feb 10 14:48:14 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 24 of 35 messages translated (1 fuzzy). commit 2058472eb39a367436005ab74aded24914b65a4a Author: Pootle daemon Date: Fri Feb 10 14:46:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 35 messages translated (1 fuzzy). commit 38df32c5f67ec416ef621319e2d4466ca0a0299f Author: Pootle daemon Date: Fri Feb 10 14:45:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 25 of 35 messages translated (1 fuzzy). commit 5cc894520796b4b4b314d73d2e5c9cd1e1f0a9d9 Author: Pootle daemon Date: Fri Feb 10 14:43:55 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 21 of 35 messages translated (0 fuzzy). commit 505dcd29d595de6bac7c50a502308ae1bd0447cc Author: Pootle daemon Date: Fri Feb 10 14:42:21 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 5337cbb967f57d376a1f8e364623a277ed17ce7c Author: Pootle daemon Date: Fri Feb 10 14:40:50 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 8 of 35 messages translated (1 fuzzy). commit ef2c624b5a3ce068c953f5a7c58655d6be65b310 Author: Simon Schampijer Date: Thu Feb 9 19:05:57 2012 +0100 s/Descriptions/Description fixup of d9e1a72fcd8657bb2e5d18cc6777c6756e0cd967 Spotted by Chris Leonard: we use Description in all the other places. commit 57782e18a991ced88c7a15a53cd1dcc1c1a3c741 Author: Pootle daemon Date: Thu Feb 9 19:52:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 35 messages translated (1 fuzzy). commit 2cd79102ff1a7090288b5f70a1724516b04aa327 Author: Pootle daemon Date: Thu Feb 9 18:19:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 3ec2aca749cb0c12e06db6dfd76db8b77e9e7fa2 Author: Simon Schampijer Date: Mon Feb 6 09:02:45 2012 +0100 Release 0.95.3 commit 6b4f17bccff6756139d167470c49e83c028e2907 Author: Pootle daemon Date: Mon Feb 6 07:13:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 7bc0cba688ecc0a350382126b22a3f1cf1927338 Author: Pootle daemon Date: Sat Feb 4 05:14:52 2012 +0200 Commit from Sugar Labs: Translation System by user aputsiaq.: 35 of 35 messages translated (0 fuzzy). commit ac2d2462c8f07e4e6f54591c1171f8d20256762d Author: Pootle daemon Date: Fri Feb 3 23:07:57 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit ca448a6d68acb9bccb63d6b134bd13adb2c1e1b1 Author: Pootle daemon Date: Fri Feb 3 23:07:50 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 16cbf44c935069148ddc7b22fc116cc490c9bd2e Author: Pootle daemon Date: Fri Feb 3 23:07:16 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit a183ba3a3e58751a32c5a3f68649bce3ac23ef96 Author: Pootle daemon Date: Fri Feb 3 23:07:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 2bb27e8c24b91d62e9a1f223a2ad1a408f481f1e Author: Pootle daemon Date: Fri Feb 3 23:06:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 35 messages translated (1 fuzzy). commit 960a510ef7c2d04feb3e50994e0167e6f53600b0 Author: Pootle daemon Date: Fri Feb 3 19:46:06 2012 +0200 Commit from Sugar Labs: Translation System by user samybt.: 35 of 35 messages translated (0 fuzzy). commit 72ddb06c04cd0f79d8b4b6d43da68bc2cf76ac01 Author: Pootle daemon Date: Fri Feb 3 08:24:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 4d7043dff1d5981a8ca58090126a9c9eb1199424 Author: Pootle daemon Date: Fri Feb 3 08:22:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit 1354721cc57a8ddf34ce52a4db225f55b2b33f3e Author: Pootle daemon Date: Fri Feb 3 08:19:49 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 35 of 35 messages translated (0 fuzzy). commit afbf0ff326018d3c1211d5efe28efbe202a53b55 Author: Simon Schampijer Date: Thu Jan 19 15:14:53 2012 +0100 Window: fixup of wrong conversion introduced by pygi-convert.sh With 820efa56b9876bb418bc51d30de959775930e35c gtk.gdk.x11_get_server_time(window) wasn't correctly converted to GdkX11.x11_get_server_time(window). Found when tesing collaboration. Opened 669264 for the upstream fix of pygi-convert.sh. Signed-off-by: Simon Schampijer Acked-by: Daniel Drake commit bb02ef0eada61c74c17e7267c2e4b57b65f76146 Author: Simon Schampijer Date: Tue Jan 31 22:42:51 2012 +0100 Remove the Naming Alert With the new 'Write to Journal anytime' feature it is possible to write a description within an activity. Hopefully this leads to more usage of the Journal for reflection by the learner. The hinting nature ('you have not named your session yet') of the Naming Alert has not been replaced, though. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Reviewed-by: Manuel Quiñones commit d9e1a72fcd8657bb2e5d18cc6777c6756e0cd967 Author: Simon Schampijer Date: Tue Jan 31 22:00:22 2012 +0100 Add DescriptionEntry to the activity sub-toolbar This is the implementation of the 'Write to Journal anytime' feature [1]. The patch itself adds a DescriptionItem to the activity sub-toolbar to make editing a Journal entry description from within the activity possible. The code has the same error handling as the TitleEntry. Signed-off-by: Simon Schampijer Signed-off-by: Walter Bender Reviewed-by: Gonzalo Odiard Reviewed-by: Manuel Quiñones [1] http://wiki.sugarlabs.org/go/Features/Write_to_journal_anytime commit 48d86de1bdcfb48ecb45571235b653771533291a Author: Pootle daemon Date: Sun Jan 29 17:28:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 4 of 39 messages translated (0 fuzzy). commit 6fcf7187170c769fa56a4753956eab949a72760a Author: Pootle daemon Date: Sun Jan 29 17:28:13 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 9 of 39 messages translated (1 fuzzy). commit 371d4c9e46d3c6c20896e22f24c474cd62f7870c Author: Pootle daemon Date: Sun Jan 29 17:28:10 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit e4b2239853fa5853b07d4a5dc9a714c45581777b Author: Pootle daemon Date: Sun Jan 29 17:27:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 6 of 39 messages translated (1 fuzzy). commit 05bea23176f9d1b12dced93c89eee7705f6bfb49 Author: Pootle daemon Date: Sun Jan 29 17:27:09 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 0ddad6035c10e91851f6c209bfc10a855cd20db4 Author: Pootle daemon Date: Sun Jan 29 17:05:41 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit c1960ec341e7d5186e48e39eabb382ff48cb24f4 Author: Pootle daemon Date: Sun Jan 29 17:02:25 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 22 of 39 messages translated (0 fuzzy). commit 05c44f364a32a035682363fb969ab810bed392f5 Author: Pootle daemon Date: Sun Jan 29 17:01:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 8 of 39 messages translated (1 fuzzy). commit 9dafff99380ef3408f49688137b14c1d864f32f5 Author: Pootle daemon Date: Sun Jan 29 17:01:06 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit b39595218014d596496a303030556d6859a40b13 Author: Pootle daemon Date: Sun Jan 29 17:01:01 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 26 of 39 messages translated (1 fuzzy). commit 08d873f9c089d5f9122cdd300c478c76de685b45 Author: Pootle daemon Date: Sun Jan 29 17:00:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 26 of 39 messages translated (1 fuzzy). commit 2e576e4d3dd94d74216c34c958bb114fbd738e23 Author: Pootle daemon Date: Sun Jan 29 17:00:44 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 32 of 39 messages translated (0 fuzzy). commit a335c9b36e1006fa7de5b894fe88996bd472d5d1 Author: Pootle daemon Date: Sun Jan 29 17:00:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 38 of 39 messages translated (0 fuzzy). commit e6568835cfe276a9e5b1e17cda843c4d6cf40555 Author: Pootle daemon Date: Sun Jan 29 17:00:35 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 32 of 39 messages translated (1 fuzzy). commit bac29ff8cb72e688e61969999df6e1de60e8657f Author: Pootle daemon Date: Sun Jan 29 17:00:32 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 439157f3164c501872b9c58d65f6f537f71f5681 Author: Pootle daemon Date: Sun Jan 29 17:00:18 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit ede12175cf2cad8ef01992192228375ec947396b Author: Pootle daemon Date: Sun Jan 29 17:00:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 96e6987135bcff4dd0b465c0ceb418395f946d42 Author: Pootle daemon Date: Sun Jan 29 17:00:10 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 0c10a10147d3c7283ac663d3be43af3f3b4849eb Author: Pootle daemon Date: Sun Jan 29 16:59:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 55ce9a3ac97ea30b2adbd1935310a07c1037af32 Author: Pootle daemon Date: Sun Jan 29 16:59:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 28 of 39 messages translated (1 fuzzy). commit 7d3f43f6740417bf92b900d97db295bcbe1bfef4 Author: Pootle daemon Date: Sun Jan 29 16:59:37 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 051d2979612ec9e1254afb3c5b9135f3d5218bc1 Author: Pootle daemon Date: Sun Jan 29 16:59:16 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 59754c8db9e3d5c93054f64b1821f315718ace91 Author: Pootle daemon Date: Sun Jan 29 16:59:09 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit ad598903c42b528bbc1886ab1c64fe347bf067e2 Author: Pootle daemon Date: Sun Jan 29 16:59:06 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit e4ce64453db7f2357b280b614d045299ff91ed05 Author: Pootle daemon Date: Sun Jan 29 16:59:03 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit d722b29b36a55f62656cb4d19cb76eb201b4df2c Author: Pootle daemon Date: Sun Jan 29 16:58:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 39 messages translated (0 fuzzy). commit c980c6df392e16b638619be619e902d5fc63f805 Author: Pootle daemon Date: Sun Jan 29 16:58:55 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 39 messages translated (0 fuzzy). commit 48f6e7b3b3b98d2d79bbc942149e5f35c9e7cf85 Author: Pootle daemon Date: Sun Jan 29 16:58:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 3b2213cdb352b274bfca318ae00e5a20a2359be4 Author: Pootle daemon Date: Sun Jan 29 16:58:38 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 22 of 39 messages translated (0 fuzzy). commit 66694e3bc888f0354b08309fe6606c4674daa70d Author: Pootle daemon Date: Sun Jan 29 16:58:34 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit c137019e1017bc0db24c086a74cf3fce86056d38 Author: Pootle daemon Date: Sun Jan 29 16:58:27 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 39 messages translated (0 fuzzy). commit c50c176662bf02476e2102e21015ab9626b0fc01 Author: Pootle daemon Date: Sun Jan 29 16:58:23 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 5127200793bc27641477a0e05b94a80cbdc534a4 Author: Pootle daemon Date: Sun Jan 29 16:58:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 59647a493e8b6411e8eb87c50edb2e2169fb6f54 Author: Pootle daemon Date: Sun Jan 29 16:58:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit efff48c534e2956574c99f89a39e4f90e3142553 Author: Pootle daemon Date: Sun Jan 29 16:58:11 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 32 of 39 messages translated (0 fuzzy). commit 0b367d8774ce3ea3c4c04262c0c5c5b62323c473 Author: Pootle daemon Date: Sun Jan 29 16:58:04 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 3 of 39 messages translated (0 fuzzy). commit 97ab2eb8fc251605e45f62683b22ef1877d57825 Author: Pootle daemon Date: Sun Jan 29 16:57:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 39 messages translated (0 fuzzy). commit aa6b10cf9bfc8c39be6b2b4bc8bee001e0fae208 Author: Pootle daemon Date: Sun Jan 29 16:57:56 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 39 messages translated (0 fuzzy). commit 56d253d08f0b89c362639a7e8b13786c70a655ef Author: Pootle daemon Date: Sun Jan 29 16:57:52 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit d71e0f053000531e7ef245849fb4eb63601e9fcf Author: Pootle daemon Date: Sun Jan 29 16:57:46 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 38 of 39 messages translated (1 fuzzy). commit 8e9ea99ef6936b58db541ae5797486a88b5ae2d3 Author: Pootle daemon Date: Sun Jan 29 16:57:17 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit c8db9b4c0a19e76478680870b47054b6d46ffd1e Author: Pootle daemon Date: Sun Jan 29 16:57:14 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 4b0a68448aeabeeecfd1d7053d881352d8b11643 Author: Pootle daemon Date: Sun Jan 29 16:57:11 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 99b647bfc3c619b4fc4b7bc26d194881d133e84b Author: Pootle daemon Date: Sun Jan 29 16:56:57 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 18 of 39 messages translated (1 fuzzy). commit 803a339e7ef2fc68b7df0cf0758f429d9ecf987f Author: Pootle daemon Date: Sun Jan 29 16:56:42 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit a4fab8904a76ade1a53cd8140d25faf09dbcb57a Author: Pootle daemon Date: Sun Jan 29 16:56:39 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 10 of 39 messages translated (1 fuzzy). commit 228188b8e0c5f230bafa4f14d9049997d45dbe02 Author: Pootle daemon Date: Sun Jan 29 16:56:36 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 26 of 39 messages translated (1 fuzzy). commit 7430464978c3e2652669ea66a5b4ae8c27b0b1b5 Author: Pootle daemon Date: Sun Jan 29 16:56:33 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 20 of 39 messages translated (1 fuzzy). commit af3d59dd445c57c7eb6b188b39fb45f4de826e6d Author: Pootle daemon Date: Sun Jan 29 16:56:29 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 2ab580e9385d68b46c0ce4e606143335f0637ee0 Author: Pootle daemon Date: Sun Jan 29 16:56:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 7166b7785210850acc3a82ed5ebf7ff5e85a7018 Author: Pootle daemon Date: Sun Jan 29 16:56:12 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 1 of 39 messages translated (0 fuzzy). commit 14d97fc83b0a4fd5cacaa2f7b137204c8bf293ee Author: Pootle daemon Date: Sun Jan 29 16:56:08 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 79461cd9634e39ca9eace6b835dbe0a009d69e3e Author: Pootle daemon Date: Sun Jan 29 16:56:05 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 9 of 39 messages translated (0 fuzzy). commit 0da670a49441c895331c0a5cd1ac692db5808fa9 Author: Pootle daemon Date: Sun Jan 29 16:56:03 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 38 of 39 messages translated (0 fuzzy). commit 6c7cde2d5980e7cb930ef2fc24e4ba47f2d2d48a Author: Pootle daemon Date: Sun Jan 29 16:55:59 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit e865279edba741468293e414462357813649050d Author: Pootle daemon Date: Sun Jan 29 16:55:57 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 19 of 39 messages translated (0 fuzzy). commit 2a517c1096d859184d7aa0cc509dc5454291a00b Author: Pootle daemon Date: Sun Jan 29 16:55:53 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 8e220fcae08e12f2aeb3d25bea86ec9a590face3 Author: Pootle daemon Date: Sun Jan 29 16:55:48 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 836660edfaacdc77b3d6cec76cc7707e16186e1d Author: Pootle daemon Date: Sun Jan 29 16:55:45 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 33 of 39 messages translated (0 fuzzy). commit 401c15fef72651e4474b4fd94865980773fa18d4 Author: Pootle daemon Date: Sun Jan 29 16:55:40 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 21 of 39 messages translated (0 fuzzy). commit 76f9acb65fd671f9ef5e338b846b013e4e1fee9f Author: Pootle daemon Date: Sun Jan 29 16:55:34 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 81d965976936ee63de763d250a113d97d8e180a7 Author: Pootle daemon Date: Sun Jan 29 16:55:29 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit c0fbdd9ed8f51079d70adcbf3da082a93110d4bf Author: Pootle daemon Date: Sun Jan 29 16:55:26 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 31 of 39 messages translated (1 fuzzy). commit 4f73d4934af6e98dfd3e7484fb03c1d25082ff6c Author: Pootle daemon Date: Sun Jan 29 16:55:21 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 26 of 39 messages translated (1 fuzzy). commit 2b1d2ed31cb40a75f3e26303639ec60b14112b1f Author: Pootle daemon Date: Sun Jan 29 16:55:20 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 39 messages translated (0 fuzzy). commit 323e1715762bf71950cf7a7e7e92424b90711cc3 Author: Pootle daemon Date: Sun Jan 29 16:55:15 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 29 of 39 messages translated (0 fuzzy). commit bc9a8d959a12eba0eb3233e7251075def78e7919 Author: Pootle daemon Date: Sun Jan 29 16:55:11 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 2 of 39 messages translated (0 fuzzy). commit 704a24e2928964dcf90a81d81dd92fa1beab5843 Author: Pootle daemon Date: Sun Jan 29 16:55:07 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 38 of 39 messages translated (0 fuzzy). commit b543736316d03f1f5004e8bcc36ad38a4cf5a393 Author: Pootle daemon Date: Sun Jan 29 16:54:42 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit baa067875713d914bf0f878be34fe390bde9c461 Author: Pootle daemon Date: Sun Jan 29 16:54:35 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 35543e49e2438fc427fc213a723a784e3d3cf8ba Author: Pootle daemon Date: Sun Jan 29 16:54:19 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 4 of 39 messages translated (0 fuzzy). commit d29e09440727d67cac459dc2843b49fed3fed286 Author: Pootle daemon Date: Sat Jan 28 08:09:44 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit 7848ed8c4d02eacdd77378fb42b56267d32aa16b Author: Pootle daemon Date: Sat Jan 28 08:08:42 2012 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 39 messages translated (0 fuzzy). commit b5de7ef33287bd75428645b2443d76d26a23a518 Author: Simon Schampijer Date: Wed Jan 11 19:52:11 2012 +0100 Remove support for the old deprecated toolbar - removed deprecated imports from the activity module, use the widgets module instead - removed the ActivityToolbox class - removed the Stop button from the ActivityToolbar - removed set_toolbar/get_toolbar API from the window module Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit ec7b363a7046c90f7a68895efcce580a0315efc4 Author: Simon Schampijer Date: Wed Jan 11 18:54:46 2012 +0100 Datastore: remove deprecated API This API is not in use anywhere in the shell and has been deprecated for quite some time. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit 417006e463313c0444216efa8d996a72745a9edd Author: Simon Schampijer Date: Wed Jan 11 18:16:37 2012 +0100 ObjectChooser: remove deprecated parameters The objectchooser had the 'title', 'flags' and 'buttons' parameters deprecated for a long time, remove them now completely. The only parameters allowed are now the 'parent' and the 'what_filter'. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit aae6082b14962f73ce5d9e1bf34a07f860ecdc36 Author: Simon Schampijer Date: Wed Jan 11 18:06:01 2012 +0100 Bundlebuilder: remove deprecated bundle_name argument Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit 70cee44717d46129419992cd6a7e15472dc1f568 Author: Simon Schampijer Date: Wed Jan 11 17:51:37 2012 +0100 Activity: remove deprecated _shared_activity member Use the get_shared_activity method instead Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit ae85dd62d42a7d5bea76aec3b941ce35ccc61bf4 Author: Simon Schampijer Date: Wed Jan 11 17:39:30 2012 +0100 ActivityBundle: clean from deprecated code - removed deprecated mime type 'application/vnd.olpc-x-sugar' - activity.info file: removed deprecated field 'service_name' use 'bundle_id' instead - activity.info file: removed deprecated field 'class' use 'exec' instead Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Acked-by: Daniel Drake commit a8342ecf8cc1a0302d709a3e673b2b34c274ea39 Author: Simon Schampijer Date: Thu Jan 5 10:38:15 2012 +0100 Finally remove the keep button completely see 0082e10f8ebc201d0837dc67ba739d9079903e45 for the complete reasoning. e022aa8e4acf1467454102664681880eb48e45ab already made the button invisible, keeping it only for backwards compatibility. Signed-off-by: Simon Schampijer Reviewed-By: Sascha Silbe Acked-by: Daniel Drake commit 6499ce596dc31977c91d49a3fd78ba9f7548a99d Author: Simon Schampijer Date: Thu Dec 22 14:53:09 2011 +0100 Release 0.95.2 commit b03a48385496f06c26ec45c1bed66eff247a929d Author: Simon Schampijer Date: Tue Dec 20 18:48:09 2011 +0100 Use the gtk3 toolkit in the sugar-activity Signed-off-by: Simon Schampijer Acked-by: Daniel Drake commit 24af3582759c722c563ad42ff545c95b07f42207 Author: Gonzalo Odiard Date: Wed Dec 7 15:52:25 2011 -0300 Set the sugar theme name in gsettings according the scale We need set the theme in gsettings according the scale in the SUGAR_SCLING environment variable. Signed-off-by: Gonzalo Odiard Acked-by: Simon Schampijer commit f05f221f7932d04411c110af7a87d138ab065efa Author: Simon Schampijer Date: Thu Dec 15 11:55:14 2011 -0300 Fix the installation of languages The GETTEXT_PACKAGE name must match the repository name. Found when packaging for Fedora. Signed-off-by: Simon Schampijer Acked-by: Daniel Drake commit 48ad255a78173a4b2ab66e0f30683e3dfc6e3d2c Author: Daniel Drake Date: Thu Dec 15 01:53:48 2011 +0000 Reimplement Palettes for GTK3 Moving from GTK2 to GTK3 has presented various challenges regarding palettes. In GTK2, we were able to access some internal API of the GtkMenu class and use it to embed a GtkMenu in a regular window. As of GTK3, that API has become private and we can no longer access it. We still want to use GtkMenu for the advanced functionality it provides (multiple-level menus, keyboard navigation, etc), but we are now limited to popping it up with its own (internal) window, rather than being able to pack it into one of our own. Our palettes can historically be used either as a menu, or as a general area where widgets can be added, or both. The new restrictions upon GtkMenu force some changes here, but we work hard to stick to the old API as far as possible. A Palette instance now acts as a controller of either a "window widget" (where any type of widget can be displayed as usual) or a "menu widget" which just pops up a GtkMenu. A Palette defaults to the window mode, but dynamically switches to menu mode if/when the user attempts to access the menu element. As a result of this, palettes can now pack either a user-defined collection of widgets, or a menu, but types can no longer be mixed. This should only affect a handful of palettes which will need to pick a single approach and convert to it. Some further challenges are presented by the fact that GtkMenu performs a grab on the whole screen, meaning that all input events are delivered to the GtkMenu widget. Through some careful event filtering and examination of the mouse cursor position we are still able to determine when the mouse has entered or left the invoker or menu areas. This work is authored by Benjamin Berg, Marco Pesenti Gritti, Simon Schampijer and Daniel Drake. commit 8126575461156a074b5a7ea0f546db23ca0d2133 Author: Daniel Drake Date: Thu Dec 15 01:25:38 2011 +0000 SugarExt: make SugarGrid introspectable This will be used by a future GTK3 port of the shell. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer commit 15946211cfa8c884281928b90953d7b3d081695e Author: Daniel Drake Date: Thu Dec 15 01:23:18 2011 +0000 Trivial GTK3 porting fixes Fix some trivial issues missed earlier: various missing imports, some minor API changes to adapt to, do_size_request simple porting, etc. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer commit 827ab7218a588f684ad2a0e346399b401b45b716 Author: Daniel Drake Date: Wed Dec 14 23:47:11 2011 +0000 Add EventIcon/CursorInvoker similar to CanvasIcon/CanvasInvoker CanvasIcon and CanvasInvoker were removed in a previous GTK3-porting commit as they were based on hippocanvas. However, this leaves the toolkit with some missing functionality: there is no longer a trivial way to show an icon which can receive mouse events and pop up a palette. Such functionality is used in various places throughout the shell and activities. Reimplement this functionality as EventIcon and CursorInvoker. Instead of reimplementing much of the Icon class (like CanvasIcon did), EventIcon opts for a more simplistic encapsulation of an Icon object. This means trivial API changes for CanvasIcon users who must now use the 'icon' property with the Icon API. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer commit 5ad2fc7d6be7e499f55ae3c413f06003136c86f3 Author: Daniel Drake Date: Wed Dec 14 23:22:15 2011 +0000 SugarExt: drop pygobject2 initialisation Now that we avoid linking with pygtk2/pygobject2, we need to remove this initialisation call so that the module can be loaded at runtime. Signed-off-by: Daniel Drake Acked-by: Simon Schampijer commit 3962517a5826fa6c25caaafb0d67533d94105b35 Author: Daniel Drake Date: Sat Oct 29 13:46:59 2011 +0100 activity.py: Apply sugar GTK3 theme and icon theme In GTK2, theme name and icon theme name properties could be set in the GTK2 RC file, at runtime, or by the X settings daemon. For GTK3, the RC file configuration route for these settings has been removed. As we do not currently have a settings daemon implementation, apply these important settings at runtime, early in the Activity class. Signed-off-by: Daniel Drake commit b51d5c9dc7263917afa2535befb02ad7517a7514 Author: Daniel Drake Date: Tue Dec 13 19:55:01 2011 +0000 Add MAINTAINERS file commit 64cceeada99c191065dbf1e8a51a7376424997a3 Author: Daniel Drake Date: Tue Dec 13 19:54:25 2011 +0000 SugarExt: fix compile without pygtk We no longer compile this against pygtk, so remove the include. Add the now-required Python.h include in its place. commit 4e137f6e4f131e5bb5b468d02af8f646da1fc28a Author: Daniel Drake Date: Tue Dec 13 19:47:33 2011 +0000 sugar-activity: import and make independent of sugar-toolkit GTK versions As we move to adding support for a second UI toolkit (GTK+ 3.x), the sugar-activity binary used by all activities must become backend-toolkit-independent. It would be wasteful to have two backend toolkits loaded in memory, and in the GTK2/GTK3 case, it is impossible (importing both results in an instant crash). To achieve this, we split the existing sugar-toolkit activity/main.py:main() functionality into two parts, moving it into the sugar-activity binary and the Activity class as follows: 1. All toolkit-specific stuff is moved into the Activity class (i.e. everything that interacts with GTK) 2. Everything that can be reasonably/easily moved into the Activity class is also moved. 3. What remains is the stuff that is inherently involved with the construction of the Activity object, not related to UI toolkits. This is moved into the sugar-activity binary. main.py is then removed from sugar-toolkit, and sugar-activity is moved from sugar to sugar-toolkit-gtk3 in order to keep toolkit-related code with the toolkit itself. With this work done, the one remaining question is how to invoke the main loop. An optional run_main_loop() method is added to the activity class, for GTK2 this will run the GTK2 main loop, for GTK3 the GTK3 main loop will be run, etc. Signed-off-by: Daniel Drake commit 2bfb38ef827e31c11c3fc7c4158c08e6dc3c6bd7 Author: Raul Gutierrez Segales Date: Tue Nov 15 22:56:24 2011 +0100 Port key handling code to GTK3 GTK3 removed some previously-deprecated API that we still use. This includes GDK_DISPLAY(), gdk_x11_drawable_get_xdisplay(), and some key constants. Port our code to the new API. [split patch into several parts, added minimal description] Signed-off-by: Sascha Silbe commit e2c07af7480ac972bea4f35d950a7707b57bd84a Author: Daniel Drake Date: Sat Oct 29 14:06:45 2011 +0100 Import sugar-base into sugar-toolkit Probably needs cleaning up a bit. And we use pygtk-codegen, ugh... This is the commit id when we imported sugar-base: b9406e5c9c9df5404c5b0d995178b5edb4d93628 Signed-off-by: Daniel Drake [squashed two patches into one] Signed-off-by: Sascha Silbe commit b9a19e952fc0764225b2082a36874fcc2896942b Author: Simon Schampijer Date: Mon Oct 31 19:56:13 2011 +0100 Add examples for Alert, Animator, ComboBox, IconEntry and Notebook Signed-off-by: Simon Schampijer [squashed two patches into one] Signed-off-by: Sascha Silbe commit 82fcf0a0f0d5543eb11c503dbd510187d16de5c5 Author: Raul Gutierrez Segales Date: Sun Oct 30 23:08:51 2011 +0000 Use rsvg wrapper while rsvg gains introspection support Signed-off-by: Raul Gutierrez Segales commit 3372317922025940b2a8a87e84cefae1e517faf4 Author: Raul Gutierrez Segales Date: Sun Oct 30 22:12:16 2011 +0000 Add wrapper for rsvg Signed-off-by: Raul Gutierrez Segales [split patch into several parts] Signed-off-by: Sascha Silbe commit 0d3057941fc2a5f283b18b5a3ee827af4e68257d Author: Raul Gutierrez Segales Date: Sun Oct 30 22:12:16 2011 +0000 configure.ac: replace PyGTK dependency with GTK3 dependencies Signed-off-by: Raul Gutierrez Segales [split patch into several parts, added description] Signed-off-by: Sascha Silbe commit 1005c67ad27ff3c053121b1c500fb8906dfbcd27 Author: Raul Gutierrez Segales Date: Sun Oct 30 11:54:53 2011 +0000 Add GdkWrapper to access non-introspectable Gdk API See https://bugzilla.gnome.org/show_bug.cgi?id=663261 Signed-off-by: Raul Gutierrez Segales commit 09b37407686a439ddc1d4192c3fd272fcb05451c Author: Simon Schampijer Date: Fri Nov 4 09:09:10 2011 +0100 _TimeoutIcon: use markup instead of Pango for bold text In Pango 'Pango.attr_weight_new' is not yet introspectable [1]. [1] https://bugzilla.gnome.org/show_bug.cgi?id=646788 Signed-off-by: Simon Schampijer [changed description] Signed-off-by: Sascha Silbe commit 1b9af6f6d56c5f045a7fc02e0be8d9eda349645c Author: Simon Schampijer Date: Sun Oct 30 23:06:13 2011 +0100 Replace "expose-event" signal by a new "draw" signal GtkWidget "expose-event" signal has been replaced by a new "draw" signal [1]. The context is already clipped [2], so do not base it on the values returned by get_allocation like before. [1] http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1467092 [2] http://developer.gnome.org/gtk3/3.0/GtkWidget.html#GtkWidget-draw Signed-off-by: Simon Schampijer [squashed with a patch by Benjamin Berg ; removed useless additions] Signed-off-by: Sascha Silbe commit 157124af5bde22f0c6e04d9ca1cdb84a77ac82c3 Author: Daniel Drake Date: Sun Oct 30 11:01:34 2011 +0000 Tray: replace deprecated get_child_requisition() invocation Widget.get_child_requisition() has been replaced by Widget.get_preferred_size() in GTK 3 [1]. [1] http://developer.gnome.org/gtk3/3.0/GtkWidget.html#gtk-widget-get-child-requisition Signed-off-by: Daniel Drake [changed description] Signed-off-by: Sascha Silbe commit 7464997663e912ae25fa391532e0798ff90bfd5c Author: Raul Gutierrez Segales Date: Sun Oct 30 10:24:51 2011 +0000 Replace deprecated gdk_set_sm_client_id() invocation gdk_set_sm_client_id() has been replaced by gdk_x11_set_sm_client_id() [1] since GDK 2.24. [1] http://developer.gnome.org/gdk/stable/gdk-General.html#gdk-set-sm-client-id Signed-off-by: Raul Gutierrez Segales [changed description] Signed-off-by: Sascha Silbe commit 20319cb3c4b2be4e8f584703d704ffda4b1cff29 Author: Simon Schampijer Date: Sun Oct 30 14:54:53 2011 +0100 Use GObject constructor for Gtk.Alignment With PyGTK, all parameters of the Alignment constructor had defaults [1]. With GTK3+pygi, when using the explicit constructor (Alignment.new() resp. gtk_alignment_new() [2]), all values would need to be passed. However when using the GObject constructor, named properties can be passed in instead and we only need to pass those that different from the default. [1] http://developer.gnome.org/pygtk/stable/class-gtkalignment.html#constructor-gtkalignment [2] http://developer.gnome.org/gtk/stable/GtkAlignment.html#gtk-alignment-new Signed-off-by: Simon Schampijer [assembled from several patches; replaced description] Signed-off-by: Sascha Silbe commit c82a775267dc9fb1dd3c9078cc5251035ff844c7 Author: Sascha Silbe Date: Tue Nov 15 21:32:03 2011 +0100 Use accessor functions for data fields The following data fields that were provided by PyGTK are not accessible directly in GTK3+pygi and need to be replaced by accessor calls: Adjustment.lower Adjustment.page_size Adjustment.upper Adjustment.value Bin.child Widget.parent Widget.style Widget.window Based on patches by Daniel Drake . Signed-off-by: Sascha Silbe commit 4aacaaf56e209c193327bd88c991acf30cf295f5 Author: Daniel Drake Date: Tue Nov 15 20:35:45 2011 +0100 icon: fix set_source_pixbuf() invocations The previous set_source_pixbuf() invocation (on a Cairo context) involves Gdk data types, so in the new introspection world we need to call a Gdk function rather than operating on the Cairo object (even if Cairo had already been converted to introspection). Signed-off-by: Daniel Drake [added description; split out from another patch] Signed-off-by: Sascha Silbe commit e05f84bc4f6e7a4ea0d8cbf922f8823c41e089b5 Author: Benjamin Berg Date: Sun Oct 30 12:20:41 2011 +0100 Icon: port to new Height-for-width Geometry Management GTK3 has replaced [1] the GTK2 geometry management with Height-for-width Geometry Management [2]. This means we need to replace size_request() methods with get_preferred_{width,height}(). [1] http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1525688 [2] http://developer.gnome.org/gtk3/3.0/GtkWidget.html#geometry-management Signed-off-by: Benjamin Berg [assembled from several patches; fixed up left-over plus sign; added description] Signed-off-by: Sascha Silbe commit 327ca88ca8840382e9c943760e3ec7d16734205f Author: Sascha Silbe Date: Tue Nov 15 23:58:54 2011 +0100 Adapt to Widget.get_child_requisition() API changes In PyGTK Widget.get_child_requisition() returned a tuple [1]. In GTK3+pygi a Requisition object is returned instead. Based on a patch by Benjamin Berg . [1] http://developer.gnome.org/pygtk/stable/class-gtkwidget.html#method-gtkwidget--get-child-requisition [2] http://developer.gnome.org/gtk/stable/GtkWidget.html#gtk-widget-get-child-requisition Signed-off-by: Sascha Silbe commit 0d827e7e6632a978a93a37ac4b9b15f419bc0b87 Author: Simon Schampijer Date: Fri Nov 4 09:30:01 2011 +0100 Adapt to Gtk.icon_size_lookup*() API changes In PyGTK, icon_size_lookup*() returned just the icon size as a 2-tuple [1]. In GTK3+pygi, an additional boolean value indicating whether the passed-in value was valid is returned. [3,4] [1] http://developer.gnome.org/pygtk/stable/class-gtkiconsource.html#function-gtk--icon-size-lookup [2] http://developer.gnome.org/pygtk/stable/class-gtkiconsource.html#function-gtk--icon-size-lookup-for-settings [3] http://developer.gnome.org/gtk/stable/gtk-Themeable-Stock-Images.html#gtk-icon-size-lookup [4] http://developer.gnome.org/gtk/stable/gtk-Themeable-Stock-Images.html#gtk-icon-size-lookup-for-settings Signed-off-by: Simon Schampijer [marked unused local variables, fixed overlong line] Signed-off-by: Sascha Silbe commit 8efb7c3f9318f139639d6986db1ecaf4b3dc98b9 Author: Simon Schampijer Date: Sat Oct 29 12:20:30 2011 +0200 Adapt to changed Gtk.Window.set_geometry_hints() API Unlike PyGTK [1], GTK3+pygi [2] wants GDK Geometry and WindowHints objects, rather than individual values. [1] http://developer.gnome.org/pygtk/stable/class-gtkwindow.html#method-gtkwindow--set-geometry-hints [2] http://developer.gnome.org/gtk3/3.0/GtkWindow.html#gtk-window-set-geometry-hints Signed-off-by: Simon Schampijer [replaced description, included fix-up commit] Signed-off-by: Sascha Silbe commit 10d7f7d3f9151c7e34fd8d66e5980d89e1cf1847 Author: Simon Schampijer Date: Sun Nov 13 17:03:44 2011 +0100 Switch sugarext to be an introspectable library This makes sugarext accessible through introspection. It is used from the shell (key grabber, sound volume management) and the shell session management. Making the sugarext introspectable was done following the descriptions at: http://live.gnome.org/GObjectIntrospection#Using_GI Signed-off-by: Simon Schampijer commit 820efa56b9876bb418bc51d30de959775930e35c Author: Sascha Silbe Date: Tue Nov 15 19:29:07 2011 +0100 Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. This is only on a best-effort basis; the code will be in a broken state after this patch and need to be fixed manually. The purpose of committing the intermediate, non-working output is to make it reproducible. It's impractical to manually review the changes. The exact version used was 4f637212f13b197a95c824967a58496b9e3b877c from the main pygobject repository [1] plus a custom patch [2] that hasn't been sent upstream yet. [1] git://git.gnome.org/pygobject [2] https://sascha.silbe.org/patches/pygobject-convert-sugar-20111122.patch Signed-off-by: Sascha Silbe commit aed295ec4effbee66626da7ff42277f691ddb5bd Author: Sascha Silbe Date: Tue Nov 15 17:51:55 2011 +0100 Import GDK in preparation for GTK3 conversion Some parts of GTK moved to GDK, so we need to import the latter for things to work after the conversion script runs. Signed-off-by: Sascha Silbe commit 9cb18cdcf34b6f61c785a6dafacf8d2be29064c5 Author: Simon Schampijer Date: Sat Oct 29 10:58:15 2011 +0200 Remove Canvas* widgets and other hippo-canvas using parts hippo-canvas isn't available in the GTK3 world, so we need to remove anything that depends on it. Activities that still use it will need replace hippo-canvas based widgets with native GTK ones before they can be ported to GTK3. [replaced description] Signed-off-by: Sascha Silbe commit 1edc6ca1b18c123ae0730f2ffebda30d749a6677 Author: Simon Schampijer Date: Sat Oct 29 10:58:15 2011 +0200 Don't use hippo-canvas for rendering pixbufs hippo-canvas isn't available in the GTK3 world and we can do fine without it for rendering pixbufs. [split out from another patch; added description] Signed-off-by: Sascha Silbe commit af4bde1e83e9d7af36aa75f4115a67c98a905204 Author: Simon Schampijer Date: Fri Nov 4 10:43:23 2011 +0100 Notebook: fix passing can-close-tabs Make sure can_close_tabs can be passed in as a keyword parameter (to be set by the GObject constructor). [split out from another patch] Signed-off-by: Sascha Silbe commit 9e4a3688fe3afa01016a53eed008af2627c78693 Author: Simon Schampijer Date: Sun Oct 30 14:22:12 2011 +0100 Pass all parameters to GtkTextBuffer.get_text() With PyGTK the include_hidden_chars parameter to GtkTextBuffer.get_text() had a default value [1]. With GTK3+pygi the value must be explicitly passed [2]. [1] http://developer.gnome.org/pygtk/stable/class-gtktextbuffer.html#method-gtktextbuffer--get-text [2] http://developer.gnome.org/gtk3/3.0/GtkTextBuffer.html#gtk-text-buffer-get-text [changed description] Signed-off-by: Sascha Silbe commit 056bc29559ea52ba416ad73fa978f2d1bc75e6f7 Author: Simon Schampijer Date: Mon Oct 31 14:06:22 2011 +0100 Pass all parameters to ComboBox.set_row_separator_func() With PyGTK, the func and data parameters to ComboBox.set_row_separator_func() had defaults [1]. With GTK3+pygi both values must be passed [2]. [1] http://developer.gnome.org/pygtk/stable/class-gtkcombobox.html#method-gtkcombobox--set-row-separator-func [2] http://developer.gnome.org/gtk/stable/GtkComboBox.html#gtk-combo-box-set-row-separator-func [replaced description] Signed-off-by: Sascha Silbe commit 2f7f95f9af39d51a2a000e02fea69010cc3ce1ce Author: Daniel Drake Date: Sun Oct 30 07:01:32 2011 +0000 Pass all parameters to Box.pack_start() and ...pack_end() With PyGTK, several Box.pack_{start,end}() parameters had defaults [1,2]. With GTK3+pygi all values must be passed [3,4]. [1] http://developer.gnome.org/pygtk/stable/class-gtkbox.html#method-gtkbox--pack-start [2] http://developer.gnome.org/pygtk/stable/class-gtkbox.html#method-gtkbox--pack-end [3] http://developer.gnome.org/gtk/stable/GtkBox.html#gtk-box-pack-start [4] http://developer.gnome.org/gtk/stable/GtkBox.html#gtk-box-pack-end [assembled from several patches; replaced description] Signed-off-by: Sascha Silbe commit 89ef6304a199b23ac62dd3aa813947606a1afa99 Author: Simon Schampijer Date: Sat Oct 29 15:55:20 2011 +0200 Fix broken imports 8f1a821d683193a1849ec9658b0a52408dfae304 only changed imports starting with "import", but not those using "from ... import ...". [replaced description] Signed-off-by: Sascha Silbe commit 8f1a821d683193a1849ec9658b0a52408dfae304 Author: Simon Schampijer Date: Sat Oct 29 10:44:18 2011 +0200 Rename imports from sugar to sugar3 Signed-off-by: Simon Schampijer Acked-by: Sascha Silbe commit 000ed75cbee026535249d7db93d6ab20effa3d2a Author: Simon Schampijer Date: Sat Oct 29 10:19:34 2011 +0200 Rename the module to sugar3 The old gtk-2 based module will be present in the 0.94 branch in the sugar-toolkit. Signed-off-by: Simon Schampijer Acked-by: Sascha Silbe commit 516d7fc700b5e490e63d296496c2569345cf2c6b Author: Pootle daemon Date: Fri Oct 28 09:16:43 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 40 messages translated (0 fuzzy). commit f766da335c7d4f43c76ec063362a97ef9b56d504 Author: Simon Schampijer Date: Tue Oct 25 13:19:07 2011 +0200 Release 0.95.1 commit c8170167b3f29763d158e0900ed6570b83bd21bc Author: Pootle daemon Date: Sat Oct 8 09:44:27 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 36 of 40 messages translated (0 fuzzy). commit 3b72166fba1473ca00223cabf1fdfe7a19c0676e Merge: 6228c1f 37568a0 Author: Pootle daemon Date: Thu Sep 29 00:33:25 2011 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 6228c1f5fd24b22bbb54692a3f38863b00b787f5 Author: Pootle daemon Date: Wed Sep 28 19:59:30 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 59a566d9e77f5b65596ade1bd9b68992eba6bf02 Author: Pootle daemon Date: Wed Sep 28 19:55:20 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 2699c747c506f6421035ce2d3d192d5b24191c54 Author: Pootle daemon Date: Wed Sep 28 19:45:59 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 3757f56fd07bc798433c267cd47aa490244eb6e4 Author: Pootle daemon Date: Wed Sep 28 19:41:57 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 9f4025a558c26646bb03b89bd6705efb5f69b29e Author: Pootle daemon Date: Wed Sep 28 19:05:20 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit aa8d89cb861cb93edd5fd61b9c872d0a6e4aed5e Author: Pootle daemon Date: Wed Sep 28 18:55:53 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 399b3ba36439c28cc004716ea05d68b36178e9ca Author: Pootle daemon Date: Wed Sep 28 18:44:07 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 34 of 40 messages translated (6 fuzzy). commit 83440bd113aad6890601787917a30f1005a34ef6 Author: Pootle daemon Date: Wed Sep 28 18:34:56 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit fbc6df4dcb9b67a86abd0e1bcce669bd7b7cb5e0 Author: Pootle daemon Date: Wed Sep 28 18:25:29 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 39 of 40 messages translated (0 fuzzy). commit 383bc7594ab94960d71b293442b93da408daa6fb Author: Pootle daemon Date: Wed Sep 28 18:19:44 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 4de0413c7bab6610750f2431ec7c50bf63b47bf7 Author: Pootle daemon Date: Wed Sep 28 17:31:25 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 590ecd492b8344b6f1e81df4bca8140e57e07acf Author: Pootle daemon Date: Wed Sep 28 15:01:57 2011 +0200 Commit from Sugar Labs: Translation System by user samybt.: 33 of 40 messages translated (0 fuzzy). commit 37568a0a7e06146d1a013aceefd1a9d5264d4e83 Author: Simon Schampijer Date: Mon Sep 19 19:10:30 2011 +0200 bundlebuilder: refactor get_files_git to Packager to avoid code duplication Follow up patch for b582736375218e8944b3ce3daac667c7910a7e73 Signed-off-by: Simon Schampijer Reviewed-by: Daniel Drake Acked-by: Sascha Silbe commit 29a700b34a8aa2814b8a29fff18921405078fce5 Author: Simon Schampijer Date: Thu Sep 22 16:16:12 2011 +0200 bundlebuilder: add back build_locale functionality to XOPackager SL #3116 Due to the removal of the manifest support we lost as well the part of the code that does build the locale. This patch adds that functionality back. Signed-off-by: Simon Schampijer commit 0fd2f8b39bb9f360c15219c5276d7631c9c27d4d Author: Pootle daemon Date: Wed Sep 28 09:37:59 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 1d42e7b7e6effa59cc7a408277f00a75dda01a24 Merge: 436489c 720b33a Author: Pootle daemon Date: Wed Sep 28 00:34:08 2011 -0400 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 436489cb2607c073b31058bb82eb0f94f2e9af6f Author: Pootle daemon Date: Tue Sep 27 20:28:23 2011 +0200 Commit from Sugar Labs: Translation System by user godiard.: 40 of 40 messages translated (0 fuzzy). commit d587acdf70aeeff9063f9dc339c7e2203ae00bac Author: Pootle daemon Date: Tue Sep 27 17:23:35 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 720b33ab3021761897d0d5c66a5483c896603ed6 Author: Daniel Drake Date: Sat Sep 17 18:29:46 2011 +0100 Remove hippo from naming alert Reimplement the favorite icon as a ToggleButton, and use standard boxes, entrys and textviews for the other aspects. commit d39a81396916ce1f388b3f91ad867864415cb1af Author: Simon Schampijer Date: Sun Sep 11 21:41:09 2011 +0100 Don't put event box in toplevel window Remove an unnecessary toplevel widget. This event box was originally added by Marco "to make it easier to take screenshot of the canvas area only" (7f731457c2) but we're unsure why this is, and it doesn't seem to be needed for our current screenshot-taking mechanism. Screenshots continue to work fine after removing this. commit 47cc7f7e77bc80d13d9bf6693a3e47c93e28972b Author: Pootle daemon Date: Mon Sep 26 22:46:15 2011 +0200 Commit from Sugar Labs: Translation System by user Jakub.: 40 of 40 messages translated (0 fuzzy). commit 7ecfbc6cd03d2c0e66f1121b71d0384c80d16c26 Author: Simon Schampijer Date: Tue Sep 20 18:18:53 2011 +0200 Release 0.93.4 commit 1609340503ed353f09ba621aa6ace77aad8c1bb1 Author: Simon Schampijer Date: Mon Sep 19 15:46:39 2011 +0200 Joining shared activity: set title for activity palette in frame, SL #3109 We need to set the title when we join a shared session AND when we run a private session. Signed-off-by: Simon Schampijer Tested-By: Gonzalo Odiard Reviewed-By: Gonzalo Odiard Acked-by: Sascha Silbe commit b582736375218e8944b3ce3daac667c7910a7e73 Author: Simon Schampijer Date: Fri Sep 9 18:41:53 2011 +0200 XO_Packager: package files that are in git and the locale folder, OLPC #11217 There had been reports about Activities that had unexpected files in the xo bundle (e.g. patches). There have been a recent change that the support for the MANIFEST has been removed from the bundle builder. The MANIFEST 'controlled' which files were bundled. The code did include all the files present in the folder (which includes patches etc). The patch does use git-ls to get a list of files to include (like the tarball packager). Furthermore the locale folder is included which has been generated. Due to the API freeze we made '_get_files_in_git' a private method which adds a bit of duplication to the 'get_files' method in the tarball packager. A patch for master which will implement Builder.get_files_git(), that can be used by XOPackager and SourcePackager. Signed-off-by: Simon Schampijer Reviewed-By: Daniel Drake commit cdbeb682cbf03a163b397286b01efc2674e45c56 Author: Pootle daemon Date: Thu Sep 8 11:52:28 2011 +0200 Commit from Sugar Labs: Translation System by user aman0115.: 40 of 40 messages translated (0 fuzzy). commit 4e8a50163e37d0a537a78563e4299658a3abeba0 Author: Simon Schampijer Date: Wed Sep 7 18:35:33 2011 +0200 Release 0.93.3 commit a16eedff46ebbf34ab1f4f0b0638f0c742f3a940 Author: Simon Schampijer Date: Wed Sep 7 18:20:01 2011 +0200 Some activities segfault when closing, OLPC #11201 TurtleArt and Abacus are two known candidates Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard commit 2d3076a1510c0fb3b978b1355e02c0169a6499f0 Author: Pootle daemon Date: Fri Sep 2 10:35:59 2011 +0200 Commit from Sugar Labs: Translation System by user ganesh.: 40 of 40 messages translated (0 fuzzy). commit f1d4d66aade400c6b0f20b996dee80425d8c979d Author: Pootle daemon Date: Fri Sep 2 06:08:44 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 8502d4c4bba895f6276e575c4026cffe965414be Author: Pootle daemon Date: Fri Aug 26 20:24:20 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 986b918ff891900798a54114114a69c739d2ced3 Author: Pootle daemon Date: Wed Aug 24 18:08:04 2011 +0200 Commit from Sugar Labs: Translation System by user anderson861.: 40 of 40 messages translated (0 fuzzy). commit 51496ff5b8adb2b3f302a8b7b52bda03bb3eeb89 Author: Simon Schampijer Date: Fri Aug 19 13:26:57 2011 +0200 Release 0.93.2 commit c1f9d716ab04821898ee4a61afd2203f39803b65 Author: Simon Schampijer Date: Thu Aug 18 17:17:00 2011 +0200 Correct title in the activity frame SL #3042 Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard Tested-by: Gonzalo Odiard commit e022aa8e4acf1467454102664681880eb48e45ab Author: Simon Schampijer Date: Wed Aug 17 17:58:22 2011 +0200 Do not remove the Keep button completely, keep around for backward compatibility In order to allow activities keeping their backward compatibility we keep the Keep button around but do not add it to the toolbar. This fixes activities that either remove or hide the Keep button or alter it in any other way. The Keep button is deprecated and we discourage the usage. Signed-off-by: Simon Schampijer Reviewed-by: Gonzalo Odiard commit 507dfecc095d8bfb6b832698b2a66c205562cd7f Author: Gonzalo Odiard Date: Wed Mar 23 23:37:03 2011 +0000 Add alpha and scale functionality to the icon, can be used in the launcher to do the animation - v2 Signed-off-by: Gonzalo Odiard Acked-By: Simon Schampijer commit 0082e10f8ebc201d0837dc67ba739d9079903e45 Author: Simon Schampijer Date: Wed Jul 27 16:47:24 2011 +0200 Remove the Keep button from the activity toolbar The keep button has led to a false assumption: learners confused it with a traditional save button and not recognising it as what it is, an option to duplicate an entry. Eben suggested to remove the button [1] and others have since then. The functionality of duplicating an entry will be moved to the entry palette in the Journal and the entry detail view [2]. We will print a warning when the KeepButton is used and remove it after another cycle. [1] http://lists.sugarlabs.org/archive/sugar-devel/2010-April/023439.html [2] http://lists.sugarlabs.org/archive/sugar-devel/2011-May/031316.html Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit 4010878b7f0b23bd7f9f83f70f672c2e9e18d1bd Merge: 3f0822a 8b2bc40 Author: Simon Schampijer Date: Sat Aug 13 09:45:46 2011 +0200 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 3f0822ab1a0f1275b9e10e3ce974ae57e2fb5501 Author: Simon Schampijer Date: Fri Aug 12 10:42:28 2011 +0200 Toolbox: replace the hippo based separator with a gtk.HSeparator This makes the old-style Toolbar hippo free. Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg commit 17ec110798a53110c4952181f92b9ab8d3da1337 Author: Simon Schampijer Date: Thu Aug 11 17:57:40 2011 +0200 Replace the hippo-based TimeoutIcon with one based on a gtk.Label and gtk.Alignment This patch depends on the addition of the SugarTimeoutIcon to the artwork where we set the font and background color. Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg commit 4018265f6cf26e5f0c6fcc9f07310444b8e5f85e Author: Simon Schampijer Date: Wed Aug 10 14:19:13 2011 +0200 Replace our custom entry widget with one based on gtk.Entry Our custom entry widget, which was based on sexyicon, did support placing an icon in the entry (e.g. the magnifier icon for the search entry) and displaying progress in the case of the url entry in Browse. Both is supported since GTK+ 2.16 in the gtk.Entry. The patch does keep the old API, that is why we can land it in 0.94 no change in the shell needed only a small change in Browse, in a second step I would like to use the upstream API e.g. 's/set_icon_from_name/set_icon_from_icon_name'. Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg commit 8b2bc40576a7931dbc81cb9b3ee1bddf9c68bc0e Author: Pootle daemon Date: Fri Aug 12 07:48:09 2011 +0200 Commit from Sugar Labs: Translation System by user aputsiaq.: 40 of 40 messages translated (0 fuzzy). commit d0a493e5326cf9b4c5cd6470242fd25665fdf1ed Author: Simon Schampijer Date: Sun Jul 24 19:19:04 2011 +0200 Initialize window title with bundle name, OLPC #11037 I had to modify the patch slightly because of 0269f819761cfd803cf4d694298c8ab6a753e242, changes reviewed by Sascha. Signed-off-by: Gonzalo Odiard Acked-By: Simon Schampijer Reviewed-by: Sascha Silbe commit 9d21fd7511af184e2ad45f5f63349e3f1c364a75 Author: Simon Schampijer Date: Sun Jul 24 18:42:48 2011 +0200 Update window title when the activity title changes - OLPC #10978 The patch updates the window title when the user changes the title in the toolbar or in the Journal. Signed-of-by: Gonzalo Odiard Acked-By: Simon Schampijer commit e7430faac9735eca60e33a5fb34f2a5a7cbe238e Author: Bernie Innocenti Date: Thu May 20 02:19:14 2010 -0400 Remove incomplete MANIFEST support This incomplete feature contributes to confuse new activity authors and slightly complicates our bundle installation logic. The day someone finds something useful to do with the MANIFEST specification, we can revert this patch in no time. Signed-off-by: Bernie Innocenti Tested-by: Bernie Innocenti Tested-by: James Cameron Tested-by: Sascha Silbe Reviewed-by: Sascha Silbe [rebased on git master, minor style fix] Signed-off-by: Sascha Silbe commit 1f06030269c062abb384baf2ab7b0f4e94bfa3ea Merge: 6b675ed c66d931 Author: Simon Schampijer Date: Sun Jul 24 17:29:12 2011 +0200 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 6b675ed45f333b19706331021f474b16add1b084 Author: Simon Schampijer Date: Sun Jul 24 15:16:40 2011 +0200 Make sure the datastore entry is created in time OLPC #10755 To avoid that we try to access the datastore entry before it has been created we need to move the creation code up, before we do get the possible information from a shared session. If we have a shared session we do then get the title and icon-color information from it and adjust accordingly. Tested that no other operation like for example resuming has issues with that change. Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit c66d931f697c95ab6d81899c336dcd8b9ec7f582 Author: Pootle daemon Date: Sun Jul 17 23:23:24 2011 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit a460b91e860885a4bf02a274b984eaf93d04cc44 Merge: 880e60b f50968e Author: Simon Schampijer Date: Fri Jul 15 18:57:47 2011 +0200 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 880e60bddaed0d5258afb4f53e135e55745245ac Author: Gonzalo Odiard Date: Tue Jul 12 16:15:24 2011 -0300 Sugar-toolkit: Pack page in ToolbarButton when is connected to the window - OLPC #10930 To add the accelerator to the ToolButton the activity must have set the 'sugar-accel-group' before. The patch does make the ToolbarButton listen to the 'hierarchy-changed' signal and repack itself accordingly. Since the ToolButtons of the subtoolbar do listen to 'hierarchy-changed' as well to set the accelerator they will set it accordingly. This fixes the accelerators for new-style-toolbar activities like Terminal, TurtleArt and Paint, more info in #10930. Signed-by-off: Gonzalo Odiard Acked-by: Simon Schampijer commit f50968e16ff7ed0b9ec3d09583b1035d74ab03b7 Author: Pootle daemon Date: Fri Jul 8 19:52:50 2011 +0200 Commit from Sugar Labs: Translation System by user khaled.: 40 of 40 messages translated (0 fuzzy). commit 10580fc2a73aec1f828a3d8d43489e1d31a670c1 Author: Daniel Drake Date: Tue Jun 28 23:01:12 2011 +0100 GlibTCPServer: defer shutdown_request to avoid closing the socket too early OLPC #10906 In Python 2.7, shutdown_request was added to the BaseServer class and TCPServer was adopted to use it instead of close_request in the _handle_request_noblock() path. GlibTCPServer must be adapted to account for this, so that shutdown_request is not allowed to prematurely allowed to close the socket, in the same way that close_request is ignored. Fixes collaboration in activities that rely on this mechanism for sharing (including ImageViewer and Read) Signed-off-by: Daniel Drake Acked-by: Simon Schampijer Tested-by: Gonzalo Odiard Tested-by: Simon Schampijer commit 7e61237c8fcfb83b6caefe04d628b7a3220d7d1e Author: Simon Schampijer Date: Wed Jun 29 10:01:51 2011 +0200 Debug logs for default profile The generic path does not work for the telepathy logs. As we have removed the support for different profiles it is ok to just use the default path. Signed-off-by: Simon Schampijer Reviewed-By: Marco Pesenti Gritti commit 7a0d5d93984003d9d5964f593886dc6dee6dfb39 Author: Simon Schampijer Date: Mon Jun 20 17:48:51 2011 +0200 Use 'focus-out' event instead of 'changed' event for title entry OLPC #10956, SL #2608 To determine if the title has changed we use the 'focus-out' event now instead of the 'changed' signal of the gtk.Entry. This removes races we had before. Signed-off-by: Daniel Drake Acked-By: Simon Schampijer Acked-By: Sascha Silbe commit 1ea1b2a0aba795c8ceba595158cb00cfe5590190 Author: Simon Schampijer Date: Wed Jun 1 10:34:00 2011 +0200 Use the activity instance name when joining a shared activity SL #2872 When we join a shared activity we use the name of the shared activity as the title of the activity. As we set the activity metadata accordingly this will be visible in the activity toolbar, the Journal and the activity frame. Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit c86b6d591733abcbe53dbb0b70c868dd2d94e28b Author: Simon Schampijer Date: Thu Jun 9 16:53:18 2011 +0200 Fix invitations from a non sugar client (empathy), part of OLPC #10814 This differentiates between sugar and non sugar invitations using the handle type. For non-sugar invitations we use the activity id to determine which activity to join. Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit 67143d8042c32a0976b063c5af4089da7b325fcf Author: Simon Schampijer Date: Fri Apr 15 17:05:45 2011 -0400 Only show joined buddies on sharer side, part of OLPC#10578 This is a follow-up patch to 95b4eeec758ffa729d0dbb219b21d428115fcc74 Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit 5b09eb1d747743cdca1331bbc0f4c37bb49c1564 Author: Simon Schampijer Date: Mon May 23 10:33:50 2011 +0200 Shared activity does not announce the 'buddy-left' signal OLPC #10800 This fixes a copy and paste error. A good test case is the Memorize activity since we listen for the 'buddy-left' signal there to update the members list inside the activity. Signed-off-by: Simon Schampijer Acked-By: Sascha Silbe commit 3553fbd2f0c7c747d0b37a4bede2360f6282f740 Author: Sascha Silbe Date: Mon Apr 11 19:58:42 2011 +0200 remove obsolete comment GTK bug #502871 [1] has been fixed in 2007. [1] http://bugzilla.gnome.org/show_bug.cgi?id=502871 Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit 567bd961a500ff4d5be3fbb11e091205a85936c5 Author: Sascha Silbe Date: Sat Mar 5 11:40:09 2011 +0000 Avoid showing decorated windows during start-up (OLPC#10713) As a side effect, activity start-up is now subjectively faster, maybe even objectively (due to avoiding a resize). Tested on XO-1 running Debian Squeeze. Acked-By: Simon Schampijer commit 35cb4e38811472c50f10ce34607871d3bc0ce59b Author: Gonzalo Odiard Date: Thu Mar 31 20:21:19 2011 +0000 The activity icon does not handle the case of a activity without metadata. If the activity is initiated with create_object=False Acked-by: Sascha Silbe commit 17e52db2b6a6ba0b3aba6246b720f8b91ba1b57f Author: Simon Schampijer Date: Tue Mar 29 17:26:29 2011 -0400 Store all the buddies that have been joined in the activity metadata OLPC #10578 Before only the buddies that were present when closing the activity were logged in the Journal. This patch does add another dictionary '_joined_buddies' to keep track of the users that did join. The '_buddies' dictionary keeps on tracking the users currently in the activity. Signed-off-by: Simon Schampijer Acked-by: Sascha Silbe commit abe7d121ec590a4349043c4e32db289a5d531e3b Author: Pootle daemon Date: Thu Mar 31 03:31:22 2011 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit 85e714ecb1e00e2652a6700a6868c698010c8c3e Author: Sascha Silbe Date: Thu Mar 3 14:30:30 2011 +0100 fix regressions introduced by 29582de6 (fix for SL#1742) GTK pops down the palette before it invokes the actions on the menu item. We need to postpone destruction of the palette until after all signals have propagated from the menu item to the palette owner. Symptoms included the "View Details" palette menu item in the Journal list view not working. Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit ca02d59e116200cf689bf24ff61f025973d394ec Author: Simon Schampijer Date: Wed Mar 2 12:26:14 2011 -0500 Open content bundles on a external device #1748 Remove the path parameter as it is not used anyhow. The patch for the sugar module does make sure the method is called correctly. Signed-off-by: Gonzalo Odiard Acked-By: Simon Schampijer Reviewed-By: Sascha Silbe commit 1d2703918028a06c3b42d042fcdb579c96b95847 Author: Simon Schampijer Date: Wed Feb 23 17:03:20 2011 -0500 Release 0.92.0 commit 17537c77100fab5e801a19d4b0b3d8bff3f72cbb Author: Sascha Silbe Date: Mon Jul 5 01:34:14 2010 +0000 Window: allow removing the toolbar_box Allow the toolbar_box to be removed by setting it to None, like is supported for canvas. Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit 9d45394d40fde3488e9a446c52ecc8791e577202 Author: Sascha Silbe Date: Tue Feb 15 19:30:08 2011 +0000 fix whitespace mistake introduced by c7a80a1 Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit 11bfce1a31ff326041b33ad707c52efe8c7eb983 Author: Sascha Silbe Date: Fri Feb 11 19:18:38 2011 +0000 sugar.activity.i18n: add pgettext() Python 2 will never have pgettext() [1], so we need to ship our own version. sugar.activity.i18n is the best place for that. [1] http://bugs.python.org/issue2504#msg122482 Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer commit b30bc0151c357f0e60eb92c934daa56ca28d2df0 Author: Simon Schampijer Date: Sat Feb 12 19:07:46 2011 +0000 bundlebuilder: genpot: don't use absolute paths in filenames (SL#2508) [tweaked description; minor style fix] Signed-off-by: Sascha Silbe Tested-By: Sascha Silbe Reviewed-By: Sascha Silbe commit 6a4966f4ced808eca6e3c18aeb015a34478a43a3 Author: Pootle daemon Date: Sat Feb 12 20:54:49 2011 +0200 Commit from Sugar Labs: Translation System by user RafaelOrtiz.: 40 of 40 messages translated (0 fuzzy). commit 45fc0b6186d6162c99eb63c728e9ed30153334c8 Author: Martin Dengler Date: Mon Jan 17 02:20:17 2011 +0000 Throw MalformedBundleException on broken zip files sugar.bundle.bundle.Bundle users (e.g. jarabe.model.bundleregistry.BundleRegistry._add_bundle) only expect MalformedBundleException to be thrown, not exceptions of zipfile. This patch solves the most severe issue in #1876: filling up the filesystem with temporary files that won't be deleted afterwards. Before we can consider this bug completely fixed, we still need to do something for the remaining issues: 1) Unpacking shouldn't be attempted if there isn't a safety margin 2) System becomes unresponsive during unpacking 3) No progress indication for the operation, so users are tempted to click multiple times 4) No error messages displayed for unpacking errors, which is a common Sugar nuisance. http://bugs.sugarlabs.org/ticket/1876#comment:5 offers possible strategies for (1) and (2). Signed-off-by: Martin Dengler Signed-off-by: Bernie Innocenti [style fixes, adjusted description] Signed-off-by: Sascha Silbe Reviewed-by: Aleksey Lim commit 924e2e62bf9e2dbc7a15c412def076a0194370a3 Author: Sascha Silbe Date: Fri Jan 21 21:01:46 2011 +0000 fix sugar-emulator detection logic broken by 814ab2d (has_key() cleanup) This broke Shutdown and Restart (buddy menu). Signed-off-by: Sascha Silbe commit b445032cac3affc99007a10ae69f4e3d8d7b0992 Author: Pootle daemon Date: Mon Jan 24 00:26:02 2011 +0200 Commit from Sugar Labs: Translation System by user khaled.: 40 of 40 messages translated (0 fuzzy). commit 5c8256c264023b632d1ed585be81834f15ad459a Author: Pootle daemon Date: Tue Jan 18 10:13:26 2011 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit 5055960c755570af186cf68124e922aba03f315e Author: Pootle daemon Date: Tue Jan 18 06:52:54 2011 +0200 Commit from Sugar Labs: Translation System by user danishka.: 40 of 40 messages translated (0 fuzzy). commit 3b0e761f4a27624b7f6868d4cb2432b4ea37376d Author: Sascha Silbe Date: Sun Oct 17 10:04:32 2010 +0000 XoColor: don't choke if passed the wrong type (SL#1408) Color data is stored in the Journal as a JSON dump, so we can get back arbitrary types. XoColor already checks the color string for validity and handles invalid strings gracefully, so it makes sense to enhance this to invalid types as well. Acked-by: Simon Schampijer commit 18e39672ce521eb217f466964c63d2cb14bcf1d8 Author: Simon Schampijer Date: Wed Nov 24 22:40:16 2010 +0100 Apply new version scheme as well to content bundles #2425 Reviewed-by: James Cameron commit aadfeed305dae9b5194e3410c210d891fcc11e5e Author: Simon Schampijer Date: Wed Nov 24 21:39:09 2010 +0100 bundlebuilder: install mimetypes.xml and associated icon #2262 As we do create the ActivityBundle in the config of the bundlebuilder we can use the code from the activitybundle as well to install the mime type. Reviewed-By: Sascha Silbe commit 1adc165a8cff40a39fe4351af0fce9748e73900e Author: Sascha Silbe Date: Fri Oct 15 20:22:43 2010 +0000 bundlebuilder: ignore incorrect pylint warning pylint isn't smart enough to figure out the return type of Popen.communicate(), so squelch the warning. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 46deeb64e6642fa6628ef42658605cd598604741 Author: Sascha Silbe Date: Fri Oct 15 20:18:15 2010 +0000 pylint: sugar.wm._property_change_trapped: allow overriding built-in method "format" is the name of a parameter of the function we are wrapping, so we shouldn't change it. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 0521234fec3de6f0cd98b1d666cdf351b72f7b48 Author: Sascha Silbe Date: Fri Oct 15 20:11:10 2010 +0000 CellRendererInvoker._redraw_path(): assure column is defined We know that our code is correct and column should always be assigned, but it never hurts to act defensively and guard against bugs in other pieces of the code (or other components like GTK). Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 05fd5fe2d736416db9b10436cab00446f20b0cae Author: Sascha Silbe Date: Fri Oct 15 20:06:25 2010 +0000 ToolInvoker._get_alignments: fix missing self parameter Caught by pylint. I wonder if we need this piece of code as nobody every triggered it. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 7983242f7a661d49e247ec8403b7f326da8026f8 Author: Sascha Silbe Date: Fri Oct 15 20:04:49 2010 +0000 pylint cleanup: initialise all attributes in __init__() Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit adba508d8f4d0bc0b195dbebedb46c932ba91a83 Author: Sascha Silbe Date: Fri Oct 15 19:59:41 2010 +0000 pylint cleanup: pass format parameters to log functions instead of using % This avoids the overhead from the string formatting on production systems. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit ff16cb0fa9d1b1b7eae822f86fb442a543e4d027 Author: Sascha Silbe Date: Fri Oct 15 19:47:41 2010 +0000 pylint cleanup: disable warnings for reasonable catch-all exception handlers Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 431e36a4277809434af4e07639055cdd75036add Author: Sascha Silbe Date: Fri Oct 15 19:47:41 2010 +0000 sugar.util: use logging.exception instead of traceback.format_exc() logging.exception() handles exceptions nicely for us, no need to explicitly use traceback. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 3d227102c486a58cc7fe60c049ea85d501606efd Author: Sascha Silbe Date: Fri Oct 15 19:41:53 2010 +0000 pylint cleanup: remove unused imports Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit eacce98f88360f75ab5829734313dcefa335309c Author: Sascha Silbe Date: Fri Oct 15 19:20:26 2010 +0000 pylint cleanup: replace disable-msg with disable Adapt to upstream format change. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 7acfbd070fa207dff309383da6e743ad2b9843c3 Author: Sascha Silbe Date: Fri Oct 15 19:14:59 2010 +0000 style cleanup: prefer ' for strings Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 5f13fcfc847ecff18b9558de8ce29da884a06d7a Author: Sascha Silbe Date: Fri Oct 15 18:43:36 2010 +0000 style cleanup: use """ everywhere Most of the code uses """, so adjust the few deviations. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 5f8ec81023f7acefcab1597a60cd0094d85ee3f1 Author: Sascha Silbe Date: Fri Oct 15 18:39:50 2010 +0000 PEP8 cleanup: fix deprecated raise syntax Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 9c7769cc21e681959d7424a8cb233b602a9698fe Author: Sascha Silbe Date: Fri Oct 15 18:38:45 2010 +0000 PEP8 cleanup: fix whitespace before ':' Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 73de340d271bbd6cfe73b45b370373972606c175 Author: Sascha Silbe Date: Fri Oct 15 18:36:38 2010 +0000 PEP8 cleanup: fix spaces around keyword parameters Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 72ed58cbca84964c194d368fade10836f690e1f5 Author: Sascha Silbe Date: Fri Oct 15 18:28:53 2010 +0000 PEP8 cleanup: fix inline comment spacing pep8 wants inline comments to be prefixed by at least two spaces. Let's just move them to a separate line as that's easier to read anyway. Acked-by: Simon Schampijer CC: Aleksey Lim commit 60707443eaf4300352f9e227f91ea2f79ad7aeaf Author: Sascha Silbe Date: Fri Oct 15 18:23:34 2010 +0000 PEP8 cleanup: fix whitespace around operator Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 814ab2ddf9337c36244929840c296b26430eb045 Author: Sascha Silbe Date: Fri Oct 15 18:18:15 2010 +0000 PEP8 cleanup: don't use has_key() has_key() has been deprecated for quite some time now. Acked-by: Simon Schampijer CC: Aleksey Lim commit 4d978fda14f7029dca7ec9925ac3716c56a74875 Author: Sascha Silbe Date: Fri Oct 15 18:04:34 2010 +0000 PEP8 cleanup: ensure lines are shorter than 80 characters Caught by PEP8. This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit e2231d56203dcc58cc8a8a873ab1eef1b56a629e Author: Sascha Silbe Date: Fri Oct 15 17:53:25 2010 +0000 PEP8 cleanup: fix number of blank lines Caught by pep8. Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit 131c28bb724d89900a1707ad4cae726ba8e9ce5a Author: Sascha Silbe Date: Fri Oct 15 17:45:11 2010 +0000 fix EOL spaces Reviewed-by: James Cameron Acked-by: Simon Schampijer CC: Aleksey Lim commit c7a80a1e56e4f52e280b0b1d87643899726f6c36 Author: Simon Schampijer Date: Tue Nov 9 10:53:05 2010 +0100 Add new numbering scheme #2425 - add class NormalizedVersion to parse and compare the new activity versions - change the bundlebuilder and activitybundle to use the new scheme, instead of an int version we expect a string that matches the format defined in NormalizedVersion commit d8217d293e13a13dfa0e2ddfee365c14cd85fc2f Author: Pootle daemon Date: Wed Oct 20 16:05:54 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit db46363e9d35f04060eae11ab9198e42d679d284 Author: Simon Schampijer Date: Thu Oct 14 19:17:22 2010 +0200 Release 0.90.2 commit 29582de67f3189d232e170b1e07e9bf34233fb51 Author: Tomeu Vizoso Date: Mon Oct 11 11:25:49 2010 +0200 Add 'cache-palette' property to Invoker #1742 Meaning that the palette will be cached after it's created. commit b91c2102b4b692f98a885847b7ce43f37715d593 Author: Simon Schampijer Date: Tue Oct 5 18:12:53 2010 +0200 Release 0.90.1 commit 4fb2943ec4564c5a007de993ab9ff13a8daa3e23 Author: Tomeu Vizoso Date: Tue Oct 5 16:36:13 2010 +0200 Fix running multiple instances of Browse by adapting to API changes #2404 * sugar/presence/presenceservice.py: Specify the D-Bus interface when calling ActivityProperties.GetActivity * sugar/activity/main.py: Set a default for the --invite option and make the create() D-Bus method accept a{sv} so we can pass the boolean value. commit 7dedaeb7bb68c852d60e2225ae205a2fbbbb2bbb Author: Tomeu Vizoso Date: Mon Oct 4 16:56:26 2010 +0200 Cast floats to ints before calling cairo.ImageSurface() #2291 Otherwise Python 2.7 will raise an exception. commit 969421b0d5d2b133509cdf4ab89e075e0844b3cd Author: Simon Schampijer Date: Wed Sep 29 17:36:43 2010 +0200 Release 0.90.0 commit 9f1fc0416e417d7eb395048254ad29c1951aa6bf Merge: 106b9fb 1540436 Author: Simon Schampijer Date: Wed Sep 29 16:20:46 2010 +0200 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 106b9fba686081bfa8c4d9b9d9d5fe78fa75dc1f Author: Simon Schampijer Date: Wed Sep 29 16:15:59 2010 +0200 Do not break if the string contains no conversion specifier #2354 commit 1540436bb8a1a81b68f57aabaf9889b9d2ef659c Author: Pootle daemon Date: Tue Sep 28 16:17:21 2010 +0200 Commit from Sugar Labs: Translation System by user tomeu.: 40 of 40 messages translated (0 fuzzy). commit 5326ebf53c476ff0749f7c47d8812c424c7d67c5 Author: Pootle daemon Date: Mon Sep 20 19:44:51 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit a2b8518489cd187d1304df4f05a20b9db7c2cfb4 Author: Tomeu Vizoso Date: Fri Sep 10 09:44:55 2010 +0200 Don't try to share the activity if we couldn't find a suitable connection #2217 commit e398f58e92e164c19b44f693381e2d222e0e52ea Author: Simon Schampijer Date: Mon Aug 30 19:42:11 2010 +0200 Release 0.89.5 commit 0002c93e960a4d672c9249f0c9c0dffa019eb50b Author: Tomeu Vizoso Date: Thu Aug 26 18:43:11 2010 +0200 sugar.presence: Remove dead code and make clear which methonds are deprecated commit e21ab06e34a6964dc6422d3ed8ca4daafdd2e260 Author: Tomeu Vizoso Date: Thu Aug 26 16:59:45 2010 +0200 Read the public and private keys lazily commit d780248e87d92a3f626f12a2a051fc715f634389 Author: Tomeu Vizoso Date: Thu Aug 26 15:26:33 2010 +0200 Use Account.ConnectionStatus instead of Account.Connection.Status commit 7746dd72b772276f0c432be9c6bd16c5b33a99c8 Author: Simon Schampijer Date: Wed Aug 25 16:55:42 2010 +0200 Release 0.89.4 commit 4260a53d3f4eac31240243a793b9f1fd41b21213 Merge: f0a570b c56154d Author: Martin Abente Date: Mon Aug 23 14:22:49 2010 -0400 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit f0a570b5ae7f74680bd34226fc0b03cbce3e6ba6 Author: Martin Abente Date: Wed Aug 18 10:22:49 2010 -0400 Delete activities profile data when uninstall #2074 When activities are uninstalled, profile data persists. Profile data can consume a lot of storage space. Therefore it is necessary to delete it when required. Signed-off-by: Martin Abente commit c56154d93861891b5c1f517a3080fe32c06604b7 Author: Tomeu Vizoso Date: Thu Mar 25 16:42:21 2010 +0100 Remove sugar/__init__.py, it should come from sugar-base #1868 commit d156ff56a8f63dba184fe0984986bd4f39c206dd Author: Tomeu Vizoso Date: Fri Aug 20 16:25:13 2010 +0200 Address comments from Simon's review commit 1af1bc97134663fdbb9a7c71fb1b1b4aad8545ed Author: Tomeu Vizoso Date: Tue Aug 17 12:00:45 2010 +0200 Address several nitpicks from Marco commit 56679a3de6f4731e87d9e997abcdec1d1dddc040 Author: Tomeu Vizoso Date: Mon Aug 16 17:27:10 2010 +0200 Rename ActivityHandle.handle_invite to ActivityHandle.invited commit d66eb39c9bd17d5e4bcdf9d2c4e4ed2529647c75 Author: Tomeu Vizoso Date: Mon Aug 16 17:12:21 2010 +0200 Remove unused constant commit 6a124114775102b8857ce45df858eaa57133633b Author: Tomeu Vizoso Date: Mon Aug 16 14:39:05 2010 +0200 Add copyright statement due to the collaboration refactoring commit fdfacaf26f6259afd305afba1b7de221d60bcfd8 Author: Tomeu Vizoso Date: Thu Aug 12 16:20:14 2010 +0200 Misc. pylint fixes commit fab271ac9c5cb0b91af0c58f3a27eb2f5249357b Author: Tomeu Vizoso Date: Thu Aug 12 16:03:40 2010 +0200 Wrap lines with more than 80 chars commit ead42a69454977ea3259a1b7c33f302d64a5fef3 Author: Tomeu Vizoso Date: Thu Aug 12 15:53:28 2010 +0200 Remove some unused imports commit 1d16629d1bdd9aeb69782d3f3018e4cb2b8d4203 Author: Tomeu Vizoso Date: Thu Aug 12 15:33:52 2010 +0200 For several reasons, a shared activity won't survive to its connection disconnecting and coming back. commit cd6c0101af26dfd97782f08ff6ad8e75f7468e2d Author: Tomeu Vizoso Date: Thu Aug 12 15:25:24 2010 +0200 No need to dispose the buddies currently in the activity, as it is information that is needed through the whole life of the activity instance commit 694c456ed33b82db8a79d31d7874cde5f04e8800 Author: Tomeu Vizoso Date: Thu Aug 12 15:21:53 2010 +0200 Remove misleading comment, we are already listening Closed commit 24df5942038fb9ddaf3c590f47c449d6c372801b Author: Tomeu Vizoso Date: Thu Aug 12 15:10:36 2010 +0200 Add the MAC address to the data that gets hashed to get an activity_id commit d5dbe3616f2cf27e33b7ffdfa258f1719022e189 Author: Tomeu Vizoso Date: Thu Aug 12 15:04:34 2010 +0200 Correctly use the connections from ConnectionManager commit c0ed611aeeb4a8a6f0c02222881b19235800fb35 Author: Tomeu Vizoso Date: Thu Aug 12 13:17:17 2010 +0200 Make sure that the connection we choose is connected commit ba80f2a2c1807593de6f2449dc696f2fcd65a3d0 Author: Tomeu Vizoso Date: Wed Aug 11 12:59:18 2010 +0200 Set the properties of the channel after we have joined it commit 1e7f49902901a7320a4597bec42736a99059da68 Author: Tomeu Vizoso Date: Tue Aug 10 14:21:42 2010 +0200 Translate handles if the channel has channel-specific handles (gabble) commit 11d0574b3f9037dff875d8a0f963daee753786ea Author: Tomeu Vizoso Date: Tue Aug 10 14:20:08 2010 +0200 Log when we fail to find a share activity for a given id commit 633214e2b6b0f4a5fea74caa8f135115da1961d1 Author: Tomeu Vizoso Date: Tue Aug 10 14:18:29 2010 +0200 Call the new invite method in ActivityService InviteCommand and keep a stub for Invite commit 713614566715b028da75c5c7f4ad6272b8eed437 Author: Tomeu Vizoso Date: Thu Aug 5 11:23:52 2010 +0200 Add WOCKY_DEBUG to ~/.sugar/debug commit 6b965fa98d857223396f71bf3c9eb01e33163082 Author: Tomeu Vizoso Date: Tue Aug 3 11:36:51 2010 +0200 Add mission control env vars for debugging commit 8da18fe2aaa12ae2fb3adbf3e611ff36929a9695 Author: Tomeu Vizoso Date: Fri Jul 16 15:43:34 2010 +0200 Track the buddies inside the activity commit 363f82820557e3b15e6c36334bceeae1f863ed31 Author: Tomeu Vizoso Date: Thu Jul 15 10:50:05 2010 +0200 Handle invitations using Mission Control 5. src/sugar/activity/activity.py: If the activity is being invoked to handle an invite, create a Client.Handler instance and share the activity when HandleChannels is invoked. src/sugar/activity/activityfactory.py, src/sugar/activity/activityhandle.py, src/sugar/activity/main.py: Add a -i switch that indicates to the activity that it should handle the channel from an invitation. src/sugar/presence/activity.py: Expose Activity.room_handle. src/sugar/presence/presenceservice.py: Add get_activity_by_handle(). src/sugar/presence/util.py: Add get_account_for_connection(). commit af6e3aa5ef284ed9184f149b119707496747f3a5 Author: Tomeu Vizoso Date: Tue Jul 13 13:57:03 2010 +0200 Restore use of ActivityProperties.GetActivity commit 46159e987b8bf20f57ce1e8fca78338fc90508cf Author: Tomeu Vizoso Date: Tue Jul 13 12:15:43 2010 +0200 Pass the account path to the Activity on creation commit 1a4c721f3d564dcb7d395196130c0299a4ec1fd4 Author: Tomeu Vizoso Date: Mon Jul 12 20:33:19 2010 +0200 Identify buddies and activities by their account and ids instead of connection and handle. commit cc8ecd81e7eb5ee77d76b3752492cdbd6165625e Author: Tomeu Vizoso Date: Mon Jul 12 17:54:21 2010 +0200 Add src/sugar/presence/util.py commit bd3a4ca747721f39eb8abf749a22f20c4ced115d Author: Tomeu Vizoso Date: Fri Jul 9 17:31:50 2010 +0200 Take into account the "private" property when updating the scope toolbutton commit ce87bb3ff6f2c75e0831dda678714721c3aa0aed Author: Tomeu Vizoso Date: Fri Jul 9 17:31:11 2010 +0200 Only add ourselves to a channel if we are in local_pending commit fbee73054996f55680fa9aeb034875c970148022 Author: Tomeu Vizoso Date: Thu Jul 8 17:20:51 2010 +0200 Implement inviting buddies to a private activity commit 37d7fc1075adcc0bd40b7fc82b157a3251067d37 Author: Tomeu Vizoso Date: Thu Jul 8 17:19:55 2010 +0200 Add src/sugar/util.py to the Makefile commit 6f6b86d1e2082a2b4807ff4802ae33331bd850ca Author: Tomeu Vizoso Date: Fri Jul 2 15:14:08 2010 +0200 Implement Buddy.object_path() commit 9c1275e4c8dd0c7369c3e5da391db13ed254a442 Author: Tomeu Vizoso Date: Fri Jul 2 15:13:42 2010 +0200 Implement Activity.get_channels() commit 043d3b0ee739480fd6d8ca9f203937948ac483e5 Author: Tomeu Vizoso Date: Fri Jul 2 11:39:12 2010 +0200 Emit the buddy-left signal commit 12cd353620167a087daf50f220993997324699e1 Author: Tomeu Vizoso Date: Fri Jul 2 11:35:10 2010 +0200 Implement leaving an activity commit 2db82c17225f0236316cd714eba3e64d29a03e54 Author: Tomeu Vizoso Date: Fri Jul 2 11:16:40 2010 +0200 Emit the buddy-joined signal commit f9b0d68a48712c790f0870381c89d11de0466eeb Author: Tomeu Vizoso Date: Wed Jun 30 18:01:58 2010 +0200 Refactor the logic for sharing into _ShareCommand and implement joining a shared instance with _JoinCommand. commit a0b9394846b5a3306effe5a52857e3bff70294fa Author: Tomeu Vizoso Date: Mon Jun 28 16:42:23 2010 +0200 Replace enough of the old PS so we can share an activity instance publically on the network. commit 98cc77f1fb35ae0c0e44a27dc389248b8024bba7 Author: Tomeu Vizoso Date: Tue Jun 22 16:31:21 2010 +0200 Replace enough of the old PS so we can join an activity instance on the network. * src/sugar/activity/activity.py: Get the shared activity wrapper from sugar.presence. * src/sugar/activity/activityfactory.py: Disable checking in the PS for activity_id duplicates. * src/sugar/presence/activity.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. * src/sugar/presence/buddy.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. Added an Owner subclass of Buddy() * src/sugar/presence/presenceservice.py: Remove the PS dependency and query Telepathy directly. Implemented enough to join an activity. * src/sugar/presence/util.py: Add ConnectionManager for discovering and tracking connections. commit d6da506dfdd8dbfa2e6baf145d4bb62dbb5b73cc Author: Simon Schampijer Date: Tue Aug 17 17:28:09 2010 +0200 Release 0.89.3 commit 981707c112aea3d12c4b0140e6e4510931c177f6 Author: Simon Schampijer Date: Tue Aug 17 17:25:19 2010 +0200 Print warnings about the deprecated activity.info fields commit acd8095a29f2f922acce3e907fb71a6019eff113 Author: Simon Schampijer Date: Tue Aug 17 16:57:02 2010 +0200 Revert "Support dropped for activity.info fields 'service_name' and 'class'" This reverts commit e11b7d319626691a18db3b3e87f5f66c04102695. commit 4dc2b3db2306ae45da115c2de6053753d9312907 Author: Simon Schampijer Date: Mon Aug 16 23:27:00 2010 +0200 Release 0.89.2 commit e11b7d319626691a18db3b3e87f5f66c04102695 Author: Simon Schampijer Date: Mon Aug 16 16:12:11 2010 +0200 Support dropped for activity.info fields 'service_name' and 'class' You have to use 'bundle_id' and 'exec' instead now. commit 3f68813dd667a3da4064072b4adac15ca1ad5b57 Author: anishmangal2002 Date: Mon Jun 14 02:21:23 2010 +0000 Add ErrorAlert inherited from Alert Adds the ErrorAlert class which is an alert inherited from the base Alert class. This is very similar to the ConfirmationAlert class with the difference being that it only displays an 'Ok' button in the Alert popup. Signed-off-by: anishmangal2002 commit 4fdf632c1864d8b108520f1a2eda48f42deed942 Author: Daniel Drake Date: Mon Aug 9 11:00:52 2010 -0600 Revert "Release 0.84.12" This reverts commit 658123fe8164146378f3b5cc77954fd9cb35b191. Sorry, screwed up, this was on the wrong branch :( commit 658123fe8164146378f3b5cc77954fd9cb35b191 Author: Daniel Drake Date: Mon Aug 9 10:59:20 2010 -0600 Release 0.84.12 commit f82c2bad4d4c6d9e50d4fda93da5717500c42a6d Author: Simon Schampijer Date: Mon Aug 9 09:25:18 2010 +0200 Not able to access files on external device from within an activity on new system d.l.o #10218 The error we were seeing was that the '(env.get_profile_path(), 'data'))' does not exist yet at system start. Symlinks are created there when accessing data on an external device. The directory gets created when an activity like Browse or Terminal has been run for the first time or you start Read for the first time by resuming the file on the external device. http://dev.laptop.org/ticket/10218 commit e065eef05905e9f306d1e85207441c0c203dad85 Author: Pootle daemon Date: Sat Aug 7 21:55:50 2010 +0200 Commit from Sugar Labs: Translation System by user Myckel.: 40 of 40 messages translated (0 fuzzy). commit 29aa609b57c64b4e312625d0e41f5dfc2381f01a Author: Tomeu Vizoso Date: Wed Jul 14 11:53:49 2010 +0200 Release 0.89.1 commit abda2edc04da5e97bbe508d4894c83c73e96c816 Author: Simon Schampijer Date: Wed Jul 7 11:08:59 2010 +0200 Remove unneeded debug logs #1861 commit e90fccfd37bbd01bd6c0bebdc0614a2095b92355 Author: Bernie Innocenti Date: Sat Jun 19 08:50:08 2010 -0400 Use set_toolbar_box() in example code. The set_toolbox() method is obsolete, so let's not advertise it. Signed-off-by: Bernie Innocenti commit e2ab351b367e6b95fcd3ba385bb29ecb7453b2d0 Author: Bernie Innocenti Date: Sat Jun 19 08:23:04 2010 -0400 Set default accelerators for Copy and Paste buttons commit 5186c941f00fce5ea05bbc47f638d7476676bfc3 Author: Simon Schampijer Date: Thu Jun 3 09:07:13 2010 +0200 Release 0.88.1 commit 3aa099509676d795873668948f3b4646aab9419a Author: Simon Schampijer Date: Thu Jun 3 08:56:42 2010 +0200 Bundelbuilder should not use localized activity name #1968 (Walter Bender) The localized activity name is only used for user-facing strings. The .xo and .tar files are left in the original name. commit 883fefe78295fa8ca427c18a8b372c5d81b99b1e Author: Aleksey Lim Date: Wed May 5 07:17:53 2010 +0000 Cannot delete stalled download from journal #1987 commit 845d2534e670366a92fd93be92a078a4a188ff9f Author: Aleksey Lim Date: Fri May 7 20:02:31 2010 +0000 Reset timeout delay on every TitleEntry change #1948 commit 2e4a59a0abcfc2fd83e7903acbc7f1fa41508292 Author: Pootle daemon Date: Sat Apr 24 07:39:51 2010 +0200 Commit from Sugar Labs: Translation System by user korakurider.: 40 of 40 messages translated (0 fuzzy). commit 25e57e3766e4e3b9e84da3d8f8f51a4f95046909 Author: Tomeu Vizoso Date: Tue Mar 30 09:41:18 2010 +0200 Release 0.88.0 commit adc69113775a1ce78f110d6c49233bb83dbbfe68 Author: Pootle daemon Date: Tue Mar 30 08:25:47 2010 +0200 Commit from Sugar Labs: Translation System by user anderson861.: 32 of 40 messages translated (0 fuzzy). commit 94206cd9bdb4126efdb16544fdcd398926225179 Author: Simon Schampijer Date: Mon Mar 29 23:52:50 2010 +0200 Release 0.87.9 commit e497eb15baea8b7f7429fb5c5cf34e45a83aeeed Author: Simon Schampijer Date: Mon Mar 29 23:48:23 2010 +0200 Fix keep functionality in activities Introduced by #1765 commit 0ce9019b935eb88d62704532f0affb8c203bbdaa Author: Pootle daemon Date: Mon Mar 29 01:55:28 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit 912747ada45947cc0f471d01a80e2ba990fb3887 Author: Pootle daemon Date: Sun Mar 28 16:11:14 2010 +0200 Commit from Sugar Labs: Translation System by user YuanChao.: 40 of 40 messages translated (0 fuzzy). commit d91429746938b2fcb10f2e3c261174d2205969c1 Author: Pootle daemon Date: Sat Mar 27 22:32:18 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit 758bff4164ea31a7853f274965267876f40811a7 Author: Pootle daemon Date: Fri Mar 26 20:58:52 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit 5a208cac1db74bd1e72aa331d23583b0d16106d4 Author: Pootle daemon Date: Fri Mar 26 20:55:35 2010 +0200 Commit from Sugar Labs: Translation System by user mschlager.: 40 of 40 messages translated (0 fuzzy). commit cbf3dd87aa5149d54cecd70dad76a5ad2e99aaae Author: Pootle daemon Date: Wed Mar 17 17:24:28 2010 +0200 Commit from Sugar Labs: Translation System by user carlo.: 40 of 40 messages translated (0 fuzzy). commit 8b64f9612146f6769980450955850c3819e7286e Author: Pootle daemon Date: Mon Mar 15 01:25:23 2010 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit de4ea58b15698e42e0a01bcb9185d8042658e7aa Author: Pootle daemon Date: Sun Mar 14 17:20:35 2010 +0200 Commit from Sugar Labs: Translation System by user sayamindu.: 40 of 40 messages translated (0 fuzzy). commit 24c350910624981da4a833769b505e0b3d33e212 Author: Simon Schampijer Date: Wed Mar 10 18:00:46 2010 +0100 Release 0.87.8 commit 161aec771e058416d672c36b3129cc4a1a11c7e2 Author: Aleksey Lim Date: Wed Mar 10 16:35:09 2010 +0000 Display a message when an activity fails to start (based on wadeb patches) #1447 commit d8d714af48b15b795f0dfcdaf952bf0c0280ad61 Author: Simon Schampijer Date: Wed Mar 10 11:42:03 2010 +0100 Release 0.87.7 commit 2a52c9493bc5a749e0c06ec5df60b963f1594ca2 Author: Simon Schampijer Date: Wed Mar 10 10:23:30 2010 +0100 A little bit of pylint cleanup commit d27511f1cb8124ebf906367a2efc81479ba49fb9 Author: Bernie Innocenti Date: Tue Oct 20 02:26:46 2009 -0400 autogen.sh: pass --enable-maintainer-mode to configure commit bb323a4efa266ca3285970ad0256e731688ee56c Author: Sascha Silbe Date: Tue Mar 9 23:34:59 2010 +0000 check syntax of private key (#1568) Check that header and footer of the private key are present in order to detect corrupted key files. Signed-off-by: Sascha Silbe commit d38d865c7c0cb0a909f5549d109ec21afbab064c Author: Sascha Silbe Date: Tue Mar 9 23:28:18 2010 +0000 Revert "Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568" This reverts commit 12016d54088c8bbd0b48b33e591ffab94875360b, reversing changes made to d006092d37b180bb0490ab7e1182662afc5ae5cf. commit 12016d54088c8bbd0b48b33e591ffab94875360b Merge: b64930b d006092 Author: Sascha Silbe Date: Tue Mar 9 22:59:57 2010 +0000 Merge commit 'refs/top-bases/t/bug-1568' into t/bug-1568 commit d006092d37b180bb0490ab7e1182662afc5ae5cf Author: Tomeu Vizoso Date: Sat Feb 6 13:11:22 2010 +0100 Log saving errors in activities #1703 commit 63a5dcef05d108f73ed7610e593143123b193443 Author: Wade Brainerd Date: Fri Oct 16 22:42:03 2009 -0400 Deprecate host_version #1509 commit f8ef93bd2106d24dfb9d20934abc4d0c1e7ce741 Author: James Cameron Date: Tue Mar 9 09:29:30 2010 +1100 Removes the use of O_SYNC on logs #1656 With O_SYNC on open of log files, on systems with slow filesystem random write performance, there is random activity startup time. commit 6921bcd67dc8008d4ea7a7840b89d988aab2dc81 Author: Aleksey Lim Date: Tue Mar 9 18:56:21 2010 +0000 Do not fail while closing object less activities #1714 commit b64930b2ebc86407e8d53e155dd6939ebfb4fd67 Author: Sascha Silbe Date: Mon Mar 8 20:54:05 2010 +0000 check private key syntax commit 0a4ea3ec9a4211c6a0455308317cc1e52662f963 Author: Sascha Silbe Date: Mon Mar 8 20:53:46 2010 +0000 set description commit 3bf70d642c0015ff50655d106026169893aaffbd Author: Aleksey Lim Date: Mon Mar 8 10:55:07 2010 +0000 Override canvas property in Activity class #1795 commit 67af1cb77d56bd327b1710f3751fd3da115fe6d4 Author: Pootle daemon Date: Sun Mar 7 17:52:52 2010 +0200 Commit from Sugar Labs: Translation System by user Clytie.: 40 of 40 messages translated (0 fuzzy). commit 5f3a8da9eb497448bf4c6f0fe1ac35530abd37c5 Author: Simon Schampijer Date: Wed Feb 17 22:42:46 2010 +0100 Release 0.87.6 commit 7978c55fdfaa35d94864dea38c41cfbecc4626fd Author: Simon Schampijer Date: Sat Feb 13 14:59:05 2010 +0100 Create the DSObject update listener as well for existing entries commit fdc1706492f8cbb82e03d5d7693904418849efa5 Author: Simon Schampijer Date: Thu Feb 11 09:12:40 2010 +0100 Release 0.87.5 commit e6aa91ba3fd63bb886d41d51f5b52c36d017bdb4 Merge: d250407 d00d9b6 Author: Sayamindu Dasgupta Date: Wed Feb 10 20:56:32 2010 +0530 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/gettext-enhancements commit d00d9b64316eb0ed647621286a708ffc68bc8656 Author: Sayamindu Dasgupta Date: Wed Feb 10 20:53:09 2010 +0530 More cleanups for i18n.py commit 1b600b147d76b84322376c910738b74d38b4a5ca Author: Sayamindu Dasgupta Date: Tue Feb 9 17:43:18 2010 +0530 Make the dictionary sorting a bit more sensible commit 455205013611f7a8a403eed8307434d19b5d48f2 Author: Sayamindu Dasgupta Date: Tue Feb 9 17:41:10 2010 +0530 Clean up docstring commit 1817caf30f16712c59475db2af98030f9456cebf Author: Sayamindu Dasgupta Date: Tue Feb 9 17:13:04 2010 +0530 Consistent variable names commit d250407ba6dee268a36539d749609ac30333d39f Author: Pootle daemon Date: Tue Feb 9 03:45:24 2010 +0200 Commit from Sugar Labs: Translation System by user YuanChao.: 40 of 40 messages translated (0 fuzzy). commit ffe3504e0aba59f7bf7ae65e8f427647f3a4600a Author: Sayamindu Dasgupta Date: Mon Feb 8 23:46:22 2010 +0530 Should be and, and not or commit 85840b269f9b28f9d53f5159d23eeedf744135a6 Author: Sayamindu Dasgupta Date: Mon Feb 8 23:45:39 2010 +0530 Style and PEP8 fixes commit ca4be919e7bd7eb59f739344494ec28b9658f910 Author: Simon Schampijer Date: Mon Feb 8 17:58:36 2010 +0100 Updated ALL_LINGUAS commit 47f71a33bd6195b1b276405e2bb786fe189c4265 Author: Simon Schampijer Date: Sun Feb 7 10:22:59 2010 +0100 Release 0.87.4 commit 394870f4ad42032f173e29ab3256d37002349b64 Author: Simon Schampijer Date: Sat Feb 6 23:08:17 2010 +0100 Synchronize changes made to a Journal entry #1358 commit b5bcbe2ed4fe1a7d1b840bf7ad85f7daa88cb308 Author: Tomeu Vizoso Date: Sat Feb 6 12:55:43 2010 +0100 Remove file that was there by mistake commit 415f3a30660377703929f2c8f6ec0cf60c11bacc Author: Sayamindu Dasgupta Date: Mon Feb 1 16:28:19 2010 +0530 Describe the args of the i18n methods commit 259fca2caa941234da79ad325f513e5ed784e211 Author: Sayamindu Dasgupta Date: Mon Feb 1 16:24:58 2010 +0530 Import in two lines instead of one commit 9f9adda1abd3d34513575775a4351e6d648ae95b Merge: 4a4ea53 a3c68d5 Author: Aleksey Lim Date: Sun Jan 31 16:42:18 2010 +0000 Merge branch 'master' of git.sugarlabs.org:sugar-toolkit/mainline commit 4a4ea538cacd740f8e32f625d400e26ab590daa0 Author: Aleksey Lim Date: Sun Jan 31 16:41:34 2010 +0000 Supplement #1687 by docstring commit a3c68d510934a70ea8adf44426e34ed9997d658d Author: Simon Schampijer Date: Sun Jan 31 17:14:19 2010 +0100 removed leftover commit 6f3ecbdb1f765b4d1561525f7b868708488edde8 Author: Aleksey Lim Date: Sun Jan 31 16:10:00 2010 +0000 New color to highlight items while hovering over #1693 commit fea8acec849efef38b3a3e00402d808e838c91d6 Author: Aleksey Lim Date: Mon Jan 25 17:40:58 2010 +0000 Get pure icon surface w/o creating any widgets #1687 commit e1d4afe13e3b49f01083a00ca4b83cc4011829d8 Author: Simon Schampijer Date: Sun Jan 24 17:53:32 2010 +0100 Add signal listener functionality to the DS #1197 (silbe) commit ef093d395e3b682a4f1cc603b385fecb09298cff Author: Sayamindu Dasgupta Date: Sun Jan 24 20:29:10 2010 +0530 Update Makefile.am commit 173a4027019e0adff04534176167ac24a0b303cd Author: Sayamindu Dasgupta Date: Sun Jan 24 20:28:21 2010 +0530 Code for language pack support commit a6df826d33f07eb91328204e345f8ef2ee1ff0b8 Merge: aacb559 6b2856e Author: Simon Schampijer Date: Wed Jan 20 11:58:30 2010 +0100 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit aacb5592e538073a4295e075e4228286c6042bcd Author: Simon Schampijer Date: Wed Jan 20 11:55:56 2010 +0100 Cleaned up the datastore API - killed the dbus_helpers, moved that to the datastore.py - added documentation - pep8 and pylint clean commit 6b2856eec6fd60cd3b1397ae9cb316dd94cf2647 Author: Pootle daemon Date: Mon Jan 18 19:19:21 2010 +0200 Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). commit aec661b33e0de041423f2debf0e5c0b1f0476212 Merge: 3eec4f5 e82073f Author: Pootle daemon Date: Sun Jan 17 11:02:28 2010 -0500 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit 3eec4f5ff3179c173e42853d6241cac1c25a8d72 Author: Pootle daemon Date: Thu Jan 14 12:32:21 2010 -0500 Adding language tvl via Pootle commit e82073fbd267091f98352cb0a2c1661b8b7c23e9 Author: Simon Schampijer Date: Tue Jan 12 11:23:14 2010 +0100 Release 0.87.3 commit 9c77febcf12b2c5ace872be7d21b77bffff7b373 Author: Sascha Silbe Date: Mon Jan 11 17:01:37 2010 +0000 locate rainbow using PATH instead of hardcoding the location (#1436) commit 1d8b1b98cb7da09caa9bdf2c1c8dd70e475d245e Author: Sascha Silbe Date: Mon Jan 11 16:51:15 2010 +0000 don't use rainbow if it has been uninstalled, but the config file remains (#1317) Some distros retain config files after removing packages, so /etc/olpc-security might exist even if rainbow is not installed. Signed-off-by: Sascha Silbe commit 709d44d6026702dcfc0e25e073190f46aa1d096c Author: Daniel Drake Date: Thu Dec 24 14:41:52 2009 +0000 Apply activity font settings earlier (#1607) Fixes some minor changes in toolbar appearance that my previous work unintentionally introduced. commit ec7464bdcd29e9e7b3030f89a55184db283e83d5 Author: Simon Schampijer Date: Mon Dec 21 19:54:57 2009 +0100 Release 0.87.2 commit 618df4e1770d0a75709c22dc1a83942ea3d7c8aa Author: Daniel Drake Date: Tue Dec 1 17:43:37 2009 +0000 Fix bold font style Small error in my last commit. commit 634b2fcee0b05e0bb8af9616f12ec60282622503 Author: Daniel Drake Date: Fri Nov 27 11:31:42 2009 +0000 Apply font configuration from GConf (#1584) Sugar font settings are now stored in GConf. This patch applies them to all users of sugar.style and all standard activities. commit 28a351541685ef02e678e44cff0005c51c0f73e1 Author: Simon Schampijer Date: Tue Dec 1 08:42:57 2009 +0100 Release 0.87.1 commit a9665b5147afc862d9810e169cea8ff19050709a Author: Khaled Hosny Date: Tue Nov 10 08:07:32 2009 -0500 Commit from Sugar Labs: Translation System by user khaled. 40 of 40 messages translated (0 fuzzy). commit 6ef9abe801b367c1c908f469f738326897c6c4b9 Author: Aleksey Lim Date: Tue Oct 20 20:16:26 2009 +0000 Bump v0.86.2 commit 8c2fe54ea7cbf54f6c0df6246ea0448119b03637 Author: Aleksey Lim Date: Sun Oct 18 11:46:23 2009 +0000 Do not stop processing motion-notify-event #1507 commit 793d5de060e67a20d7754270c5709e58d868d7c6 Author: Khaled Hosny Date: Thu Oct 15 02:02:56 2009 -0400 Commit from Sugar Labs: Translation System by user khaled. 40 of 40 messages translated (0 fuzzy). commit 845100cfa0d5c3290a14ad5a893161b95f7dd0a3 Author: Simon Schampijer Date: Thu Oct 1 22:40:41 2009 +0200 Release 0.86.1 commit a4a2b33dacc6fb8eb1ab77c13fabb231e3845f98 Author: Aleksey Lim Date: Thu Oct 1 18:04:06 2009 +0000 Do no use random color if metadata color is not valid #1435 commit 3d46fd8c99aeea34fce971f14129432ea52e8e12 Author: Aleksey Lim Date: Wed Sep 30 11:53:03 2009 +0000 Shutdown/Reboot fails when multiple users are logged in #246 commit 8f52b0a8f4a0c8381dd23435eb73d640a698d07f Author: Aleksey Lim Date: Tue Sep 29 18:33:13 2009 +0000 Present windows in non-active process #1423 commit 95f065cb9f85481d1c35eb5820f9439ae1b059f9 Author: Clytie Siddall Date: Fri Sep 25 09:04:18 2009 -0400 Commit from Sugar Labs: Translation System by user Clytie. 40 of 40 messages translated (0 fuzzy). commit e1b251baccdd502d59d1af69e854fc3a23c5d63b Author: Tomeu Vizoso Date: Fri Sep 25 10:48:51 2009 +0200 Release 0.86.0 commit 2251e7c97f376806b8218ecfd70010e1a2d75174 Author: Tomeu Vizoso Date: Fri Sep 25 10:45:07 2009 +0200 Release 0.85.9 commit 3db7a66a81b26694beb24b9e46cb7571abe0018b Author: Markus Schlager Date: Wed Sep 23 16:07:24 2009 -0400 Commit from Sugar Labs: Translation System by user mschlager. 40 of 40 messages translated (0 fuzzy). commit f1bca67a2fbe0b48cc870bcdd4f4cdfe4bf77444 Author: Odontsetseg Bat-Erdene Date: Mon Sep 21 18:11:52 2009 -0400 Commit from Sugar Labs: Translation System by user odon. 32 of 40 messages translated (0 fuzzy). commit 823188957cc4aab7ef566cecd0f107c4695de429 Author: Aleksey Lim Date: Sun Sep 20 13:40:24 2009 +0000 Treat broken symlinks corretcly #1394 commit 7a8dc0dd70d9f80c489149de2fd64a0b90ac4519 Author: Aleksey Lim Date: Sun Sep 20 11:22:24 2009 +0000 Do not fail if activity mime_type was already installed #1394 commit 957c0b4c0fb2e6674f538888a7e59f772e7a18f6 Author: Tomeu Vizoso Date: Sat Sep 19 19:02:04 2009 +0200 Save activity_id if its not yet in the DS #1276 commit f4d91d569e626cf52e5cee041cd2696deb04941b Author: Tomeu Vizoso Date: Fri Sep 18 18:50:33 2009 +0200 Release 0.85.8 commit acdbae5d4ccb857e4ed7c3435535ab8268f71893 Author: Aleksey Lim Date: Fri Sep 18 15:11:24 2009 +0000 _Typo Color of sugar.activity.widgets.ActivityButton is owners all time despite of 'icon-color' metadata property #1368 commit 9f981bb5dcabf6072db0faf4b791dc359d0393f1 Author: Aleksey Lim Date: Fri Sep 18 15:09:03 2009 +0000 Color of sugar.activity.widgets.ActivityButton is owners all time despite of 'icon-color' metadata property #1368 commit 93d65bcb2f8bb331a50cd44484425765d380f424 Author: Aleksey Lim Date: Fri Sep 18 13:18:46 2009 +0000 Circular dependecy in ToolbarBox #1389 commit ac586e5a85dc928e4c18a05fb5fe8d8b1ea677e9 Author: Aleksey Lim Date: Fri Sep 18 12:24:48 2009 +0000 Circular dependecy in ToolbarBox #1389 commit 33ea5bdee40474a40b3fcdc467a421ed49ad9008 Author: Aleksey Lim Date: Fri Sep 18 11:25:32 2009 +0000 Circular dependecy in ToolbarBox #1389 commit dfc5513f86102fea29b8f6177f443774aa0ff7df Author: Aleksey Lim Date: Fri Sep 18 10:31:13 2009 +0000 To emulate missed parts of DSObject - optional file_path removing #1241 commit 927c576e318a3aebd3217b35e1d4cf73582f0e4f Author: Aleksey Lim Date: Fri Sep 18 08:09:14 2009 +0000 After using CP, the XO home palette is incorrectly scrolled (blank lines + missing item) #231 commit 2e3061dc1007cd1f11a69174ba868b4726ef1c1c Author: Aleksey Lim Date: Wed Sep 16 18:48:38 2009 +0000 When in fullscreen mode in an activity, frame doesnt pop-up(forgotten changes) #1335 commit ecee594190f7534598b4e7f0233d81525099ab7f Author: Aleksey Lim Date: Wed Sep 16 17:09:30 2009 +0000 Invoke WindowPalette.popdown when menu property is None #1323 commit 76542527cd6e9389ab1861dee6c300bbdaf4b316 Author: Aleksey Lim Date: Wed Sep 16 16:55:05 2009 +0000 When in fullscreen mode in an activity, frame doesnt pop-up #1335 commit f939baec056a458fcab040106e4a295e783a43b9 Author: Aleksey Lim Date: Wed Sep 16 16:44:42 2009 +0000 Error while initiating .sugar environment #1327 commit df89c1bf0b1f0425cb6a6621dbe65770a7856bb1 Author: Tomeu Vizoso Date: Mon Sep 7 13:17:57 2009 +0200 Close tube after the activity window is closed #1296 commit db77ed8ab3821066afb9632ec94ef52379d4a042 Author: Tomeu Vizoso Date: Mon Sep 14 18:19:09 2009 +0200 Put back Z as the Undo accelerator #1287 commit 184ff7ea52467c1f15e3a831a4aac72a5a195b00 Author: korakurider Date: Mon Sep 14 08:01:12 2009 -0400 Commit from Sugar Labs: Translation System by user korakurider. 40 of 40 messages translated (0 fuzzy). commit ec1117725b9f6ff35a1482108aa3fbcb584e9d9d Author: Eduardo H. Silva Date: Sun Sep 13 19:02:21 2009 -0400 Commit from Sugar Labs: Translation System by user HoboPrimate. 40 of 40 messages translated (0 fuzzy). commit 850a78c59add22b65b24f5ee9eafa9506f182f7d Author: Tomeu Vizoso Date: Sun Sep 13 18:02:40 2009 +0200 Only try to pop down the submenus if we still have a _Menu #1338 commit 0159bc7b5243fb603f7afd12d8ff34ffacff291f Author: Tomeu Vizoso Date: Fri Sep 11 13:47:40 2009 +0200 Warn when the XoColor string is invalid. commit 8e3e7dd8ad9476a2cf7cb5ad79e8a55f9b61a9d9 Author: Tomeu Vizoso Date: Thu Sep 10 17:58:36 2009 +0200 Release 0.85.7 commit c684950ecff34e910e6da5840737a469f95a0e79 Author: Benjamin Berg Date: Thu Sep 10 17:34:56 2009 +0200 Do not emit the row-changed signal, but redraw the row for prelight. This basically undos commit 4bb221349c24515303fa14f9a580f955825b17d4 and fixes the code that was there before. Emitting the row-changed signal causes any editing to be canceled. commit d57320b98508ee90956a7667363f1e0a9276fe67 Author: Aleksey Lim Date: Thu Sep 10 10:14:52 2009 +0000 Hide only submenus #1301 commit b087809ec5568bc62da06be66882e853b8898d90 Author: Simon Schampijer Date: Thu Sep 10 11:46:37 2009 +0200 focus the canvas make the boxes private using the python mangling algorithm (see pep8) commit cdd4ba3a3dfed2e603715cf11531b200a20650b4 Author: Aleksey Lim Date: Wed Sep 9 18:47:07 2009 +0000 Palette will fail to open if you have just 'scrubbed' over some number of icons quickly #1312 commit 86ba52eadd4c70c1c87f179965f1a2a4ec030e5e Author: Aleksey Lim Date: Wed Sep 9 08:54:08 2009 +0000 Secondary toolbar widget should set a minimum height #1304 commit b41e4a51d7995e8f902485f5117af2251c2d3c0b Author: Aleksey Lim Date: Wed Sep 9 20:05:31 2009 +0000 Popdown menu on palette popdown #1301 commit fdb00469c191aa1c75a6a70b9dce30f712193298 Author: Tomeu Vizoso Date: Thu Sep 10 11:00:31 2009 +0200 Remove prelit invert effect for icons (garycmartin) #1313 commit 868c9293ac451db0e72c227d58534b60eb01938a Author: Aleksey Lim Date: Thu Sep 10 07:48:20 2009 +0000 Hide palette group before immediate popup #1291 commit c69bbe3341ae7383d3684964b4884be748939c53 Author: Aleksey Lim Date: Wed Sep 9 17:11:58 2009 +0000 Simple scheme for hidding ToolbarBox subpalettes #1300 commit ff2dd6cc0e55aeceaf63cde10f58db3cec18493d Author: Aleksey Lim Date: Wed Sep 9 12:41:37 2009 +0000 Stop all animators on poup/popdown invoking #1310 commit aed38758bea768a0f98302777b9e081671510282 Author: Aleksey Lim Date: Sat Aug 29 21:50:18 2009 +0000 Show selecting status of favorite check box in journal list view even if "start" is prelighted #1247 commit 6b992ee9fbcad4727d7ed27b0a771da2cadf1854 Author: Aleksey Lim Date: Tue Sep 8 07:14:22 2009 +0000 Close previous palette on reseting palette property in invoker #1299 commit cb5951d3b995b23217fc7d9771c6bf0c4f53adba Author: Aleksey Lim Date: Sun Sep 6 22:41:37 2009 +0000 Do not fail on immediate second palette openning for bottom icons #1292 commit dc0701dacf24e81c78000e6ad6d3351bc3569da4 Author: Aleksey Lim Date: Sun Sep 6 09:44:52 2009 +0000 Some activities relies on existing of ds fields like 'title' #1241 commit 192ed1bc0642ec6512b603fd6f7e541fcd848c67 Author: Khaled Hosny Date: Sat Sep 5 13:22:57 2009 -0400 Commit from Sugar Labs: Translation System by user khaled. 40 of 40 messages translated (0 fuzzy). commit 1b8025714922d3f74c95908e19713a4c31d4d031 Author: Aleksey Lim Date: Sat Sep 5 16:40:15 2009 +0000 Fullscreen resizing issues #1263 commit 23fced9560ca5f40922cb24afafcdee1a48f411e Author: Khaled Hosny Date: Sat Sep 5 12:32:49 2009 -0400 Commit from Sugar Labs: Translation System by user khaled. 40 of 40 messages translated (0 fuzzy). commit 3a46d6459b2f48f7e1139e16efb44415f15b93ac Author: Myckel Habets Date: Sat Sep 5 07:27:01 2009 -0400 Commit from Sugar Labs: Translation System by user Myckel. 40 of 40 messages translated (0 fuzzy). commit e97dd135eb502ba98298a67de7249c6a8184657e Author: Aleksey Lim Date: Fri Sep 4 10:05:16 2009 +0000 Wrong calculated positions for palettes #1268 commit 2b78463830451b3300dd8005a19789d2a4ab3000 Author: Aleksey Lim Date: Thu Sep 3 21:18:27 2009 +0000 Primary palette redraw glitch after secondary palette exposed #1135 commit 135b2a608d3384a5a8e8a5dad700ee72a6c1808a Author: Aleksey Lim Date: Thu Sep 3 15:35:54 2009 +0000 Hide all animators while deleting palettes #1265 commit da678c6973c124c81f2365f93e0df6d3f93d995f Author: Aleksey Lim Date: Fri Sep 4 16:49:03 2009 +0000 ObjectChooser displays USB media files, but fails to access file #1241 commit 49c9de8a82dafe10735a89636846ac3314e09d7c Author: Pootle daemon Date: Thu Sep 3 10:01:04 2009 -0400 Adding language tzo via Pootle commit 8f3f29283e2143f85ba0ee4e20a2a976d6621f73 Author: Pootle daemon Date: Thu Sep 3 09:59:19 2009 -0400 Adding language ta via Pootle commit d6c3a5a6f75f3ba59b5ba19bfe244b0d46574d64 Author: Pootle daemon Date: Thu Sep 3 09:57:50 2009 -0400 Adding language sq via Pootle commit 77e39d337698e635107b26b7fae6726a10cfcbc0 Author: Pootle daemon Date: Thu Sep 3 09:56:23 2009 -0400 Adding language mg via Pootle commit 34ade7fc4fb679309580d3aa6f6e3e339182107a Author: Pootle daemon Date: Thu Sep 3 09:54:50 2009 -0400 Adding language kos via Pootle commit a544d9088b46963ef2dad0058d979d2e01b245ae Author: Pootle daemon Date: Thu Sep 3 09:53:12 2009 -0400 Adding language da via Pootle commit fb326f78fb1fec4954eb2dc5673650df18fd3059 Author: Tomeu Vizoso Date: Wed Sep 2 10:49:22 2009 +0200 Release 0.85.6 commit 67bd42a8d0eca7b19f4fb8c648275b5d041d3519 Author: samy boutayeb Date: Tue Sep 1 12:18:38 2009 -0400 Commit from Sugar Labs: Translation System by user samybt. 40 of 40 messages translated (0 fuzzy). commit 2638ccd3a42ee196b1dfb846407962dabae491e4 Author: Carlo Falciola Date: Tue Sep 1 12:12:46 2009 -0400 Commit from Sugar Labs: Translation System by user carlo. 40 of 40 messages translated (0 fuzzy). commit 3b0d09a1883aa07f1af2cccb0d3faa2c1bf39309 Author: Tomeu Vizoso Date: Tue Sep 1 11:53:51 2009 +0200 Add get_sugar_window_type to sugar.wm #571 commit e3415afbc533fa4224dee6733a1180130125b061 Merge: 929ce5a 0991081 Author: Tomeu Vizoso Date: Tue Sep 1 11:28:07 2009 +0200 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit 929ce5a3cbf972e0fd52d06bb811d5c16bbba3f0 Author: Tomeu Vizoso Date: Tue Sep 1 10:11:59 2009 +0200 Make activity windows cover the whole screen as soon as they are mapped. commit d1c84b911c4f33cf3f12bbe3ea4ec53a428e8a80 Author: Tomeu Vizoso Date: Tue Sep 1 09:26:32 2009 +0200 Remove symlink that was committed by mistake commit 0991081eff41248aa860f141bdaec3caab1870e1 Author: Benjamin Berg Date: Sun Aug 30 18:00:44 2009 +0200 Get the correct window property instead of '_SUGAR_ACTIVITY_ID' (#1251) commit d3c9dc535b710c4bfbba98ba92f15a4bf323dae9 Author: Benjamin Berg Date: Fri Aug 28 18:48:13 2009 +0200 Do not pop the error trap twice (pointed out by Sascha Silbe in #1123). commit 78d64031c31bcf2b640e2630253f7712f3499e24 Author: Aleksey Lim Date: Fri Aug 28 12:06:43 2009 +0000 Add is_user_activity() to ActivityBundle #701 commit d304f72872fa346dd2c3cedd1d3e508a3aeb5107 Author: Benjamin Berg Date: Fri Aug 28 12:18:00 2009 +0200 Trap X errors in wm.py (#1123) commit 3ce0a0253b5a0abc0dc0bf81940e3bfaeed8eaa1 Author: Simon Schampijer Date: Tue Aug 25 21:29:35 2009 +0200 Release 0.85.5 commit c9e63eb8eadb0b133b88e9feb1ca48b75d959a7c Author: Sascha Silbe Date: Tue Aug 25 21:12:40 2009 +0200 PEP8 white space and long line fixes commit ecdaf6b795550158273ba3a0d582f7ff2bec3187 Author: Sascha Silbe Date: Tue Aug 25 19:55:48 2009 +0200 trim EOL (end-of-line) spaces on source files commit 6c3fd0346c1876ad501c3c91d50cdf42f7e0a9dc Author: Sascha Silbe Date: Thu Aug 20 18:05:29 2009 +0200 add sugar.util.format_size commit 9a650899782014338bdc20eaddbfd29749e9cdab Author: Aleksey Lim Date: Tue Aug 25 17:21:55 2009 +0000 Fix typos in 0342a24e2db commit 88f6e1aa021e8fbad8741588def88d76c398e5e4 Author: Tomeu Vizoso Date: Tue Aug 25 19:14:37 2009 +0200 Release 0.85.4 commit 0342a24e2db0a29bf9f7de8f66a2b0ac92387845 Author: Aleksey Lim Date: Tue Aug 25 15:40:23 2009 +0000 Sugar crashing when saving a journal entry upon closing an activity #1123 commit daaf211515541417a3e56c860d8dcc3dc801364b Author: samy boutayeb Date: Mon Aug 24 16:29:28 2009 -0400 Commit from Sugar Labs: Translation System by user samybt. 35 of 35 messages translated (0 fuzzy). commit 0a8b1261eb4da21bb0931cdb0afdcbee16e5b12b Author: Sascha Silbe Date: Thu Aug 20 12:38:56 2009 +0200 don't hardcode Rainbow activity permissions commit 6ece09d49b01290f4207315d1e86e718a079de8f Author: Simon Schampijer Date: Mon Aug 24 15:09:02 2009 +0200 more pylint commit e1e8647de9e1b9fa79c11015ad63f6dd78a671f3 Author: Simon Schampijer Date: Mon Aug 24 14:51:00 2009 +0200 pylint fixes commit 496090fe62191da435044a3102378ab4dbadbda1 Author: Sascha Silbe Date: Mon Aug 24 12:54:02 2009 +0200 let the logger do the formatting commit bdd760d92a37dcbb892bc1ce8e35d9c84dcb0a32 Author: Tomeu Vizoso Date: Thu Aug 20 09:55:32 2009 +0200 Remove a couple of debug prints commit 3f9761469c4b78f5d7d2a397f2e824f89e4c1215 Author: Tomeu Vizoso Date: Mon Aug 17 19:21:17 2009 +0200 Mention TempFilePath in the comment commit a8ecc1729fce707eb9bfef790f17855387016171 Author: Aleksey Lim Date: Fri Aug 14 07:17:39 2009 +0000 Do not fail while displaying activity icon for bundles in Journal #1175 commit 40e9bd3ce587818b6180db64d900e84cb85170b5 Author: Tomeu Vizoso Date: Mon Aug 17 19:09:17 2009 +0200 Fix telepathy log paths (alsroot) #1178 commit 2e780d624cd85ec239fc1974470eeccca010ea4a Author: Simon Schampijer Date: Mon Aug 17 18:22:36 2009 +0200 Align widgets to the left commit b34f5d716497d1a0e0160d660a53bc234120435b Author: Simon Schampijer Date: Mon Aug 17 14:47:51 2009 +0200 Fix typo commit 296f4e500c1a2f317c6a28418ba2fadfb10cba57 Author: Simon Schampijer Date: Mon Aug 17 14:46:47 2009 +0200 Add ActivityButton for simple activities Contains only a palette showing the title commit c1f5115b2a5576999d7ad1c39434470ded82bba9 Author: Simon Schampijer Date: Wed Aug 12 16:45:06 2009 +0200 fix typo (two underscores for toolbar_box) commit 10b5a30bc9c2e2c05a5ae23a796e482db6169f85 Author: Simon Schampijer Date: Wed Aug 12 11:26:26 2009 +0200 Make the share button insensitive when max_participants is set to 1 commit d02ab6bb9a34bc5f41326eb393ba2c925c891b8a Author: Aleksey Lim Date: Thu Aug 6 18:40:44 2009 +0000 Set labels for toolbuttons commit d0485cb515529550ed75b4071085628faeb1480f Author: Aleksey Lim Date: Thu Aug 6 11:32:44 2009 +0000 Set STATE_INSENSITIVE for toolbarbox pages commit d5999d34ce67441930b5fb40d44ede34206b7324 Author: Tomeu Vizoso Date: Sat Aug 1 19:49:01 2009 +0200 Release 0.85.3 commit 29329826c6242430a4a016fd3f5274dc03daddc1 Author: Tomeu Vizoso Date: Sat Aug 1 19:46:56 2009 +0200 Add new file to POTFILES.in commit 10e84fe8fadd7f0d6016b296c27e2a5b0bf0dbe2 Author: Tomeu Vizoso Date: Sat Aug 1 19:36:23 2009 +0200 Remove list of Rainbow exemptions commit 43167172b99dc12d40e72faab07f7740466c8ef1 Author: Tomeu Vizoso Date: Sat Aug 1 19:24:21 2009 +0200 style fixes commit acdc647f58600c6f0c406a61264e6bbb3a288203 Merge: 8f271e2 a65c8d2 Author: Tomeu Vizoso Date: Sat Aug 1 18:34:36 2009 +0200 Merge branch 'master' of git://dev.laptop.org/users/mstone/sugar-toolkit commit 8f271e2604fb3cef112e522b55257caad0b54a1f Author: Tomeu Vizoso Date: Sat Aug 1 16:15:01 2009 +0200 Split PaletteWindow in its own module commit 0426c0c82775a6be33d6da65ecc01f0ffae56edd Merge: f0b78ef 5c9020b Author: Tomeu Vizoso Date: Sat Aug 1 15:39:40 2009 +0200 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/toolbars Conflicts: src/sugar/graphics/window.py commit 5c9020b18893d260f2007b469139a4284939ea18 Author: Aleksey Lim Date: Sat Aug 1 13:35:18 2009 +0000 Remove old design remains commit 7d76f06ae1bf269a95e4246ae3cb6b3a18b24671 Author: Aleksey Lim Date: Sat Aug 1 13:34:42 2009 +0000 Remove redundant state argument from PaletteWindow.popup commit e799649f2ffbf1da08c9b89a30524c35b21a31e6 Author: Aleksey Lim Date: Sat Aug 1 11:34:45 2009 +0000 Fix merger artefacts commit f5f8c807d3c4fc7cf6113996e77cea920598bfa4 Author: Aleksey Lim Date: Sat Aug 1 11:27:56 2009 +0000 Fix pylint/pep8 warnings commit 68fa6bf0931039e4d3db893c0614ca9fda1be3fd Author: Aleksey Lim Date: Fri Jul 31 22:04:28 2009 +0000 Fix mess with gtk.Widget.set_state and Palette.set_state commit 35bbfe1d5015bb4f2792d10739ad90ba94fec410 Author: Aleksey Lim Date: Fri Jul 31 20:43:35 2009 +0000 Support palettes for sub-toolbar widgets commit 6e724c3d8d0ff7ce42b50a6459e523a0fbe39fa4 Author: Aleksey Lim Date: Fri Jul 31 20:05:40 2009 +0000 Set background color for activity.widgets.TitleEntry commit 45a4ed104b40b47b5b04ddfa3bd9e36a72e0c960 Author: Aleksey Lim Date: Fri Jul 31 19:57:13 2009 +0000 Do not paint arrow in radiopalette commit 2c7e2c393a1d0732f74dae9b95714586378d4286 Author: Aleksey Lim Date: Fri Jul 31 19:56:43 2009 +0000 Popdown RadioMenuButton's palette commit e0aedcd5c7657b18bdf864e302a820731126045d Author: Aleksey Lim Date: Sat Aug 1 11:23:06 2009 +0000 Refactor Palette class (tomeu) commit 3ee78747d4b3d2daf564a808189e88e4df70918f Author: Aleksey Lim Date: Fri Jul 31 10:55:58 2009 +0000 Fix review issues commit 4d6a2cc9bdac24d126ea9a7514d396a7325a146a Author: Aleksey Lim Date: Fri Jul 31 10:25:01 2009 +0000 Fix review issues commit d5c5ee88ec4e14388fb760b39da087f23a0c3c4d Author: Aleksey Lim Date: Fri Jul 31 07:10:17 2009 +0000 Remove old design remains commit 3dde9b68a50325101fb1724ead71d706f0b79fae Author: Aleksey Lim Date: Fri Jul 31 03:58:52 2009 +0000 Do not change arrow while opening palette in ToolbarBox commit 353564f12c6e3aecfe0af19f85c3e09ed9692cf1 Author: Aleksey Lim Date: Fri Jul 31 03:49:05 2009 +0000 Fix review issues commit 7bfb7704d747ef2a2877df81e05af0f5aad7e0bc Author: Aleksey Lim Date: Fri Jul 31 01:55:21 2009 +0000 Fix Makefile.am commit 7bec8aba1b76d462b5d405862d64af71acb0589c Author: Aleksey Lim Date: Thu Jul 30 17:13:36 2009 +0000 Do not use do_clicked in RadioMenuButton commit 3b545cbcbb4610988dace897a972a231587e2818 Author: Aleksey Lim Date: Thu Jul 30 17:06:14 2009 +0000 Remove redundant ToolbarBox props commit 3dd0ac8432e10a31ef6eddb11cf7c3dd062e629a Author: Aleksey Lim Date: Thu Jul 30 16:25:04 2009 +0000 Rename ToolbarBox.bar to ToolbarBox.toolbar commit 7ca9574ca1232dd4f884befd33af02404592a036 Author: Aleksey Lim Date: Thu Jul 30 16:20:10 2009 +0000 Rename ToolbarBox.top to ToolbarBox.bar commit b69d87520146291208c5e4e327f7b67cad46df1f Author: Aleksey Lim Date: Thu Jul 30 15:38:16 2009 +0000 Fix Makefile.am commit 61ab4110faec6032084ed9ec1423004407ff3fb8 Author: Aleksey Lim Date: Thu Jul 30 15:25:30 2009 +0000 Rename toolbar.py to toolbarbox.py commit b43aa43114e329a467207dd3207c4c84f3aa8a26 Author: Aleksey Lim Date: Thu Jul 30 15:08:55 2009 +0000 Move activity related widgets to sugar.activity.widgets commit 5ee1f2a3cbc814b8dc759df7c2a3b90de6964e75 Author: Aleksey Lim Date: Thu Jul 30 12:20:15 2009 +0000 Do not use jarabe module commit a2f20f39ff359ecc3ea4430d0dfe7cb3d75dd320 Author: Aleksey Lim Date: Thu Jul 30 11:29:52 2009 +0000 Fix review issues commit e03fd4ddde95d8fcdf857f6cbdb0b05e9fd36471 Author: Aleksey Lim Date: Thu Jul 30 05:43:36 2009 +0000 Minor tweaks commit f0b78ef406bffb5aa4a22102f7065d477ad1046c Author: Tomeu Vizoso Date: Wed Jul 29 18:26:14 2009 +0200 Add the tags property to the buddy model commit 2655a8ccada45beb1f78f2e5fbad13e88ba44447 Author: Aleksey Lim Date: Wed Jul 29 16:15:38 2009 +0000 Suppress sub-palettes in radiopalette commit e5a701a1e644e7f465af5faf79904aa9cfdc7d30 Author: Aleksey Lim Date: Wed Jul 29 15:53:09 2009 +0000 Fix Makefile.am file commit 872b18a103a43ce6b4d5d7de6287443864aa040c Author: Aleksey Lim Date: Wed Jul 29 15:33:02 2009 +0000 Fix review issues commit 0cf445eb0faf941bc37141d972ff49b9269d8c4b Author: Aleksey Lim Date: Wed Jul 29 13:02:41 2009 +0000 Remove redundant ctor argument from activity.ActivityToolbar() commit 7f2488e505d1dd4f4ccc9e8aaf179e5150260aff Author: Aleksey Lim Date: Wed Jul 29 12:42:43 2009 +0000 Add Vasya Pupkin to copyright holders commit b5c950901403e6a593ccee9b27387f8dc7e85f15 Author: Aleksey Lim Date: Wed Jul 29 06:59:28 2009 +0000 Remove redundant current-toolbar-changed signal from toolbar.Toolbar commit ec474da5cc1e2fcbe7a55cb9dcc8ae223937ff34 Author: Aleksey Lim Date: Wed Jul 29 06:41:23 2009 +0000 Replace share combo with new share button commit 9e9a22b2d521d2bbbe2d79019e4292e3dc793a66 Author: Aleksey Lim Date: Tue Jul 28 15:02:00 2009 +0000 Use activity icon for activity.toolbar button commit fe6d1c114c928e7df2b85389d6a577afc6d03395 Author: Tomeu Vizoso Date: Tue Jul 28 15:11:41 2009 +0200 Auto-hide fullscreen button (unmadindu) #1102 commit 2088bd5f2a86e2ef3f7d137654e94290679dff2b Author: Aleksey Lim Date: Tue Jul 28 11:58:31 2009 +0000 Add activity.keep_button commit 095c732c9af0e756e1c2f1a69978b315c6961339 Author: Aleksey Lim Date: Tue Jul 28 11:50:36 2009 +0000 Add activity.share_button commit d7e0e22f4979a0e4baf2d3124833e65f5184f4de Author: Tomeu Vizoso Date: Wed Jul 22 11:54:12 2009 +0200 update mime type db when a new activity is copied to ~/Activities #955 commit 525346ed4305fc6e5646147243055d5004191686 Author: Tomeu Vizoso Date: Sat Jul 18 13:30:44 2009 +0200 Release 0.85.2 commit d4cbd4150eef8f5e7be1866cb8c158c0621a7a0c Author: Aleksey Lim Date: Mon Jul 13 18:34:02 2009 +0000 Support legacy stop button in ActivityToolbar commit ad1f66f58a358cb79b577359d2104244ec3ab7dc Author: Aleksey Lim Date: Mon Jul 13 18:14:10 2009 +0000 Add toolbar.py and radiopalette.py to Makefile.am commit b2fa922b01b758b92fbe0b4186e0498439758c42 Author: Aleksey Lim Date: Mon Jul 13 03:18:24 2009 +0000 Do not fail in <0.86 environment commit 165b9e1e05a82a43dc077383979aedc24e474f28 Author: Aleksey Lim Date: Mon Jul 13 03:11:39 2009 +0000 Provide fast access to all sub-widgets in Toolbar commit 5d2c5b98fff34eed18f7aede574fe2eeea8cd664 Author: Aleksey Lim Date: Mon Jul 13 02:58:49 2009 +0000 Do not hide sub-widget when sub-palette was opened commit 44a8ecd8363960b16fa1fe522fc2fb539d939784 Author: Aleksey Lim Date: Mon Jul 13 01:57:27 2009 +0000 Do not add extra vertical padding to sub-widgets commit 442034bb8b5deb9706d51f1343b3524737b3d4d4 Author: Aleksey Lim Date: Mon Jul 13 01:40:23 2009 +0000 Support new toolbars widgets in activity.py commit 55609885de00509097af840427f1688bb68b136a Author: Aleksey Lim Date: Mon Jul 13 00:32:26 2009 +0000 Add radiopalette.py commit 8d21a6d884641cebfbefca38bd0112521e5096a4 Author: Tomeu Vizoso Date: Sun Jul 12 14:11:41 2009 +0200 Pass the event time in key events commit ff87ce76e5516e41c540c2b1000c73421746cd95 Author: Aleksey Lim Date: Sun Jul 12 04:38:13 2009 +0000 Close palette while removing ToolbarButton commit 82785558d4f40f8f5e6d978751203c218f59bae5 Author: Aleksey Lim Date: Sun Jul 12 04:32:51 2009 +0000 Use padding property for top toolbar and all sub-widgets commit e256b96366e7d7e5a327b8c6f675c899065cd710 Author: Aleksey Lim Date: Sun Jul 12 01:42:23 2009 +0000 Implement palette mode commit f9de29f53906b7851fef37f11425649aca323d7d Author: Aleksey Lim Date: Sat Jul 11 14:22:05 2009 +0000 Delete sub-widgets clearly commit 4c8c845e6c8b9b54a4661e3323f9a79808795fcb Author: Aleksey Lim Date: Sat Jul 11 13:22:02 2009 +0000 Add hpad prop for Toolbar; add expand_bg for ToolbarButton commit d22e6908227e9b950165cf2dc29d436ed2667c27 Author: Aleksey Lim Date: Sat Jul 11 13:07:22 2009 +0000 md5 and sha module will be deprecated in python 2.6 #266 commit 5fc5b08599ee1e03ed287d3ddbd54e1c6d2d724f Author: Daniel Drake Date: Thu Jul 9 12:41:05 2009 +0100 Fix ContentBundle bundle_id Most content bundles use global_name as the ID-style thing, as suggested on the OLPC wiki. bundle_class seems undocumented and hence is not present in any of the content bundles I have here. Change get_bundle_id() to fall back on the global_name if no bundle_class is set. This fixes a complete sugar crash when installing the standard content bundles (it tried to send a None value over dbus). commit 800bbb973a418e85a14a68f3a9ccff8965b30036 Author: Tomeu Vizoso Date: Fri Jul 10 17:47:31 2009 +0200 Release 0.85.1 commit 2fc1cab92dc8b6dfe3345b4c0adb2bdd527294e0 Author: Aleksey Lim Date: Fri Jul 10 04:07:10 2009 +0000 Add simple toolbars example commit 71e6228ceba7a866d22be34607e14a1b4751fa47 Author: Aleksey Lim Date: Fri Jul 10 03:58:13 2009 +0000 Initial implementation of toolbars mockup commit 3dad7c6fffeb24168cc952e0b1472c1e16632b04 Author: Tomeu Vizoso Date: Wed Jul 8 13:16:22 2009 +0200 Make Window.canvas a property commit afce5051437fb7e91bcb10e0364b8263b73ca648 Author: Tomeu Vizoso Date: Tue Jun 30 10:09:42 2009 +0200 Rename activate signal in cell renderers to 'clicked' commit 434b1e5899eb81ef0f34cc9172428896a2278033 Author: Tomeu Vizoso Date: Sat Jun 27 18:04:00 2009 +0200 Handle cell activation by button-release commit 985edb0e4db5b0579373d140d3a34f2fa1428360 Author: Tomeu Vizoso Date: Sat Jun 27 16:06:13 2009 +0200 Reduce motion are for treeview palettes to the bin window commit ecea76479b3ea551d5964f8611cc4176bf3f0933 Author: Tomeu Vizoso Date: Wed Jun 24 20:25:26 2009 +0200 Remove transformation into png in CellRendererIcon commit 86fae16aedd3c8bad2d37f681d39378aacf83615 Author: Tomeu Vizoso Date: Mon Jun 22 11:59:10 2009 +0200 icon-name is a str commit cd7debb52a563c7fe2d51ef80ce6bad19c6f484d Author: Tomeu Vizoso Date: Tue Jun 16 16:22:48 2009 +0200 Add support for tags in activity bundles commit 042a09cccd592509431008b811a83da556d3cfc0 Author: Tomeu Vizoso Date: Mon Jun 15 15:46:08 2009 +0200 Expose telepathy_room_handle (cassidy) #757 commit 4bb221349c24515303fa14f9a580f955825b17d4 Author: Benjamin Berg Date: Sun Jun 14 14:08:52 2009 +0200 Emit a row_changed signal to redraw the CellRendererIcon on prelight. This fixes a problem where the wrong part of the treeview was redrawn. commit 13afd91bada8b1ab31de6abbc432caa6249ffb05 Author: Tomeu Vizoso Date: Sat Jun 13 20:57:21 2009 +0200 Implement prelighting of cell renderer icons commit 32109b8764e3b44a640538b8a96707ad8d035e69 Author: Tomeu Vizoso Date: Sat Jun 13 20:56:37 2009 +0200 Redraw cell renderers on hovering changed commit 94e12f52f253c27738f88c053c95169aa199ee51 Author: Tomeu Vizoso Date: Sun Jun 7 15:23:33 2009 +0200 Silence warning and reduce debug logging a bit commit 07c2b025f1855b14247d79803ad7cdd76ab9751c Author: Tomeu Vizoso Date: Sun Jun 7 13:41:40 2009 +0200 Add CellRendererInvoker commit a634ecfe149e41c869469c7b0c59cf4303fa8740 Author: Tomeu Vizoso Date: Sat Jun 6 16:24:49 2009 +0200 Add activate signal to CellRendererIcon commit 765de62ab8763a9230026b82fa6424ba13eca4af Author: Tomeu Vizoso Date: Sat Jun 6 14:31:53 2009 +0200 Add CellRendererIcon commit b7ebfcf8b4d4fa0f9c9b9568ed33d6543d1feaed Author: Markus Schlager Date: Mon May 4 17:54:13 2009 -0400 Commit from Sugar Labs: Translation System by user mschlager. 36 of 36 messages translated (0 fuzzy). commit fbad85cde9b2ae0d2c66d66af6b80f1e76846677 Author: Tomeu Vizoso Date: Mon Apr 6 19:03:42 2009 +0200 Limit length of labels in palettes to 60 chars by default #610 commit 5f3040ecd85c0dae5bbfc885c93c85b5c0461b1e Author: Pootle Translation Date: Sun Apr 5 12:39:39 2009 -0400 Commit from One Laptop Per Child: Translation System by user mschlager. 36 of 36 messages translated (0 fuzzy). commit 1d15b7f8746ab1a459da445e67656efc040fe00d Merge: a7daf73 c5e5d3a Author: Simon Schampijer Date: Mon Mar 30 09:51:21 2009 +0200 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit a7daf73faed10a792b696300554ac3db3873fccc Author: Simon Schampijer Date: Mon Mar 30 09:49:59 2009 +0200 Bundlebuilder list_files: Better error handling #635 Don't fail on trailing slash of the directory name commit c5e5d3aeb7c3f708125a686b4fabde35e9e2e7b3 Author: Tomeu Vizoso Date: Fri Mar 27 12:26:57 2009 +0100 Only call read_file once on activity startup #428 commit 9ef619a63a362d4ac65d7d94cc47690db347349a Author: Tomeu Vizoso Date: Fri Mar 27 12:14:42 2009 +0100 Revert "Listen for map in Window instead of in Canvas (alsroot) #428" This reverts commit eaf7afcd9104a2e7280ab6d3d45ec45ebd313cad. commit 20f25d16f88bd96cc5817c344d830cfd161b0ac9 Author: Pootle Translation Date: Thu Mar 26 16:13:00 2009 -0400 Commit from One Laptop Per Child: Translation System by user RafaelOrtiz. 36 of 36 messages translated (0 fuzzy). commit 366b07e73affff2c05b03cd0d29bc0926f6c1a09 Author: Sayamindu Dasgupta Date: Thu Mar 26 23:45:39 2009 +0530 Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647 commit 720401606dc1b5d474f223f890300627deadecee Author: Simon Schampijer Date: Tue Mar 24 17:11:56 2009 +0100 Bundlebuilder: Don't include whole directory in src tarball regression introduced by #397 commit 856a83a2da9433813c40a975e9b2c9af85733909 Author: Simon Schampijer Date: Mon Mar 23 17:38:12 2009 +0100 Fix spacing in debug file commit 29aa6cbe65c7d9287866cf17019a126a4207b2a3 Author: Pootle Translation Date: Sun Mar 15 13:37:04 2009 -0400 Commit from One Laptop Per Child: Translation System by user mschlager. 36 of 36 messages translated (0 fuzzy). commit d5c5e376d2002453219a38c69330f3b9eee6ff23 Author: Simon Schampijer Date: Fri Mar 13 15:44:57 2009 +0100 Fix palettes scaling when using scaling factor 72 #504 commit c4dce659a4be7cbfe2376586e09e6a9c3d316794 Author: Tomeu Vizoso Date: Thu Mar 12 15:43:04 2009 +0100 Use Popen.communicate() to avoid hang (Sascha Silbe) #397 commit 9bd24794c0857937ac8ffb3ff8296b43dd75a3f5 Author: Tomeu Vizoso Date: Thu Mar 5 12:29:36 2009 +0100 Change property type to object because int cannot be None #157 commit 1f39f509b399f678a1916b155cd697ad1afa393f Author: Simon Schampijer Date: Tue Mar 3 16:10:05 2009 +0100 Release 0.84.0 commit af4faead140e39d285a0ac6d9cec66300f842e8b Author: Tomeu Vizoso Date: Tue Mar 3 15:22:54 2009 +0100 Catch all exceptions while saving #224 commit eaf7afcd9104a2e7280ab6d3d45ec45ebd313cad Author: Tomeu Vizoso Date: Tue Mar 3 14:27:01 2009 +0100 Listen for map in Window instead of in Canvas (alsroot) #428 commit 7c0efa11c0775dde4161fe54f0f4eb8dcfe8bf9c Author: Tomeu Vizoso Date: Tue Mar 3 11:12:05 2009 +0100 Restore minimal .xol support #459 commit e15c6e1c97102e4d2065a9a6e1a3f3cf45e5cd4e Author: Pootle Translation Date: Mon Mar 2 10:29:12 2009 -0500 Commit from One Laptop Per Child: Translation System by user sayamindu. 36 of 36 messages translated (0 fuzzy). commit e27be4e4165163d81533d7202d89c600900eeb33 Merge: 2b2c2ef d22b524 Author: Simon Schampijer Date: Mon Mar 2 15:21:15 2009 +0100 Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainline commit 2b2c2ef3085fd7f5a669d7f960f7a69158ba31a1 Author: Simon Schampijer Date: Mon Mar 2 15:20:42 2009 +0100 Use the same font size independent from scaling commit d22b52434bc37d8f921a4f5de8018bc9962a1105 Author: Tomeu Vizoso Date: Sun Mar 1 18:24:12 2009 +0100 Don't recursively clean an activity if it's a symbolic link #444 commit 50a253b1b9974ff7c5b392f9d30917b049cf1aa8 Author: Tomeu Vizoso Date: Sun Mar 1 10:36:42 2009 +0100 Add extension to temp icon file names #458 commit f4800ea8c1504ff1715196d7c1ed0c84a5322645 Author: Pootle Translation Date: Sat Feb 28 13:48:58 2009 -0500 Commit from One Laptop Per Child: Translation System by user mschlager. 33 of 36 messages translated (3 fuzzy). commit 65dc10ef5f4bbe5705ada2e47ab478d45fd5b45c Author: Pootle Translation Date: Sat Feb 28 12:05:56 2009 -0500 Commit from One Laptop Per Child: Translation System by user Sprak. 36 of 36 messages translated (0 fuzzy). commit 733173bd1df89ece70f7cf0bd2adef9e01a3d85d Author: Pootle Translation Date: Sat Feb 28 10:47:44 2009 -0500 Commit from One Laptop Per Child: Translation System by user korakurider. 36 of 36 messages translated (0 fuzzy). commit 6832a7bdcedfa0c0701a5796cd155e9469a4247b Author: Pootle Translation Date: Sat Feb 28 04:27:45 2009 -0500 Commit from One Laptop Per Child: Translation System by user kricac. 36 of 36 messages translated (0 fuzzy). commit a65c8d2148ba5028437114049027e594238f2ed8 Author: Michael Stone Date: Fri Feb 27 16:42:47 2009 -0500 Get activities launching with rainbow-0.8.x. Future extensions: a) we are now able to reliably detect when an activity's main process has exited. We should take advantage of this to give better feedback on activity crashes; e.g. by turning the frame's activity-icon into an error icon and by inserting the activity's log into the datastore so that it appears in the Journal. b) in the future, I'd like rainbow to provide more narrow interfaces for manipulating jails; e.g. for garbage-collecting them, nuking their contents, or for reusing them. Please consider this an invitation to show me which interfaces would work best for Sugar. P.S. - Thanks to Sascha Silbe for testing and for improvements to this patch. commit 6f210f0e33786570fcdb8235a41c2f9009e78576 Author: Simon Schampijer Date: Fri Feb 27 12:46:45 2009 +0100 Process .py files in subdirectories './setup genplot' #391 (alsroot) commit 7d693281621ae3bbec7beae20a1f3e6a7f0e5911 Author: Tomeu Vizoso Date: Thu Feb 26 13:01:58 2009 +0100 Improve error handling of calls to XGrabKey #431 commit 6508128adc828e6efff4ede7a7522cedf2d0b6c3 Author: Tomeu Vizoso Date: Wed Feb 25 19:28:21 2009 +0100 Cleanup temp files at exit #435 commit 29cc73ae18d467a9fb2534db430f12a6cf0ad05b Author: Tomeu Vizoso Date: Wed Feb 25 16:09:06 2009 +0100 Let activities provide their own implementation of get_preview() #152 commit 607c2a9610c6bbf87b8d9c680d5737af755c3040 Author: Benjamin Berg Date: Tue Feb 24 14:29:01 2009 +0100 Show/Hide the color palette correctly (#374) commit a4e9c9c78eb063c5474f9365bce3aaf59381b91d Author: Tomeu Vizoso Date: Tue Feb 24 10:56:09 2009 +0100 Support setting None as the secondary text #384 commit 77433af5ffd02305f2c9841a13e4ad7b16e79f65 Author: Tomeu Vizoso Date: Tue Feb 24 10:37:30 2009 +0100 Only display one line in the secondary text of a clipping palette #384 commit e2696086e66974f4be64f887e741f2aa34749943 Author: Tomeu Vizoso Date: Tue Feb 24 10:34:22 2009 +0100 Switch to existing instance of an activity if it's already running #410 commit 30e67cc22617ae5f25ea8ed5fcc5120839898717 Author: Tomeu Vizoso Date: Mon Feb 23 18:11:51 2009 +0100 Reveal the palette on right click on an activity icon #409 commit 1e69d8554cada83e69defe10ef2bdebb141a4184 Author: Simon Schampijer Date: Fri Feb 20 19:28:20 2009 +0100 Release 0.83.7 commit 7e7f522996cc6bd05775ce15acf200fca0507b2b Author: Pootle Translation Date: Fri Feb 20 13:02:05 2009 -0500 Commit from One Laptop Per Child: Translation System by user HoboPrimate. 36 of 36 messages translated (0 fuzzy). commit ede6db947e438fc415e78640f69a3946f364ab10 Author: Tomeu Vizoso Date: Fri Feb 20 16:38:41 2009 +0100 Don't try to hide the tray if the activity has none (alsroot) #395 commit d8b1e62257d6bdbcd611f7a424249ef0eefb5713 Author: Pootle Translation Date: Tue Feb 17 16:43:20 2009 -0500 Commit from One Laptop Per Child: Translation System by user odon. 28 of 36 messages translated (1 fuzzy). commit 5562ec35fdee6c84f41da2fb1f74546adac81e57 Author: Pootle Translation Date: Tue Feb 17 07:14:29 2009 -0500 Commit from One Laptop Per Child: Translation System by user Clytie. 36 of 36 messages translated (0 fuzzy). commit 697abd1bf52085514ff5c4de2f2d139c880dbd9f Author: Pootle Translation Date: Mon Feb 16 11:35:01 2009 -0500 Commit from One Laptop Per Child: Translation System by user HoboPrimate. 34 of 36 messages translated (2 fuzzy). commit cfb637f94f0035f97d296d5633afdd12349a085e Merge: 780efa5 bb2f575 Author: Simon Schampijer Date: Mon Feb 16 16:08:13 2009 +0100 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline commit 780efa55b07e165af6664a16d193d22860b22dd6 Author: Simon Schampijer Date: Mon Feb 16 16:06:38 2009 +0100 NamingAlert: Icon dependent on the entry type #353 commit bb2f5757c9d5b952d3fa0e31ddeae44a2aaee032 Author: Pootle Translation Date: Mon Feb 16 06:52:42 2009 -0500 Commit from One Laptop Per Child: Translation System by user simosx. 36 of 36 messages translated (0 fuzzy). commit 3baef7d0938c9f4c2fea27d727995b74fc89f187 Author: Pootle Translation Date: Sun Feb 15 23:58:33 2009 -0500 Commit from One Laptop Per Child: Translation System by user YuanChao. 36 of 36 messages translated (0 fuzzy). commit 0a10973cf2cb3d43f36be42a88f9793b481c29bb Author: Pootle Translation Date: Sun Feb 15 11:42:58 2009 -0500 Adding language id via Pootle commit 46db5977c2b1c306ad05c3d243e170da2f8c7bef Author: Pootle Translation Date: Sun Feb 15 11:41:51 2009 -0500 Adding language fil via Pootle commit 3cbeae10a090acf2a796114a03dc16ad24f04903 Author: Pootle Translation Date: Sun Feb 15 11:40:49 2009 -0500 Adding language mi via Pootle commit 402001a1a271ae60eab4d405c96a02b64ed9a5e3 Author: Pootle Translation Date: Sun Feb 15 11:39:38 2009 -0500 Adding language cpp via Pootle commit d5d87c015d9aef7e559bf4e925a2ae2875f8e19f Author: Pootle Translation Date: Sun Feb 15 11:38:34 2009 -0500 Adding language ms via Pootle commit 80496bf112fa408269992cf44da6ebbab3a164b5 Author: Pootle Translation Date: Sun Feb 15 11:37:26 2009 -0500 Adding language ug via Pootle commit 40e9983ba340d1049274ccf522b87c0ef41f6e48 Author: Tomeu Vizoso Date: Fri Feb 13 19:37:03 2009 +0100 Release 0.83.6 commit 997c384405095f943df6f658b636e4106a81159d Author: Tomeu Vizoso Date: Tue Feb 10 18:57:02 2009 +0100 Add activate signal to Palette commit b39ed70b11b377016527624d3779f36922b3a2c3 Author: Benjamin Berg Date: Tue Feb 10 17:58:02 2009 +0100 Added an option to set the background color of CanvasIcon. Then a RGB cache can be used. commit 474b2c34766614580899a21788faad6d0cad3ef1 Author: Tomeu Vizoso Date: Thu Feb 5 18:47:08 2009 +0100 Set the locale path for sugar-toolkit #55 commit ace5e73d3d4a7a6b5fe601e0acfd566bf26b6281 Author: Tomeu Vizoso Date: Thu Feb 5 12:43:50 2009 +0100 Don't push to the DS a file path pointing to nowhere #258 commit df247733a2408242fe3ccb274fbfd2d9486afeca Author: Simon Schampijer Date: Wed Feb 4 12:14:36 2009 +0100 Release 0.83.5 commit 6084eb9feaea8c1eb67253f6fb04d067d838db08 Author: Tomeu Vizoso Date: Wed Feb 4 11:49:48 2009 +0100 Start adapting to Python 4.0 commit e8c36247a533c662e057ab28a01707bd15d596e1 Author: Tomeu Vizoso Date: Tue Feb 3 15:03:36 2009 +0100 Palette positioning fixes #298 Don't try to align the palette to the edges if the invoker is AT_CURSOR, and always try to move the palette completely into the screen if at all possible. commit d0d4f551218eeb026fe49da6541b2642c871c190 Author: Simon Schampijer Date: Mon Feb 2 17:45:22 2009 +0100 'Resume' activity window when NamingAlert is displayed #293 commit 073336585d382b8ba1c58ea18fd3cc0280ea50a1 Author: Pootle Translation Date: Thu Jan 29 16:33:34 2009 -0500 Commit from One Laptop Per Child: Translation System by user carlo. 36 of 36 messages translated (0 fuzzy). commit 39499f592a06e33c3e430f0262a932fae84e92cd Author: Pootle Translation Date: Wed Jan 28 16:03:55 2009 -0500 Commit from One Laptop Per Child: Translation System by user kricac. 28 of 36 messages translated (1 fuzzy). commit 3dc2b8701ddb45c9b0991bce5b97d14d6ee5b422 Author: Pootle Translation Date: Wed Jan 28 15:05:18 2009 -0500 Commit from One Laptop Per Child: Translation System by user Myckel. 36 of 36 messages translated (0 fuzzy). commit 38f0ac83d221bcbc20fa9c2ee52ab076cc1ea189 Author: Simon Schampijer Date: Wed Jan 28 20:30:19 2009 +0100 Naming alert prevents activity close on keep error #224 When the Naming alert is shown and a keep error occurs, the activity can not be closed. commit 887420e806936c7301c1bb769b325e263c4abae4 Author: Pootle Translation Date: Tue Jan 27 16:47:46 2009 -0500 Commit from One Laptop Per Child: Translation System by user samybt. 36 of 36 messages translated (0 fuzzy). commit 871d9351985b4ddd5001503a37229308a2db36a3 Author: Pootle Translation Date: Tue Jan 27 16:46:16 2009 -0500 Commit from One Laptop Per Child: Translation System by user samybt. 35 of 36 messages translated (1 fuzzy). commit 57ea67e033ce6812722b9e30e44ea60ebeeb8c0c Author: Pootle Translation Date: Tue Jan 27 15:35:01 2009 -0500 Commit from One Laptop Per Child: Translation System by user odon. 28 of 36 messages translated (1 fuzzy). commit 71c4e767e0515a5c8baa60d40406666c0dee5454 Author: Simon Schampijer Date: Mon Jan 19 23:29:30 2009 +0100 Release 0.83.4 commit f4b676d69301f146e54d3d31be125f6ec303d3c3 Author: Simon Schampijer Date: Mon Jan 19 23:27:57 2009 +0100 Update POTFILES.in commit 9e3a8ab007dc6b5ad3429bae5b2e7979139c6eb8 Author: Simon Schampijer Date: Mon Jan 19 16:57:59 2009 +0100 enhancements to the naming alert - focus the title entry - add accelerator for the 'Keep' button which is enter/return commit 817a981288bc87f521447a13a22ee293a0dedf07 Author: Simon Schampijer Date: Sun Jan 18 16:30:53 2009 +0100 Enhanced the 'Name this entry dialog' - created the canvastextview in sugar/graphics commit 5250117b8187356220713de874fbaa2ccb6aae34 Author: Simon Schampijer Date: Fri Jan 16 23:46:20 2009 +0100 Fix color button pylint commit 64d24f3ac5090d9cdd4181a1c5e094223c477daf Author: Tomeu Vizoso Date: Fri Jan 16 14:59:12 2009 +0100 Fix the keep button in the title activity commit bbe3701bbbbf7701e6ff39120cecbaa983cb8498 Author: Simon Schampijer Date: Fri Jan 16 14:17:09 2009 +0100 Fix POTFILES.in commit 72fca76d01d837022cb7dce5b0615d8995441443 Author: Simon Schampijer Date: Fri Jan 16 13:49:56 2009 +0100 separate debug settings from xsession #163 commit 67d1d3bcad9dccf00f21d0193276d85947ea5a7b Author: Tomeu Vizoso Date: Tue Jan 13 19:54:02 2009 +0100 Make the title alert look a bit nicer commit ada64e85abaf893d9f6536b137eeb5059fc3bd21 Author: Tomeu Vizoso Date: Tue Jan 13 19:34:26 2009 +0100 Show an alert on activity close for suggesting the user to set a title commit b669d70758a42ff2c6d9a5578ac8cecc769878ed Author: Benjamin Berg Date: Tue Jan 13 16:48:06 2009 +0100 Add a colorpicker to Sugar. Only the ColorToolButton is public for now. commit a496b1dbf32932d12364e6d1b97b8619d8c0a491 Merge: 3cde35e bbd8c14 Author: Benjamin Berg Date: Mon Jan 12 15:38:49 2009 +0100 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline commit 3cde35ef31bd6efe8f0797dbbc2b4f57bc05e43f Author: Benjamin Berg Date: Mon Jan 12 15:38:08 2009 +0100 Move the palette to new style gobject properties. commit bbd8c14cf11a7b5e26e6d344b2f79ba6b6726c29 Author: Tomeu Vizoso Date: Mon Jan 12 13:47:34 2009 +0100 pylint nitpick commit e56b381bd354ec9365c149f40068d3654c8ba783 Author: Tomeu Vizoso Date: Mon Jan 12 13:46:17 2009 +0100 Add the file_name property to MenuItem and reduce a bit the size of its icons commit 9a3cbbfe3399106348c2fed184dee98d41349469 Author: Tomeu Vizoso Date: Tue Jan 6 19:17:48 2009 +0100 Rename parameter to what_filter commit 9b61b1ff7b43142986c05941d07172e10f7d1e08 Author: Tomeu Vizoso Date: Tue Jan 6 13:30:20 2009 +0100 #3060 Add the possibility of filtering the object chooser by data type commit 97e6480be160c5bf4ad6ecdd0013cef7b2bc3e53 Author: Simon Schampijer Date: Mon Jan 5 11:58:45 2009 +0100 Fix uninstallling of activities that use symlinks #171 commit 488b9ecbb2def9ccb66399875172e9d405d51e18 Author: Tomeu Vizoso Date: Sun Jan 4 16:13:59 2009 +0100 Set the uid property after a new object is created commit 53533be524137aca8bb869886ca7e08fdedaebea Author: Tomeu Vizoso Date: Sun Jan 4 12:05:27 2009 +0100 Set property types as object so strings are not copied commit fd078d2f66a3ccbebafed2b35f9c67d34628f192 Author: Tomeu Vizoso Date: Sun Jan 4 11:39:14 2009 +0100 Support nested requests for the same temp file path commit de2aa036df5b65a091bd58d9015c8f41087ccdc6 Author: Tomeu Vizoso Date: Sat Jan 3 19:26:33 2009 +0100 Fix typo commit 26e5fc5ca91a460838ad99c03924dc844747fafb Author: Tomeu Vizoso Date: Sat Jan 3 19:11:36 2009 +0100 Use util.TempFilePath for icons extracted from zipped bundles commit faeee47f531a83159f351495e2b96b61426b53fa Author: Tomeu Vizoso Date: Sat Jan 3 16:47:06 2009 +0100 Add util.TempFilePath to track the creation and release of temporal files commit 44cabc891b9311fa7a20ac229ee9c04090caba2d Author: Tomeu Vizoso Date: Tue Nov 11 17:34:34 2008 +0100 Remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead. commit 1fd893f86e4e45ef8e3609bc2c4eb78d1c510d01 Author: Simon Schampijer Date: Fri Dec 19 09:59:12 2008 +0100 Release 0.83.3 commit 4b38ff298b8aa01e7d602f587362adb43cc937d8 Author: Marco Pesenti Gritti Date: Thu Dec 18 23:53:44 2008 +0100 Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me. commit 347cc9413b2021ddc54911d02aa1a8f9eb90f0cf Merge: 5b57e1a 2937a09 Author: Marco Pesenti Gritti Date: Thu Dec 18 21:01:54 2008 +0100 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline commit 5b57e1a6cd1ea327ac79667b4a3c06e6985f1d33 Author: Marco Pesenti Gritti Date: Thu Dec 18 21:00:19 2008 +0100 Rework palette state logic. Fix #42 commit 2937a09ead08858a6bb4176ecafb4c1bf7dff735 Author: Daniel Drake Date: Sat Dec 6 21:29:39 2008 +0000 Use g_timeout_add_seconds() for power efficiency This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds(). (Actually, I didn't find any that I felt were timing-critical) commit 96da9d490ef18fa35893314d4d2b6ee75de0767a Merge: dddcc14 335d9d7 Author: Tomeu Vizoso Date: Mon Dec 15 17:51:45 2008 +0100 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline commit dddcc14ac7e1690ba01c17063cf8f77cb7390856 Author: Tomeu Vizoso Date: Mon Dec 15 17:48:41 2008 +0100 Remove old cruft commit 335d9d7adb244f0ac3fdf522d9a7a7d166c874ad Author: Pootle Translation Date: Mon Dec 15 06:56:38 2008 -0500 Update Spanish translations commit c537d70be2a27deab2cec39de4a8c48ddd3206db Author: Pootle Translation Date: Tue Dec 9 13:25:27 2008 -0500 Adding language he via Pootle commit d94ecf9d6e0d873887f58a53310f108e1baab10d Author: Pootle Translation Date: Tue Dec 9 13:25:00 2008 -0500 Adding language bi via Pootle commit ad514568e234f2f12e1c58aa05405daf1af1cab0 Author: Pootle Translation Date: Tue Dec 9 13:24:39 2008 -0500 Adding language hu via Pootle commit 66404d65c50dd9726cb92973e165563dc2a55746 Author: Pootle Translation Date: Tue Dec 9 13:24:24 2008 -0500 Adding language sw via Pootle commit a83ee5b0710f651d5d9ddaa92236691bedc83ec4 Author: Pootle Translation Date: Tue Dec 9 13:24:11 2008 -0500 Adding language cs via Pootle commit 38b51ece7b531271ce49245fbb820f5cc9ce2318 Author: Pootle Translation Date: Tue Dec 9 13:23:39 2008 -0500 Adding language sv via Pootle commit 34dbf9cd94ee7d5135df5d08163f813f4ebd1788 Author: Pootle Translation Date: Tue Dec 9 13:23:05 2008 -0500 Adding language sk via Pootle commit 0e846d545a6bf5b6306e2443fb018e1625b481b2 Author: Pootle Translation Date: Tue Dec 9 13:22:15 2008 -0500 Adding language wa via Pootle commit 43d923b4d58adb95af50bf1e64f791abf0ea59bd Author: Tomeu Vizoso Date: Tue Dec 9 13:07:25 2008 +0100 Log an error message when GetPreferredConnection fails commit 054aaf8590661cd80ffd8f257989f1988648f391 Author: Tomeu Vizoso Date: Sun Dec 7 16:50:25 2008 +0100 Dont pop down the palette when a submenu opens commit 3f1509cd225383ce738eb2bd1ee8e20f9b7c7824 Author: Daniel Drake Date: Fri Dec 5 21:55:34 2008 +0000 Simplify activity bundle installation sugar-install-bundle is broken because ActivityBundle.install() gained a required parameter. Please can we make it optional? This also fixes one of the problems with the activity updater. commit e0c2017c50f9099041352e63e5355c9b1196aed2 Author: Tomeu Vizoso Date: Fri Dec 5 18:02:13 2008 +0100 Add colors to icons in menu items commit 33e94723da52e34b5df0524f5b98e49fe4c9c238 Author: Tomeu Vizoso Date: Fri Dec 5 11:51:40 2008 +0100 Add accelerator support to menu items commit 5a0f5757183ddb9df55552af4a8524b96062730a Merge: 10fa6ae feeeff3 Author: Marco Pesenti Gritti Date: Sat Nov 29 13:57:57 2008 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 10fa6ae4c5a7d35574072ab5a4a638775a303fdb Author: Marco Pesenti Gritti Date: Sat Nov 29 13:56:13 2008 +0100 Emit the completed signal on shutdown completion, not on client disconnection. When shutting down with no activity running we was not hitting completion. Fix #11 commit feeeff34a1f89141b06634e47be2787d737c9b3a Author: Tomeu Vizoso Date: Fri Nov 28 19:38:32 2008 +0100 Remove bundle stuff commit 0157f427ab3e8ab8c4cb7fb5cbf6655dceee2735 Author: Simon Schampijer Date: Fri Nov 21 13:42:12 2008 +0100 Release 0.83.2 commit 922a5363fce4d19b853a8cb1f79e4da3c3b3d18d Author: Pootle Translation Date: Mon Nov 17 10:08:33 2008 -0500 Fixed misformed plural equation commit 6dfff85f9fc0088673e4c1c375ffaa19665f204c Author: Tomeu Vizoso Date: Fri Nov 7 16:23:54 2008 +0100 Add view-source-related methods HandleViewSource and GetDocumentPath commit 9dcc432ae14bdda90b6dbf0695204af13b51adf2 Author: Simon Schampijer Date: Thu Oct 30 18:59:44 2008 +0100 "Release version 0.83.1" commit e9ebfdea3acc0164cb05056b045413a080de458c Author: Morgan Collett Date: Wed Sep 10 22:17:09 2008 +0200 #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file. commit b58182a970d8ca8e593fcfa6ad229ab628d1bebb Author: Marco Pesenti Gritti Date: Tue Oct 28 14:19:01 2008 +0100 Mark modules as STABLE/UNSTABLE/DEPRECATED. commit 9c74f4eec71559c9e1c30c086590ef51f4320bcd Author: Marco Pesenti Gritti Date: Sun Oct 26 01:15:20 2008 +0200 Drop broken release command. A more generic release tools is being developed in sugar-tools now. commit 9ab32f3b77294b1b6a1ca6759f0943009266cb3b Author: Guillaume Desmottes Date: Mon Jul 28 16:13:59 2008 +0200 Add a get_shared_activity() method to sugar.activity.activity.Activity . Patch from Andrés Ambrois. #7649 commit 611bd9ccda271f7d82eb4aa68856c0a12fd13771 Author: Tomeu Vizoso Date: Tue Oct 21 17:07:03 2008 +0200 Only absolutize the command when it doesnt contain already a slash commit 0b7def17884447dbb5e221a52d4f71aeeefe4e6d Author: Tomeu Vizoso Date: Tue Oct 21 16:12:22 2008 +0200 If the binary to launch is inside the bundle dir, use an absolute path. commit e69aa53db18869df2ad2f3bab4087093cb49448c Author: Simon Schampijer Date: Tue Oct 21 12:47:11 2008 +0200 Don't import jabber_registered from the old profile It is not used anymore by the PS commit dce326c466c40a967ca4d75a3a976d92a569fd7a Author: Eben Eliason Date: Sat Oct 18 17:11:11 2008 -0400 Fix up/down arrows in VTrays (#8617) commit 5cc6b27ae78a308000abc1f651bea3972f99c6d9 Author: Eben Eliason Date: Sat Oct 18 17:08:13 2008 -0400 Add drag-active property to tray control (#8604) The drag-active property can be set to provide a highlight when the tray control is accepting target of an ongoing drag. We can't use the drag_highlight method because we desire to adjust the background of the widget, rather than drawing on top of it. Overriding these methods would work in most cases, but in cases where GTK+ calls drag_unhighlight itself things could break, so we use a property instead. commit e2439a7e4422c9de01a46770ecabea7e3c39bcce Author: Marco Pesenti Gritti Date: Mon Oct 20 17:31:58 2008 +0200 Turn bundle into a new style class commit 794281073b69d503fb1e6f90da46d078820efa64 Author: Marco Pesenti Gritti Date: Sat Oct 18 16:39:12 2008 +0200 Make sure the mouse motion is stopped before starting it. commit f5d45d6acd96b6324547accd138ca80fa20ff962 Author: Tomeu Vizoso Date: Fri Oct 17 15:29:35 2008 +0200 Make sure that manifests in bundles are only called at install and deployment time, so it doesnt impact shell startup performance commit a13ca6d664c2e25f6f9321ff010a82442b1a3f5a Author: Tomeu Vizoso Date: Thu Oct 16 20:41:45 2008 +0200 #8840 Add missing byte_arrays=True commit 6013b8a20a07f8c297ee2042fadaf921b2d93971 Author: Simon Schampijer Date: Mon Oct 13 16:53:30 2008 +0200 Fix for old profile conversion commit 354dec9f0ca558ecc16864dc70e0995e74355eb0 Author: Simon Schampijer Date: Sat Oct 11 18:28:40 2008 +0200 Use gconf for the profile commit 25976df678536a5c93c12ae29cb94795303cbb2e Author: Sayamindu Dasgupta Date: Fri Oct 10 12:45:59 2008 +0530 Remove BOM from ja.po commit f44f60f2562e673218cd82e7f93de37ae6275189 Author: Pootle Translation Date: Thu Oct 9 09:32:12 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). commit 02f5354b63691d7a83c26543a080c660d54d827c Author: Pootle Translation Date: Thu Oct 9 09:29:13 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). commit a4d15c731662a5bacb5ed96e07323f4e75aaabe1 Author: Pootle Translation Date: Thu Oct 9 09:23:32 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). commit bcc24a43e714fe1d865e98aeb0e5cdbb37ca0a9c Author: Tomeu Vizoso Date: Wed Oct 8 17:30:08 2008 +0200 Move to cjson and drop pyjson and simplejson commit 8fbf7f1f2689fa835d2d024c685af03422a3f6cc Author: Pootle Translation Date: Tue Oct 7 11:22:15 2008 -0400 Commit from One Laptop Per Child: Translation System by user rangertr. 28 of 28 messages translated (0 fuzzy). commit f5f26d59c40b782dd349347058000031884f095e Author: Marco Pesenti Gritti Date: Mon Oct 6 16:38:25 2008 +0200 Remove unused imports. commit 5c6c7ab1d173d24ea0c72ff4337a08c313bd9761 Author: Marco Pesenti Gritti Date: Mon Oct 6 15:54:46 2008 +0200 The activity registry is now private to the shell. Changed the activityfactory to take a bundle instead of a bundle_id so that it doesn't depend on the registry. commit 0f33a634c0fc58ef61e6820dbf2cee382ab4d281 Author: Marco Pesenti Gritti Date: Fri Oct 3 10:30:50 2008 +0200 Fix up scaling calculations, had some regressions in the previous commits. commit 5a51661edf0074fdd45feb6230da0f975a442476 Author: Marco Pesenti Gritti Date: Fri Oct 3 02:15:48 2008 +0200 Respect SUGAR_SCALING commit 0bb4a878536c93eab70d07e96a6449d396490c31 Merge: 3f08644 702b643 Author: Marco Pesenti Gritti Date: Wed Oct 1 00:25:08 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 3f08644b32be7cec9bb3929357df201fdbbd9d9e Author: Marco Pesenti Gritti Date: Wed Oct 1 00:24:37 2008 +0200 Remove workaround for old dbus-python. commit 702b643ecff41fdeb59125ecab4efe0b07794057 Author: Pootle Translation Date: Tue Sep 30 08:36:24 2008 -0400 Commit from One Laptop Per Child: Translation System by user rashananushka. 28 of 28 messages translated (0 fuzzy). commit 897428c794ba00a150127bec522128c507ee946c Author: C. Scott Ananian Date: Fri Sep 26 00:47:35 2008 -0400 Trac #8674: sanity-check bundle root; don't delete install_root on failure. The software updater was deleting ~/Activities when it encountered a bad bundle. Two separate issues: we didn't sanity check the bundle root to ensure it wasn't '.' or '..' or something crazy like that, and our "clean up on failure" code was deleting the install_root instead of the activity root (!). This was a regression introduced by the fix for #7733 in commit db2d1c42e2481d6dbc15405840ac23e46eab7318 (0.82.2). commit 404a7b546a22b323d532aaaaad164bb36dd967a6 Author: Tomeu Vizoso Date: Fri Sep 26 18:36:49 2008 +0200 request byte_arrays from the DS commit afb63981fafb74419e1c19663129045edc148002 Author: Tomeu Vizoso Date: Thu Sep 25 20:19:05 2008 +0200 Set the correct locale path for system activities commit 89300c91732edd3c4c3df599fea6de8b4b52320c Author: Marco Pesenti Gritti Date: Wed Sep 24 12:39:24 2008 +0200 Fix obvious error in the grid math #8626 commit 1436d1d3f5adb86c0ef499bbaba2ac06cf749eba Author: Pootle Translation Date: Wed Sep 24 05:29:16 2008 -0400 Fix formatting error commit 4ca890be06ff136c6b1ac2875b62a3d17309d5f3 Author: Pootle Translation Date: Tue Sep 23 11:23:43 2008 -0400 Commit from One Laptop Per Child: Translation System by user rangertr. 28 of 28 messages translated (0 fuzzy). commit 8c2bc01b6bbedeb251d8449dc69a4052e4fd24b5 Author: Tomeu Vizoso Date: Tue Sep 16 11:13:36 2008 +0200 Move DSObject.resume() from sugar-toolkit to the shell commit 9e6ef4d2a96bcdae720c29204dcaac47fae3e498 Author: Marco Pesenti Gritti Date: Mon Sep 22 10:55:05 2008 +0200 Line too long fixes. commit 88295072bdf33df5fe5be8c36f473b8ea6114c5f Author: David Farning Date: Sun Sep 21 09:01:48 2008 -0500 API docstrings from pydocweb commit 3a69d3e777ca1517cbcb5a122c9203e9bb5dc335 Author: David Farning Date: Sat Sep 20 21:22:56 2008 -0500 API docstrings from pydocweb commit 62128530c339748001b595ecd47088090a654b0d Author: David Farning Date: Fri Sep 19 19:32:55 2008 -0500 API docstrings from pydocweb commit dd7442a0faf94db7279c58bf8875be462f4bab0e Author: David Farning Date: Fri Sep 19 19:00:00 2008 -0500 API docstring update from pydocweb commit d16334a042764019701bc699948bad25eaca7f38 Author: C. Scott Ananian Date: Fri Sep 19 11:17:05 2008 -0400 Trac #8563: sugar palette doesn't handle 'table menus'. The gtk Menu class supports 'table menus', where the menu entries can be laid out in a grid. This is useful for horizontal menus, and for dense menus of icons, and for wrapping the menu when it gets too long, etc. The Menu.attach() method is used to add entries to a menu by row and column: http://www.pygtk.org/docs/pygtk/class-gtkmenu.html#method-gtkmenu--attach However, the callback in _Menu, defined in palette.py, only triggers on do_insert(), and so the signal emission (and subsequent palette._update_separators() call, which places the line underneath the menu title text at top) never occurs when you add entries using attach(). _Menu now overrides attach() and emits the proper signal. commit 1406e5f8b74d3ec3a25192965014914e439d6e48 Author: Pootle Translation Date: Fri Sep 19 10:53:50 2008 -0400 Commit from One Laptop Per Child: Translation System by user mschlager. 28 of 28 messages translated (0 fuzzy). commit 7eafbe9ce939813d47b6eb84b55a4ebbbd687947 Author: Marco Pesenti Gritti Date: Fri Sep 19 11:38:23 2008 +0200 Failure to close descriptor is actually expected. Don't bloat the logs. commit 6a5d0c837beb06e34493b809fab58a568fbf2051 Author: Marco Pesenti Gritti Date: Fri Sep 19 00:32:46 2008 +0200 Another pylint fix. commit a151135e2e68d1d4128b925565b6f80b1a8e0cfe Author: Marco Pesenti Gritti Date: Fri Sep 19 00:18:31 2008 +0200 Fix a few pylint warnings. commit e429c258ca174ea287f03381a1fb4700a028084c Author: Simon Schampijer Date: Thu Sep 18 23:19:55 2008 +0200 Allow setting empty jabber server (2) fix #8354 completely commit 28586edb2f1de61abc0cce9ece3419258df27696 Author: C. Scott Ananian Date: Wed Sep 17 14:56:33 2008 -0400 Trac #8532: remove SIGCHLD handler, which interacts poorly with threads. Threads and signals don't get along too well together. Instead, use gobject's spawn_async functionality which already has the necessary zombie- reaping integrated into the gobject event loop. commit f2a8948bf15a5e669f02aa26d1e267ad11cb0ac8 Author: Tomeu Vizoso Date: Thu Sep 18 14:12:18 2008 +0200 #8485 Detach from palette when a widget is destroyed commit 1ab0c678302754174e4594eae4c280b90096e765 Author: Guillaume Desmottes Date: Thu Sep 18 11:46:40 2008 +0100 fix weird change in _share_activity_cb causing all activity sharing fails commit a6ef6742f5a8544d53a0f50c629e113435648ce9 Author: Erik Garrison Date: Wed Sep 17 14:48:14 2008 -0400 Removed unused TakeScreenshot from the dbus interface provided by activityservice.py as suggested by Marco @ trac #8432. commit c1f6d9843d2466063cebd4d6eea615af24de65f5 Author: Erik Garrison Date: Wed Sep 17 14:25:38 2008 -0400 Cleanup screenshot acquisition behavior in activity.py, so that we acquire screenshots on user-initiated activity save and close. Check before saving that the window is not fully obscured, as it might be if the user initiates the close from the frame--- this would produce incorrect screenshots. The check for visibility is done by attaching a handler to the Activity class which handles visibility-notify-events from X. In the sugar repository equivalent changes remove automated screenshot acquisition from window manager navigation events (e.g. tabbing). commit c613b9cf5ed9e03e000fcd4e19f4f46fab4f0c07 Merge: 4a73c86 a93992e Author: Marco Pesenti Gritti Date: Tue Sep 16 17:03:32 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 4a73c86dbb48ff54506decdc51a785063c1b614f Author: David Farning Date: Tue Sep 16 09:10:36 2008 -0500 add parameters to docs commit a93992eedc32d43b5d1bfd5bef04f87170729f5a Author: Tomeu Vizoso Date: Tue Sep 16 16:03:49 2008 +0200 Revert "Move DSObject.resume() from sugar-toolkit to the shell" This reverts commit 13682dd1b4458899e7044e1e917e5bc7a905fee4. commit be32d3fb6705ad238adbe5629a5c267e851e3e36 Author: Tomeu Vizoso Date: Tue Sep 16 15:34:26 2008 +0200 Remove the clipboard service wrapper commit 13682dd1b4458899e7044e1e917e5bc7a905fee4 Author: Tomeu Vizoso Date: Tue Sep 16 11:13:36 2008 +0200 Move DSObject.resume() from sugar-toolkit to the shell commit e97ab8eddb9f6dc4cd800a8d3ba595011830fe12 Author: Pootle Translation Date: Mon Sep 15 18:46:43 2008 -0400 Commit from One Laptop Per Child: Translation System by user HoboPrimate. 28 of 28 messages translated (0 fuzzy). commit 6c1eed78d861d41e0c664ea5919af8f82c0d59ee Author: Tomeu Vizoso Date: Mon Sep 15 15:45:35 2008 +0200 s/print/logging.debug commit 5ecfcba3655b21632d7eb3bbdca7b3eb5fed3e36 Author: Marco Pesenti Gritti Date: Sun Sep 14 12:54:16 2008 +0200 No need to test alsa open at object creationg, since we don't have a fallback. commit be7b97dde78d7f401c3c3e4fe920d8c9c01492ba Author: Marco Pesenti Gritti Date: Sat Sep 13 22:52:20 2008 +0200 Fix weird handling of error condition when opening alsa. commit be014cc2704180693b5c90ad539ca033d50a41b2 Author: Marco Pesenti Gritti Date: Sat Sep 13 13:45:47 2008 +0200 Alsa based volume control API, stealed from gnome-settings-daemon. #8375 commit 388f74a56d1c9f5cae06c1e475092d08e6f5d8a7 Author: Marco Pesenti Gritti Date: Wed Sep 10 18:29:19 2008 +0200 Add a SugarGrid object to replace the numpy implementation. Part of the fix for #8394 commit 1ac335f2718b26d01fbb2ecca82a2f81c97446f3 Author: Marco Pesenti Gritti Date: Sat Sep 13 13:23:49 2008 +0200 Break the reference cycle between menu and palette. #8469 commit 1af96495d262afafdf09317d49609f09cfe40f67 Author: Simon Schampijer Date: Sat Sep 13 12:02:22 2008 +0200 bundlebuilder: remove an existing locale dir before building commit 199a91ff8718871dda68e63d036c144038bdac77 Author: Simon Schampijer Date: Fri Sep 12 13:15:49 2008 +0200 don't build the locale for the pseudo.po commit 9eb7e3a7df01d9ac0dc74bcc29a484653a4d1600 Merge: 171e76c e721f74 Author: Marco Pesenti Gritti Date: Thu Sep 11 10:52:35 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 171e76cfb86924055db40337411af6057ced327d Author: Marco Pesenti Gritti Date: Thu Sep 11 10:51:59 2008 +0200 Default to empty jabber server. Patch by gdesmott with minor change by me. Fix #8354 commit e721f74f63334457f31cf9a6e21006fbd00b4db1 Author: Simon Schampijer Date: Thu Sep 11 10:49:54 2008 +0200 Ignore pseudo.po for the manifest commit 0490247fcb1d79701bbf22b30c3c3c05ccef3f83 Author: Tomeu Vizoso Date: Thu Sep 11 09:03:05 2008 +0200 Hopefully really avoid access to private member commit 5c1f3b7daa18da4f1fe6243087cf117e268c43b6 Author: Tomeu Vizoso Date: Thu Sep 11 09:00:44 2008 +0200 Revert "Avoid access to private member" This reverts commit 0cf0cacbd0a3b661c3139b2fc261a0ff971f4797. commit c79bc15f5fd68ed9e143c537e53264f5ee77ca6d Author: Tomeu Vizoso Date: Wed Sep 10 12:31:10 2008 +0200 #8394 Destroy the palette when the invoker is dettached commit 0cf0cacbd0a3b661c3139b2fc261a0ff971f4797 Author: Tomeu Vizoso Date: Wed Sep 10 18:04:15 2008 +0200 Avoid access to private member commit 865c234a1ed0cde27af7eb392e94d6c20a7d7c1e Author: Tomeu Vizoso Date: Wed Sep 10 17:54:45 2008 +0200 Revert "Avoid access to private member." This reverts commit 8301b9269a8b9a13bdacb9c15346bc55da0777c0. commit 2e41124c878b6284f3113b76286161dea66eff56 Author: Simon Schampijer Date: Wed Sep 10 12:36:27 2008 +0200 Remove "dynamic" font height computation #8392 (marco) commit 1d29440bfd0edd8cf703d1b29bd09bf13e492ffb Author: Simon Schampijer Date: Tue Sep 9 17:41:42 2008 +0200 bundlebuilder: fix the release command commit 866f26aceda8ed38b9259df6a3092b44d2ad5607 Merge: 3f78abb 9041e4d Author: Marco Pesenti Gritti Date: Mon Sep 8 09:13:33 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 3f78abb8c293cb5a3e92846d2377b9b207e72fbc Author: Marco Pesenti Gritti Date: Mon Sep 8 01:30:20 2008 +0200 Keep compatibility with the private shared_activity commit 3d9f3eca675356c2d9bb45cc60b357ca215a34bf Author: Marco Pesenti Gritti Date: Sun Sep 7 23:57:27 2008 +0200 Disable the few remaining pylint messages commit b307237dbfba1fd8fc9428084b9a7cc96826e8f2 Author: Marco Pesenti Gritti Date: Sun Sep 7 22:07:49 2008 +0200 Make shared_activity public. commit 8301b9269a8b9a13bdacb9c15346bc55da0777c0 Author: Marco Pesenti Gritti Date: Sun Sep 7 22:01:27 2008 +0200 Avoid access to private member. commit 549ace8c11f4857dadd9fa98937433e914103246 Author: Marco Pesenti Gritti Date: Sun Sep 7 21:51:10 2008 +0200 More cleanups to make pylint happy. commit ebcf1f69884ca594709a963742109bea0fa17c30 Author: Marco Pesenti Gritti Date: Sun Sep 7 21:18:27 2008 +0200 Get rid of the custom _hide/_show and just use the widget methods. Related cleanups. commit 9041e4db0eed6f3027be1694e0f2b682a5ff2dcc Author: Simon Schampijer Date: Sun Aug 31 21:35:37 2008 +0200 Fix pylint for bundlebuilder commit 783ec6734cd16f541ba28f39bc0fe27c4dcb6d58 Merge: e7a10be 6e503b0 Author: Simon Schampijer Date: Sun Aug 31 21:33:55 2008 +0200 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkit commit e7a10be1d4acf8cae4f71d9e92bc4e929eb6a943 Author: Simon Schampijer Date: Sun Aug 31 21:33:39 2008 +0200 Do a more "standard" system installation for bundlebuilder - setup.py install takes a --prefix option and no arguments. - mo files are installed in /usr/share/locale. - po files are not installed - 8136 (marco) commit 6e503b0a24e7fca0ddb0c2d04470af2d54cbe8b0 Author: Marco Pesenti Gritti Date: Sun Aug 31 14:40:03 2008 +0200 Ensure that the widget is fully onscreen before taking a screenshot. Otherwise X emits a BadMatch and gtk kills the process (!). Fix #8220 commit 938e2e964824719fa2ddc76f43caa5711e4f1da9 Author: Marco Pesenti Gritti Date: Sun Aug 31 14:36:13 2008 +0200 Do not try to list the mimetypes directory if it does not exist. Fix #7837 commit 9f88241ff56650c99872c7cbcd95b385d46487ab Merge: 98460fb dd031b4 Author: Marco Pesenti Gritti Date: Wed Aug 27 14:54:10 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 98460fb2e206632a985de00610c042de44e050c2 Author: Marco Pesenti Gritti Date: Wed Aug 27 14:53:59 2008 +0200 Fix pylint complain commit dd031b4d832a5dfca39ce1ffce517a636f03920a Author: Simon Schampijer Date: Wed Aug 27 12:00:18 2008 +0200 Set the env var SUGAR_BUNDLE_VERSION #5428 (marco) commit 453e08c8d79cd9b682778d92037483942e8a3e12 Merge: b2ce8b0 c639e72 Author: Marco Pesenti Gritti Date: Wed Aug 27 11:05:19 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit b2ce8b030fc44d21e4aa0bcec591350cd6628fc6 Author: Marco Pesenti Gritti Date: Wed Aug 27 11:04:54 2008 +0200 Factor out sugar-activity code to the toolkit. commit c639e7291a2b602aee24cc8f8c2eaed388ff0c02 Author: Simon Schampijer Date: Mon Aug 25 14:09:52 2008 +0200 Remove the set_size_request for the alert message This gave problems on the xo - part of #7841 commit 927ae13aec406cd3d3f67d6e10a8ef1f253a0a80 Merge: 3d3e453 c3873bf Author: Benjamin Berg Date: Sun Aug 24 14:33:58 2008 +0200 Merge branch 'master' of git+ssh://benzea@dev.laptop.org/git/sugar-toolkit commit 3d3e453157ec8c1b107fac2bca5c46681c6cb0ad Author: Benjamin Berg Date: Sun Aug 24 14:31:46 2008 +0200 Change the API of the keygrabber so only one gdk_sync is neccessary. (ticket #7999) commit c3873bfdcb78bf5e50568b591b3d9deec4d3d9db Author: Tomeu Vizoso Date: Fri Aug 22 20:48:59 2008 +0200 Bump to 0.82.1, marco forgot to commit the configure change when releasing commit 7090e73c09473fd63ecf3a252354af6e0f5df11e Author: Tomeu Vizoso Date: Fri Aug 22 19:07:34 2008 +0200 Revert "#8000 Only repaint the area needed (rlucchese)" The bounds calculation won't be always correct. This reverts commit 3bb9f47461f903f515cc279a126f61c4b5e45ab5. commit f29b67b0325526974146916567e56d61403cba31 Author: Simon Schampijer Date: Fri Aug 22 15:16:30 2008 +0200 Add update functionality to Config in bundlebuilder #7270 (marco) This is needed by the release command to update the bundle number commit f55e531f422c2960c4f27933a8e68dfa1112694f Author: Marco Pesenti Gritti Date: Fri Aug 22 15:03:01 2008 +0200 Warn about files missing from the MANIFEST. commit 3bb9f47461f903f515cc279a126f61c4b5e45ab5 Author: Tomeu Vizoso Date: Fri Aug 22 14:50:32 2008 +0200 #8000 Only repaint the area needed (rlucchese) commit 1f6dae2360d290a35783dd20fde58ed6ce86488c Author: Tomeu Vizoso Date: Fri Aug 22 14:33:38 2008 +0200 #7959 cache translations in util.py (rlucchese) commit 2160a80c976baf5dfe616ba1acbfdb77d0834de4 Author: Pootle Translation Date: Thu Aug 21 13:00:49 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). commit 1bd1b6c81e6a8352f5552fb70da40d21768485be Author: C. Scott Ananian Date: Thu Aug 14 02:49:45 2008 -0400 Trac #7733: fix severe performance regression when creating ActivityBundle. commit 5ba227ff85d1c4ccd415c8aa4e1e2b0c743f346f Author: Tomeu Vizoso Date: Sun Aug 17 18:47:00 2008 +0200 #7533 ToolButton should accept activation via accelerators regardless of its state commit a73cbc351d15afbf44a9f9c6c44e981b36805082 Merge: ac6cea0 ba850d5 Author: Eben Eliason Date: Fri Aug 15 05:32:14 2008 -0400 Merge branch 'master' of git://dev.laptop.org/sugar-toolkit commit ba850d5787168f1d02fe9b38c971a9d18164b1c7 Author: Simon Schampijer Date: Thu Aug 14 21:31:42 2008 +0200 Wrap message in alert needed for 7841 commit bd264577e7a30565e9c27400633e440e6ce1f83d Author: Marco Pesenti Gritti Date: Thu Aug 14 15:12:57 2008 +0200 Make Palette handle changes of the invoker widget. Fix #7881 commit 5cf5e91d69639ce09792b3aa24fd498a78eb5965 Author: Marco Pesenti Gritti Date: Wed Aug 13 14:28:40 2008 +0200 pylint fix commit e3861325f4ff8e785350ea9d5965f4c430b6e0e3 Author: Marco Pesenti Gritti Date: Wed Aug 13 13:12:06 2008 +0200 Add dependency on libICE commit 3ce887ce9002a6147c286f00ea95fe2d9eb2065a Author: Marco Pesenti Gritti Date: Wed Aug 13 11:58:06 2008 +0200 Add dep on libSM commit 9a827ead86311933802bbd4c919b8cbd5de62a88 Author: Marco Pesenti Gritti Date: Tue Aug 12 01:53:28 2008 +0200 Enable maximum warnings. A bunch of compile fixes. commit b4aeb6038d04616cb250e08d44dd639b8261e3b4 Merge: 8afa8c7 4114ef6 Author: Marco Pesenti Gritti Date: Mon Aug 11 18:36:37 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 8afa8c77d214c8ac1c21bf3b792e494606f33753 Author: Marco Pesenti Gritti Date: Mon Aug 11 18:35:34 2008 +0200 Add missing get_type declaration commit 4114ef699d4f9fa009d5ee77eb56e9ae26ccbc3e Author: Khaled Hosny Date: Mon Aug 11 20:14:37 2008 +0530 Fix gettext invocation, and set text domain (fixes #7800) commit c563543dea7078a7bdc26d9beca31b35ae6635cc Author: Marco Pesenti Gritti Date: Mon Aug 11 01:20:08 2008 +0200 More pylint fixes commit 204e4f233a1ded5fb8eef3a3123a9d5bfde48276 Author: Marco Pesenti Gritti Date: Mon Aug 11 01:10:02 2008 +0200 Port a few widgets to use new style properties. commit 80190bf944977de1315df5f0d35438de29bac010 Author: Marco Pesenti Gritti Date: Mon Aug 11 00:50:29 2008 +0200 Several pylint fixes. commit 4c35d778549477d0865b69761b2d87eef94cad18 Author: Marco Pesenti Gritti Date: Mon Aug 11 00:22:17 2008 +0200 Drop more obsolete xmlrpc code commit 04750e69d3f1a0ed224399f1be412b4dbbc82916 Author: Marco Pesenti Gritti Date: Mon Aug 11 00:18:04 2008 +0200 Drop broken, unused code commit 12a877c30ee15fbcfe89882d57a6a46a67df1bb6 Merge: 1878c9f cdabf58 Author: Marco Pesenti Gritti Date: Mon Aug 11 00:01:12 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 1878c9f36973e1c25a19d9e02f4eed60eab35905 Author: Marco Pesenti Gritti Date: Mon Aug 11 00:00:55 2008 +0200 Pylint cleanups. commit ac6cea0d449508f15f903b61d5bc79c7a3b7d3d5 Author: Eben Eliason Date: Thu Aug 7 22:54:15 2008 -0400 Widen activity tile entry (#7680) commit cdabf58cbcc32c8ded7c8a955d638ba6ddd94068 Author: Pootle Translation Date: Thu Aug 7 17:12:10 2008 -0400 Commit from One Laptop Per Child: Translation System by user khaled. 28 of 28 messages translated (0 fuzzy). commit f37f2bc121c1d922e9374611083e81f5b04e797a Author: Simon Schampijer Date: Thu Aug 7 17:16:58 2008 +0200 Reease 0.82.0 commit 29d8a15016edb9b93aa8959e189f67ff352291d6 Author: Pootle Translation Date: Thu Aug 7 09:07:32 2008 -0400 Commit from One Laptop Per Child: Translation System by user khaled. 28 of 28 messages translated (0 fuzzy). commit 0d6b2072c1ad9713c6c9f463824ee2a25fb2a07f Author: Marco Pesenti Gritti Date: Wed Aug 6 23:04:00 2008 +0200 Handle multiple Activity per process correctly. Fix #7754 commit 666a12bbc32825e33afe10a01edc9f1ba86a5946 Author: Pootle Translation Date: Wed Aug 6 12:34:41 2008 -0400 Commit from One Laptop Per Child: Translation System by user shankar. 26 of 28 messages translated (2 fuzzy). commit 74b8b8d42351a48ae2067071a5da35dcc1057760 Author: Pootle Translation Date: Wed Aug 6 07:44:42 2008 -0400 Commit from One Laptop Per Child: Translation System by user YuanChao. 28 of 28 messages translated (0 fuzzy). commit f12502ce61cf7757f85d220c569a33a9f0304df1 Author: Pootle Translation Date: Wed Aug 6 03:46:20 2008 -0400 Commit from One Laptop Per Child: Translation System by user carine. 22 of 28 messages translated (0 fuzzy). commit 08892230ea5d2b068e6f3f280bf2200a902dce5c Author: Pootle Translation Date: Tue Aug 5 23:39:50 2008 -0400 Commit from One Laptop Per Child: Translation System by user Huda. 28 of 28 messages translated (0 fuzzy). commit 5872997aa70a8221f5df571d3d5496a273e50104 Author: Pootle Translation Date: Tue Aug 5 18:20:42 2008 -0400 Fix malformatted PO files commit 412d19c7ad2c6b9be07e984a566164d4404bb0b8 Author: Pootle Translation Date: Tue Aug 5 17:13:28 2008 -0400 Commit from One Laptop Per Child: Translation System by user juliano. 22 of 28 messages translated (0 fuzzy). commit 34cea837f4c680b9379d7a69af5477c50256f4ac Author: Pootle Translation Date: Tue Aug 5 17:07:18 2008 -0400 Commit from One Laptop Per Child: Translation System by user sayamindu. 28 of 28 messages translated (0 fuzzy). commit 8696e2ad1d57b3c94715b58e12bf2f90e4790217 Author: Martin Dengler Date: Mon Aug 4 12:56:26 2008 +0100 #7759 Default home view should be ring This is bobby's patch to #7759 changing the default home view to ring. |TestCase| Remove the "[Layout]" section from ~olpc/.sugar/default/config, or rm -rf ~olpc/.sugar, or reflash. Start sugar. Verify the initial Home layout is the Ring layout. commit 3667ea5b6355b02cd063777a3ee492c1f58ff116 Author: Pootle Translation Date: Sun Aug 3 14:20:10 2008 -0400 Adding language nb via Pootle commit 81480baec6e904d8af2add69d47335c16e2afc4d Author: Pootle Translation Date: Sun Aug 3 14:19:34 2008 -0400 Adding language sl via Pootle commit a35a07f832a313cfb818e0efeea05e60d78d07d6 Author: Benjamin Berg Date: Fri Aug 1 23:54:38 2008 +0200 Put palettes into the "default" palettegroup by default again. (fix #4084) commit e1bd64439c2d1e9546db87a417cf6774e4ec6064 Author: Simon Schampijer Date: Fri Aug 1 11:36:51 2008 +0200 Add git tagging to the 'setup.py release' command added as well better error handling commit e6decf93da396f6f9900ff0c2d098aed2a9650bf Author: Simon Schampijer Date: Thu Jul 31 21:19:58 2008 +0200 Release 0.81.8 commit 122dc1dfcf4779f256460ff9c745e284582a3493 Author: Pootle Translation Date: Thu Jul 31 10:34:46 2008 -0400 Commit from One Laptop Per Child: Translation System by user khaled. 28 of 28 messages translated (0 fuzzy). commit 357b9451edbd46911cfd645ae4bdd75e4a78469f Author: Pootle Translation Date: Wed Jul 30 08:17:57 2008 -0400 Commit from One Laptop Per Child: Translation System by user odon. 28 of 28 messages translated (0 fuzzy). commit 1672f410f35fed104b67365732b854f3bb8b0915 Author: Marco Pesenti Gritti Date: Mon Jul 28 20:51:26 2008 +0200 Screwed up badly when changing gnome-session main_quit to a signal. Argh. commit 93f78072957bdb52cb1556d086363632db0870b8 Author: Pootle Translation Date: Sun Jul 27 09:56:42 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 28 of 28 messages translated (0 fuzzy). commit e4df90c1cc7e377833c31226c4192fa872b57642 Merge: 00c8a58 7cb3f78 Author: Marco Pesenti Gritti Date: Fri Jul 25 14:08:08 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 00c8a5897b424be1ad4a705d1e53b3fbc7f70dea Author: Marco Pesenti Gritti Date: Fri Jul 25 14:07:48 2008 +0200 Keep going even if the disk is full. Patch by cscott. Fix #7587 commit 7cb3f784eb5926e951365403fe1a427a524e2d68 Author: Pootle Translation Date: Thu Jul 24 10:03:36 2008 -0400 Commit from One Laptop Per Child: Translation System by user satya. 28 of 28 messages translated (0 fuzzy). commit 71f865da3fc8e8bdaadda1722bf56c7b4ac6ab4d Author: Marco Pesenti Gritti Date: Thu Jul 24 15:08:51 2008 +0200 Shutdown the xsmp server. #7566 commit c113487e99ff71e58dff78388ec792ff84e811fb Author: Pootle Translation Date: Wed Jul 23 15:54:05 2008 -0400 Commit from One Laptop Per Child: Translation System by user Myckel. 28 of 28 messages translated (0 fuzzy). commit 48597a672f12acc53f49380f39049a7f304a970f Author: Jameson Quinn Date: Wed Jul 23 09:55:42 2008 -0600 bug #7534: need_upgrade should always be True commit 62af4ae9bbbbce808e9f5500eebc00a799868a3c Author: Jameson Quinn Date: Wed Jul 23 07:09:49 2008 -0600 bug #7494 - uninstall from location, not future location commit a46dcf534c932cf86209951cfde6d2a4628a1d54 Author: Marco Pesenti Gritti Date: Tue Jul 22 14:07:28 2008 +0200 Release 0.81.7 commit 564e6eb28d0a606af5a973a160cdd26083bc1422 Author: Simon Schampijer Date: Mon Jul 21 19:27:26 2008 +0200 Zoom in activity when save error occurs #5136 commit 2905360178115993d9bff62eccaf6b36b47b1075 Merge: 7fc7b39 02d3799 Author: Simon Schampijer Date: Mon Jul 21 19:20:31 2008 +0200 Merge branch 'master' of git://dev.laptop.org/sugar-toolkit commit 7fc7b39f144db0ff34459db785e898c954cf8f49 Author: Simon Schampijer Date: Mon Jul 21 19:20:22 2008 +0200 Shutdown/Rebbot syncs activities data #6014 (marco) commit 02d3799b54c55d7803bc933fab44cb2fde38323e Author: Daniel Drake Date: Wed Jul 16 12:48:31 2008 -0400 #7532 install + open content bundles through journal commit 5d5f75f7e3ae9c387a6d6bb0b0ddff6f7c52c5e0 Author: Pootle Translation Date: Mon Jul 21 08:23:37 2008 -0400 Commit from One Laptop Per Child: Translation System by user korakurider. 20 of 28 messages translated (0 fuzzy). commit 756b9309e8dc2686da64287466199e318817a62c Author: chema Date: Thu Jul 10 13:58:12 2008 -0600 7205: bundlebuilder accepts old "dist" cmd, checks for po dir commit cc8e682ab03fc38d56202823e0120bb62cdfcc3e Author: Daniel Drake Date: Tue Jul 15 12:12:16 2008 -0400 #7523 library regeneration fails as XDG_DATA_DIRS is unset The XDG specs say that a default value should be used if it is not set commit d17347cc19661910b94c126c11e6e320995aaf06 Author: Daniel Drake Date: Tue Jul 15 11:41:47 2008 -0400 #7523 fix content bundle installation commit 6a78863c220f7bcdd510a06b21ef03aaad5eb2b1 Merge: 5c40a70 6a41396 Author: Guillaume Desmottes Date: Mon Jul 14 18:42:58 2008 +0200 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar-toolkit into 5079-rebased commit 6a41396dd2ee5ca66d6cb64a3f592892f6f60492 Author: Martin Dengler Date: Mon Jul 14 11:31:05 2008 +0000 #4208 get_icon_state accepts negative step kwarg commit 1659332c81ffaaf660852837c031c0da65ac1cf9 Author: Morgan Collett Date: Thu Jul 10 15:20:50 2008 +0200 #7444 Fix crash in get_joined_buddies when a buddy disappears uncleanly commit 92ef9d298a8ca0d67a4799c0ee652b63657c83ae Author: Tomeu Vizoso Date: Wed Jul 9 11:57:56 2008 +0200 #7430 Preserve the favorites layout across reboots commit 176ed18699e35f3bc2745f1ec0862de515068d75 Author: Chris Ball Date: Tue Jul 8 19:45:32 2008 -0400 #7434 Add Power control panel section profile code. commit 1937512d95d225655576ac4a47ac3fb0a1d6bca6 Author: Tomeu Vizoso Date: Mon Jul 7 19:17:09 2008 +0200 Release 0.81.6 commit ab8c054dfbf9fa35e3067983fb2f1cfde17cc955 Author: Tomeu Vizoso Date: Fri Jul 4 15:49:33 2008 +0200 #7015 Add proper alignment support to the "tray" control commit 7c5fa614a6640707343ac509537adf9e9e035ea7 Author: Tomeu Vizoso Date: Thu Jun 26 16:20:27 2008 +0200 #7054 Set activity initiator's colors in the journal entry commit 73fe1e98370fa70d2f854683ff69c9e8a3cb98d0 Author: Tomeu Vizoso Date: Thu Jun 26 15:07:27 2008 +0200 #7046: Fix removal of activities commit 5c40a70e5eea682c6194b89b27768700c1a98e32 Author: Guillaume Desmottes Date: Wed May 14 15:07:48 2008 +0200 Simplify sharing code using new PS API (import the patch attached to #5079) commit eb839c2ef9539b90bb4b5531066901955889fd49 Author: Pootle Translation Date: Sat Jun 28 10:15:07 2008 -0400 Commit from One Laptop Per Child: Translation System by user mschlager. 28 of 28 messages translated (0 fuzzy). commit 079331228035e3f27cada3be220488e07a76fc76 Merge: 9dd0c93 26dd1f9 Author: Eben Eliason Date: Fri Jun 27 10:51:49 2008 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 26dd1f9a43f24f0395f27bb62a299c9cc68361b7 Author: Pootle Translation Date: Thu Jun 26 12:21:04 2008 -0400 Commit from One Laptop Per Child: Translation System by user samybt. 28 of 28 messages translated (0 fuzzy). commit 9fe3370b4878c0de30ccd8eab2426d9a4ac16c7c Author: Pootle Translation Date: Thu Jun 26 10:41:12 2008 -0400 Commit from One Laptop Per Child: Translation System by user khaled. 28 of 28 messages translated (0 fuzzy). commit edc1a356f77ea6b0b812f9107397394aa0e02c15 Author: Pootle Translation Date: Thu Jun 26 06:08:29 2008 -0400 Commit from One Laptop Per Child: Translation System by user carlo. 28 of 28 messages translated (0 fuzzy). commit 787851b2b58f1e2e4076f6261559e3065919c08b Author: Pootle Translation Date: Wed Jun 25 18:22:51 2008 -0400 Commit from One Laptop Per Child: Translation System by user sayamindu. 20 of 28 messages translated (6 fuzzy). commit 9dd0c93c695a994245e88c583169c215c6d3d0f9 Author: Eben Eliason Date: Wed Jun 25 13:40:37 2008 -0400 Color the keep icon (#3939) commit 1b1080e505d3c24f9d2f28b5b5b813be3388d9b4 Author: Tomeu Vizoso Date: Wed Jun 25 16:20:51 2008 +0200 xo_color property is not a string commit 30ad27ad806188c97f5255aeba84f380130d36b5 Author: Tomeu Vizoso Date: Wed Jun 25 15:29:23 2008 +0200 Add 'compile' to gitignore. commit c65c0dfb0a0e1faa6c8fd81a4df884ae4f849b10 Author: Pootle Translation Date: Tue Jun 24 12:19:54 2008 -0400 Add French to ALL_LINGUAS commit 1ee4f278e8fd0bc44b73a53ecc625927bc65f9d3 Author: Pootle Translation Date: Tue Jun 24 12:18:47 2008 -0400 Add French translations commit 6aa775e00f5edf9a9b80fa163967fd0833f96815 Author: Marco Pesenti Gritti Date: Tue Jun 24 17:58:38 2008 +0200 Remove fr from ALL_LINGUAS, it breaks the build. commit ff204831edc27de20166cac22e624fb5b675b89a Author: Sayamindu Dasgupta Date: Tue Jun 24 06:45:21 2008 +0530 Update ALL_LINGUAS commit cf3d06fb7b79c5496bd3215775d1ce3b4b1731c9 Author: Pootle Translation Date: Mon Jun 23 20:59:25 2008 -0400 Adding language ru via Pootle commit 4ad87f86e954bdd0a1909ff582d9ebdf6f9509ed Author: Pootle Translation Date: Mon Jun 23 20:59:16 2008 -0400 Adding language dz via Pootle commit c6cc14794710838d06099d56ef58241ad03b629e Author: Pootle Translation Date: Mon Jun 23 20:58:49 2008 -0400 Adding language tpi via Pootle commit f999531f3422f2f04749a5ac92624fc076ac7370 Author: Pootle Translation Date: Mon Jun 23 20:58:19 2008 -0400 Adding language pap via Pootle commit 39c0262255477cfc1b3883651709dca6b400f608 Author: Pootle Translation Date: Mon Jun 23 20:58:07 2008 -0400 Adding language mr via Pootle commit 0e197bb550e7ced049a32a48ae29c0cda7e66a84 Author: Pootle Translation Date: Mon Jun 23 20:57:57 2008 -0400 Adding language is via Pootle commit d72a492e7a72183e7dcdc593d0f9ff66b20678b6 Author: Pootle Translation Date: Mon Jun 23 20:57:47 2008 -0400 Adding language qu via Pootle commit 205e748d4c23f676f51d7ce3ab472146f4e67cb0 Author: Pootle Translation Date: Mon Jun 23 20:57:38 2008 -0400 Adding language el via Pootle commit 6583edd4140d9e8496dff83b41ea92f3cc1c2a28 Author: Pootle Translation Date: Mon Jun 23 20:57:28 2008 -0400 Adding language ht via Pootle commit 57f0d8cc619d425f2b679f07faa751cf64a09f0c Author: Pootle Translation Date: Mon Jun 23 20:57:18 2008 -0400 Adding language mn via Pootle commit cfddb8dd58b1798cdaeadaa4f7cb373fbfa5f084 Author: Pootle Translation Date: Mon Jun 23 20:57:04 2008 -0400 Adding language pseudo via Pootle commit b1c52a9d9601fd5ef57342c3a31256934520ae36 Author: Pootle Translation Date: Mon Jun 23 20:56:54 2008 -0400 Adding language gu via Pootle commit 84dd01430d1c699bb96abb4a732057b17fec0794 Author: Pootle Translation Date: Mon Jun 23 20:56:44 2008 -0400 Adding language pa via Pootle commit f47f2a60df5401dad3bdbd40724d57afdf950ea7 Author: Pootle Translation Date: Mon Jun 23 20:55:57 2008 -0400 Adding language ar via Pootle commit 43f5dd59be73a837fe25370c22eea2628a36ea5f Author: Pootle Translation Date: Mon Jun 23 20:55:46 2008 -0400 Adding language yo via Pootle commit 3a76f4e6f46fa4146beaa212527afbddea869a9a Author: Pootle Translation Date: Mon Jun 23 20:55:37 2008 -0400 Adding language de via Pootle commit 21a5de2fa282574bbee65a724e1db851ff4d75a9 Author: Pootle Translation Date: Mon Jun 23 20:55:27 2008 -0400 Adding language fa_AF via Pootle commit 18127cad36ffaab8c7fa95b435d554bf9d9514e3 Author: Pootle Translation Date: Mon Jun 23 20:55:17 2008 -0400 Adding language si via Pootle commit 7401de4891605694fe04aafc16569fc5b05c0165 Author: Pootle Translation Date: Mon Jun 23 20:55:06 2008 -0400 Adding language en via Pootle commit 1f15178e3a451cca68e1615c110cca99a01081b9 Author: Pootle Translation Date: Mon Jun 23 20:54:56 2008 -0400 Adding language te via Pootle commit 137eb8d1ec9be7a5a70641a3cc5c4be92db87cc0 Author: Pootle Translation Date: Mon Jun 23 20:54:47 2008 -0400 Adding language km via Pootle commit 3a35045a4f3439e5d28860d255dc50b3f461ddd6 Author: Pootle Translation Date: Mon Jun 23 20:54:37 2008 -0400 Adding language pl via Pootle commit c6c7afa4302fbf7fab4ccaf11c37a8ccdafc0eeb Author: Pootle Translation Date: Mon Jun 23 20:54:27 2008 -0400 Adding language zh_TW via Pootle commit dd4d1dc3973919c03894ff7411aba093125f5335 Author: Pootle Translation Date: Mon Jun 23 20:54:01 2008 -0400 Adding language sd via Pootle commit b02eba852b3592bd1739b3f562a61e27a09977fb Author: Pootle Translation Date: Mon Jun 23 20:53:49 2008 -0400 Adding language nl via Pootle commit 72cdd940d9e83bc344651fdaa4bcabfaa3705cbf Author: Pootle Translation Date: Mon Jun 23 20:53:39 2008 -0400 Adding language ay via Pootle commit 7e84b82cc6da3c40a6bfeec6456c9e2416642109 Author: Pootle Translation Date: Mon Jun 23 20:53:29 2008 -0400 Adding language pt_BR via Pootle commit 3639c31c0756adbea3a0e17512dc27dd49964a22 Author: Pootle Translation Date: Mon Jun 23 20:53:20 2008 -0400 Adding language ur via Pootle commit 5f1d17b33317469fb418c3820f5a949eec43b926 Author: Pootle Translation Date: Mon Jun 23 20:53:10 2008 -0400 Adding language ml via Pootle commit 4dac462c7cc20ea2fdbfd93f6d29e003c4f3f6f3 Author: Pootle Translation Date: Mon Jun 23 20:52:43 2008 -0400 Adding language af via Pootle commit cec2d1121126f316ae7dcbc9c7cb5886228add86 Author: Pootle Translation Date: Mon Jun 23 20:52:31 2008 -0400 Adding language pt via Pootle commit c1541ebb496705c2d12a179292e1d1d9db3469c2 Author: Pootle Translation Date: Mon Jun 23 20:52:21 2008 -0400 Adding language vi via Pootle commit eed7f6aa579847f6616ee8fea936b980352a7ea0 Author: Pootle Translation Date: Mon Jun 23 20:52:11 2008 -0400 Adding language bn via Pootle commit 37c696bf62fe62739e6a68d9e02330c251f3ce5e Author: Pootle Translation Date: Mon Jun 23 20:52:02 2008 -0400 Adding language tr via Pootle commit 1ab34532daf420ced6cb64506cecb4da01dec5fc Author: Pootle Translation Date: Mon Jun 23 20:51:52 2008 -0400 Adding language ko via Pootle commit c4fc5c96c38aa43c89e94de689109f7ca90316e9 Author: Pootle Translation Date: Mon Jun 23 20:51:43 2008 -0400 Adding language it via Pootle commit 823e0c9b21e20d9f98bffdde89bcb8e789ae18be Author: Pootle Translation Date: Mon Jun 23 20:51:33 2008 -0400 Adding language zh_CN via Pootle commit e530ecb50c390de3b61cba0922389c9f494a242b Author: Pootle Translation Date: Mon Jun 23 20:51:23 2008 -0400 Adding language ff via Pootle commit 42101aed821c77e1b46b77cce7323efe990b9b41 Author: Pootle Translation Date: Mon Jun 23 20:51:13 2008 -0400 Adding language bg via Pootle commit 3d1fe4b5b84c29ce9aceb7f0e06b15dc8470fe84 Author: Pootle Translation Date: Mon Jun 23 20:51:03 2008 -0400 Adding language ne via Pootle commit ef22fb0a7eb9422fa3cbd1d19c369afd82a31c40 Author: Pootle Translation Date: Mon Jun 23 20:50:53 2008 -0400 Adding language ha via Pootle commit d64b9d3a9d3d417e85cebe9af56c81a7c3cc6d5e Author: Pootle Translation Date: Mon Jun 23 20:50:44 2008 -0400 Adding language ca via Pootle commit bf1c4edb359711c8c75ebac8c8c77378b96d604f Author: Pootle Translation Date: Mon Jun 23 20:50:33 2008 -0400 Adding language bn_IN via Pootle commit 1552c36d158f5fe74f09b7cbe1527c49763e2b46 Author: Pootle Translation Date: Mon Jun 23 20:50:22 2008 -0400 Adding language rw via Pootle commit 2ea87f530922856b2649fde0606c273030b75856 Author: Pootle Translation Date: Mon Jun 23 20:50:13 2008 -0400 Adding language ro via Pootle commit bb3b845280bcfe5aefcce4275da7d03eabaf8620 Author: Pootle Translation Date: Mon Jun 23 20:49:46 2008 -0400 Adding language pis via Pootle commit bfbaff93ab537a44733c5edd05f7777ad4636b6c Author: Pootle Translation Date: Mon Jun 23 20:49:34 2008 -0400 Adding language ja via Pootle commit 9c3c012bd51fbaa0f4bca7a2b7a26cd276ac8d7a Author: Pootle Translation Date: Mon Jun 23 20:49:24 2008 -0400 Adding language hi via Pootle commit e37a6b23b93d89e2ed13cff7022b90477c2b367e Author: Pootle Translation Date: Mon Jun 23 20:49:14 2008 -0400 Adding language th via Pootle commit c727ee85188cfe3f0c43c36ad4c3aca5f178bf6d Author: Pootle Translation Date: Mon Jun 23 20:49:04 2008 -0400 Adding language mk via Pootle commit b9939433f77ce563b289dc5d3313441f36c08c27 Author: Pootle Translation Date: Mon Jun 23 20:48:54 2008 -0400 Adding language ps via Pootle commit 9f824799b5fd9fd97ce60c14a6415002b8c6f558 Author: Pootle Translation Date: Mon Jun 23 20:48:45 2008 -0400 Adding language am via Pootle commit 364e76925473dfc4d9be2fba6f944b1ffa9e7a34 Author: Pootle Translation Date: Mon Jun 23 20:48:14 2008 -0400 Adding language mvo via Pootle commit c45999c4f96123d12c1892bcf240307176a168ed Author: Pootle Translation Date: Mon Jun 23 20:48:01 2008 -0400 Adding language es via Pootle commit f3303a2f840ad82ecbaa8cfeaa7a14021bf7fa0a Author: Pootle Translation Date: Mon Jun 23 20:47:52 2008 -0400 Adding language fa via Pootle commit 88217bc130c62d406f12abbeb8bd88fbd70b6a39 Author: Pootle Translation Date: Mon Jun 23 20:44:58 2008 -0400 Adding language ig via Pootle commit cbcc5c2a922952d565b86d2d8d1a6e96a877e85f Author: Sayamindu Dasgupta Date: Tue Jun 24 00:12:18 2008 +0530 Add POT file commit 710f30196a327da421016db7c750837c18bf0cb5 Author: Sayamindu Dasgupta Date: Mon Jun 23 23:51:58 2008 +0530 Change the GETTEXT_PACKAGE domain to sugar-toolkit commit 1403f7d26d53c89457ee6cf3b0535247c7e163e6 Author: Martin Dengler Date: Mon Jun 23 12:58:46 2008 +0100 get_icon_name() now takes step kwarg for #7248.1 commit dcd212f168cfd3eb7bcfa14d073b87a9380d0e5e Merge: 36fdb48 31047c1 Author: Marco Pesenti Gritti Date: Fri Jun 20 18:53:01 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 36fdb488a001ac30e8bf2e5c55ad5173fbd486ff Author: Marco Pesenti Gritti Date: Fri Jun 20 18:52:36 2008 +0200 Release 0.81.5 commit 31047c1eddecf2256af266ae71d889f3b3e5ff59 Merge: bb3a3d4 b71bf44 Author: Benjamin Berg Date: Fri Jun 20 16:57:05 2008 +0200 Merge branch 'master' of git+ssh://benzea@dev.laptop.org/git/sugar-toolkit commit bb3a3d4c63a31c30388bc7ea0a226c849cb88228 Author: Benjamin Berg Date: Fri Jun 20 14:46:27 2008 +0200 Add scroll_to_item functions to the trays to show a button that may be hidden. commit b781b7010794061c53101a8b1f386fd22ea7502c Author: Benjamin Berg Date: Fri Jun 20 14:46:09 2008 +0200 Add is_modifier and is_special_modifier functions to SugarKeyGrabber. commit b71bf4476cce0a63600d6464e422dce7ff74cba8 Author: Tomeu Vizoso Date: Thu Jun 19 20:53:12 2008 +0200 Make xo_color, named_icon and group properties instead of constructor args commit 039206f194f34b5975e003d0aa040ff1d69ac368 Author: Tomeu Vizoso Date: Wed Jun 11 17:41:58 2008 +0200 Add a position attribute to registered activity bundles. commit 3e86ce8b89523b66c67b558b322894ed7a30e1d0 Author: Eben Eliason Date: Fri Jun 13 16:29:51 2008 -0400 Fix undefined bundle_top_dir reference commit 3f4a809b80a1561a3b29f02802d1f2cd06584f61 Author: Marco Pesenti Gritti Date: Fri Jun 13 17:41:16 2008 +0200 Generate the MANIFEST automatically if it doesn't exit. I'm not sure if we want to keep doing that, but it's necessary at the moment to keep stuff working. commit 4762897239ae102a59fd7940f133a96caea95043 Merge: 40df2f5 d716357 Author: Marco Pesenti Gritti Date: Fri Jun 13 17:09:44 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 40df2f53bbc53993b2015e3ac0278c6af2a5bc7e Author: Marco Pesenti Gritti Date: Fri Jun 13 17:09:29 2008 +0200 Get rid of address/title handling. Moved in web-activity. commit d71635781f5e2d1cadac4774b35a5d5a0ced3c49 Author: Guillaume Desmottes Date: Thu May 8 15:51:25 2008 +0200 PrivateInvitation now have a channel type arg commit cfdc17d6c936f2570b98c9978f493fca18d8276f Author: Marco Pesenti Gritti Date: Fri Jun 13 12:37:45 2008 +0200 Patch by Jameson Chema Quinn. Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup. commit de04b1500f1c12030f5057c34ba1a15cae709159 Author: Marco Pesenti Gritti Date: Tue Jun 10 23:57:50 2008 +0200 Fix distcheck commit 9de8746df1df98efc600e3f01ebd26e088b85146 Author: Marco Pesenti Gritti Date: Tue Jun 10 23:45:24 2008 +0200 Remove a leftover debug print and fix a typo. commit ffc73820840e41a0045c6712c5ab5b94335c8cc5 Author: Marco Pesenti Gritti Date: Fri Jun 6 21:39:50 2008 +0200 Prefix the session server stuff with gsm, makes things a lot less confusing. commit dc8841b5bac5d2f1e182141c3966215953a54b0e Author: Marco Pesenti Gritti Date: Fri Jun 6 20:13:27 2008 +0200 s/Session/SessionManager by tomeu suggestion commit 8f2bcf433cd39d739ca481688721216bb2174b15 Merge: 50f79e6 cd363bf Author: Marco Pesenti Gritti Date: Fri Jun 6 19:16:23 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 50f79e6323eac5866b1e9793baa21f5db98aba2d Author: Marco Pesenti Gritti Date: Fri Jun 6 19:13:10 2008 +0200 First go at session management. Not asking review since it's a bunch of ugly C code imported from gnome-session. Will clean it up a bit but I don't plan to make it too shiny :) commit cd363bf078b1f550c2c013702856f1fa6da18877 Author: Tomeu Vizoso Date: Fri Jun 6 13:15:44 2008 +0200 Correct comment. commit 5ba50d0e0f7dc2342e2eabf56b73b4869c8e6a3a Author: Marco Pesenti Gritti Date: Thu Jun 5 15:27:50 2008 +0200 Release 0.81.4 commit 285509c8c9446d222220853860a9091b3794033f Merge: 7302690 a935d5a Author: Marco Pesenti Gritti Date: Thu Jun 5 13:39:04 2008 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit commit 7302690aa12ea6021a1daef487c1647ff8eaf303 Author: Marco Pesenti Gritti Date: Thu Jun 5 13:38:38 2008 +0200 Actually compress the source tarball. commit a935d5af971d1b585be39242ddca6933a858e1fa Author: Simon Schampijer Date: Thu Jun 5 10:31:30 2008 +0200 initialize right_click_invoker_hid in palette commit cc7ce17eb7061656d2ae005eab98869e147eb08c Author: Simon Schampijer Date: Wed Jun 4 22:26:40 2008 +0200 Fix the setup.py dev commit 4bdddfd20d8cb3f76ff03ab196dd5229f166bd75 Author: Simon Schampijer Date: Wed Jun 4 18:53:39 2008 +0200 Add control panel items to profile - timezone - hot_corners - warm_edges commit f613532b09da01d02a21d85f5e70d8e74789e84d Author: Tomeu Vizoso Date: Tue Jun 3 13:04:09 2008 +0200 Attach palette to parent when no widget is given. commit 8194c5f164268c44693483e36b935343c2f988fb Author: Tomeu Vizoso Date: Fri May 30 17:32:11 2008 +0200 Fix typo commit ea8cbac94ed90400a674f06db298a2edd1637be0 Author: Tomeu Vizoso Date: Fri May 30 14:18:10 2008 +0200 Detach the invoker instead of destroying the palette. commit fcc468a323d4b01d39d5cf9214871cbccfd6eda7 Author: Tomeu Vizoso Date: Wed May 28 17:06:29 2008 +0200 Add src/sugar/util.py to POTFILES.in commit e459206438240e9ab5ceed2a06bfca8caa83438e Author: chema Date: Tue May 27 13:59:47 2008 -0600 Enable journal to do open-with for activity bundles. commit 73dc65b2593435d162022296c0376123101a86b6 Author: Marco Pesenti Gritti Date: Tue May 27 21:09:16 2008 +0200 Style nitpicks. commit 56ad8d8231fc118644c8b76c90f80c9deaf355c4 Merge: 7d40d1d c4bb55c Author: Marco Pesenti Gritti Date: Tue May 27 21:07:12 2008 +0200 Merge branch 'master' of git://dev.laptop.org/users/marco/sugar-toolkit commit 7d40d1d74dde892a359c7edf8d49066e62324fb0 Author: Simon Schampijer Date: Mon May 26 15:07:20 2008 +0200 Adopt to name change of log activity adopt to name change that log activity keeps on running outside of rainbow commit c4bb55c84d3456a3242c20f5aeebc69786ef2adf Author: Marco Pesenti Gritti Date: Mon May 26 01:25:28 2008 +0200 Several bugfixes and cleanups commit bedb64a982e21517d78234335905183e54b863d4 Author: Marco Pesenti Gritti Date: Mon May 26 00:24:31 2008 +0200 Change the logic for file inclusion. We include everything by default except generated dirs (and well known files like .gitignore). I'm planning to add support for generated dirs using make, which will hopefully take care of the rest. commit 3b1e1aa4ed3b3b4696e29bc7b30503ce8794bb0c Author: Marco Pesenti Gritti Date: Sun May 25 23:02:22 2008 +0200 Some fixes. Do not use get_files_list to generate the .pot, just enumerate python files. commit 96c0b34514df82cede8fbca97fbb81262d52e66c Author: Marco Pesenti Gritti Date: Sun May 25 22:53:46 2008 +0200 Abstract Packager class which takes care of listing the files. commit 95b7098120cabd5d59bfae2a3e863009d4de6d5d Author: Marco Pesenti Gritti Date: Sun May 25 22:47:34 2008 +0200 Split the packaging code out to XOPackager commit d06bf0528781727b821dd4d3fe0deaad76151191 Author: Marco Pesenti Gritti Date: Sun May 25 22:36:56 2008 +0200 Split the build out from the command to a Builder object. commit ea18782bea4187270dfe3cddaed5fa26d83e2270 Author: Marco Pesenti Gritti Date: Sun May 25 21:52:31 2008 +0200 Separate helpers from the commands. commit 211c5ae1c4a9825d8a4aaca6feb3920bc6ff73ff Author: Marco Pesenti Gritti Date: Sun May 25 21:51:14 2008 +0200 Move genl10n inside the build step. commit 3313d78429dea74c81fef707b12b144414643e90 Author: Marco Pesenti Gritti Date: Sun May 25 21:47:32 2008 +0200 Simplify install a bit, remove uninstall. commit 9eaa51edbb14c2d2b96ad722b7240f4d23a626c9 Author: Marco Pesenti Gritti Date: Sun May 25 21:33:52 2008 +0200 Drop the useless clean command. commit e7a32c97c91af7ddd5477948bc7f928e74ca12cf Author: Marco Pesenti Gritti Date: Sun May 25 21:32:24 2008 +0200 Move several get_ functions into Config. commit f041088ab7513d0171ca71b418bc1d65186f63f4 Author: Marco Pesenti Gritti Date: Sun May 25 21:10:22 2008 +0200 Make commands invocation generic. commit b40f4f7d9195a73f63030c52765f746acd9d1b88 Author: Marco Pesenti Gritti Date: Sun May 25 20:51:40 2008 +0200 Pass a Config class to the commands. commit 3700e8299c5eb280415a8a3492b48fa0e1edc0d6 Author: Tomeu Vizoso Date: Sat May 24 19:41:47 2008 +0200 Disconnect button release signals on detach. commit 976abfc0b72cf29edfedf7b3cbd51a4b82916c54 Author: Tomeu Vizoso Date: Sat May 24 19:34:03 2008 +0200 Reveal palettes on right-click (Eben) This immediately reveals the full palette for an object when it is right clicked. A future change should be made to require explicit dismissal (option chosen, click outside, escape) when one is explicitly invoked. commit bfca9c61b8b40a09450d57eadca33d5ef1191982 Author: Tomeu Vizoso Date: Sat May 24 18:11:50 2008 +0200 Fix style issue (Simon) commit 708a62c06f5212773aee46d4263b9e3a96d8cf32 Author: Tomeu Vizoso Date: Mon May 19 18:03:04 2008 +0200 Move timestamp_to_elapsed_string to sugar.util and add ActivityBundle.installation_time commit 6c024ed52949b758c12fe92033e3fbf07b91fc25 Author: Marco Pesenti Gritti Date: Sat May 24 12:35:58 2008 +0200 Release 0.81.3 commit f4bda5eb226073b9aa61161750aca9203a3c2bd8 Author: Marco Pesenti Gritti Date: Sat May 24 12:34:46 2008 +0200 Allow to attach the invoker to the widget after construction, so that gproperties to constructor can be implemented correctly. commit 6dcc35bc17717008c7d90d3430f670cd03e1c18d Author: Marco Pesenti Gritti Date: Sat May 24 00:14:42 2008 +0200 Release 0.81.2. Missing import in toggletoolbutton. commit 4f086fd421f9c0e604313d53dfcdb4a7bc24d2d9 Author: Marco Pesenti Gritti Date: Fri May 23 23:27:32 2008 +0200 Release 0.81.1 commit 179e4288fe04956870a2ce3e74fa4f95cf3b5e67 Author: Marco Pesenti Gritti Date: Fri May 23 23:25:58 2008 +0200 By default include all the files in the directory, except a few which we know are not useful or autogenerated. Hack for 0.81.1, we really need to rewrite bundlebuilder. commit ce235e7405a4ebe5012d281ab6b69a8ee60bd40f Author: Marco Pesenti Gritti Date: Fri May 23 18:00:47 2008 +0200 Finish to hook up the new palette stuff. commit bbd3404310e40821dbdfe5e6dba9d63be7fd94a5 Author: Marco Pesenti Gritti Date: Fri May 23 17:37:04 2008 +0200 Hookup the new palette creation in the toolbuttons. commit 685a9e3462564a9d7000ffddeb5c6b936881615f Author: Marco Pesenti Gritti Date: Fri May 23 17:26:15 2008 +0200 Move palette creation logic inside the invoker. commit c5b8697d375774c8df611b228b47584e20232dbd Author: Marco Pesenti Gritti Date: Fri May 23 17:05:40 2008 +0200 Convert to use new gobject properties commit d391e1427281203d85a9fa945696fcd1fb1512d4 Author: Tomeu Vizoso Date: Sun May 18 20:19:18 2008 +0200 Release v0.79.7 commit 341bda0a6b07a6352e7f7662646f3d281570414b Merge: 4db051f 2db8e46 Author: Morgan Collett Date: Thu May 15 13:21:43 2008 +0200 Merge branch 'master' of git://dev.laptop.org/sugar-toolkit commit 4db051f4020a6b5373fd95c02cb21280fa58edb3 Author: Morgan Collett Date: Tue May 13 16:59:34 2008 +0200 6473: Better method for resolving handles to buddies commit 2db8e46675f672c091c88ef80e38ed4016ae7483 Author: Simon Schampijer Date: Wed May 14 17:00:32 2008 +0200 Adopt POTFILES.in for the src directory change commit c7a92b5d5a432079d9a9b4aa19842638329e76d0 Author: Marco Pesenti Gritti Date: Tue Apr 29 15:02:11 2008 +0200 Missing makefile commit 72c2a1d770aac5af9df899cbfd25a15cbc2956ea Author: Marco Pesenti Gritti Date: Tue Apr 29 14:58:34 2008 +0200 Use a src directory consistently with base and shell. commit 6efdf259b62d7af47b1e06601eaee17b74dbeb58 Author: Simon Schampijer Date: Sat Apr 26 20:16:49 2008 +0200 Make the colors of xocolors public commit a13ef2209b50e50e71d8bf97966c31e5bfb4dc1d Author: Morgan Collett Date: Fri Apr 25 13:17:50 2008 +0200 Fix bundlebuilder - pylint patch 050e9 broke some indentation commit 21e71a3048ae202555201fc4e397649b4a8ca405 Author: Simon Schampijer Date: Thu Apr 24 17:26:25 2008 +0200 Release 0.79.6 commit 83f76f115a89b9430f00c93d7a11b2d61e1001b1 Author: Simon Schampijer Date: Thu Apr 24 16:55:19 2008 +0200 Use new style for unused variables commit 08c1d17cb014a6baf23fd526c93d45dada4fad08 Author: Simon Schampijer Date: Thu Apr 24 16:23:53 2008 +0200 Fix installation of bundles commit 3a164bc87673221b933fce97822dddd5218553c9 Author: Marco Pesenti Gritti Date: Thu Apr 24 13:52:09 2008 +0200 Call intltoolize before autoreconf commit 1fd5290c53d4c5aeaac30412184319d36923a3e6 Author: Tomeu Vizoso Date: Tue Apr 22 19:35:59 2008 +0200 Release 0.79.5 commit 84e2e2bd145b5693937ad7ff03839c6021e1d0db Author: Tomeu Vizoso Date: Tue Apr 22 19:32:38 2008 +0200 Correctly use tempfile.mkstemp(). commit 156bfd8fbe84a244082574becaa94cd9506b6f0c Author: Tomeu Vizoso Date: Tue Apr 22 18:39:11 2008 +0200 Release 0.79.4 commit 2e1d8e889749e278b2372a5b4651d941b6f733a1 Author: Marco Pesenti Gritti Date: Sun Apr 20 22:55:05 2008 +0200 Use new style properties. commit 75e636ef0605c9a86af64e302934330ff00f9aed Author: Marco Pesenti Gritti Date: Sun Apr 20 04:11:24 2008 +0200 Work around circular dep between Icon and Palette. I don't like it though, we should get rid of the dep. Fix palette bug which I introduced with the pylint changes. commit f24bdaa7d7a21a30cf561a817a0c50f0708a55b8 Author: Marco Pesenti Gritti Date: Sat Apr 19 13:05:48 2008 +0200 Complete first pylint round on all the code. commit 56206ea15f452096f4c15211c09395b7231eb298 Author: Marco Pesenti Gritti Date: Sat Apr 19 12:34:13 2008 +0200 pylint sugar.presence, small problems left commit aebf0f3bd2a1af2141e59ff6aaae89628d39af18 Author: Marco Pesenti Gritti Date: Sat Apr 19 12:04:43 2008 +0200 pylint sugar.datastore, little issues left commit a31549ae26bfa7761172d74723b0a6eb96034842 Author: Marco Pesenti Gritti Date: Sat Apr 19 11:50:33 2008 +0200 pylint sugar.clipboard commit 7b485120a3629a31203a1080d68d6e8d7a95f3e0 Author: Marco Pesenti Gritti Date: Sat Apr 19 11:48:57 2008 +0200 pylint sugar.bundle commit 050e9b54c3586047f6f86477810de543b296bee6 Author: Marco Pesenti Gritti Date: Sat Apr 19 11:10:03 2008 +0200 pylint sugar.activity, mostly clean commit fa90d50cd9775762fbe84be7e9d175782b1eee92 Author: Marco Pesenti Gritti Date: Sat Apr 19 10:45:52 2008 +0200 pylint palette, some problems left commit 283b20114576b1e29d856911d188ce3c73865012 Author: Marco Pesenti Gritti Date: Sat Apr 19 01:10:48 2008 +0200 pylint most of sugar.graphics, only palette left commit 8783d1113d945b25d5deedae574be52dcf4d34e5 Author: Marco Pesenti Gritti Date: Sat Apr 19 00:50:46 2008 +0200 pylint combobox, iconentry and radiotoolbutton commit 97d9d21311e53a0167fcb7cd6903487fea37595e Author: Marco Pesenti Gritti Date: Sat Apr 19 00:37:19 2008 +0200 pylint icon, a few false positive left commit 03e515b4630c69272f62dd4dd7ce71367a3f2e36 Author: Marco Pesenti Gritti Date: Sat Apr 19 00:14:11 2008 +0200 pylint animator commit 4ad5928a740902bb49ecc0e16762826e0a1b967d Author: Marco Pesenti Gritti Date: Fri Apr 18 20:23:45 2008 +0200 Correct the module name to not confuse pylint commit 2495f2dd9cfee778dcc9d2afc2d9767819842aef Author: Morgan Collett Date: Fri Apr 11 16:29:34 2008 +0200 Fix callback name for private-invitation commit fa8311769407407c157011e0e4e065866850ee1b Author: Tomeu Vizoso Date: Wed Apr 9 20:45:20 2008 +0200 Release 0.79.3 commit f2002153dfd751b05aa9c3b3695204e40bc6aafd Author: Eben Eliason Date: Thu Apr 3 01:23:00 2008 -0400 Added default to label arg in palette constructor This leaves the API backward compatible but prevents the need for new code to pass any unused arguments to the constructor, instead depending on the property API. commit ec69482ba5b824620705a27f965494bfb6482c0d Author: Simon Schampijer Date: Thu Apr 3 17:58:01 2008 +0200 Release 0.79.2 commit 940cf6544b06718335695cc42027b8966dc3037b Author: Tomeu Vizoso Date: Thu Apr 3 17:31:55 2008 +0200 #5474: Scale emblems (rwh) commit 905fd3381073c639aa4f743b364022911f103009 Author: Simon Schampijer Date: Wed Apr 2 16:44:52 2008 +0200 Release 0.79.1 commit db2422cf5b42bb7f6303c06f7a98a125f6640bc9 Author: Tomeu Vizoso Date: Wed Apr 2 16:20:12 2008 +0200 Make room for the accelerator labels. commit bb924b48cd8970dadddf01456e5a0c40a825754a Author: Tomeu Vizoso Date: Mon Mar 10 17:17:09 2008 +0100 Add favorite support to the activity registry. commit 70901268c3b2edb30f01079800a58abac7018721 Author: Eben Eliason Date: Mon Mar 31 21:27:46 2008 -0400 New palette API This patch adds support for primary-text, secondary-text, and icons to palettes. It also transitions a few other items to a property API. commit ef40555ed3c69b35f78596f206896b947e653301 Author: Tomeu Vizoso Date: Tue Apr 1 11:52:11 2008 +0200 Add support for accelerators to buttons. commit d959426744cd19fb5f7eb9ec2c9e41d91b2d5652 Author: Marco Pesenti Gritti Date: Sun Mar 30 23:03:39 2008 +0200 Make install take the full path rather than prefix. That way it can be used to install in ~/Activities. commit 9e9bed7ca8133cd76ed869af6f8bd6c57f5dd861 Author: Eben Eliason Date: Tue Mar 25 01:33:45 2008 -0400 Makes the Frame and toolbars darker for better contrast commit 25abbc54692aa930bfcd7b6b9f4f297205869ff6 Author: Simon Schampijer Date: Sat Mar 22 17:11:25 2008 +0100 Fix when passing a pixel-size for the icon when not using the constructor commit 99f406d0b9b5a4a7a88d967ac04821365f2e95bd Author: Tomeu Vizoso Date: Sat Mar 1 17:39:22 2008 +0100 Add icon property to TrayIcon. commit ed1aa7063643e1d784b4ff1d19e00f1a5cd564a9 Merge: bdbdc5b 826bf9d Author: Simon Schampijer Date: Tue Feb 26 00:32:37 2008 +0100 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkit commit bdbdc5bc874b298e524e78299136ba9b3ad7e1e8 Author: Simon Schampijer Date: Tue Feb 26 00:32:27 2008 +0100 Make the text in the toolbar of the toolbox dependant on the text size and minimum style.TOOLBOX_TAB_LABEL_WIDTH commit 826bf9dd4caa07903346a756f34779da3c6c47b1 Author: Benjamin Berg Date: Mon Feb 25 16:12:08 2008 +0000 Emit palette popup only after the window is mapped. This fixes ticket #3486. commit c9871633e3f3b38bcb8ae388ebeaaa81ad4123c9 Author: Benjamin Berg Date: Mon Feb 25 14:45:21 2008 +0000 Fix #3611 and parts of #4084 by setting the palette to be a transient window of the actiity. commit ee4a4ece7c1524c22a201ac7a086d3cb71554c24 Author: Simon Schampijer Date: Mon Feb 25 12:36:58 2008 +0100 Add TrayIcon.get_icon() (tomeu) commit 324a9b549da3053efaad51f8e110d4b139795232 Author: Simon Schampijer Date: Sun Feb 17 13:40:14 2008 +0100 Fix #4856 and cleanup of the alert code commit fc3b70b366f7c470ed3241661ced0c0d885cd861 Author: Benjamin Berg Date: Sun Feb 10 17:15:36 2008 +0100 Fill SugarAddressEntry using the theme, so that the colors are correct. Fixes #6273. commit 8e6a5b42be4a615d8865686e2cac1816c47057cc Author: Tomeu Vizoso Date: Sat Feb 9 12:27:22 2008 +0100 Use the right gettext domain. commit e465307be60eb6861d8c645a9d63ad4a692ec9a8 Author: Marco Pesenti Gritti Date: Wed Feb 6 17:03:51 2008 +0100 Release 0.79.0 commit f90b1d3ebc9554ceedc2ebc2401c8639634d7a9d Author: Marco Pesenti Gritti Date: Wed Feb 6 16:43:10 2008 +0100 Make it distcheck. Fix license. commit 488402df7d37cf68d421229968632696a2a97bd7 Author: Marco Pesenti Gritti Date: Wed Feb 6 10:20:33 2008 +0100 Split sugar-toolkit out of sugar shell. commit 44efc2a1315efe90eb2edc7a24b1372382222408 Author: Marco Pesenti Gritti Date: Tue Feb 5 01:21:55 2008 +0100 Complete paths cleanup and remove SUGAR_PREFIX and SUGAR_PATH environment variables. commit aca3ae6c88eb56b4dd2f818928ecca5064669978 Author: Marco Pesenti Gritti Date: Tue Feb 5 01:02:33 2008 +0100 Remove get_service_path and use the usual wrapper script approach. commit ae5ce06ccb1f604fa1e4eaeb16d9ba8122b4923d Author: Marco Pesenti Gritti Date: Mon Feb 4 23:36:12 2008 +0100 Refactor directory structure a bit, preliminary to the library split-out. commit 652df4bf518976132eda1e9fc6b3b06f6ec4ff04 Author: Marco Pesenti Gritti Date: Mon Feb 4 23:29:08 2008 +0100 Remove env.get_shell_dir(), use config commit dbe42ac6d9c0be6be47d2c7545b4997070b4621f Author: Marco Pesenti Gritti Date: Mon Feb 4 20:36:09 2008 +0100 Make the shell scripts just a tiny wrapper which setup the python path and run main(). commit 29fb25407fe0e6c4b3903405d612d48953293b54 Author: Marco Pesenti Gritti Date: Mon Feb 4 19:17:36 2008 +0100 Actually add the config module template. commit 1c361ea5dd1349ddcb95e21de91a0aa036415ff7 Author: Marco Pesenti Gritti Date: Mon Feb 4 19:16:46 2008 +0100 Add a config module into the shell holding path informations. Get rid of env.get_locale_path() commit b3cc0bec550378fa5eb9b6b2983defdd1037be78 Merge: 33ae2dc e50e9d6 Author: Marco Pesenti Gritti Date: Mon Feb 4 19:05:39 2008 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 33ae2dc5487a00a89a18fd0eae39258f818b8868 Author: Marco Pesenti Gritti Date: Mon Feb 4 19:04:22 2008 +0100 Remove get_bin_path usage. commit e50e9d6a9f7f65fa9d8c899b1f77a944a076435e Author: Pootle Translation Date: Mon Feb 4 08:31:54 2008 -0500 New translations from Pootle commit 8ad1470bfc46205c226071fec9c64439bd992c0f Author: Pootle Translation Date: Mon Feb 4 07:04:32 2008 -0500 Commit from Pootle by user satya. 92 of 92 messages translated (0 fuzzy). commit 606d3d8e094df530f25f5aafb0ea851df77487f4 Author: Pootle Translation Date: Fri Feb 1 02:47:54 2008 -0500 Adding updated translations from Pootle commit 12869d0152595a4b32bb53617922adc1512dde53 Author: Simon Schampijer Date: Thu Jan 31 20:48:03 2008 +0100 Release exported dbus object #6127 commit 2c47476548bc7e2bc07af6c787262dc9a8451d2f Author: Pootle Translation Date: Thu Jan 31 05:35:45 2008 -0500 Commit from Pootle by user satya. 92 of 92 messages translated (0 fuzzy). commit aaaaa92f98d002484a31c6310219cbc55346fb45 Author: Marco Pesenti Gritti Date: Tue Jan 29 21:20:50 2008 +0100 In spread layout always get width/height request to not confuse hippo. Eventually we will have to deal with size changes in a better way. Fix flakes count in SnowflakeLayout. Fix #5904 commit 93533e69f29dbc4daa449e74dd3520b6feaf189c Author: Pootle Translation Date: Mon Jan 28 03:03:02 2008 -0500 Commit from Pootle by user gdsteiner. 95 of 95 messages translated (0 fuzzy). commit 7185211a65f8294afb453aac3581fa378ad5279b Merge: 589cc88 d37e909 Author: Pootle Translation Date: Sun Jan 27 18:05:37 2008 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 589cc8850e5ae6bc430a02ff211692e37bbd1d18 Author: Pootle Translation Date: Sun Jan 27 18:05:36 2008 -0500 Commit from Pootle by user gdsteiner. 91 of 95 messages translated (4 fuzzy). commit d37e90940c8c8dbcc29a114946e9e4392446e6a7 Author: Benjamin Berg Date: Sun Jan 27 20:07:00 2008 +0100 Fix the testcase for ticket 2855. commit d332d44d2386be7f98d60ab1cc4947925dc277b5 Merge: b771683 39a0107 Author: Pootle Translation Date: Sat Jan 26 11:56:02 2008 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 39a0107e0a94a8ce70162dd1beef092050c3da29 Author: Reinier Heeres Date: Sat Jan 26 16:00:30 2008 +0100 Buttons as label when menu overflows, #5824 commit b77168356762a10350743e8250d8203f19f3019a Author: Pootle Translation Date: Fri Jan 25 14:47:09 2008 -0500 Commit from Pootle by user samybt. 103 of 103 messages translated (0 fuzzy). commit fef7f57489fbf713b802dff79da9866753c5625a Author: Pootle Translation Date: Fri Jan 25 14:43:45 2008 -0500 Commit from Pootle by user samybt. 103 of 103 messages translated (0 fuzzy). commit 9ff9f4f5dd2851bbee24eae9a81e83eab74ac101 Author: Pootle Translation Date: Thu Jan 24 01:39:25 2008 -0500 Commit from Pootle by user satya. 90 of 90 messages translated (0 fuzzy). commit d08dcbf054406a6b04f82fd88593bb0b2de1ad29 Author: Pootle User Date: Mon Jan 21 07:44:22 2008 +0000 Commit from Pootle by user atodorov. 84 of 92 messages translated (6 fuzzy). commit e27c13d2e6a503eb09956cd1126b6eb71c05432a Author: Pootle User Date: Sat Jan 19 23:34:25 2008 +0000 Commit from Pootle by user satya. 1 of 90 messages translated (0 fuzzy). commit fddbdd159b3aea85863678a3eeaa13e94d334ab9 Author: Pootle User Date: Sat Jan 19 23:30:18 2008 +0000 Commit from Pootle by user satya. 1 of 90 messages translated (0 fuzzy). commit 424694925ac102977e2d0c1096a1ab5606a42cc5 Author: Simon Schampijer Date: Fri Jan 18 21:08:37 2008 +0100 fix wrong perms commit bf4c327bacbcadfab484a9c5455fd41c7fc38eb9 Author: Simon Schampijer Date: Fri Jan 18 21:02:25 2008 +0100 Using setEnabledWireless to handle radio settings #1406 commit 21e3447e7063cfa2f38e9844dcab8a354b3c86d9 Author: Simon Schampijer Date: Fri Jan 18 19:30:01 2008 +0100 Added Amharic/Ethiopian option in s.c.p and some other languages. commit 649b964fb0781ffda25be1d06e749826310915a6 Author: Pootle User Date: Fri Jan 18 16:22:47 2008 +0000 Adding language te via Pootle commit 5bc92f7555441f7a8bb5ee8832083737c4c3feec Author: Pootle User Date: Fri Jan 18 16:22:24 2008 +0000 Adding language mn via Pootle commit f225c0122ce9109368dbba88b1d12e101ecc1747 Author: Pootle User Date: Fri Jan 18 16:22:01 2008 +0000 Adding language fa_AF via Pootle commit 1c246f96bffd94139d2ad76bb058b7499e5924ad Author: Pootle User Date: Fri Jan 18 16:21:36 2008 +0000 Adding language ff via Pootle commit ccccc5ddd54f8b465ee8731e022b705327456924 Author: Reinier Heeres Date: Fri Jan 11 22:27:09 2008 +0100 Improve palette positioning logic, #5944 commit 5f6f8ff12cf7eae985364a1b25c70ac5faf77798 Author: Simon Schampijer Date: Fri Jan 11 20:37:23 2008 +0100 launch xulrunner based activities with a constant uid in a container #5489 commit b59a81b885214699147bfc5fd8b3631b9bcd5dcb Merge: 438e746 6760357 Author: Pootle User Date: Fri Jan 11 14:18:06 2008 +0000 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 438e7461e7eb44dd9834ced522266577e86b9528 Author: Pootle User Date: Fri Jan 11 14:18:05 2008 +0000 Commit from Pootle by user atodorov. 84 of 90 messages translated (6 fuzzy). commit 676035742349f01f608eae50c4662fa3578a4c8b Author: Reinier Heeres Date: Thu Jan 10 19:21:29 2008 +0100 Support for ellipsis in palette texts, #4562/#5765 commit 986420ddf02b87a9d171753eccee551ad20815e2 Merge: e85a07e 802267c Author: Marco Pesenti Gritti Date: Thu Jan 10 18:39:30 2008 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e85a07e2d25036388168dfbb3eb67a607e0ac333 Author: Marco Pesenti Gritti Date: Thu Jan 10 18:33:50 2008 +0100 Work around for numpy/gtk issue with turkish locale. Fix #5559. commit 802267cd2172eb0929bdadafc309f3c7322f4300 Author: Reinier Heeres Date: Thu Jan 10 17:55:57 2008 +0100 Implement Activity.can_close(), #5493 commit 6c5025bd74040d25f31d259a6bc09b9072ffcde5 Author: Marco Pesenti Gritti Date: Thu Jan 10 15:32:44 2008 +0100 Properly check for the owner, fix #5573. commit 10db544b1ed646b3b27310bafb19d45a933a5212 Author: Simon Schampijer Date: Thu Jan 10 11:04:09 2008 +0100 set XO clock to use UTC #5648 commit bbf88bea8721143e54d8eef07e99ba1e0f6df325 Author: Pootle User Date: Thu Jan 10 08:59:23 2008 +0000 Adding language bn_IN via Pootle commit 74e0041c0380064973c7301183e357eb07ff1404 Author: Tomeu Vizoso Date: Wed Jan 9 23:39:47 2008 +0100 #5884: don't crash on non-ascii characters in essids. commit 83353f3c72684f493063246cb7b272d7eeca029f Author: Tomeu Vizoso Date: Wed Jan 9 21:21:06 2008 +0100 #5532: Fix memory leak when a buddy disappears. commit 86b943b2445f42ee42ee07d3258abe695739e65e Author: Tomeu Vizoso Date: Wed Jan 9 18:47:06 2008 +0100 #5760: Limit the number of items in the clipboard frame. commit 2b0b83aa096df328de968ba0a5beb26598bbbd15 Author: Marco Pesenti Gritti Date: Wed Jan 9 15:35:23 2008 +0100 Patch by cscott to load the profile keys lazily. Some style and pylint complaints fixes by me. Fix #5538 commit f00eada898fa602857d2e43eeae8513541d3e301 Author: Pootle User Date: Wed Jan 9 09:50:08 2008 +0000 Commit from Pootle by user atodorov. 71 of 90 messages translated (19 fuzzy). commit b97adf3cba0bfd40db85d6db7db1da4c9adcb6e7 Merge: 745bf1b d382927 Author: Marco Pesenti Gritti Date: Tue Jan 8 21:40:55 2008 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 745bf1b2371b6165b5dc6fdb297af2f181049204 Author: Marco Pesenti Gritti Date: Tue Jan 8 21:40:01 2008 +0100 Patch by Walter to reorder activities in the frame. Fix #4145. commit d382927e45bedca823e544b6395cb4e480f4e46b Author: Pootle User Date: Tue Jan 8 19:28:22 2008 +0000 Adding language bg via Pootle commit 067570f6157b34deb6d93c33316ce4fdbb770756 Author: Pootle User Date: Tue Jan 8 19:27:41 2008 +0000 Adding language ca via Pootle commit 2daf1954f58141808824b64b5e0dc4b51d516b24 Author: Pootle User Date: Tue Jan 8 19:27:04 2008 +0000 Adding language ps via Pootle commit 2929abc83d3bf9d507e38f7da05f68297d13828f Author: Pootle User Date: Thu Jan 3 09:34:10 2008 +0000 Commit from Pootle by user Huda. 92 of 92 messages translated (0 fuzzy). commit ffa85f70d10c645e40e8a963bd56f460ccb04b59 Author: Pootle User Date: Sun Dec 30 22:08:59 2007 +0000 Commit from Pootle by user Huda. 91 of 92 messages translated (1 fuzzy). commit 688b7c98d27e2a751821e962a64afb4a3f23c0e7 Merge: 7e5bb47 8aa362e Author: Pootle User Date: Sun Dec 30 18:19:29 2007 +0000 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7e5bb47dcb55ecb1ff0fe5e571cde0206a87b512 Author: Pootle User Date: Sun Dec 30 18:19:28 2007 +0000 Commit from Pootle by user jamil. 92 of 92 messages translated (0 fuzzy). commit 8aa362e5a78a964beaf2bd00c8e72056b9c01699 Author: Benjamin Berg Date: Sun Dec 23 20:42:20 2007 +0100 Use toolbuttons as scroll buttons and make them insensitive when it is not possible to scroll to the side. commit 4d9a30607c521b9ba5f73a54c25b401a88f6675c Author: Sayamindu Dasgupta Date: Sun Dec 23 01:24:57 2007 +0530 Added a bunch of languages added via Pootle (ref ticket #5625) commit 4b05c7a395130eb19a526f759a76ccdf95713dea Author: Pootle User Date: Sat Dec 22 19:47:45 2007 +0000 Adding language ru via Pootle commit a0095396f2fa7843d48243fd77a4c8786869a2f1 Author: Pootle User Date: Sat Dec 22 19:47:42 2007 +0000 Adding language is via Pootle commit 3bed4bc3a9d30cf3c4e6022f4840e53d415f6961 Author: Pootle User Date: Sat Dec 22 19:47:39 2007 +0000 Adding language dz via Pootle commit 12544626f216ae68d1e4617e4e30ac4e48e3eb08 Author: Pootle User Date: Sat Dec 22 19:47:36 2007 +0000 Adding language zh_TW via Pootle commit bb7617140b39134a7c79ff525b4355986631e86f Author: Pootle User Date: Sat Dec 22 19:47:34 2007 +0000 Adding language ko via Pootle commit 70f1fd0676963f1cbcb91d81e519d4dcc081bdd2 Author: Pootle User Date: Sat Dec 22 19:47:31 2007 +0000 Adding language qu via Pootle commit 7d12f8d60128bce75592bf3285cc4ea75001ac8a Author: Pootle User Date: Sat Dec 22 19:47:28 2007 +0000 Adding language zh_CN via Pootle commit 63bdcad6b5205d8b18bd29582c8831cc775e9a3e Author: Pootle User Date: Sat Dec 22 19:47:25 2007 +0000 Adding language ne via Pootle commit 3bd1bf9a2c7fc3fcfa9af54bcee72782d4c8e1b1 Author: Pootle User Date: Sat Dec 22 19:47:22 2007 +0000 Adding language rw via Pootle commit 30359963087e627ed3022b7958d74b12ed0aaf6b Author: Pootle User Date: Sat Dec 22 19:47:20 2007 +0000 Adding language fa via Pootle commit 88d5703fc37e3bdcbc0db44c0cd2e00f5c4c45c9 Author: Pootle User Date: Sat Dec 22 19:47:17 2007 +0000 Adding language am via Pootle commit dc5f3cef28784a8ec95354951339574afae622e7 Author: Pootle User Date: Sat Dec 22 19:47:14 2007 +0000 Adding language bn via Pootle commit 810ab08b658b6cc86f7cdb238ff5014ccb839882 Author: Pootle User Date: Sat Dec 22 19:47:11 2007 +0000 Adding language en via Pootle commit 2bbd5820fd09afe26b59266468a6043619616153 Author: Pootle User Date: Sat Dec 22 19:47:08 2007 +0000 Adding language th via Pootle commit 2b901b2ea29025a4b7400fcfe7d01ef69741372f Author: Pootle User Date: Sat Dec 22 19:47:05 2007 +0000 Adding language ay via Pootle commit 6a6e017770f2a61f1313da55916ede56644da7c2 Author: Pootle User Date: Sat Dec 22 19:47:03 2007 +0000 Adding language hi via Pootle commit 6a1d4c473a61058a328bdddc5b7fa9dda724c93c Author: Pootle User Date: Sat Dec 22 19:47:00 2007 +0000 Adding language pt via Pootle commit 5843d18bb755c97031d0444154a2be57ddf91836 Author: Pootle User Date: Sat Dec 22 19:46:57 2007 +0000 Adding language ur via Pootle commit bdbe97bfa79a3e96aff32edba25545344aa0e6ee Author: Pootle User Date: Sat Dec 22 19:46:54 2007 +0000 Adding language nl via Pootle commit 8fe3a8286a67e7a18704d120b9f2c4a00f54b7ff Author: Pootle User Date: Sat Dec 22 19:46:51 2007 +0000 Adding language ro via Pootle commit 03eb60c43626caaa1713fc28c61227e9a9872b91 Author: Marco Pesenti Gritti Date: Sat Dec 22 13:58:31 2007 +0100 Run the web activity outside containers commit 2a48021a782a1ea3677883aaf1cafdd259246691 Merge: 64a91b8 807044c Author: Simon Schampijer Date: Thu Dec 20 19:25:34 2007 +0100 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar commit 64a91b8590db8ae2d4a04e6ec0a208a9e5b75cd2 Author: Simon Schampijer Date: Thu Dec 20 19:25:20 2007 +0100 Remove another XKB in the control-panel commit 7cf12521921886fa38416251c2130c928fe3b10b Author: Simon Schampijer Date: Thu Dec 20 19:22:44 2007 +0100 Take the XKB_LAYOUT out of the config when doing recovery. commit 807044c84bc42194b280a3d61d2733921455866b Author: Tomeu Vizoso Date: Wed Dec 19 20:04:20 2007 +0100 #5526 decrease the frequency of the activity icon during launching. commit b7e0ccbf81a7eb503bf8521d7896622920a1aeb4 Author: Tomeu Vizoso Date: Wed Dec 19 20:03:25 2007 +0100 #5512 import the activity module later. commit c14abfb022e505607e8882f3203b02b69d14b135 Author: Reinier Heeres Date: Wed Dec 19 13:02:16 2007 +0100 Wrap Journal.ShowObject, #4909 commit d35c19b6aaeb79df700bf063f4bf3d298c20bf7a Author: Reinier Heeres Date: Tue Dec 18 13:43:34 2007 +0100 Allow activity up- and downgrades #4906, also fix #5382 commit b57ff156f7b1125e37c8295c7bb4984a84f7de7f Author: Reinier Heeres Date: Mon Dec 17 11:29:49 2007 +0100 Fix AP emblem, #5199 commit ac804177a11aee4a16fa82087ff5a06a916bf2a3 Author: Benjamin Berg Date: Fri Dec 14 20:44:22 2007 +0100 Extend the iconwidget test to also test insensitive icons. commit ce2452ea42e55e864e6303cc6a2734b13a1f051f Author: Benjamin Berg Date: Fri Dec 14 19:59:46 2007 +0100 Use the engine to make sugar icons insensitive. commit f87118c02cfb3251c476677dcc8d0de1579ef777 Merge: 3bc670e ebcfbce Author: Marco Pesenti Gritti Date: Fri Dec 14 13:26:48 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3bc670e2df4b7c21618aa6d62ae1b871f4c85a71 Author: Marco Pesenti Gritti Date: Fri Dec 14 13:26:34 2007 +0100 Patch by Reinier to correct create method handler signature. Fix #5364. commit ebcfbcedc2521c89bf60f0200ef02d70da82861a Author: Tomeu Vizoso Date: Thu Dec 13 13:13:33 2007 +0100 In case of error when mounting the DS, move the existing data and start a clean one. (neuralis) commit 7ad5cf30633c25a846adb8c995416af8d04d3939 Author: Tomeu Vizoso Date: Wed Dec 12 12:15:43 2007 +0100 Update test for #5389. commit df929245222fb2536bc738e83743faae9f4b97bc Author: Dafydd Harries Date: Tue Dec 11 15:01:17 2007 +0000 call SyncFriends on presence service when friends list changes Patch by Guillaume Desmottes. commit fe80f9643adede3d5c634398cf1902ba691b419a Author: Reinier Heeres Date: Thu Dec 6 09:27:24 2007 +0100 Don't color cancel icon in search field, #5154 commit f0d194f3fba770807ac3bc7dbb3d5ff3fcfa4fce Author: Tomeu Vizoso Date: Wed Dec 5 18:10:34 2007 +0100 #5080: Clipboard fixes for sharing of URIs. commit dc8809cdc6def6ea6a0bf1d1a01534fb980cbfbe Author: Simon Schampijer Date: Mon Dec 3 22:10:14 2007 +0100 Move get_activity_root to module part of #5221 commit 5e942edddcc2596192aace300811406dd18d9a81 Author: Tomeu Vizoso Date: Mon Dec 3 12:42:21 2007 +0100 #5106: Implement an object chooser callable through dbus. commit 8b5cf46945584272fcce48981b9632539eb43c7e Author: Sayamindu Dasgupta Date: Mon Dec 3 09:57:57 2007 +0530 Added a bunch of new languages added via Pootle. commit 306bea0c24506c9c1a248cdf1bc2ef577edb368a Merge: 0225360 2da8bb4 Author: Sayamindu Dasgupta Date: Mon Dec 3 02:24:17 2007 +0530 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2da8bb44d4ee4b244e32d4045859732e307b88f1 Author: Pootle User Date: Fri Nov 30 08:15:28 2007 +0000 Adding language ml via Pootle commit d6439aaa2bb01527984133be58c06ebd433ad9d6 Author: Pootle User Date: Fri Nov 30 08:15:08 2007 +0000 Adding language ja via Pootle commit 2c0e8e7cb4e15a15414c0f6f049b03afd6f35b72 Author: Pootle User Date: Fri Nov 30 08:14:14 2007 +0000 Adding language pa via Pootle commit b99defe163560e86363f2e4faa72ebefbd64e896 Author: Reinier Heeres Date: Thu Nov 29 15:38:51 2007 +0100 Fix palette issue with mouse speed detector, #5118 commit ab1cdc7a3011696eac2aecbc444eee788903557b Merge: 8c72c80 586d6ca Author: Simon Schampijer Date: Thu Nov 29 14:50:52 2007 +0100 Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar commit 8c72c8033757c0624c57b3dc597cbaae0248e448 Author: Simon Schampijer Date: Thu Nov 29 14:50:44 2007 +0100 Fix the path to the makeindex and and missing import #2856 commit 586d6caff1fc566031060eab357418f68e8cf099 Author: Marco Pesenti Gritti Date: Wed Nov 28 19:42:51 2007 +0100 Fix profiles and activity dir permissions. commit 6046c8ed46ed92d02ef9cc27446b4e02fccd9ba6 Author: Marco Pesenti Gritti Date: Wed Nov 28 16:10:27 2007 +0100 Reap only activity processes. Fix #5044 commit 0225360178f256f7f92bdc8a666cd4335dce66d8 Merge: c0521b4 6e10654 Author: Sayamindu Dasgupta Date: Tue Nov 27 21:57:32 2007 +0530 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6e1065454de9c3d252cd92a453bd69de2410ec65 Author: Simon Schampijer Date: Mon Nov 26 15:30:41 2007 +0100 Add menu entry with dialog to show About this XO #4941 commit 549348cfbddacba230fa24e876876c5412afcca9 Author: Reinier Heeres Date: Mon Nov 26 15:20:23 2007 +0100 Scrubbing palettes only pops up primary, #4515 commit e8246106a4db5e226182828d43ebede7847988a7 Author: Reinier Heeres Date: Mon Nov 26 13:56:28 2007 +0100 Fixed traceback, see #4515 commit 6bb1131e9db0cf924de221558abc6b4840ac83e1 Author: Reinier Heeres Date: Mon Nov 26 13:14:53 2007 +0100 Add unfullscreen button to Window, #4890 commit fdfeb649f528b53b83d7d7d0cfc30fdd3c7edb12 Author: Reinier Heeres Date: Mon Nov 26 11:51:44 2007 +0100 Change to activity-start icon, #4825 commit 357a2b31c923e83f8db0fea6b4a633c2d5fe4f00 Author: Simon Schampijer Date: Sat Nov 24 15:58:53 2007 +0100 show frame shortly when adding object to clipboard #5098 commit 9ab0ef9e230bc20872da79abf8281d90d84be995 Merge: 43217b2 972fecd Author: Marco Pesenti Gritti Date: Fri Nov 23 20:03:16 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 43217b2ba202f205b8df7b488d7dfb152cba743d Author: Marco Pesenti Gritti Date: Fri Nov 23 20:02:25 2007 +0100 Patch by unmadindu to remove the msgmerge part from bundlebuilder.py. Fix #4995. commit 972fecd920e4a13c96365b41c777a0ef6a1d6947 Author: Tomeu Vizoso Date: Fri Nov 23 18:38:55 2007 +0100 #5097: Fix pasting text between activities through the clipboard. commit c0521b479006d8fbaddcaebe370be5a5fe5777e5 Merge: 1437729 1cecee8 Author: Sayamindu Dasgupta Date: Fri Nov 23 22:09:01 2007 +0530 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 14377298d0b34535f1442cfd87cc005e674ee0f2 Author: Sayamindu Dasgupta Date: Fri Nov 23 22:04:32 2007 +0530 Fix the genpot option to not to modify PO files (#4995) The genpot option modified PO files (by running msgmerge). This is not something one would expect, and may cause confusion among translators. This fixes dev.laptop.org ticket #4995. commit 1cecee8da36deb610acd0315036c20547d62a942 Author: Marco Pesenti Gritti Date: Fri Nov 23 17:13:55 2007 +0100 Bump version commit 4e8615a883c13dabb12214d2269f571ecd1058ac Author: Reinier Heeres Date: Thu Nov 22 18:07:52 2007 +0100 Palettes only popup if mouse slow, #4515 commit e9119e57335b1a5c6758e90cc4b242c619e8b27e Author: Reinier Heeres Date: Thu Nov 22 17:36:03 2007 +0100 Fix palette issue in Friends frame, part of #4515 commit acd0bec92f85b8c9ecada0c54576a9e5f24145ec Author: Reinier Heeres Date: Thu Nov 22 17:04:58 2007 +0100 Proper clear icon in Mesh view and journal, #4311 commit 188a68ba1f0d9b5ce060232d20c185c4226f2e21 Author: Reinier Heeres Date: Thu Nov 22 12:02:14 2007 +0100 Timeout function for #4612 should return False commit b876648bd616fa57b0e3c8050af46bb1c6268e75 Author: Reinier Heeres Date: Thu Nov 22 11:57:44 2007 +0100 Remove activities from donut after not succesfully launched after 1.5min, #4612 commit 82e61c6747c40ea4ae1c65510cd9e4740719bafa Author: Reinier Heeres Date: Thu Nov 22 08:15:44 2007 +0100 Fix exception in FriendView._get_new_icon_name, #4962 commit b57eb0cfabc307a0dcb5e923b55344e2795020be Author: Marco Pesenti Gritti Date: Wed Nov 21 00:37:25 2007 +0100 Check sugar.pot into git commit f27317e0fcda438fe082a71acb6e4922e3cdec97 Author: Marco Pesenti Gritti Date: Tue Nov 20 23:22:49 2007 +0100 Patch from smcv: sugar.presence.presenceservice: use #4660 fix in Presence Service to streamline share process slightly (saves one D-Bus round trip) commit d03eb3216f1c35473542cde37f95e48a5054e075 Author: Marco Pesenti Gritti Date: Tue Nov 20 20:40:40 2007 +0100 Release version 0.70.2 commit 4495064fd4387cb340dfca0abf310cb04f46a61a Author: Reinier Heeres Date: Tue Nov 20 15:41:44 2007 +0100 Implement activity palettes in mesh view, #4887 commit d859b9507095c28f4c4c97ce697dc07f346ae88f Author: Reinier Heeres Date: Tue Nov 20 14:06:18 2007 +0100 Mesh search field should autofocus, #4777 commit 7211a62c5c78167e65362f7b6b2f61f4275f490f Author: Reinier Heeres Date: Tue Nov 20 14:04:19 2007 +0100 Disable remove activity in the frame, #4773 commit 070c90a2df6ab9261c8ccec7c140bd65d6f4e07b Author: Marco Pesenti Gritti Date: Mon Nov 19 11:48:04 2007 +0100 Release 0.70.1. commit 2ddc1bec4c170b5022eb67b7d0451fa4546f8c4a Author: Tomeu Vizoso Date: Sun Nov 18 19:25:28 2007 +0100 #5004 Fix race that caused multiple fake icons appear in the activity frame after installing a bundle with Browse. commit 5c951a5ca202f5687fce670df805141ccc698fda Author: Tomeu Vizoso Date: Sun Nov 18 11:58:26 2007 +0100 Fix a couple of typos. commit fe9ec95fcca4eafa7508417c9e1e4d987778d5a0 Author: Marco Pesenti Gritti Date: Wed Nov 14 20:00:24 2007 +0100 Snapshot 411879e9de. commit 411879e9de9f04ed47a268141cdafaef9b68486f Author: Marco Pesenti Gritti Date: Wed Nov 14 19:59:11 2007 +0100 More binding friendly API for SugarPreview. Fix a leak. commit cd0e6aa1013a3c166881091c9a506240a38baa71 Author: Marco Pesenti Gritti Date: Tue Nov 13 16:37:41 2007 +0100 Snapshot 9d28557bbd. commit 9d28557bbdcde4f4a2eab952ae7cad692e72e648 Author: Marco Pesenti Gritti Date: Tue Nov 13 16:28:18 2007 +0100 Fix randr commit c210b7720b46134a1d2539387fe3fcdf0b4082ab Author: Marco Pesenti Gritti Date: Tue Nov 13 16:20:34 2007 +0100 Do not fail if there is not an activity service commit f022f98815da003e70e7b01b32fd4b54127d2d2b Author: Marco Pesenti Gritti Date: Tue Nov 13 15:59:24 2007 +0100 Alert when an activity cannot be saved. commit 0aa31147dbd744e41a165b4cb45283340a069f90 Author: Marco Pesenti Gritti Date: Tue Nov 13 14:19:07 2007 +0100 Strip out /usr/bin/env from the interpreter cmd, it's apparently confusing gdb. commit 419318923893d5ab8a7cebe690ead24ff7d6b4ef Author: Marco Pesenti Gritti Date: Tue Nov 13 01:57:32 2007 +0100 Snapshot 47e231311b. commit 47e231311bbdb8b1269b2022d5d9c9eb8134b4d6 Author: Marco Pesenti Gritti Date: Tue Nov 13 01:56:08 2007 +0100 Update ChangeLog commit 4c66eec49b12daf54163d17134c40f3a356f9737 Author: Marco Pesenti Gritti Date: Tue Nov 13 01:50:20 2007 +0100 Completely get rid of sound in the shell to make sure it's not causing problems. commit 9645b0e6e56248a3ef742c7c9dca55525af31353 Author: Marco Pesenti Gritti Date: Tue Nov 13 00:19:57 2007 +0100 Snapshot 1bf6cdaa81. commit 1bf6cdaa8131f0e6a6e4a077a4479a5a0a56321e Author: Michael Stone Date: Mon Nov 12 16:52:01 2007 -0500 Correct a typo in datastore.py so that Pippy can resume with data. commit 8bd8ec6216d208288eb2462baac5561ff38ab212 Author: Michael Stone Date: Fri Nov 9 12:11:43 2007 -0500 Improve error-handling during activity log-file creation. commit b3fa0c001cfcff3e1f9fc5debf4cb267b87776f6 Author: Tomeu Vizoso Date: Fri Nov 9 18:18:36 2007 +0100 #4728, #4764: Set the correct colors for filtered out mesh view icons. commit 2d8c53bbef64cb255501425931fa8876ebcfdc45 Author: Marco Pesenti Gritti Date: Fri Nov 9 17:49:45 2007 +0100 Snapshot d6bac927e1. commit d6bac927e173a3f2e95ba7c197dde07278f18e4a Author: Marco Pesenti Gritti Date: Fri Nov 9 17:39:29 2007 +0100 Short the mesh view to fit into screen commit d577566151c7dd7287d5609730861b006158b1e4 Merge: bdfbe8d 2132592 Author: Marco Pesenti Gritti Date: Fri Nov 9 17:38:09 2007 +0100 Merge branch 'master' of git+ssh://marco@dev.laptop.org/git/sugar Conflicts: NEWS commit bdfbe8d6731d2350bbfccbf24f7931ef2ce20660 Author: Marco Pesenti Gritti Date: Fri Nov 9 17:36:09 2007 +0100 Use the right free function. commit 213259233d27d2b83747a42dfc9e2f3bfdbae07c Author: Simon Schampijer Date: Fri Nov 9 10:52:05 2007 -0500 Update News commit 9fa94bbe267e83898ab55ac2e4bdeaafe5a5aacc Author: Simon Schampijer Date: Fri Nov 9 10:51:43 2007 -0500 Display meshbox invite palette menu with colored activity icon #4624 commit 670722bc497b1ba90d4300bfc2a48424334d29b8 Author: Tomeu Vizoso Date: Fri Nov 9 15:43:54 2007 +0100 Always checkin to the DS from a new file. commit 56685f30ec3c04b0b08aa07f07a345c9140d9737 Author: Marco Pesenti Gritti Date: Fri Nov 9 12:03:39 2007 +0100 Snapshot c682a5e241. commit c682a5e24116c80a400db294cf3cededb74311d4 Author: Reinier Heeres Date: Fri Nov 9 12:06:06 2007 +0100 Update NEWS commit efeaa73779b2ddb3553c8435076753a0e286ce79 Author: Reinier Heeres Date: Fri Nov 9 10:56:43 2007 +0100 Fix alt-tab and ctrl-alt-tab behavior, #4570 commit a938a2ac002c0ca40d8bccfe5ec556bcdfbf4b59 Author: Reinier Heeres Date: Fri Nov 9 10:45:36 2007 +0100 Scroll buttons should not be reversed for Arabic, #4571 commit a8193296ddfdc2e311698a0fc75f432def3a53fc Author: Reinier Heeres Date: Fri Nov 9 10:43:24 2007 +0100 Ctrl-Q does not kill Journal, #4644 commit ef3fe93985c3232d44781150bdf58cefe3c382bd Author: Reinier Heeres Date: Fri Nov 9 10:41:54 2007 +0100 Make donut activity size fixed, #3605 commit 9881a3c4c4e9c44389d9968aa4289c4e23e69b8c Author: Marco Pesenti Gritti Date: Fri Nov 9 10:27:02 2007 +0100 Snapshot 55864fa3f6. commit 55864fa3f65bab1bc780881c0ff22b002095393a Author: Marco Pesenti Gritti Date: Fri Nov 9 10:24:30 2007 +0100 Add support for the espeak service commit be8669317d629d14639b0313c4b9179263db4522 Author: Marco Pesenti Gritti Date: Fri Nov 9 00:11:53 2007 +0100 Fix typo commit fb33f4eac054a136ccdec7139af823b89bf7100a Author: Marco Pesenti Gritti Date: Thu Nov 8 23:40:06 2007 +0100 Snapshot e23f012e08. commit e23f012e08d7c2af66ee6da3b681dad0c36f7ef9 Author: Marco Pesenti Gritti Date: Thu Nov 8 23:37:45 2007 +0100 Update NEWS commit 2e9e0f85053b3bfd51b01046ccc18624d9776678 Author: Marco Pesenti Gritti Date: Thu Nov 8 23:37:15 2007 +0100 Add an hardcoded list of activities which are launched outside rainbow containers. commit 1879b9d140fd1eb07a9e61ecb2bae1fb5f896dc7 Author: Marco Pesenti Gritti Date: Thu Nov 8 21:18:38 2007 +0100 Snapshot 3e491c2dc7. commit 3e491c2dc7c55d345f13b8f3ce1beee8d0146354 Author: Tomeu Vizoso Date: Thu Nov 8 20:23:11 2007 +0100 #4715: Filter new items that appear in the mesh view. commit db4a7116e5e1d212041b2e8a68e96fb1034bcbef Author: Tomeu Vizoso Date: Thu Nov 8 20:06:53 2007 +0100 #4716: Filter correctly activity icons in the mesh view. commit 4548d122fce5a19de7e08db148e4616f43c02e62 Author: Simon Schampijer Date: Thu Nov 8 11:33:11 2007 -0500 Use HOME/.i18n in control panel and reset jabber_registered to False commit e528e4eb693a05aeb6fe7b693054f8b29e214887 Author: Marco Pesenti Gritti Date: Wed Nov 7 18:58:03 2007 +0100 Snapshot dae3ebe8d1. commit dae3ebe8d1733d54ad8d46ead7db97615ed7e4d0 Author: Marco Pesenti Gritti Date: Wed Nov 7 12:13:17 2007 +0100 Create an instance dir and write journal files into it. commit 5c603647550cea64ceb731b553eadeff05b14107 Author: Marco Pesenti Gritti Date: Tue Nov 6 15:15:49 2007 +0100 Snapshot 306d32832f. commit 306d32832f66b5774b1642e4bf57fd383d9c0a6f Author: Marco Pesenti Gritti Date: Tue Nov 6 15:14:18 2007 +0100 ctrl+s -> kee -> keepp commit 477c37fca4c229f7488f8d79a1e6daaa3637c406 Author: Marco Pesenti Gritti Date: Tue Nov 6 00:27:16 2007 +0100 Snapshot 73cae198f5. commit 73cae198f5fe1c41c55f62eba49f80a1abc5356d Author: Marco Pesenti Gritti Date: Tue Nov 6 00:26:16 2007 +0100 Disable startup sound commit eeebe814035257adcf4c0a5a24679c69286d67fe Author: Marco Pesenti Gritti Date: Mon Nov 5 23:56:49 2007 +0100 Snapshot 0a9676171d. commit 0a9676171d9cb1fb86def3cd2a47b3061eb15768 Author: Michael Stone Date: Mon Nov 5 13:55:56 2007 -0500 Improve ActivityFactory utility functions and reduce code-path duplication. * Remove a race in open_log_file() * Make open_log_file return a path as well as a file-object so that Rainbow-launched activities can log to the same path that sugar-launched ones do. * Change the call to Rainbow so that it writes to the log-file provided by open_log_file() * Define SUGAR_BUNDLE_ID env variable and change the location of the check for /etc/olpc-security so that Rainbow doesn't have to search for or parse the activity bundle. * Remove import statements marked as unnecessary by pylint. * Fix up some whitespace issues. commit 9e4b78766b53ee869a8aeddf0070bb91544a92fb Author: Marco Pesenti Gritti Date: Mon Nov 5 21:54:02 2007 +0100 Make activity space creation a bit more solid commit 4b7cb1c8318d153cb35ff15c96fb6f1d61a7e91f Author: Marco Pesenti Gritti Date: Mon Nov 5 12:20:21 2007 +0100 Snapshot ee8712d1c4. commit ee8712d1c4f6ffd614bf3f110bbebba1c2c8fe0c Author: Marco Pesenti Gritti Date: Mon Nov 5 12:04:15 2007 +0100 Cleanup center item offset API commit 32fc5d3161e9327ba02bc62b525aa767795b3aaf Author: Tomeu Vizoso Date: Sun Nov 4 15:07:15 2007 +0100 #3119: Implement some basic search capabilities in the mesh view. commit 45c740fb93c3887c55ffd8f814c8c7071599553e Author: Marco Pesenti Gritti Date: Sun Nov 4 17:23:04 2007 +0100 Snapshot d456f6c633. commit d456f6c633b78d8274405f4d179f03e72f12997e Author: Marco Pesenti Gritti Date: Sun Nov 4 17:20:53 2007 +0100 Update NEWS commit ca0f28f5bea9c882f90827345e6ce6abae78db70 Author: Marco Pesenti Gritti Date: Sun Nov 4 17:19:22 2007 +0100 Revert change committed by mistake commit 7f731457c2b20bbfb37b78d4da6db55cb62d56b5 Author: Marco Pesenti Gritti Date: Sun Nov 4 17:16:16 2007 +0100 Wrap the canvas inside a gtk.EventBox to make it easier to take screenshot of the canvas area only. commit 108147a6b1ee82250db00e7cf0a925773786c9b4 Author: Marco Pesenti Gritti Date: Sun Nov 4 17:00:48 2007 +0100 Hook up the new screenshot code commit cd61c52c7ba3649e1d1a4a049dd284ea4b5dd998 Author: Marco Pesenti Gritti Date: Sun Nov 4 16:40:28 2007 +0100 SugarPreview API improvements commit cd4cb6bd672fd5bee38da40c6466e8fced10bbeb Merge: eaef1eb 99999bd Author: Marco Pesenti Gritti Date: Sun Nov 4 16:21:08 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit eaef1eb0154e0526fe753ccb4be32fd8ef9246aa Author: Marco Pesenti Gritti Date: Sun Nov 4 16:20:54 2007 +0100 Experimental preview implementation using XShmGetImage. Not hooked up yet. commit 99999bdb7ed22852952cc546e5b900496bdd0635 Author: Tomeu Vizoso Date: Sun Nov 4 15:05:15 2007 +0100 Add some more info to an error message. commit 2907b10dbb715a0e053fc281fdbbcca6fd94570b Author: Marco Pesenti Gritti Date: Sat Nov 3 23:32:31 2007 +0100 Snapshot e748f756c0. commit e748f756c0d433349421fe613809bf5c6912e1ea Author: Tomeu Vizoso Date: Sat Nov 3 16:34:17 2007 +0100 #4618: Make the shell service more resilient to failure. commit bce1c9fa216ba5a36e4abdeda465bb2eefd7641e Author: Reinier Heeres Date: Sat Nov 3 16:10:56 2007 +0100 Fix for 4579, create _IconBuffer.scale variable commit 3572619032265aa9b1a82a59ba18f721e401d749 Author: Simon Schampijer Date: Sat Nov 3 02:58:53 2007 +0100 Remove usage of non-existent stock-invite icon commit bde0e167a32eab3e697d5aeb7fffcd0b1be5b1b0 Author: Marco Pesenti Gritti Date: Fri Nov 2 21:33:23 2007 +0100 Snapshot 39aca0154d. commit 39aca0154dc2cb73ac8c0eed3dd4962d81232b69 Author: Tomeu Vizoso Date: Fri Nov 2 18:37:57 2007 +0100 Unzip should not ask any questions. commit 72d021b9b44316538ab012cc4e7acc1012974951 Author: Marco Pesenti Gritti Date: Fri Nov 2 17:06:38 2007 +0100 Update NEWS commit cc9e561153d0ab6206b516fa38ee789b1f4958a4 Author: Marco Pesenti Gritti Date: Fri Nov 2 17:05:54 2007 +0100 Reap childs rather than ignoring them. commit e1b0f00f0eeb614a0c152d6844111b2a115a14fa Author: Marco Pesenti Gritti Date: Fri Nov 2 14:07:51 2007 +0100 Snapshot b6422678e6. commit b6422678e6272dbd5fd6c6d1050d9e95667245ac Merge: d445bc0 260ce76 Author: Marco Pesenti Gritti Date: Fri Nov 2 11:04:56 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d445bc086da8dac2c4944afa98ae8681031ed86f Author: Marco Pesenti Gritti Date: Fri Nov 2 11:04:41 2007 +0100 Free the sound device when the startup when the sound has been played. Factored out to a separate sound module from cjb patch. commit 260ce76b0ab6076406d43ecc5c2be30911f81d67 Author: Tomeu Vizoso Date: Thu Nov 1 22:05:58 2007 +0100 #1941 Call FocusSearch method for popping up the journal. (rwh) commit 70079de872305eaaacf70364801895ad036d1c4f Author: Simon Schampijer Date: Thu Nov 1 12:37:43 2007 +0100 refinements in output of sugar-control commit a579adef44a4e1926e803a5a2f303d9ba0de2dbc Author: Marco Pesenti Gritti Date: Wed Oct 31 18:48:26 2007 +0100 Snapshot 2df96b9af7. commit 2df96b9af7d34b111bcb1c306724e4c0cf2cf62f Author: Marco Pesenti Gritti Date: Wed Oct 31 18:29:18 2007 +0100 Better layout strategy for the home. Should fix positioning of the devices. commit 54ffaaa7f9c09c4825ed46c73a488615200f5318 Merge: 1a3d520 a92e2bf Author: Marco Pesenti Gritti Date: Wed Oct 31 14:59:05 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1a3d520dce5d5accebde23cd46a181b57e0860d1 Author: Marco Pesenti Gritti Date: Wed Oct 31 14:58:37 2007 +0100 Smarter mime_types parsing logic. Works also if there are spaces between types. commit a92e2bf7b160233b73a79f496044084fcfe9586d Author: Simon Schampijer Date: Wed Oct 31 14:14:06 2007 +0100 sugar-control: added note to restart for some methods, fix in color commit 6278f8207ee8994924672456d2afad164aa900e5 Merge: 91b6990 b0c7a05 Author: Marco Pesenti Gritti Date: Wed Oct 31 12:56:50 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b0c7a0546d8aaaf81e094ad8b8083dc266ae14a4 Merge: 2e86ad9 dbbdf73 Author: Simon McVittie Date: Wed Oct 31 11:58:44 2007 +0000 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 91b699013485ba5ff3fab91426f46a18d31ab2a4 Author: Marco Pesenti Gritti Date: Wed Oct 31 12:48:16 2007 +0100 Place the device in the middle of the row so that they don't go too near to the donut on the XO. Quite an hack but at least it looks decent, we will need to solve this properly at some point. commit dbbdf7383f2c94da2135fe0855d00945eab60115 Author: Simon Schampijer Date: Wed Oct 31 11:33:45 2007 +0100 sugar-control: add the init file commit 14ffdc1d03f93e76ae0f7e483c006ce76f61dd23 Author: Simon Schampijer Date: Wed Oct 31 11:32:54 2007 +0100 sugar-control: fixed some imports, cleaned some strings commit 38b87ad7cd1f7620c5c8f615bfc18b693c46053e Author: Simon Schampijer Date: Wed Oct 31 10:36:38 2007 +0100 sugar-control: add env import commit 4ee3e65bc56d575c5bfc83d92e95cf3482ec8dd4 Author: Simon Schampijer Date: Wed Oct 31 09:59:35 2007 +0100 sugar-control: Use NM for radio on/off, check for superuser commit 116ebfecf694af224ad094880d7daa9ef33e0e75 Author: Marco Pesenti Gritti Date: Wed Oct 31 00:07:20 2007 +0100 Snapshot b72f00e30b. commit b72f00e30beff60e2ec551c4ed57d048061f1716 Author: Marco Pesenti Gritti Date: Wed Oct 31 00:05:16 2007 +0100 Integrate control panel in the build so that I can actually distcheck. commit 63d88df04012ee923cce24905f5f914cae3b9c31 Author: Marco Pesenti Gritti Date: Tue Oct 30 23:51:36 2007 +0100 Fix distcheck commit dfb1787cd401f6c80eba26e29709c9a4a4f5f75c Author: Marco Pesenti Gritti Date: Tue Oct 30 23:43:42 2007 +0100 Use a timeout of 2 seconds for TakeScreenshot to make debugging easier. commit 5732433d3e055b98a04b7800890af045b43930fc Author: Marco Pesenti Gritti Date: Tue Oct 30 23:38:48 2007 +0100 Setup the activity root with a tmp and a data dir. Save DS files in data (since tmp will be on tmpfs in rainbow) commit ca3c990dc12522d3305db27f1e3d2ad8922572f5 Author: Marco Pesenti Gritti Date: Tue Oct 30 23:22:14 2007 +0100 Handle missing TakeScreenshot method gracefully commit 335e5c89d007272ad388bd3aa9900fd66f6eee7b Author: Marco Pesenti Gritti Date: Tue Oct 30 21:24:24 2007 +0100 Check in the .pot file commit 10bc2d1852daf6e5cd4d9095b2f3f6328058a54d Merge: e8926c7 b004585 Author: Marco Pesenti Gritti Date: Tue Oct 30 21:22:34 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e8926c78447017671411dc00fe3c42a1c2947928 Author: Marco Pesenti Gritti Date: Tue Oct 30 21:22:13 2007 +0100 Update POTFILES.in commit b004585cc5bf3bf56ae8e1d995a5c4e67013e75b Author: Marco Pesenti Gritti Date: Thu Oct 18 22:22:07 2007 +0200 Wep key combo by dcbw commit 7e2516ca002973e1bdbeadbc179b18ff5aee9d3d Author: Marco Pesenti Gritti Date: Tue Oct 30 20:03:06 2007 +0100 Snapshot 8c89bfaed7. commit 2e86ad91b92dec5c8f062adc009cec47b7236b94 Merge: 5abcb4e 8c89bfa Author: Simon McVittie Date: Tue Oct 30 16:50:23 2007 +0000 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5abcb4e8dd58b28c2b973c3eff4e125abe2d63f5 Author: Simon McVittie Date: Tue Oct 30 16:10:02 2007 +0000 Encode nickname in UTF-8 when writing it out to .sugar/*/config (#4518) commit 8c89bfaed72a99cf88a7fb865378d1478dfc88ec Merge: 0e0ebf5 4391d47 Author: Marco Pesenti Gritti Date: Tue Oct 30 15:03:44 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0e0ebf570167689a3ab656a6f336650039f01361 Author: Marco Pesenti Gritti Date: Tue Oct 30 15:03:27 2007 +0100 Set SUGAR_ACTIVITY_ROOT commit 4391d4777ad9d42d0cd6c193699ab7a1ec585a37 Merge: 2495212 6768a42 Author: Simon McVittie Date: Tue Oct 30 12:38:32 2007 +0000 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 6768a4216fad97711faeeffcfa9c43e8adc8491b Author: Marco Pesenti Gritti Date: Tue Oct 30 12:15:42 2007 +0100 Remove the console. Eduardo is moving the functionalities out to the log and analyze activities. commit 249521253dfc61248a22133c6624225234515eb5 Author: Simon McVittie Date: Mon Oct 29 17:21:33 2007 +0000 Do some standard Tubes boilerplate in sugar.presence, so activities don't have to (#4503) commit 2782ce71b09d903b87caa9f8d0ed9d2aa7c39032 Merge: 4d5fd72 6dbe458 Author: Marco Pesenti Gritti Date: Mon Oct 29 16:46:27 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4d5fd7243b1c18cefb4dae51f1c5f9264dcfc8dc Author: Marco Pesenti Gritti Date: Mon Oct 29 16:46:00 2007 +0100 Remove activity uploading since it's not useful with the new build system. commit 15210f4cc497da080fd00a5089dc8bf802e4ea74 Merge: 702a890 18f9a0e Author: Marco Pesenti Gritti Date: Mon Oct 29 15:51:35 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 702a89077074d57ab4c7bc8ecd770dece4d86691 Author: Marco Pesenti Gritti Date: Mon Oct 29 15:49:17 2007 +0100 Revert to the trial-3 frame behavior (always visible on the home page). Readapt things which are changed in the meantime. commit 6dbe45851ea80e2eacd63d23cd79f5aa94480413 Merge: 9ddfb74 15210f4 Author: Simon Schampijer Date: Mon Oct 29 15:35:20 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 9ddfb74a6124c2b971d0adf497bf7f8476ef2f46 Author: Simon Schampijer Date: Mon Oct 29 15:35:09 2007 +0100 Make the output of get_timezone and get_color more clear commit 18f9a0ef9251fa3fa109fe32dad7550326c35493 Author: Simon Schampijer Date: Mon Oct 29 14:36:14 2007 +0100 Initial push for the sugar control panel commit 4d26d307109c4db2bfcf1fa43ecb475f1ab37c27 Author: Pascal Scheffers Date: Sun Oct 28 16:56:05 2007 +0100 #4358 pydoc strings for activity.py commit 91c97ba0188fa87eb91ab59bdf4edc4288146943 Author: Marco Pesenti Gritti Date: Sat Oct 27 00:14:43 2007 +0200 Snapshot 176262f2e9. commit 176262f2e9357c08735bbd4476327fc92d8d5827 Author: Simon Schampijer Date: Thu Oct 25 14:04:04 2007 +0200 Added morgs NotifyAlert (timed one button alert) to the alert api commit f60f77d471a2b919d2f4071e7e3d7e9a9e4ff805 Author: Marco Pesenti Gritti Date: Thu Oct 25 01:03:54 2007 +0200 Snapshot fdb4e49b14. commit fdb4e49b142918cdd3d5c64f6eb6e897db76876d Author: Marco Pesenti Gritti Date: Thu Oct 25 01:00:50 2007 +0200 Some journal files on nand commit b135f99832dd7ea6947d0e1888d19ba3ba0d49c1 Author: Tomeu Vizoso Date: Wed Oct 24 19:33:26 2007 +0200 Oops, this shouldn't have gone in. commit 1c6abcf20f23056e0b2976fec6c4c82360d52578 Author: Tomeu Vizoso Date: Wed Oct 24 18:57:53 2007 +0200 Use the tmp dir in the activity root dir instead of /tmp. commit 1e740022d0283babb5e2a23e8a379c53aecd062e Author: Marco Pesenti Gritti Date: Wed Oct 24 13:16:39 2007 +0200 Snapshot 3bae39c06c. commit 3bae39c06ce6a6f9f6fbf2f44b3302a76d9f95de Author: Marco Pesenti Gritti Date: Wed Oct 24 13:15:09 2007 +0200 Update NEWS commit 076ea31820887facf8d165ad34aba6987030f8f5 Author: Marco Pesenti Gritti Date: Wed Oct 24 13:14:31 2007 +0200 Fix some key names, looks like they are case sensitive. commit 834d5c55e66b0eda021a0d3b76d0b2149570edeb Author: Marco Pesenti Gritti Date: Wed Oct 24 12:20:06 2007 +0200 Snapshot 606346b18c. commit 606346b18ca763b24922e6677c1f530acad4fd81 Merge: 880f1c6 4e8e2ea Author: Marco Pesenti Gritti Date: Tue Oct 23 18:23:14 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 880f1c637dac24d41a74f9e6308ced573d01e117 Author: Marco Pesenti Gritti Date: Tue Oct 23 18:22:59 2007 +0200 Parse arguments rather than forking out a shell commit 4e8e2ea4268a3b723afeb59ad377e275f190559c Author: Tomeu Vizoso Date: Tue Oct 23 17:44:23 2007 +0200 Set up the logger for the shell service. commit f54decf07c8ac909d59a0aa76c00c9f818a21a57 Author: Tomeu Vizoso Date: Tue Oct 23 17:40:40 2007 +0200 Add getter for the current toolbar in Toolbox. commit 3200bad39dc666804c5ea3d47e7f1639d970463a Author: Tomeu Vizoso Date: Tue Oct 23 17:39:31 2007 +0200 Free some icon_info instances. commit 3b57c5f247c6f19cae7f4eedb602033d789c3a4d Author: Marco Pesenti Gritti Date: Tue Oct 23 15:49:19 2007 +0200 Try to handle the case when the frame cover the activity window. commit 7fd05154d3ff5b7e05775aae1b56204af3829aff Merge: f300006 012fc5d Author: Marco Pesenti Gritti Date: Tue Oct 23 15:19:34 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f300006b76ed905e52fb5b5848e09bf34a91216e Author: Marco Pesenti Gritti Date: Tue Oct 23 15:19:17 2007 +0200 Move window management keybindings inside sugar. Add a TakeScreenshot dbus method and have the shell call it when the activity can safely take a screenshot to use as a preview. commit 0daccca71f668b3dbf9990cc904e15a21e5cb44b Author: Marco Pesenti Gritti Date: Mon Oct 22 22:03:39 2007 +0200 Fake backup script commit 012fc5d23b25b4f240043a4de8deed6678a3256e Author: Morgan Collett Date: Mon Oct 22 13:22:32 2007 +0100 #4238: Handle double BuddyLeft in handle tracking in sugar.presence commit 06ec3d2b22775bfca97880ae5e6702ad1f6649c3 Author: Morgan Collett Date: Mon Oct 22 13:14:22 2007 +0100 #4357: Remove FIXME in activity share(), no longer needed. See ticket for details. commit e4dece30b38b3596a2a3f5e549afbc266ac15f5d Author: Marco Pesenti Gritti Date: Sun Oct 21 00:32:11 2007 +0200 Snapshot 57402cf309. commit 57402cf309619c1659d028c5441d3318048151fe Author: Marco Pesenti Gritti Date: Sun Oct 21 00:27:54 2007 +0200 Fix icon names commit 7f1450eaa4e12865f71f65f68eb7ab408efbaeba Author: Simon Schampijer Date: Sat Oct 20 23:04:12 2007 +0200 fix missing mime type import commit 0c2108e1878938526d84bd22ce247011d95be48e Author: Simon Schampijer Date: Fri Oct 19 22:50:29 2007 +0200 Add new keybindings (Ctrl+Q, Ctrl+escape) for close activity commit 34d935b2afec3dd5c053e63cebf6032f23866c48 Author: Simon Schampijer Date: Fri Oct 19 22:48:21 2007 +0200 Add a keybinding (alt+space) to activity window to hide/show tray commit 5a4ec4f761bea6b24dea42810d399bc377a39973 Author: Marco Pesenti Gritti Date: Fri Oct 19 20:48:36 2007 +0200 Snapshot efd0bbd326. commit efd0bbd326cadf923b14d389403d52154441f293 Author: Marco Pesenti Gritti Date: Fri Oct 19 20:30:09 2007 +0200 Fix icon names commit 60c746ce5a773ffc0695ce106160ea2b5e3457a1 Author: Simon Schampijer Date: Fri Oct 19 16:15:43 2007 +0200 Add support to be able to remove an alert which is not the top one on the queue commit 099d279d7e8c7af312129810349bba36fa08d576 Merge: 58f7dca 78f51a1 Author: Simon Schampijer Date: Thu Oct 18 23:59:09 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 58f7dca355a53a9e8593d492c9807c75903c5f0d Author: Simon Schampijer Date: Thu Oct 18 23:56:58 2007 +0200 Fullscreen support and tray support in activity window Fullscreen mode hides toolbox and tray commit 78f51a1b56a5a8b3f3adcb078b01bec4ba0309d0 Author: Marco Pesenti Gritti Date: Thu Oct 18 22:10:21 2007 +0200 Snapshot b023dd17a2. commit b023dd17a24b903de6871f39d98efbf398f69020 Author: Marco Pesenti Gritti Date: Thu Oct 18 22:05:27 2007 +0200 Make sure self._master is always initialized commit 5084ecf4f4c4fdefe7dd3d986e2aec399649e33d Author: Tomeu Vizoso Date: Thu Oct 18 13:32:12 2007 +0200 Add the posibility to launch activitis in gdb to sugar-lauch. commit 02d8dfe79511ea5daba0dd91d5de8dfb6ce67c82 Author: Tomeu Vizoso Date: Thu Oct 18 12:57:04 2007 +0200 Fix typo in env.get_bin_path(). commit 22defee1ebd07603a3fad7d521aa1285bbc73501 Author: Marco Pesenti Gritti Date: Thu Oct 18 11:50:41 2007 +0200 Snapshot 276e1ee517. commit 276e1ee517952759378771dcf0223b243c464f05 Author: Marco Pesenti Gritti Date: Thu Oct 18 11:49:37 2007 +0200 Fix the build commit a4cf7a91b3b37aaf10f0bf2e20d51da7acd7434f Author: Eduardo Silva Date: Thu Oct 18 06:38:14 2007 -0300 DevConsole: Remove terminal interface, use the new terminal-activity instead commit ce67563b09e3213b090c29a1d6a814eeaefb6442 Merge: 3227653 8a7ed2d Author: Simon McVittie Date: Wed Oct 17 16:10:13 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8a7ed2da6da291675b4174ebd030ec0e3a263887 Merge: 863af23 16d5afb Author: Simon Schampijer Date: Wed Oct 17 15:42:17 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 863af235b419858fe22f768a961aae38453e899c Author: Simon Schampijer Date: Wed Oct 17 15:40:58 2007 +0200 Refinements on the spacing in the alert Made the alert 75px wide, and 15px at left and right commit 3227653cd311be9d4a09c5076fe3ec331d4d6a96 Author: Simon McVittie Date: Wed Oct 17 12:53:24 2007 +0100 Avoid misleading warning every time an activity starts (#4266) commit 4f41f300d8eec783335e95ef3b37da9f8a080b3f Merge: 48bc73d 16d5afb Author: Simon McVittie Date: Wed Oct 17 11:54:33 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 16d5afb66b248ce3721838d08eb90d1f918c03cc Author: Marco Pesenti Gritti Date: Tue Oct 16 23:53:08 2007 +0200 Snapshot 24fbd1ce1c. commit 24fbd1ce1c9e401c611b7f830d9cb96b9531ff08 Author: Marco Pesenti Gritti Date: Tue Oct 16 23:51:28 2007 +0200 Fix the object chooser commit fd194afff98fec1e530a99c8393173253e84282e Author: Marco Pesenti Gritti Date: Tue Oct 16 21:46:33 2007 +0200 Snapshot 3c7578577d. commit 3c7578577dc1e09fd5e4a047135fbba5b090cf14 Author: Marco Pesenti Gritti Date: Tue Oct 16 21:45:33 2007 +0200 Update NEWS commit d9b930e033f77b292b7adb0ba9b47a84b6a98f3a Author: Marco Pesenti Gritti Date: Tue Oct 16 21:42:33 2007 +0200 Remove objecttypeservice leftover commit 49a8752eb514454abe9c1c78b3ef00c626da3bd3 Author: Marco Pesenti Gritti Date: Tue Oct 16 19:43:45 2007 +0200 Snapshot fa55b5af09. commit 48bc73d0c4c85bcc473052ee934c49782aba0e8c Author: Simon McVittie Date: Tue Oct 16 17:51:36 2007 +0100 Try to make sugar.presence log messages less misleading (#4027) commit fa55b5af096ae045910b264c890ca26838cc22aa Author: Benjamin Berg Date: Tue Oct 16 18:17:01 2007 +0200 Changed default spacing to 15px (and fixed the palette to use it) commit 1c1f736a81c69c544f0afd52e091d74189e5af9f Merge: 977c7d4 69aaa71 Author: Benjamin Berg Date: Tue Oct 16 17:50:14 2007 +0200 Merge branch 'master' of git://dev.laptop.org/sugar commit 69aaa7145eb36926fdc724b57fae36e38526798d Author: Tomeu Vizoso Date: Tue Oct 16 17:39:27 2007 +0200 One more fix for resuming. commit 40fc6e2e47b956eabc34d8b772c066d8f8f0d530 Author: Marco Pesenti Gritti Date: Tue Oct 16 17:18:43 2007 +0200 Simplify the API to get icon/description for objects. Get rid of the service for now, it's not necessary until we allow activities to extend the mime type -> generic type mapping (post 1.0) commit 977c7d4a9961e8d4d373216d4ae1d4d47ed3a887 Author: Benjamin Berg Date: Tue Oct 16 17:12:46 2007 +0200 Subtract the palette border from the primary label height. commit 05236c66702b4d674123a50061c553ae9e11d589 Author: Tomeu Vizoso Date: Tue Oct 16 16:56:02 2007 +0200 Fix retrieving the activities suitable for resuming a journal entry commit aed093dbc28e67ae87f2d482355ce47842c9d625 Author: Tomeu Vizoso Date: Tue Oct 16 16:18:36 2007 +0200 Fix warning. commit 27b363261a96b40302e81ffea5fe3a981e774d24 Author: Simon Schampijer Date: Tue Oct 16 15:54:26 2007 +0200 News update commit 664e8a636d158493d19aebb46be3f926662502da Merge: 91f5548 de538ca Author: Simon Schampijer Date: Tue Oct 16 15:52:05 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 91f55488eba8f1376dd1719e3103d31465bb5371 Author: Simon Schampijer Date: Tue Oct 16 15:51:48 2007 +0200 Use double leading underscores for callback names to avoid name collisions The double underscores invoke Python's name mangling algorithm commit de538ca0a84505f2d401ccfcc18c27e5ef074ecb Author: Marco Pesenti Gritti Date: Tue Oct 16 14:46:27 2007 +0200 Snapshot 34e2271833. commit 34e2271833b63ccd098869f8dbe630d10e07768c Author: Marco Pesenti Gritti Date: Tue Oct 16 14:40:43 2007 +0200 Cast to string, looks like dbus strings confuse pygtk type checking here. commit ff0b45f6074b814a2932270e9beaf0f16f65eb2b Merge: cb0cedb 74dbcd5 Author: Marco Pesenti Gritti Date: Tue Oct 16 14:29:51 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 74dbcd5dfcb22a14295a2e25fafbde50d53bc040 Author: Morgan Collett Date: Tue Oct 16 14:10:21 2007 +0100 Update NEWS commit cb0cedbc405ea7148fa30e47f0f8e38ff047daa3 Author: Marco Pesenti Gritti Date: Tue Oct 16 14:29:38 2007 +0200 Do not use prgname for the bundle id because xulrunner is messing with it. Some activity launch fixes. commit e425c1d886450f8d34ed8301de26ab4ea5de70ca Author: Marco Pesenti Gritti Date: Tue Oct 16 13:32:53 2007 +0200 Fallback to mime parents if the main one doesn't have matches commit 8b115859504deabd446b0dda5d63ff4f91fbabfe Author: Marco Pesenti Gritti Date: Tue Oct 16 12:06:18 2007 +0200 Snapshot 6d2828e54e. commit 6d2828e54e3de7bdea720f0affec9166ef090a69 Author: Marco Pesenti Gritti Date: Tue Oct 16 11:50:11 2007 +0200 Use gdk to get/set X11 properties commit c999a3ca80feccc62c6652553b48f638966fb521 Author: Marco Pesenti Gritti Date: Tue Oct 16 11:24:10 2007 +0200 Fix distcheck commit 6240c1cf6fbd47da6743d4a66ebee21cf07fa6a5 Author: Marco Pesenti Gritti Date: Tue Oct 16 11:04:59 2007 +0200 Cleanup the source structure commit 087856f23317537dbc6b112564c64db68601410e Author: Marco Pesenti Gritti Date: Tue Oct 16 10:32:03 2007 +0200 Remove ltihooks since we are not loading from the source directory at the moment. commit 16fa7ff673a2a2ebf2134c8ebb0251f6bd585b64 Author: Marco Pesenti Gritti Date: Tue Oct 16 00:01:17 2007 +0200 Snapshot 1eb9932ab3. commit 1eb9932ab312ee0bd2f38585ae1caa0bc447dfd0 Merge: c975b11 0a27ed0 Author: Marco Pesenti Gritti Date: Mon Oct 15 23:48:17 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c975b11606400043a49cae8a90bbd5ed044e9233 Author: Marco Pesenti Gritti Date: Mon Oct 15 23:47:02 2007 +0200 Try to cleanup the activity destruction mess. commit 0a27ed0c554e453ef2528341a32cda866a640dcc Author: Simon Schampijer Date: Mon Oct 15 19:05:58 2007 +0200 updated news commit 33143f4e0e5c69623d69c8301179e5fed3976cea Merge: 1ee7191 a9a9b4c Author: Simon Schampijer Date: Mon Oct 15 19:04:05 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1ee7191b5dc40a345742766f0125d33609762ca9 Author: Simon Schampijer Date: Mon Oct 15 19:03:48 2007 +0200 Added a TimeoutAlert and use GTK Response Type Constants commit a9a9b4c73346dcbccd2fb218e1a6c19077672f5c Author: Morgan Collett Date: Mon Oct 15 10:18:34 2007 +0100 Improve docstring for class Activity commit cd03544dec08d930228438aa2c5ddb3c5644827b Author: Morgan Collett Date: Fri Oct 12 16:43:11 2007 +0100 Handle failure to get buddy from handle commit d4f16ac02ac1298c57cfff2375eff572a03c9481 Author: Morgan Collett Date: Fri Oct 12 16:33:52 2007 +0100 Change _buddy_to_handle to _buddy_path_to_handle to avoid mad creation of buddy object when they leave commit dd83813b9e99cbd02dc05f607d8ea651cf5b7db1 Author: Morgan Collett Date: Fri Oct 12 16:11:59 2007 +0100 Revert to tracking BuddyLeft not BuddyHandleLeft. Track buddy_to_handle to get back to the handle commit 61d236e5d4cd5c833282069523eb038795c420c5 Author: Morgan Collett Date: Fri Oct 12 11:23:18 2007 +0100 Fix _buddy_handle_joined_cb, make _buddy_handle_left_cb more robust commit a618c95fe3e99bde3702d6a748ed618f48228d48 Author: Morgan Collett Date: Thu Oct 11 21:55:04 2007 +0100 Use BuddyHandleJoined/Left to track buddy handles commit f1df5361e18d4b54a18ec3f4f23d53be6b93242d Author: Morgan Collett Date: Wed Oct 3 20:39:07 2007 +0100 Cache handle-buddies so we can get them when the buddy has already left commit c9908a6d2777e0635f15557e95cecd5beaf77823 Author: Morgan Collett Date: Wed Oct 3 12:14:47 2007 +0100 Call new GetBuddyByHandle to convert handles to buddies commit 4853beb4fbd0e618007649ffa1dc2a4b059af2ac Author: Morgan Collett Date: Tue Oct 2 10:56:36 2007 +0100 Document get_channels commit 10f2932b5a6512bd435cbb03af07a2f3e435e3f4 Author: Morgan Collett Date: Tue Oct 2 10:28:12 2007 +0100 Add logging to _leave_error_cb commit fc98263bb3b4f98468030016a1a8f8ec2143b7e8 Author: Marco Pesenti Gritti Date: Mon Oct 15 15:43:22 2007 +0200 Snapshot 68ff71a0cb. commit 68ff71a0cbf9c11a9be8878146bf485be9bd8f87 Author: Marco Pesenti Gritti Date: Mon Oct 15 15:39:07 2007 +0200 Split part of the sugar library to sugar-base commit 8c36556ba0e25dda950d8ce347fb49d1ba36bb2f Author: Marco Pesenti Gritti Date: Sun Oct 14 01:20:02 2007 +0200 Snapshot 29bc0a8a20. commit 29bc0a8a20366f0bcea3b8f41433b5135dc77776 Author: Marco Pesenti Gritti Date: Sun Oct 14 00:25:53 2007 +0200 Fix native applications handling commit e39232a6225b60480ecdaacb639fc81a3a796e06 Author: Marco Pesenti Gritti Date: Fri Oct 12 21:01:07 2007 +0200 Change icon pulsing interval to 100 per cjb request commit c34b5204ace33f06e6b1dfbbb6e0f68724b6d248 Author: Marco Pesenti Gritti Date: Fri Oct 12 19:07:02 2007 +0200 Registration menu commit ab7cd66374e8fb1b28a856d5ec314c3210aa14e8 Author: Marco Pesenti Gritti Date: Fri Oct 12 17:38:29 2007 +0200 Add the olpc-register code commit fb758f850675aa1c166a94a6c03b6683d2343925 Author: Marco Pesenti Gritti Date: Fri Oct 12 09:59:35 2007 +0200 Add joybuild support commit 6bfe0a5b4dac5ba9d44aaacc6200486b7e153b1a Author: Marco Pesenti Gritti Date: Fri Oct 12 09:56:39 2007 +0200 Snapshot 05668dfad7. commit 05668dfad7cf59be41c312421b224391a6abd26b Author: Simon Schampijer Date: Thu Oct 11 21:04:40 2007 +0200 fixed alert doku commit ddb400df91672576fe834b5cc0623e8b1df9f630 Author: Simon Schampijer Date: Thu Oct 11 20:04:04 2007 +0200 First implementation of the alert bar #2822 Hooked it up to the activity window as well commit c9b61d580ea0f262396376bf2c7a869b10344ca4 Author: Marco Pesenti Gritti Date: Thu Oct 11 01:28:02 2007 +0200 Snapshot 9c5755d85a. commit 9c5755d85a02ae9e22bf1349840d1490757e4eaa Author: Michael Stone Date: Wed Oct 10 19:23:59 2007 -0400 Direct Rainbow to capture activity stdio output. commit 7634b8f91529ca77eacd8a1f02d9fe79e87bc9c7 Author: Benjamin Berg Date: Tue Oct 9 23:54:47 2007 +0200 Put toolbars into event boxes. This means that they will be filled with the background color by X which makes the frame animations nicer. commit a0bd80bb4eb1cef4fb05975c4b0da255f9bbcb43 Author: Marco Pesenti Gritti Date: Tue Oct 9 23:46:21 2007 +0200 Snapshot 6c7c6a503b. commit 6c7c6a503b19951b57895016a697a8d89db0136c Author: Marco Pesenti Gritti Date: Tue Oct 9 23:35:28 2007 +0200 Update NEWS commit 3dd77cdd0bd65049cf7b25483bb4ddf0f8865e01 Author: Marco Pesenti Gritti Date: Tue Oct 9 22:38:57 2007 +0200 Use incremental numbers to avoid double logs, nicer than timestamps. commit 2a47190f283d6411ed5bc9211da2abd521bb3cd8 Author: Marco Pesenti Gritti Date: Tue Oct 9 21:50:48 2007 +0200 When running from a terminal don't use logs. commit 56ecabbd78df97fd9d548d7642756a8c9a19e3ff Author: Marco Pesenti Gritti Date: Tue Oct 9 21:43:55 2007 +0200 Readd timestamps to the logs commit 50344772eb9e2881ccd734f15c979f11ef4296ec Author: Marco Pesenti Gritti Date: Tue Oct 9 21:30:28 2007 +0200 Looks like I can't dup2 and stream logs on the same file. commit 46d128c85a21bf48131de921d1a30177ea1441da Author: Marco Pesenti Gritti Date: Tue Oct 9 21:18:54 2007 +0200 Cleanup the logs stuff a bit. commit b44a2916ba410366078fd2f8dc5ddb10b3c4e65a Author: Marco Pesenti Gritti Date: Tue Oct 9 18:58:39 2007 +0200 Rework sugar.logger and make activities just redirect their output to a log. commit b03cf6c5e81b8d5a9e90f5410d0755f29409ff05 Author: Marco Pesenti Gritti Date: Tue Oct 9 17:03:00 2007 +0200 More service_name -> bundle_id renaming commit 7c59d10a063918e128dd21223708bae034324e99 Author: Marco Pesenti Gritti Date: Tue Oct 9 16:24:38 2007 +0200 Actually remove the factory commit c2982f27748ce40abd3aefdfa2bcb0cc059c8cbc Author: Marco Pesenti Gritti Date: Tue Oct 9 15:25:24 2007 +0200 Implement a sugar-launch command. Works like the old sugar-activity but should deal fine with native activities too. commit 6073a396b36c7d3da15ee361b601e94b010c6e92 Author: Marco Pesenti Gritti Date: Tue Oct 9 13:15:06 2007 +0200 Rename activity service_name to bundle_id commit 57961d17bcb41d6606ea3c5293473b49da705d3c Author: Marco Pesenti Gritti Date: Tue Oct 9 12:29:20 2007 +0200 Leftover service initialization commit fc6ded013f0fb7b31429e6652def505fd1678199 Author: Marco Pesenti Gritti Date: Tue Oct 9 12:22:20 2007 +0200 Remove activity services creation. commit 177ee7220ac5cb4b6d9b8367ef10f2fa83103a49 Author: Marco Pesenti Gritti Date: Tue Oct 9 12:08:03 2007 +0200 Add $bundlepath/bin to the PATH when launching an activity. commit f82e79e27c80bbcb81868972fca927c340acf93a Merge: 6ebe910 af77859 Author: Marco Pesenti Gritti Date: Mon Oct 8 14:58:36 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6ebe910e93792c046912acb962496f20f323d93f Author: Marco Pesenti Gritti Date: Mon Oct 8 14:56:12 2007 +0200 In preparation of enabling rainbow by default, remove the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it. commit af77859c21817643bec3690ce15d1ac24ddb13a4 Author: Benjamin Berg Date: Mon Oct 8 13:54:27 2007 +0200 Don't fail to expose if there is no invoker. commit e5c61cfb4ad26e4e491a44672eb25fd010104b84 Author: Eduardo Silva Date: Sun Oct 7 17:09:35 2007 -0400 DevConsole: Fix reading not allowed files commit 6a4f83d37c0152319deedc7ed50a352f2f15e05c Author: Marco Pesenti Gritti Date: Sun Oct 7 21:09:15 2007 +0200 Snapshot 143f9ac9c6. commit 143f9ac9c609c2ec3225f6b506aad39678110e5d Author: Eduardo Silva Date: Sat Oct 6 19:48:49 2007 -0400 DevConsole: logviewer + gnomevfs, no more updates every 1 second commit c74013db1ffc19fb7d5de1cda8c80ed7123f42dd Author: Marco Pesenti Gritti Date: Sat Oct 6 11:15:36 2007 +0200 Timeout of 120 seconds for mount to work around jffs2 issues. commit 79ba6b91b7dff82a546663423dfa684404f55c79 Author: Tomeu Vizoso Date: Sat Oct 6 00:01:38 2007 +0200 Mount the datastore before starting the journal. commit eeae5d011f696b68a16e9b6a35451cda3308a381 Author: Tomeu Vizoso Date: Fri Oct 5 22:39:45 2007 +0200 Save activity previews to the datastore as binary png images. commit 32ecdd8ad628edd6affa6a0d4496a121b5a67a53 Merge: 5ca3b90 2bcbde6 Author: Simon Schampijer Date: Thu Oct 4 22:46:32 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5ca3b9081a32cc9e947700107ee26ccce06ede88 Author: Simon Schampijer Date: Thu Oct 4 22:46:14 2007 +0200 The icons (AP and MeshDevice) in the mesh view do not blink anymore when activated. The circle will change from purple to white when done. commit 2bcbde6e441ee5ab5743f6b45b5f85e85bbb644f Author: Dan Winship Date: Thu Oct 4 15:59:23 2007 -0400 Add bundle removing methods/signals to the activity registry, and use them commit 5b0566803273cbc45f50a834b08aec73ede26ac5 Author: Dan Winship Date: Thu Oct 4 15:18:51 2007 -0400 rewrite a comment so that it doesn't screw up emacs syntax highlighting :) commit b82c9c2c2f872eecd95f802b28b0bdadbb5472ed Author: Dan Winship Date: Thu Oct 4 14:58:43 2007 -0400 Reorganize the uninstall code for #3151 (Make it so you can build a Bundle object from the zip file but still use its uninstall() method to uninstall the unzipped version.) commit 380f3a2275002cfeea905c2478dcf19cc674f1ba Author: Marco Pesenti Gritti Date: Thu Oct 4 18:32:48 2007 +0200 Snapshot acca55e861. commit acca55e86171b7988c63caaa3ca6715bb50bbc40 Merge: 4acdfb0 fab9ac8 Author: Marco Pesenti Gritti Date: Wed Oct 3 23:57:32 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4acdfb01d1d86bc5df49be2dc5c34566d17b59ee Author: Marco Pesenti Gritti Date: Wed Oct 3 23:55:53 2007 +0200 Patch by jani to fix distcheck commit fab9ac8972efa12cb5d0ab9f950c7a3e2baffefc Author: Tomeu Vizoso Date: Wed Oct 3 21:33:34 2007 +0200 Add DSMetadata.get() method. commit 03e6db43936aa605422a744205a66646eb392a0a Author: Simon Schampijer Date: Tue Oct 2 23:40:39 2007 +0200 Add support for 'keys' and 'in' method in datastore metadata commit 53adb39e8413651b3b1109677b9a32ab3dcd3b60 Author: Dan Winship Date: Mon Oct 1 11:48:46 2007 -0400 Allow the first file in a bundle to be "mimetype", and ignore it if it's there commit e81ed53d00cea7ae5b11e7f23f06f8fefca75517 Author: Simon McVittie Date: Mon Oct 1 16:05:09 2007 +0100 Update NEWS (#3905, #3909) commit ff509f5030e926e66c4b2059c7d1e20beb953e38 Author: Simon McVittie Date: Thu Sep 27 19:44:22 2007 +0100 Use 3 second timeout for blocking calls to NetworkManager, not 3000 seconds! (#3905) commit ed40d657916e837067072c20364abe44ab371ed1 Merge: 01de853 232e252 Author: Marco Pesenti Gritti Date: Mon Oct 1 16:50:38 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 01de8531d06e51a9c540e557faf7dfccbf46e59d Author: Marco Pesenti Gritti Date: Mon Oct 1 16:50:17 2007 +0200 Make sure the shell service is started up before trying to open the journal. commit 232e252aa1ba335d0dec3699eab8be33a1e810c1 Author: Simon Schampijer Date: Mon Oct 1 12:01:15 2007 +0200 Update the news commit dc8837a9161a70bb5832731d665b9244d31c424b Merge: f0afda2 a4cfb5c Author: Simon Schampijer Date: Mon Oct 1 11:46:57 2007 +0200 Merge branch 'friends' commit f0afda2e306ee50e5a486a9e804fefa43e84c8e3 Author: Marco Pesenti Gritti Date: Mon Oct 1 01:25:35 2007 +0200 "Moved" the new console work on a branch. commit 1be27d4b4aac890d3db22223237fdbdebc83883c Author: Marco Pesenti Gritti Date: Sun Sep 30 23:47:16 2007 +0200 Console fixes commit 114bad2b55f680dc5373af3760fe6e14e4ac9f08 Author: Marco Pesenti Gritti Date: Sun Sep 30 23:34:23 2007 +0200 Display logs depending on the context commit ce72600b02aa2235fc9cc161b20ff24bcb5f6703 Author: Marco Pesenti Gritti Date: Sun Sep 30 14:24:03 2007 +0200 Make the Shell own the console. Some view changes. commit c8b5ab290e1bd96eb6fadac1708a2f14b7da4d70 Author: Marco Pesenti Gritti Date: Sun Sep 30 12:42:48 2007 +0200 More work on the new console commit 03a4f01c25faf2b28f59b72b817c04a7d6cee6b3 Merge: d0ae82b 45efe5e Author: Marco Pesenti Gritti Date: Sun Sep 30 03:24:51 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d0ae82b402da26f5e20acd0e47465baffd3731d5 Author: Marco Pesenti Gritti Date: Sun Sep 30 03:24:27 2007 +0200 First go at the new logviewer commit 45efe5eff6cb1959c6ff7b8868605bf3b09d9b06 Author: Benjamin Berg Date: Sun Sep 30 00:20:27 2007 +0200 Call the correct remove function when removing old content from palettes. commit a4cfb5cc2ba95614e8a4b4058ffcf6167d3ec23c Author: Simon Schampijer Date: Sat Sep 29 22:02:49 2007 +0200 Show always myself in friendstray #3181 commit 44b7eaefcc5b97d57268988dd5d545cc1cd8ec5a Author: Marco Pesenti Gritti Date: Sat Sep 29 11:53:09 2007 +0200 Make sure we import the right pygobject commit b8ec83c5b824592715a2fb5f10867ab281945a27 Author: Simon Schampijer Date: Fri Sep 28 16:32:22 2007 +0200 This prevented activties whith no share-scope set to set the window title commit d60cc6ae3995063480ce412b307f578a3d1e72cc Author: Simon McVittie Date: Thu Sep 27 19:49:54 2007 +0100 activityfactory: Cope with dbus-python 0.82.2's fix to non-default timeouts. In 0.82.1 async call timeouts were wrongly in milliseconds, in >= 0.82.2 they are correctly in seconds. Synchronous timeouts have always been in seconds. This patch can be simplified once dbus-python gets into builds (#3903). commit e543eada4e3d69d69ccaf16fb01d5afc712938e5 Author: Marco Pesenti Gritti Date: Thu Sep 27 20:53:41 2007 +0200 Revert "Adapt to dbus-python API change" This reverts commit 7391e4a3c3b24045802191bf83abed405b02cfc6. commit 7391e4a3c3b24045802191bf83abed405b02cfc6 Author: Marco Pesenti Gritti Date: Thu Sep 27 20:46:20 2007 +0200 Adapt to dbus-python API change commit 09a775e13a5d3b89c365ade6ef35a5a791c0ab7d Author: Tomeu Vizoso Date: Wed Sep 26 15:46:45 2007 +0200 #948 Fix passphrase encoding for some passphrases (bertf) commit 79db01065349d796aeb566c1e057186de7e0b75e Author: Marco Pesenti Gritti Date: Wed Sep 26 11:00:16 2007 +0200 Fix uri list parsing commit 2a197bb8b863a0f2a71e40a501fe5f2e8e07f371 Merge: 55baffe 8ff6cba Author: Marco Pesenti Gritti Date: Wed Sep 26 10:09:55 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 55baffea32b3754ca120a75ce1b1ebd76ba613f8 Author: Marco Pesenti Gritti Date: Wed Sep 26 10:09:26 2007 +0200 Make DirectSave just a special text/uri-list which owns the disk data. commit 8ff6cbab1ea5f2b45064c278fbf77e4a1931f5c2 Author: Dan Winship Date: Tue Sep 25 14:50:38 2007 -0400 Fix MIME icon installation (#2458) and icon/mimetype info uninstallation commit 70940b85738bfdd297e18ee259a949fcda71e3e9 Author: Dan Winship Date: Tue Sep 25 14:50:11 2007 -0400 fix _uninstall() commit a449430500b28c67a9d528f8f595d592d7250e35 Merge: 49439c4 88e8bba Author: Marco Pesenti Gritti Date: Tue Sep 25 20:20:33 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 49439c436abcd5a3443b06b7324bba38efdb52c0 Author: Marco Pesenti Gritti Date: Tue Sep 25 20:20:17 2007 +0200 Default to web activity for ogg. commit 88e8bba22bea952900aac75ec76616e4f32f9416 Author: Tomeu Vizoso Date: Tue Sep 25 19:41:42 2007 +0200 #948 Accept ascii passphrases for WEP networks. commit 11df3e4eb2bfc8c52306f19b044531a3df067e8f Author: Bert Freudenberg Date: Tue Sep 25 16:07:48 2007 +0200 Support dbus introspection in sugar-native-factory (#2477) commit b8318323de5cd30627caed96620293f0a4d83468 Author: Marco Pesenti Gritti Date: Tue Sep 25 15:49:52 2007 +0200 Add AUTHORS file commit 4f72fd1c274b8d493defc6707aa3c40cec411495 Author: Marco Pesenti Gritti Date: Mon Sep 24 23:37:26 2007 +0200 Cleanups of the frame activation code. Do not hide the frame on clicks. commit 0ef5c4b8917bade623681cf8fa5ff040aca12279 Author: Marco Pesenti Gritti Date: Mon Sep 24 22:04:45 2007 +0200 Add arrows on the homepage to hint about frame activation. commit a8969d776fc4ca138c925d6756804300cbaef2ae Author: Marco Pesenti Gritti Date: Mon Sep 24 21:16:06 2007 +0200 Ship the startup sound with sugar commit 9b68754ba5c1f63d7ca6adfee3ef6114628c175e Merge: 90bf68d e3f97b0 Author: Marco Pesenti Gritti Date: Mon Sep 24 21:08:26 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 90bf68d0f3a7f96561dfe22c46721db585f4bdc9 Author: Marco Pesenti Gritti Date: Mon Sep 24 21:07:43 2007 +0200 Rework home box layout to fix #2665. commit e3f97b042f2ffddcef8d10ae6d9bd3cb4f6c19c1 Author: Simon Schampijer Date: Mon Sep 24 18:00:36 2007 +0200 Save state of volume when shutdown and reboot fix for #3652 commit 0a53813064890877a52e2bf392eb4d1dbfbb0a3c Author: Marco Pesenti Gritti Date: Mon Sep 24 17:43:04 2007 +0200 Adapt to CanvasButton removal. commit 0b5506f3e38877fad92551755a40c8e78f9c1268 Author: Simon McVittie Date: Mon Sep 24 12:04:00 2007 +0100 Update NEWS commit a2e7d036869c331c4baefdbb20ec9902ce0fcdd2 Author: Simon McVittie Date: Mon Sep 24 12:02:51 2007 +0100 Refactoring and beginnings of scope-change support in client library (partially addresses #3378) commit 9ffcbfca4d6f5e8b4f67569e38583956c58660be Author: Marco Pesenti Gritti Date: Sat Sep 22 14:49:21 2007 +0200 Play a startup sound if it exists. commit d8a5fed0e006a540da6f5e5baeb39328e3ad650b Merge: d1463ca b9e3d3b Author: Benjamin Berg Date: Sat Sep 22 12:42:34 2007 +0200 Merge branch 'master' of git://dev.laptop.org/sugar commit d1463ca479cc14afaca353f5cf86e2dc9b619a7a Author: Benjamin Berg Date: Sat Sep 22 12:21:52 2007 +0200 Destroy the clipboard menu download progress bar instead of just hiding it. commit b9e3d3bafc41ae8cd532488227c6410a9036455c Merge: 478b31a 46357bd Author: Marco Pesenti Gritti Date: Sat Sep 22 03:38:04 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 478b31a49e67fdd7ffa4d10748be101f3362e68e Author: Marco Pesenti Gritti Date: Sat Sep 22 03:37:31 2007 +0200 Default order for activities in the frame. commit 85cf3f46554f2566385ebda48b4ca457470b3014 Author: Benjamin Berg Date: Sat Sep 22 01:16:34 2007 +0200 Add news file entry about the palette fixes. commit 9b11183eaecad3130cd46acd5a026f649468b75a Author: Benjamin Berg Date: Sat Sep 22 00:43:14 2007 +0200 Hide the menu and content when they are empty and added a separator between them. commit f6cc70513325e8ee8f3ac505f572dff4c9f42209 Author: Benjamin Berg Date: Sat Sep 22 00:21:45 2007 +0200 Removed the padding from the vbox and added some to the palette (xthickness). Also correctly pad the label, set it to be bold and give it a fixed height. This fixes bug #3081. commit 30d6361fb45881f94a9b07555d03a1cf9038afad Merge: c1894d3 46357bd Author: Benjamin Berg Date: Sat Sep 22 00:13:42 2007 +0200 Merge branch 'master' of git://dev.laptop.org/sugar commit c1894d3ec456e4e36efa62169e9445da9f1dc0e8 Author: Benjamin Berg Date: Sat Sep 22 00:13:33 2007 +0200 Implement a do_size_request to be able to correct resize on size changes, and set a minimum width. Fixes #3497 and adresses #3081. commit 46357bdc66be5b03aae983e86411a5422fd8007d Author: Michael Stone Date: Fri Sep 21 17:26:58 2007 -0400 Fixes #3723, "Fix Rainbow/Sugar Integration." commit 6cfae625a38105297028c9c515f48a11f7c40147 Author: Dan Winship Date: Fri Sep 21 15:16:53 2007 -0400 update sugar-install-bundle for Bundle -> ActivityBundle commit 2a91e024449fec24d1d7f71c5f1ebeff3dee0c58 Author: Simon Schampijer Date: Fri Sep 21 11:37:46 2007 +0200 Copy and paste error in the EditToolbar commit 070d7a6dfc2fa4c953ab7c9b84fccd43ef1dcc53 Merge: 741a424 c4ac2f4 Author: Dan Winship Date: Thu Sep 20 15:56:28 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit c4ac2f47fd5014248b8eb9c8f994e42a7d49b9b8 Author: Marco Pesenti Gritti Date: Thu Sep 20 21:04:36 2007 +0200 Drop obsolete widget commit 741a424166b1ef4d6046ea543205d3992c21579f Merge: f377d6e 5a595ea Author: Dan Winship Date: Thu Sep 20 12:21:31 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit f377d6e5197f07b82c3ccd29e2899e02f03b3d8e Author: Dan Winship Date: Thu Sep 20 12:20:21 2007 -0400 Redo activity bundles in terms of sugar.bundle.bundle commit 5a595ea04ea485a2c58b99acbda1621971d2ebb5 Author: Eduardo Silva Date: Thu Sep 20 12:05:26 2007 -0400 Update NEWS commit d84a77e2cb7e2a6fb9a8f16d84e728cfdd4bf44a Author: Eduardo Silva Date: Thu Sep 20 12:04:05 2007 -0400 Devconsole: Makefile updates commit 99ce1835e4d8cb176ebdf12572a8e193b1dd1e88 Author: Eduardo Silva Date: Thu Sep 20 11:52:28 2007 -0400 DevConsole: New PyXRes class and XServer interface (similar to xrestop) commit 0f2a58d737b29fb765c09a2c49135d50f01e25d4 Author: Marco Pesenti Gritti Date: Thu Sep 20 12:25:12 2007 +0200 Human readable file names when copying on usb... Conflicts: NEWS commit c74276dcdbbd51df8d1a9ec40326cf5e26244267 Author: Marco Pesenti Gritti Date: Wed Sep 19 19:20:40 2007 +0200 Always remove invites from the frame Conflicts: NEWS commit c6459583ee4e83db1a33bc5c3c9f9719ebddb8ed Author: Marco Pesenti Gritti Date: Wed Sep 19 15:40:09 2007 +0200 Updated spanish translation Conflicts: NEWS commit 3ccd79e3caebfb253976a04201715295d5a8be49 Author: Marco Pesenti Gritti Date: Tue Sep 18 23:34:04 2007 +0200 Don't crash when entering the detailed view if the activity which created the entry is no more installed. commit 2ec098f4011d30d268acabf785851450e4737410 Author: Marco Pesenti Gritti Date: Tue Sep 18 22:50:11 2007 +0200 Ticket 2567 Don't always show the frame on the mesh view. commit b580353f240c28ec44fc0ed7f2b86b675c33d08c Author: Marco Pesenti Gritti Date: Tue Sep 18 20:58:43 2007 +0200 Fix NEWS commit 53f12652527f3e5249e6fb867e2a65f6406dc82b Author: Simon Schampijer Date: Tue Sep 18 14:24:16 2007 +0200 Handle the passing of the child of the toolitem to the WidgetInvoker in ToolInvoker, FrameWidgetInvoker commit 0b9eb71046d3d13deba3dc2eee4eeb8a03bd9c77 Author: Marco Pesenti Gritti Date: Tue Sep 18 13:56:07 2007 +0200 Typo commit b8ce5083b79079e7c674a7ec008562b38b2553d9 Author: Bernardo Innocenti Date: Thu Sep 13 16:38:15 2007 -0400 use exec to run dbus-session to eliminate the parent shell. commit 8ae1f9aad8e96c683c55988b317562c37634737e Author: Simon Schampijer Date: Mon Sep 17 23:42:17 2007 +0200 Fix that several palettes are not hooked up to the same button #3293 commit 44ffef5f67d7ecae2ebdf7f6ce4c0934f645e8ad Author: Marco Pesenti Gritti Date: Mon Sep 17 16:35:23 2007 +0200 Convenience method to get the pubkey, which the activities seem to need. commit 2536f515701524b4a538ae98ec0ab580e97e8b40 Author: Marco Pesenti Gritti Date: Mon Sep 17 16:28:21 2007 +0200 Use nick name consistently in the profile commit ed227339414ebb2692759a2096ef43c018e48068 Merge: 70723af d21e4c7 Author: Marco Pesenti Gritti Date: Mon Sep 17 15:15:52 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 70723aff7a947d00f4f5632cfd7d1fe4d52c79be Author: Marco Pesenti Gritti Date: Mon Sep 17 15:15:36 2007 +0200 Remove the friend from the mapping dict. commit d21e4c7ceea5af019c42526adf3d668a3d1e3ae8 Author: Guillaume Desmottes Date: Mon Sep 17 14:03:15 2007 +0200 Remove invite when the activiy disappear from the mesh. (#3514) commit 30edb542b16a544977cf22f2b1a669d4d618730c Author: Marco Pesenti Gritti Date: Mon Sep 17 13:53:10 2007 +0200 Cleanup the profile code and rename the Server section to Jabber. commit ecb8816bc9b59fc633302c47eb4d7f98b802b610 Author: Marco Pesenti Gritti Date: Mon Sep 17 02:39:02 2007 +0200 Add XdndDirectSave support to the clipboard. I think it could be a little cleaner, but it would require refactoring, we can do that post Trial-3. Also we might have to figure out a way to get file saving progress feedback at some point. commit 6ec3246a1e6c7225131d8497d2eb53014753dd73 Author: Marco Pesenti Gritti Date: Sat Sep 15 03:18:53 2007 +0200 Snapshot 8ef6c57f8b. commit 8ef6c57f8b1ffeb89b155b53e733115df8f6d1b9 Author: Marco Pesenti Gritti Date: Sat Sep 15 03:14:30 2007 +0200 Patch by bertf to fix handling of non-default types. commit 8aecf00060ac3fb6c400f9e44d92883d4abf7a3d Author: Marco Pesenti Gritti Date: Sat Sep 15 00:08:49 2007 +0200 Use logging.error or dbus errors. Launch the activity even if the dbus call on the datastore to find object_id fails. commit 97cd865bc71f9a2e5f6d325593a410c22cbc78a9 Author: Marco Pesenti Gritti Date: Fri Sep 14 18:56:53 2007 +0200 Snapshot 0a666e23cf. commit 0a666e23cf205b18003a464a7498a5d435cd1287 Author: Marco Pesenti Gritti Date: Fri Sep 14 16:16:54 2007 +0200 When starting an activity with activity_id but no object_id try to figure out from the journal which object it was associated to. commit 4e18357902e39eebb00f0f33dad7e2becc668333 Author: Marco Pesenti Gritti Date: Fri Sep 14 13:58:59 2007 +0200 Ignore double desktop switching notifications. commit b626f628eb9966b7017dcc4a9d715a99c01b1f4f Author: Tomeu Vizoso Date: Fri Sep 14 10:14:04 2007 +0200 Fix mime.get_primary_extension(). commit fe39b82a932afd40f96004a106003eb119197737 Merge: cffd29c 8b3e019 Author: Marco Pesenti Gritti Date: Thu Sep 13 21:17:08 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cffd29c284244d8612f10924ad271a457626bd14 Author: Marco Pesenti Gritti Date: Thu Sep 13 21:16:49 2007 +0200 Do not show the toolbox border if there is only one toolbar. commit 8b3e0196b7a5be00c99252c7e0a4b9542fdc017b Author: Dan Winship Date: Thu Sep 13 13:32:51 2007 -0400 fix a bug that broke the activity ring commit 791bb66087e3667e1afbb5cd32e28e1afd98481f Author: Marco Pesenti Gritti Date: Thu Sep 13 12:41:02 2007 +0200 Remove the ogg default until we have a default media player. commit 6b04dca40e66fba93f4e1ac9fc753d591b60dc84 Author: Marco Pesenti Gritti Date: Thu Sep 13 12:30:37 2007 +0200 Raise the event area on window stack changes rather than on activate. I think activate is called only when there is a focus change. commit 3a4f4166f05f7475f4a9da7c469b46611ec09e1b Author: Marco Pesenti Gritti Date: Wed Sep 12 21:52:04 2007 +0200 Snapshot 47f473189e. commit 47f473189ef1cf16ba5f137b600385f8458416c5 Author: Tomeu Vizoso Date: Wed Sep 12 20:30:21 2007 +0200 Fix typo so the removal of expanded activity bundles is complete. commit 6cb7c774dd02db39459f03494bd34865afd445e5 Author: Tomeu Vizoso Date: Wed Sep 12 20:29:20 2007 +0200 Don't disable the clipboard icons when they are still incomplete. commit bf1aea368f2395177f56a790d75485e7dd38f49e Author: Marco Pesenti Gritti Date: Wed Sep 12 18:50:55 2007 +0200 Fix snowflake layout commit 8aa31a6095430d2dc36a39b4d0d1d3133e434c01 Author: Marco Pesenti Gritti Date: Wed Sep 12 18:01:21 2007 +0200 Make the sizes of mesh icons match Eben spec. commit bc49fc425755bc148649ae0934e06eb76eb1125c Author: Simon McVittie Date: Wed Sep 12 12:35:39 2007 +0100 When joining an activity, pick up its sharing scope. This avoids trying to re-share already shared activities in order to invite someone (#3364) commit ac73c3950a2c44e7e146d1b5e86ffc81d560e727 Author: Marco Pesenti Gritti Date: Tue Sep 11 22:41:21 2007 +0200 Snapshot 8b784a6223. commit 8b784a6223b1afad45cc9788626f0cb76bbe763c Author: Marco Pesenti Gritti Date: Tue Sep 11 21:53:26 2007 +0200 Add default mime type handlers commit d74f966f6dad1936d263293dbbab43835089fafc Author: Marco Pesenti Gritti Date: Tue Sep 11 20:09:05 2007 +0200 Update NEWS commit 5ae294325c8208ae85eb132478b9f9b26c7d32cb Merge: 971fd85 a7b0e02 Author: Marco Pesenti Gritti Date: Tue Sep 11 19:59:59 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 971fd857e0ab131484f1c72ebc2985e289853de0 Author: Marco Pesenti Gritti Date: Tue Sep 11 19:59:40 2007 +0200 Hook up private activities and share invite-only implicitly. commit a7b0e02aeaa7882bdf8b613e3c28c3542ad21988 Author: Michael Stone Date: Mon Sep 10 18:48:33 2007 -0400 Fixes to broken Rainbow calls in Shell service. commit 88d196d089611e5ea623b658df1aaacb016bfd9d Merge: fdb9c57 8a733ee Author: Marco Pesenti Gritti Date: Tue Sep 11 17:54:46 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit fdb9c57e659c8ff66479f80633e2305e3a56a686 Author: Marco Pesenti Gritti Date: Tue Sep 11 17:53:27 2007 +0200 Handle invitations inside Activity. commit 8a733eea5d7ada6d625c934fb44e691312763b28 Author: Dan Winship Date: Tue Sep 11 11:36:33 2007 -0400 redo the smaps-parsing code to be a little more efficient. part of #3096 commit 59708891e85930efbe077f2d6a566ed813cb20b6 Author: Dan Winship Date: Tue Sep 11 11:35:46 2007 -0400 avoid redrawing the activity ring twice in a row. part of #3096 commit 6ff3486f42437e8a758d2fc6fd1f723e176a20d3 Author: Simon Schampijer Date: Tue Sep 11 12:42:20 2007 +0200 Removed the keyboard brightness listener on keycode 236, fix for #3277 commit 297d107ee29b0d0fc5ef048285128be7ec95f331 Author: Guillaume Desmottes Date: Tue Sep 11 11:02:07 2007 +0200 Update libwnck "active-window-changed" callback due to API changes commit a946f1d435fce47d7f875ea28c7ba39000c68444 Author: Marco Pesenti Gritti Date: Mon Sep 10 20:21:13 2007 +0200 Snapshot 79237f3114. commit 79237f31140ff90e79937c821ebf00600eece1e7 Author: Tomeu Vizoso Date: Mon Sep 10 18:03:40 2007 +0200 Add a parameter to datastore.find() for filtering out unwanted metadata properties. commit e9449d0ab047108d137283ed711574f1ef236684 Author: Tomeu Vizoso Date: Mon Sep 10 17:58:01 2007 +0200 Do sync the DS creates. commit ccb0aaaa2884ba573aba88167cdee1ea28350ec2 Author: Tomeu Vizoso Date: Mon Sep 10 17:55:35 2007 +0200 Don't store the xo-color property on _IconBuffer, it will cause conflicts with stroke-color and fill-color. commit d8878e7d746fff5b89fcb59a195793939a3e5e78 Merge: af1eb17 99059f0 Author: Marco Pesenti Gritti Date: Mon Sep 10 15:18:31 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit af1eb17320a4609e92fcf28c7224e2f30f1228fa Author: Marco Pesenti Gritti Date: Mon Sep 10 15:18:16 2007 +0200 Add german translation. commit 99059f02a38066cdadaab920a77c28d2bfaff0c1 Author: Tomeu Vizoso Date: Mon Sep 10 14:04:43 2007 +0200 Set timestamp property. commit 66cc15a498a60fc3c2883f86faa4fe88dbcd9fc7 Author: Marco Pesenti Gritti Date: Mon Sep 10 11:30:48 2007 +0200 Fix xo_color comparison. commit e4e728339b0da69dd227c1aca22f60439ec4f86a Merge: 098473d bd2c58d Author: Marco Pesenti Gritti Date: Mon Sep 10 11:13:15 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 098473df621bd2ac38776542cb216b596f12d4fe Author: Marco Pesenti Gritti Date: Mon Sep 10 11:12:50 2007 +0200 Update NEWS commit d1b5fb8dc528be407f7ecc3c95106c61a15fee15 Author: Marco Pesenti Gritti Date: Mon Sep 10 11:12:05 2007 +0200 Handle activating windows which are transient to the activity. commit bd2c58d24cd18314f5d1ff44b705a202f583d84a Author: Eduardo Silva Date: Mon Sep 10 02:50:35 2007 -0400 Console: avoid to add missed logfiles commit f7a1900d3d5313fd7adb96b3061734c80980c04b Author: Marco Pesenti Gritti Date: Mon Sep 10 02:54:47 2007 +0200 Do not redraw/resize if the properties doesn't actually change. In the Icon widget queue resize and redraw as appropriate. commit 97451c5466eb6c31a766b7b43fade53742ef5faf Author: Marco Pesenti Gritti Date: Mon Sep 10 02:18:29 2007 +0200 Optimize xo_color property set and share more code. commit d757126a196d0cfd65b01c9befbf3b03f678e48b Author: Marco Pesenti Gritti Date: Mon Sep 10 02:06:24 2007 +0200 Move entity type checks at loader level so that they are shared by all both icon implementations. commit 547df751a762065292156bc321d335fb4158b48d Author: Tomeu Vizoso Date: Sun Sep 9 15:04:26 2007 +0200 Fixed some issues with text objects in the clipboard. commit eb7ad2066c61afc4ac62a6635d375a0c2f0c421e Author: Dan Williams Date: Sun Sep 9 01:20:47 2007 -0400 Snapshot a1f5cece18. commit a1f5cece18c90a3dee1600771015099c6a79d3c0 Author: Dan Williams Date: Sun Sep 9 01:19:06 2007 -0400 Fix traceback on mesh disconnect command commit 3f6c03b8ee093152515155f7434d7f32463ef45f Author: Dan Williams Date: Sun Sep 9 00:32:18 2007 -0400 Snapshot 6b6470ebcb. commit 6b6470ebcb73b60bbcb844ff202bb75a6b4e37c3 Author: Dan Williams Date: Sun Sep 9 00:02:26 2007 -0400 * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and increase granularity of mesh device control commit e52d6f6ed4158aeff13c46f4c7975dde406ffccd Merge: e43ccf4 ae1a07a Author: Dan Williams Date: Sat Sep 8 23:41:42 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e43ccf40be0620301d29e5a36a7e40af697d1e0b Author: Dan Williams Date: Sat Sep 8 22:48:21 2007 -0400 Add a flag to place the menu after the content in palettes commit ae1a07aee8a505b7a1708bebb237456f241d9787 Merge: 5af1b7d 8ced2dc Author: Marco Pesenti Gritti Date: Sun Sep 9 00:13:11 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8ced2dccbeea399a299f58527cba7de70db50afa Author: Tomeu Vizoso Date: Sat Sep 8 19:40:22 2007 +0200 Generate context comments in .po files. commit f73132de9130aeba285ae91089a2c0baa5f5a853 Author: Tomeu Vizoso Date: Sat Sep 8 18:41:59 2007 +0200 Don't try to resume a DSObject if no activity can open it. commit b3ad232b0c04ea7e87df2fb8c6c538f84189daba Author: Tomeu Vizoso Date: Sat Sep 8 16:11:47 2007 +0200 #2909: Make python activities more tolerant to missing metadata properties. commit d19472930d69c2cc7445eaa40238a89a004a90fd Author: Tomeu Vizoso Date: Sat Sep 8 15:59:13 2007 +0200 Some clipboard fixes. commit a9dbf6ae59eaf1b31c1032bf171bf022d03c043e Author: Tomeu Vizoso Date: Sat Sep 8 14:28:23 2007 +0200 #2653: Add audio/wav and audio/x-wav as Audio objects. commit 5af1b7d005524cad9a04462d612a1ce2b85a58ff Merge: 34e9d30 9e2a9c4 Author: Marco Pesenti Gritti Date: Sat Sep 8 12:11:03 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 34e9d30a9cd87e5b3fa665a0a4a9a954a5edb88e Author: Marco Pesenti Gritti Date: Sat Sep 8 12:10:35 2007 +0200 Improved icon caching logic commit 9e2a9c4c025b492169fe244c4a443d1b63b50968 Author: Dan Williams Date: Fri Sep 7 21:53:32 2007 -0400 Support moving of files to datastore when using write_file() Using the transfer_ownership argument, activities using the default activity datastore integration methods (namely write_file) will now tell the datastore that it can move the files by default. This reduces the copies required, which is slow on flash. For activities not using the standard APIs (Record, etc), the datastore bindings allow the activity to specify when ownership should transfer. commit 434483f54a3a5477077a96167f17ee6e19e2a0e7 Author: Marco Pesenti Gritti Date: Fri Sep 7 23:02:10 2007 +0200 Snapshot c8700feccf. commit c8700feccf65ad08eba60449edb89eaf394897d1 Author: Dan Winship Date: Fri Sep 7 13:33:11 2007 -0400 update news commit 7b760686a7ee0850983e5a33f063a9952b688af6 Author: Dan Winship Date: Thu Sep 6 16:24:44 2007 -0400 Add support for content bundles commit 9858a190fdbb5963125849111588a61c22bc7d7f Author: Tomeu Vizoso Date: Fri Sep 7 18:08:48 2007 +0200 Expose the separator in the edit toolbar so it can be hidden by activities. commit ce3f3e9be9b6f6199c1cd8ce76b60c160675e744 Author: Simon Schampijer Date: Fri Sep 7 17:42:28 2007 +0200 updated news commit 5766522f530582d4b73b87fff76a67ebadebbb1c Author: Simon Schampijer Date: Fri Sep 7 17:39:42 2007 +0200 Fix for removing activity from donut when not the active and the last one commit 204661329b1bd69ce2dd4d440f6ce7e8bd8790af Merge: 553709c 5bad36b Author: Simon Schampijer Date: Fri Sep 7 11:26:21 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 553709c8698faac952012524f1b258fecad0d7e8 Author: Simon Schampijer Date: Fri Sep 7 11:26:11 2007 +0200 Fix when item is removed from clipboard tray commit 5bad36b1e1f75536a06b1e7638171cf48f266e0c Merge: 0f32a1e 7f8b000 Author: Marco Pesenti Gritti Date: Fri Sep 7 00:46:19 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0f32a1e193a0064e5d5313cdc205d15cea71f1e7 Author: Marco Pesenti Gritti Date: Fri Sep 7 00:40:26 2007 +0200 Test for a long hippo scrolling view. commit 7f8b000a92af8f5b44bc84653c63fbe647d79737 Author: Simon Schampijer Date: Thu Sep 6 22:43:03 2007 +0200 Fixed XO icon of owner in group view #3085 commit 7dab1bfb8a1626fc3480a611d6bc2704ad868e85 Author: Marco Pesenti Gritti Date: Thu Sep 6 21:52:26 2007 +0200 Snapshot d9a30c23ff. commit d9a30c23ff2ca48ef680445e972787d7f7ddca10 Author: Tomeu Vizoso Date: Thu Sep 6 18:55:51 2007 +0200 Remove left over property. commit 2d9d6cf25c6fed5bf20475c2e1739a7726e3ca6f Author: Tomeu Vizoso Date: Thu Sep 6 11:33:16 2007 +0200 Also catch the deprecated mime type for bundles. commit 6a2ce2b9412ffb307ced44e3df02b0d475b3bb83 Author: Dan Williams Date: Wed Sep 5 16:32:24 2007 -0400 Add conversion functions for channel<->frequency commit ee9a6005c380503509ef3d12f2dd5d0d4564c114 Author: Dan Williams Date: Wed Sep 5 11:41:39 2007 -0400 Make AP icons a bit larger commit 5127901d860424f1badadcb118d378e3bf13ef4c Author: Marco Pesenti Gritti Date: Wed Sep 5 14:23:17 2007 +0200 Gray bottom border for Toolbox. commit 3723ccead4d70bc6df69b0265efd58a9b872a494 Author: Marco Pesenti Gritti Date: Wed Sep 5 13:55:18 2007 +0200 Implement TrayIcon palette drawing. commit 8b099b00ba6fc952d497151bcb808df12e743240 Merge: 6018198 b3e3b35 Author: Marco Pesenti Gritti Date: Wed Sep 5 11:22:56 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6018198e83e50dcaada5756f6def4aaca985220b Author: Marco Pesenti Gritti Date: Wed Sep 5 11:22:41 2007 +0200 Add a DBus service to tweak the log level, it will be used by the developer console. Default to error, unless SUGAR_LOGGER_LEVEL is set. commit b3e3b358d1229d3859b19e05162e4b75f94e05ba Merge: d802350 5bd8590 Author: Eduardo Silva Date: Tue Sep 4 17:33:34 2007 -0400 Merge branch 'master' of git://dev.laptop.org/sugar commit d8023501306e99f4e6a07b402f9cf07a4b42a852 Author: Eduardo Silva Date: Tue Sep 4 17:31:43 2007 -0400 Console: Fix network lib commit 5bd85906f23ba34b688c442410928c378765cc46 Author: Simon Schampijer Date: Tue Sep 4 23:24:15 2007 +0200 (next='Return', back='Escape') commit e7274066f164f5eb7613139462d468bca6ba152e Author: Marco Pesenti Gritti Date: Tue Sep 4 22:15:24 2007 +0200 Snapshot 0ad6398cf1. commit 0ad6398cf1df4e7c296849fe07400816612092fb Author: Tomeu Vizoso Date: Tue Sep 4 20:22:58 2007 +0200 Fix typo. commit c418d0575ad9646c286a0f651f940761c8e7f1a5 Author: Tomeu Vizoso Date: Tue Sep 4 16:01:42 2007 +0200 Really remove the sugar.date import. commit 3ae5186b7a623f0be89aa9594f3b8efb3e5375ef Author: Marco Pesenti Gritti Date: Tue Sep 4 15:55:21 2007 +0200 Use the activity service name for logs rather than the user visible name. commit f6239d6df84718044d26f5e746b08a15afb944bf Author: Marco Pesenti Gritti Date: Mon Sep 3 23:42:17 2007 +0200 Handle exceptions in the activity constructor so that log messages ends up in the activity log rather than in shell/journal. commit 4aace42d6d19e928daa666c5264203eb525f0b96 Merge: 6c43e80 b104f1e Author: Simon Schampijer Date: Mon Sep 3 23:28:59 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6c43e80c452d27947fb141477a02204c7f9bdf02 Author: Simon Schampijer Date: Mon Sep 3 23:28:49 2007 +0200 Adopt naming to functionality changes commit b104f1e11ebb711869dbe55a374c96f7b2cd0a5f Merge: 3617dd1 07107fb Author: Marco Pesenti Gritti Date: Mon Sep 3 23:09:56 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 3617dd163525a9be18ed91c1b968b460aded7063 Author: Marco Pesenti Gritti Date: Mon Sep 3 23:08:49 2007 +0200 Cleanup Bundle to not require SUGAR_PREFIX to be set. Also start using properties rather than set/getters. commit 07107fb81baf6e2b96181b294c4c375367d102f9 Author: Tomeu Vizoso Date: Mon Sep 3 21:26:30 2007 +0200 #2896: Remove sugar.date module. commit 382910b0bac9216df4e3ffc79dce1e450fb88afd Author: Marco Pesenti Gritti Date: Mon Sep 3 21:08:40 2007 +0200 Snapshot 0b3f687749. commit 0b3f68774954eedefe2b87847f512f1512eb6899 Author: Marco Pesenti Gritti Date: Mon Sep 3 21:05:45 2007 +0200 Fix distcheck commit 070d467e1370edf464b9f3651e0bb78f30be2b32 Author: Tomeu Vizoso Date: Mon Sep 3 18:41:35 2007 +0200 Add testcase for exercising the icon cache. commit 876eb3e29273b61d6ee849c8ba9023c5b2ef558e Merge: a2a9cd2 d207fad Author: Marco Pesenti Gritti Date: Mon Sep 3 15:10:44 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a2a9cd2f700991d85026d564bbfcc3ebc56d011b Author: Marco Pesenti Gritti Date: Mon Sep 3 15:10:12 2007 +0200 Unfreeze dcon on idle. commit d207faddad09b84b497f17613e47a8abdca89dff Author: Tomeu Vizoso Date: Mon Sep 3 12:38:16 2007 +0200 Add tooltips to buttons in the activity toolbar. commit a09a786ff7a2ccc5657ac2708e048a183c90360c Author: Marco Pesenti Gritti Date: Mon Sep 3 01:48:03 2007 +0200 Use Tray also for the frame friends view. Drop the deprecated IconButton. commit 8a2cb49ffba017f1a7fc1ed138bfb9c58e7b70c7 Author: Marco Pesenti Gritti Date: Mon Sep 3 00:20:53 2007 +0200 Use a toolbar for zoom icons commit 044afe4ae8822c7e64113d8e7d016352cd457665 Author: Marco Pesenti Gritti Date: Sun Sep 2 23:51:01 2007 +0200 Expand icon bbox when there is a badge. commit 94e136c3c3f4701b493dce544f10628ae5392b83 Author: Marco Pesenti Gritti Date: Sun Sep 2 23:34:22 2007 +0200 Stop secondary animation on hide. commit 739b9160b14c13eb1dfb970de80d48156723c305 Author: Dan Williams Date: Sat Sep 1 13:07:49 2007 -0400 Refactor activity share/join in Activity.__init__() to be clearer and cover all cases Remove the 'pservice_id' attribute of the ActivityHandle too, since it was completely pointless and should have been the same as the activity id anyway. Share/join is handled in the Activity.__init__() method and the shell doesn't really need to know about it at all. commit d79db5d172c0f5023edd489ca735763508b806a5 Merge: a4637bf 21eea18 Author: Simon Schampijer Date: Sat Sep 1 18:12:55 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a4637bfefa67f823816e023df3a782542f256c2c Author: Simon Schampijer Date: Sat Sep 1 18:12:44 2007 +0200 Adopted the friendsbox to the palette positioning improvements. commit 21eea182cba0a8ab41191beedff9d2edaa4b5ab6 Author: Eduardo Silva Date: Sat Sep 1 12:03:04 2007 -0400 Update NEWS commit 94996c9295d11e6992e221820e1a8843bb22dda3 Author: Eduardo Silva Date: Sat Sep 1 11:58:47 2007 -0400 #2971: Patch by Marco commit 7a2d0bf4c241113ffeac4851ebabe244617c8596 Author: Marco Pesenti Gritti Date: Sat Sep 1 13:52:07 2007 +0200 Snapshot feb462d08d. commit feb462d08d0fd2e610665ee6d697d36d440cf2fa Author: Marco Pesenti Gritti Date: Sat Sep 1 13:40:57 2007 +0200 Fix ToolInvoker alignments. commit 6c1ecad37e4735ed77403f82ad2464115447b4c9 Author: Marco Pesenti Gritti Date: Sat Sep 1 13:33:32 2007 +0200 Add testcase for toolbar and tray palettes. commit 8712ab6b585b764ddf32ab992e514b27b80eae9e Author: Marco Pesenti Gritti Date: Sat Sep 1 12:12:32 2007 +0200 Add a ToolInvoker which position the palette depending on the toolbar orientation. Make all tool items use it. commit 8a9bc3b702673a60b44b60860e52f57767b36ddd Merge: 8a3c2a5 2751714 Author: Marco Pesenti Gritti Date: Sat Sep 1 11:59:41 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8a3c2a58433d140ea350081ade77f992ed57ef4b Author: Marco Pesenti Gritti Date: Sat Sep 1 11:59:16 2007 +0200 More palette positioning improvements. commit 2751714ca7155885693cf36bae099c358069ce37 Merge: 8c411ce ecbbcb0 Author: Dan Williams Date: Fri Aug 31 14:32:37 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit ecbbcb0026a8883877ed0fabcbd40c4810bfa499 Author: Tomeu Vizoso Date: Fri Aug 31 20:37:44 2007 +0200 Don't allow removing system-installed activities. commit 8c411ceb70688045baecb350a2cd453a0fc9f308 Author: Dan Williams Date: Fri Aug 31 14:32:33 2007 -0400 Return 404 error when path can't be translated commit 0e60f07dd2bf08f2068a0f4b0516a96cff9cf4b7 Author: Tomeu Vizoso Date: Fri Aug 31 19:57:45 2007 +0200 Save the temp file for the icon with the svg suffix so Icon will recognize it as a svg. commit 00ec48f21447205445aa2a34d31093a969cc549a Author: Dan Williams Date: Fri Aug 31 11:46:03 2007 -0400 Make AP icons small size commit f4c7e03c34ba77b29e0eb3c703945ad2ea46fb18 Author: Dan Williams Date: Fri Aug 31 11:32:54 2007 -0400 Fix traceback showing wireless networks commit ad1818f985d1983d9f8a3ada008bf402812bfca0 Author: Tomeu Vizoso Date: Fri Aug 31 15:43:38 2007 +0200 #3063: Make the 'Keep' button in the activity toolbar create a copy of the activity in the journal. Add a copy() method for activities to use. commit 3dc8505ec573d9526109d604812cc7367fb5b641 Author: Tomeu Vizoso Date: Fri Aug 31 14:53:59 2007 +0200 #3045: Fix issues with the clipboard icons and palettes. commit bd9bd2d020e13579d24e816b73f053da78e23739 Author: Marco Pesenti Gritti Date: Fri Aug 31 13:56:58 2007 +0200 Keep the invite menu item synced with current activity. commit 457a1eaf3b8e517b59be93aed9af1da6f46f6a65 Author: Marco Pesenti Gritti Date: Fri Aug 31 13:43:31 2007 +0200 Get invites back to work in the UI. commit 0d4d74b94f6200175eb84b10182028b35bacebf2 Author: Marco Pesenti Gritti Date: Fri Aug 31 12:43:10 2007 +0200 Hookup the new invites implementation. Need to fix the frame view since that's bitrotten. commit e5db6eb97150640995eed09162a71386bbb709bb Author: Marco Pesenti Gritti Date: Fri Aug 31 11:58:17 2007 +0200 Update commit 9e5d3c11177fb6c6aae9beeeef61eb7ca5e74fc5 Merge: 560a914 01f774e Author: Marco Pesenti Gritti Date: Fri Aug 31 11:38:09 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 560a914997d1a728ca4f972dba3b3847b2077569 Author: Marco Pesenti Gritti Date: Fri Aug 31 11:37:42 2007 +0200 Make Activity update the presence service activity name and listen to the name changes in the mesh view. commit 01f774edbc17eb9435768bbfaa69c426fa6b7454 Author: Tomeu Vizoso Date: Fri Aug 31 11:26:28 2007 +0200 Allow setting xo-color to None. commit fbf995e71dc5c3da917197f567cd5512a5052a9e Author: Marco Pesenti Gritti Date: Thu Aug 30 23:40:18 2007 +0200 Snapshot e65fef5c79. commit e65fef5c7982369d2d916ff543177b7b379a9f9d Author: Dan Winship Date: Thu Aug 30 10:46:32 2007 -0400 Update to use correct mime type commit 19d72d40746762e2dc01597ca308101e5e2987fe Author: Simon McVittie Date: Thu Aug 30 15:41:54 2007 +0100 Update NEWS commit 93dd18ff0aace20b18b0484fa4cbed69299b954c Merge: f1024c3 142ce1c Author: Simon McVittie Date: Thu Aug 30 15:38:05 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f1024c3b0aec9360bcb9a1ce8e380e39009f86ff Author: Simon McVittie Date: Thu Aug 30 15:00:12 2007 +0100 Support the newly extended ActivityInvitation signal commit 142ce1cb119cebb12db4640b568386b1cde26e13 Author: Simon Schampijer Date: Thu Aug 30 15:10:50 2007 +0200 Display the rollover at 0,0 when context is empty commit e455611525d9799e572d33e9631c38ddf4cae051 Author: Marco Pesenti Gritti Date: Thu Aug 30 14:42:12 2007 +0200 with the native factory which doesn't have introspection. commit c082757de6f220a0c2f3aaef6f2f46302dbe93cb Author: Marco Pesenti Gritti Date: Thu Aug 30 14:36:20 2007 +0200 Revert "Make sure the handle dict values are string. Looks" This reverts commit 0e45b8fcf1978f560713864e18a270719d7d4872. commit 01d368a7a448a33777c7799751ad0ea90c945594 Author: Marco Pesenti Gritti Date: Thu Aug 30 14:29:52 2007 +0200 Implement VTray. A bit of refactoring to share more code. commit 5bfd70bacab3f714448439344edf9841eb8774b5 Author: Simon McVittie Date: Thu Aug 30 12:17:33 2007 +0100 sugar.presence.presenceservice: Don't call now-nonexistent method InviteActivity - instead, use the new property-setting API to set the 'private' property suitably commit 55759d56080d3e4fae2c5445147dbf7f7fd92476 Author: Simon McVittie Date: Thu Aug 30 12:14:35 2007 +0100 Add support for mutable activity properties and the beginnings of support for invitations commit 02a727198fd87dbc693dc90f2f5d3d8489bf2729 Author: Simon McVittie Date: Thu Aug 30 12:13:31 2007 +0100 sugar.activity.activity.Activity.share: Add comment indicating how to change activity privacy after creation commit 05d33d278d13b28d02b8a244a4c01d06b6215541 Author: Simon McVittie Date: Thu Aug 30 12:00:56 2007 +0100 sugar.presence.buddy: Remove various hacks regarding byte arrays; use dbus-python's much simpler API instead commit 17c48f2d25d1c62b89c3da058ba77315bcee95a1 Author: Dan Williams Date: Thu Aug 30 02:40:26 2007 -0400 Add badges to infrastructure access points in mesh view commit 96df28dcaf2f71d95f182d91aaccd7f8aabec3a6 Author: Dan Williams Date: Thu Aug 30 02:13:39 2007 -0400 Don't traceback on systems without the right NM commit f90b929fd911000d6f59cf141416fb8c39c31b1a Author: Dan Williams Date: Thu Aug 30 02:06:26 2007 -0400 remove redundant code commit 82a869fbbf33c91c71d57eb3644eedb5f8bcffbf Author: Dan Williams Date: Thu Aug 30 02:01:12 2007 -0400 Add palette to Wireless device on Home view showing channel too Convert the tooltip to a palette and show the wireless channel in the palette. commit 55c6547fbf4d04c3a070dfa06d4ea1baab4fa0ef Author: Marco Pesenti Gritti Date: Wed Aug 29 21:07:34 2007 +0200 Snapshot 23ad88db0c. commit 23ad88db0c8332c4a64016cf85bcefbb87e076c7 Merge: 7fefc55 95c5b28 Author: Marco Pesenti Gritti Date: Wed Aug 29 20:35:30 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7fefc5513332eeb41d4c09d8b28f58980322a149 Author: Marco Pesenti Gritti Date: Wed Aug 29 20:09:19 2007 +0200 Cleanup and fix bugs in palette positioning (again) commit 95c5b283c706508c91ef3a635a54d5731ac48f5c Author: Tomeu Vizoso Date: Wed Aug 29 19:56:43 2007 +0200 Add datastore.complete_indexing() func. commit 72b3a3e2e24c5a3ea70f2768de197e4ce442d13e Author: Marco Pesenti Gritti Date: Wed Aug 29 18:26:58 2007 +0200 Cleanup a bit the positioning logic. Drop specific positioning, we can readd it later if it proves to be necessary. commit 722b9d01e7bb724cf86df919c69043d1b751c37f Author: Marco Pesenti Gritti Date: Wed Aug 29 17:01:37 2007 +0200 Add/use a frame widget invoker. commit c21e2b56e4e98f7b40d16ff545a747bff1be5972 Author: Marco Pesenti Gritti Date: Wed Aug 29 14:08:46 2007 +0200 Revert accidentally committed debug code. commit 46b3b96e96067acbdbb5ec5e28ec39f420cc3104 Author: Marco Pesenti Gritti Date: Wed Aug 29 14:08:12 2007 +0200 Make remove_item take an item instead of an index. commit 710f3eba00182094be29206696f3f9bef174269c Author: Marco Pesenti Gritti Date: Wed Aug 29 14:04:46 2007 +0200 Tray size allocation fixes. commit 0512ae58537a4790a635c1e7cc1f095f34af95b3 Merge: e700ed1 55d1acd Author: Marco Pesenti Gritti Date: Wed Aug 29 12:47:27 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e700ed1e2d027208f2aaed037c52ff9c4d6cc063 Author: Marco Pesenti Gritti Date: Wed Aug 29 11:34:56 2007 +0200 Expose and size allocation fixes. commit e25847c37506f9190a4364443d3a827b8d51acee Author: Marco Pesenti Gritti Date: Wed Aug 29 10:36:31 2007 +0200 Sync gtk theme values and style.py. Add a comment at the top of style.py about the reference zoom value. commit 55d1acde0e1d89fac465d5ba3e9fb5e74caad97b Author: Simon Schampijer Date: Wed Aug 29 00:40:05 2007 +0200 get_sensitive() does not exist for a toolbar. commit 8b326fda61a639f01b70f9a5018dec53539fc906 Author: Dan Williams Date: Tue Aug 28 17:07:57 2007 -0400 Re-share an activity when it gets launched from the journal if it was shared before commit 94d624e26c94a8a763f56f6916078bb860608731 Author: Tomeu Vizoso Date: Tue Aug 28 21:25:04 2007 +0200 Some more icon fixes. commit 0dbb456a5aecffc2db52c1ce8b0ce3792b7893f0 Author: Tomeu Vizoso Date: Tue Aug 28 21:20:32 2007 +0200 Revert "Some more icon fixes." Wrong fix. This reverts commit e97c11f76559977c0a48a1598e8760cd215b3d76. commit e97c11f76559977c0a48a1598e8760cd215b3d76 Author: Tomeu Vizoso Date: Tue Aug 28 21:15:47 2007 +0200 Some more icon fixes. commit f0e773db3802e7d3f543b005a4a8608808e2a1da Author: Dan Williams Date: Tue Aug 28 14:54:54 2007 -0400 Don't traceback when writing zero-length message commit 232ae8d0826f19229c7f9055f7f7129372172c99 Author: Guillaume Desmottes Date: Tue Aug 28 20:39:10 2007 +0200 Update to new tubes API commit 7118cb59bcfe8d94257d25c67720e724a2e41779 Author: Guillaume Desmottes Date: Tue Aug 28 20:05:54 2007 +0200 rename TP_DEBUG to SUGAR_TP_DEBUG and make it works with Salut commit c30bb01b0e37f26190835ed6fd42b68a8a2e2ad8 Author: Simon Schampijer Date: Tue Aug 28 14:15:51 2007 +0200 Usage of the tray widget to display activity icons ActivitiesBox patch for ticket #2713. commit 44d2bb6ffbf12febadd7d1025d15ab6f69298e79 Author: Eduardo Silva Date: Mon Aug 27 18:12:19 2007 -0400 Add Reboot option to Home View commit 4f0df14a03cc40855699b8a5f0dd335cc23470d9 Author: Marco Pesenti Gritti Date: Tue Aug 28 00:03:25 2007 +0200 Snapshot 246ec1e4aa. commit 246ec1e4aa97750f1fc7db4dbe20fab802f06c56 Author: John (J5) Palmieri Date: Mon Aug 27 17:01:02 2007 -0400 Fix typo commit 2296fa4a6e57a65fe9ad28202bf00be62fefff71 Author: John (J5) Palmieri Date: Mon Aug 27 16:46:38 2007 -0400 Fix typo s/get_buddies_async/get_activities_async commit 3d02690e2308b03148229534f23ff66269e8054c Merge: c742cff f5f95f4 Author: Marco Pesenti Gritti Date: Mon Aug 27 22:12:31 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c742cff64dde66ca7d8f2f68b1c41a023640d154 Author: Marco Pesenti Gritti Date: Mon Aug 27 22:10:18 2007 +0200 Show arrows only when the icons does not fit. commit f5f95f4d7b84f5fe09499c6c4d75d1a06e1bbcb6 Merge: c06d639 7fcc23b Author: John (J5) Palmieri Date: Mon Aug 27 15:51:55 2007 -0400 Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugar commit c06d63948794cce11e5b59e98f2ec2122a433972 Author: John (J5) Palmieri Date: Mon Aug 27 15:47:58 2007 -0400 Make D-Bus calls async on startup commit 7fcc23b4c8c36b28f2e17904c1a64244fdd553b6 Author: Marco Pesenti Gritti Date: Mon Aug 27 21:28:20 2007 +0200 Very first go at the tray widget, based on Eduardo and Simon work. commit 1430fdc24f597828bd823193dc840a3d7874e0c2 Author: Tomeu Vizoso Date: Mon Aug 27 19:44:49 2007 +0200 Add a copy method to the datastore wrapper. commit 294a5231b9a4b67220a38cacd0998e3a40ebd47b Author: Marco Pesenti Gritti Date: Mon Aug 27 18:25:45 2007 +0200 2647, if security is enabled let rainbow launch activities. Also notify rainbow when active activity changes. Patch by Ashsong, had to merge it manually. commit 40ddf944572d594ec42a3d935ca1dd8040a30718 Author: Tomeu Vizoso Date: Mon Aug 27 16:26:57 2007 +0200 Some more icon fixes. commit 53d1ada429f00f0fcfb39917ce49fae0fed908f1 Author: Tomeu Vizoso Date: Mon Aug 27 15:58:53 2007 +0200 One more icon fix. commit 7d0aedeb368d61dafff9e765512ba2a62c236e7e Author: Tomeu Vizoso Date: Mon Aug 27 14:31:38 2007 +0200 Fix typo. commit 59ee222f962e98368f6cf1dffaa30d630d726541 Author: Tomeu Vizoso Date: Mon Aug 27 13:17:50 2007 +0200 Fix comboboxes commit 4d87939eeff187faabc1373c4574c7d4d8980b33 Merge: 42d0085 b70182b Author: Marco Pesenti Gritti Date: Mon Aug 27 12:23:19 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 42d0085b0b0940f4d0730912cfe38971b1ba5a04 Author: Marco Pesenti Gritti Date: Mon Aug 27 12:18:30 2007 +0200 Use xo color for mesh and battery devices. commit b70182bbde5c177ccaac611da64ae5e3f667cf09 Author: Tomeu Vizoso Date: Mon Aug 27 11:07:46 2007 +0200 Fix typo. commit 14d51cc3818272ce79931d3e225eba0a46fc3816 Author: Marco Pesenti Gritti Date: Mon Aug 27 10:35:59 2007 +0200 Update arabic translation. commit 823918a69b14b136998572089eba00f6d07a1360 Merge: 60c5e56 8c288d7 Author: Marco Pesenti Gritti Date: Mon Aug 27 00:55:56 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 60c5e564cc5241200bb2c4a9fa6e827949fcdff4 Author: Marco Pesenti Gritti Date: Mon Aug 27 00:43:56 2007 +0200 Fix getting pixbuf size, patch by jennjacobsen commit 8c288d7deeda09cf9d98b9ce57186bed5c808f3e Author: Eduardo Silva Date: Sun Aug 26 16:49:55 2007 -0400 Adapt Button() to new icon API commit 405dafc90850807bb478e3a00a031e07f602f0ff Author: Tomeu Vizoso Date: Sun Aug 26 20:44:51 2007 +0200 Adapt to changes in the icon API. commit cf7ff39c5ad7750f71baeded213f04a89470e658 Author: Tomeu Vizoso Date: Sun Aug 26 20:21:49 2007 +0200 Allow for None values in fill-color and stroke-color. commit db02d6b54c0d7bd6beee0d8f91378432440aefa4 Author: Tomeu Vizoso Date: Sun Aug 26 19:23:14 2007 +0200 Correct latest commit. commit 5b1db87cec9b159ffad84a465b871b27b75fad82 Author: Tomeu Vizoso Date: Sun Aug 26 19:00:08 2007 +0200 Add some warnings to the new icon stuff. commit be99aa6dcf91aa5daedd3d7067f3b3ece02256f8 Author: Tomeu Vizoso Date: Sun Aug 26 16:14:29 2007 +0200 Fix typos in activitiesdonut.py commit 8ff7bdebb7337d63875cb1f5c513800d9b2c3c23 Author: Marco Pesenti Gritti Date: Sun Aug 26 15:10:43 2007 +0200 Typo commit f1fc80b4a83135473d9546390d58a6ea50b1fd53 Author: Marco Pesenti Gritti Date: Sun Aug 26 15:01:16 2007 +0200 Fix icon padding. commit ba4f68ef58272fb57f6005b73d4d59dc7911470d Author: Marco Pesenti Gritti Date: Sun Aug 26 14:45:59 2007 +0200 Cache the donut animation. commit 7042b4392effd921d502447606473031bf413ed8 Author: Marco Pesenti Gritti Date: Sun Aug 26 14:33:16 2007 +0200 Fix CanvasIcon badges commit 5f773b21afeb986e836619d5a5b8c2ab6f9075c8 Author: Marco Pesenti Gritti Date: Sun Aug 26 14:30:02 2007 +0200 Remove invalidation logic which is not necessary with the new cache. commit 98157bbccb3756a7c45bd29df9eae284d23a0290 Author: Marco Pesenti Gritti Date: Sun Aug 26 14:16:09 2007 +0200 Make CanvasIcon use IconBuffer. Change the API to use a separate property for icon_name and file_name. commit f44c340b3a3d38dac49d50a8fa3a55871a973670 Author: Marco Pesenti Gritti Date: Sun Aug 26 12:36:34 2007 +0200 Smarter/configurable surface cache in IconBuffer commit a8938ab8ba7aa15254c32f5df9c35f7b99fda315 Author: Marco Pesenti Gritti Date: Sun Aug 26 12:08:50 2007 +0200 Add an svg cache for SVGLoader commit 65871156f5ae87e757536012087e77a81b2541f8 Author: Marco Pesenti Gritti Date: Sun Aug 26 02:59:05 2007 +0200 Cleanups commit 05f2722d90a7f6e1289a78dd0775e4bde7bc8efa Author: Marco Pesenti Gritti Date: Sun Aug 26 02:24:45 2007 +0200 Get badges positioning right. commit 6432dcfb0e769bef5f461a6c6d7dff693a78a5ad Author: Marco Pesenti Gritti Date: Sun Aug 26 01:57:48 2007 +0200 More work on IconBuffer badges. commit ae545425244a51e5aa26063318ae23662444ec45 Author: Marco Pesenti Gritti Date: Sun Aug 26 00:26:11 2007 +0200 Add badge support to IconBuffer commit d32dd05569410e47c06b14e3e83c434ad9ac375f Merge: 1938fb1 fc4e469 Author: Marco Pesenti Gritti Date: Sat Aug 25 18:27:15 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1938fb13f048b62bbbef1d1d4045bf655b79c91f Author: Marco Pesenti Gritti Date: Sat Aug 25 18:26:59 2007 +0200 Rework the Icon implementation by splitting out the icon rendering part. The plan is to share this code with CanvasIcon once it has all the necessary features. Also cleanup the API by just reusing gtk.Image icon_name and file properties. commit fc4e4692d754ffb2cea315469d63ead7044d600e Merge: 4cfc941 1cb214b Author: Morgan Collett Date: Sat Aug 25 14:58:09 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1cb214bc967f16f4fd2f1bdc5dec65b444e01ef6 Author: Marco Pesenti Gritti Date: Sat Aug 25 13:18:30 2007 +0200 Remove canvasicon module. commit f1d588452eac011f2a9217e90c6ab7af61667bbe Author: Marco Pesenti Gritti Date: Sat Aug 25 13:15:28 2007 +0200 Reorganize canvas items. commit 2cae66b0ea86235788220c9f7b05aa2ad4fdc58f Author: John (J5) Palmieri Date: Fri Aug 24 18:25:56 2007 -0400 More follow_name_owner_changed optimiztion * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed commit 628fe7b5da46b7618c391b91c9e130b30d4b6623 Author: Tomeu Vizoso Date: Fri Aug 24 20:15:30 2007 +0200 Restore Icon's ability to load absolute file paths. commit ebe2b4765e4c17327dc00c4d38ec0c3fc5a468a5 Author: Dan Winship Date: Fri Aug 24 10:28:33 2007 -0400 Fix up the activity ring drawing to be more accurate and stable. #2030 TODO: move some of this code into shell/model rather than shell/view commit c25861bd1dc041c63d9bb9268e5394e28c1d7217 Author: Dan Winship Date: Fri Aug 24 10:26:10 2007 -0400 remove debugging commit 4cfc941e499906fa86ca53b9691fe3bc22c09dc4 Merge: d2261e4 60cd711 Author: Morgan Collett Date: Fri Aug 24 15:14:48 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d499fba9b1f86b418a866cc6448e6214fefd0218 Author: Tomeu Vizoso Date: Fri Aug 24 15:24:30 2007 +0200 Added test for #3000. commit ee4d70daa6783edadbc4a2aef4207f5f6fdf349f Author: Tomeu Vizoso Date: Fri Aug 24 15:16:59 2007 +0200 Added test for #2999. commit 60cd7111c0d406f58a26fd5dc32440ebe941f88f Author: Dan Winship Date: Fri Aug 24 09:07:28 2007 -0400 Use badge-charging on battery icon when charging. #722 commit 1f129e613682501f2f683d219ef26f5364691479 Author: Dan Winship Date: Fri Aug 24 09:06:21 2007 -0400 Use icon theme AttachPoints to position badges commit 466bc7b3004a6a7a8488a1257e44ceff3c56d6b8 Author: Marco Pesenti Gritti Date: Fri Aug 24 14:21:07 2007 +0200 Remember state when scrubbing commit d195fccbde70966ea7868e7c9c5983e85824db2b Author: Tomeu Vizoso Date: Fri Aug 24 11:44:44 2007 +0200 Add COLOR_TEXT_FIELD_GREY color. commit 6b30262cf78de2beaf03fe248f290be8f4da5b35 Author: Marco Pesenti Gritti Date: Thu Aug 23 21:17:43 2007 +0200 Redraw the window only if allocation changed. Patch by benzea, with a little cleanup and comments by me. commit 6b5703ac964f6fb470aac4ce1370d4e092ab7403 Author: Marco Pesenti Gritti Date: Thu Aug 23 19:52:34 2007 +0200 Revert "Test for ticket 2925, it doesn't reproduce the issue for some reason." This reverts commit 9f7ed73485f94a1a23f7318a5daab82dbafab413. commit 9f7ed73485f94a1a23f7318a5daab82dbafab413 Author: Marco Pesenti Gritti Date: Thu Aug 23 16:05:54 2007 +0200 Test for ticket 2925, it doesn't reproduce the issue for some reason. commit d2261e405136845217a8f769995ebeb832b9ffac Author: Morgan Collett Date: Thu Aug 23 13:48:16 2007 +0100 Fix sharing publicly commit da6a31aa803e71a438cd38c7de8125494ae70e4f Author: Dan Winship Date: Wed Aug 22 18:23:20 2007 -0400 Revert "Notice when (non-sugar) activity factories fail to launch. #1975" This reverts commit d2aba901c3f85e66ba9c5b6b5d506f472552b48b. The change made etoys *always* apparently fail to launch; the problem is with sugar-native-factory, not activityfactory.py commit 0a18473ca7683aac3dfc9964c78a005ac6ea141d Author: John (J5) Palmieri Date: Wed Aug 22 17:37:33 2007 -0400 Speed up startup by another 2 seconds by using follow_name_owner_changes * this is a side effect of follow_name_owner_changes which removes some blocking calls in the __init__ of proxies. It introduces some semantics we might not want (such as following name owner changes) but which are fairly beinign commit d52860a764fdc0f488bfca924cd9eb39a8528960 Merge: 63f9875 3c99f9f Author: Morgan Collett Date: Wed Aug 22 20:49:52 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3c99f9f1ea85786b95429c68d5c15a921e1af445 Author: Benjamin Berg Date: Wed Aug 22 20:38:48 2007 +0200 Draw a prelight for toolbuttons from the toolbutton instead of relying on the button. commit 59d2ba5c26831d2f17e19ff9e6ff0dff4633a630 Author: Marco Pesenti Gritti Date: Wed Aug 22 20:56:29 2007 +0200 Snapshot d38cacfe2c. commit d38cacfe2c5cd53e8805542807e3582d70fcccca Author: Marco Pesenti Gritti Date: Wed Aug 22 20:56:29 2007 +0200 Update NEWS. Please remember to do it, I can't go through git log every time I make a release. commit edcaf95e7c3594f439be9baad1999d8c0c26329f Author: Marco Pesenti Gritti Date: Wed Aug 22 20:56:29 2007 +0200 Revert "DevConsole: New IRC Client interface" This reverts commit 2ed32d1a11670cd2593c77cc13826579cba597d8. commit 77cd5796af3e4b24a448b77ecc4f053e6b303e10 Author: Marco Pesenti Gritti Date: Wed Aug 22 20:56:29 2007 +0200 Revert "DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help" This reverts commit 104b158a8003b0967ed1dea19ed5652e4fba8d8c. commit 63f987594b248d14e0a4daff704224261e322d3a Merge: 52f2bea 0690c42 Author: Morgan Collett Date: Wed Aug 22 15:55:16 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 52f2bea3ed542e65f22664b5c837280fdab6960d Author: Morgan Collett Date: Wed Aug 22 15:54:12 2007 +0100 Use new PresenceService API for sharing by invitation only commit eb328e605c5d0dd12b667af5869c6378419916b6 Author: Simon Schampijer Date: Wed Aug 22 15:03:16 2007 +0200 removed print in palette.py commit 0690c423458af9ccc5fd5fc4293eb76cf0b3d808 Author: Eduardo Silva Date: Tue Aug 21 18:18:38 2007 -0400 DevConsole: logviewer + /var/log/messages commit 104b158a8003b0967ed1dea19ed5652e4fba8d8c Author: Eduardo Silva Date: Tue Aug 21 17:31:56 2007 -0400 DevConsole/Purk: Support for auto-join channels on connect, new button to connect to #olpc-help commit 9eb9d79cee9712a34a0eb9601c87b0af00909fd5 Merge: be728cc 10dc80c Author: John (J5) Palmieri Date: Tue Aug 21 16:13:54 2007 -0400 Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugar commit be728ccbff877366e85b490400ef202fefbe653d Author: John (J5) Palmieri Date: Tue Aug 21 16:13:29 2007 -0400 fix typo from a previous commit commit 10dc80c8becd522e4f8960c39329d3ff3c0f954a Author: Dan Winship Date: Tue Aug 21 15:39:05 2007 -0400 Add icons to the activity ring palette. Part of #2028 commit 3084176057adbde0314727cf4c9fc50cf2a20cf7 Author: Tomeu Vizoso Date: Tue Aug 21 20:47:16 2007 +0200 One less _set_palette(). commit 4eb5a86a28713153e71e077b7495d5f1d4e46841 Author: Eduardo Silva Date: Tue Aug 21 12:47:32 2007 -0400 DevConsole: #2081 Logviewer + Syslog commit e04c0af114f394cf489e658335054dfebd5bd39e Author: Eduardo Silva Date: Tue Aug 21 12:35:20 2007 -0400 Fix #2935: bad method name commit 2ed32d1a11670cd2593c77cc13826579cba597d8 Author: Eduardo Silva Date: Tue Aug 21 12:18:38 2007 -0400 DevConsole: New IRC Client interface commit 7215de2dfcbeb03f88ff03c49e6a743965a62157 Author: Tomeu Vizoso Date: Tue Aug 21 17:29:41 2007 +0200 Treat application/ogg as Video. commit 544a400afca2493577909884881d87f4f4a10a10 Author: Tomeu Vizoso Date: Tue Aug 21 16:59:32 2007 +0200 Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-sugar. commit 3df75e4c6e05ef6d4b5663b6f2755407264355f8 Author: Tomeu Vizoso Date: Tue Aug 21 16:54:36 2007 +0200 Renamed XO icon from xo to computer-xo. commit 2be1cdbab3dcb3a174385ed2b4f7a825343324de Author: Tomeu Vizoso Date: Tue Aug 21 16:53:42 2007 +0200 Add Audio and Video file types. commit d09b8d3ea43bb877c39e0f2e169cf3d885521ff2 Author: Morgan Collett Date: Tue Aug 21 12:08:33 2007 +0100 Document _share_activity_cb commit cfb054124936cd8256703ed172a9417b7fe3811e Author: Morgan Collett Date: Tue Aug 21 11:39:05 2007 +0100 Clean up leave() and callbacks commit 254433a3935cfa736f10aa918435ed5e11f4a53c Author: Tomeu Vizoso Date: Tue Aug 21 12:12:13 2007 +0200 Save the sharing info about the activity to the datastore. commit 0408ea189d3ed0134b2fb9bc0ae54c75b9d950cd Author: Dan Williams Date: Mon Aug 20 17:01:14 2007 -0400 Fix errors in native factory commit f5f31627d3c850f4bf4682a472daacbb6fb6280a Author: Dan Williams Date: Mon Aug 20 16:55:28 2007 -0400 Snapshot e83b98a8f6. commit e83b98a8f6ffbecb32305abe6c98a74db3347d97 Author: Dan Williams Date: Mon Aug 20 16:48:28 2007 -0400 #2912: Improvements to GlibURLDownloader API commit 8c113d55618e1c5aec4d2103f008eeb3d29ee4af Author: Tomeu Vizoso Date: Mon Aug 20 22:48:38 2007 +0200 Add xo_color constructor param to RadioToolButton. commit cc8b8de6902329e30bf2f50d88111f3f18d8b78e Author: Dan Williams Date: Mon Aug 20 16:41:21 2007 -0400 Fix up syntax errors in sugar-shell commit 03faa64f82a8784b3bcc8f21930fc795c15f6736 Author: Dan Williams Date: Mon Aug 20 16:41:09 2007 -0400 Add menuitem.py to makefile commit 5aa63fdb9eb41da52a78c84719b7b9b7a66615bf Author: Dan Williams Date: Mon Aug 20 16:11:07 2007 -0400 Fix missing : after function declaration commit d0caf992776cf44ac71878cd6f8a808d60f651fb Author: Dan Williams Date: Mon Aug 20 15:56:49 2007 -0400 #2299: Really fix buddy properties coming through as arrays of bytes commit 4e9c8c6e111ca48cec0ee66311e8f115cb2d4cbf Author: Marco Pesenti Gritti Date: Mon Aug 20 20:57:04 2007 +0200 Snapshot b24a28a77d. commit b24a28a77dcfbe79ec45531e6477251830edfabd Author: John (J5) Palmieri Date: Mon Aug 20 15:02:58 2007 -0400 make sugar shell easier to profile startup times commit 655d7f41741d90617aa341db7542153261c9f6e7 Merge: 735b0cf 1a65f81 Author: John (J5) Palmieri Date: Mon Aug 20 14:41:03 2007 -0400 Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugar commit 1a65f81d10186d2f82aafb17533e6b5946761ec8 Author: Marco Pesenti Gritti Date: Mon Aug 20 20:01:27 2007 +0200 Set the initial palette group to "default" commit 3b8f25b7b9949b2bb2857d8ad9d5987cd278bd97 Author: Marco Pesenti Gritti Date: Mon Aug 20 20:01:27 2007 +0200 Implement "scrubbing" of palettes based on groups. commit 1c06a44a7d55c40e682592a517e320b3c514a229 Author: Marco Pesenti Gritti Date: Mon Aug 20 15:18:46 2007 +0200 Use CamelCase for the activity service methods. commit 1ba5cddaa3f6e6c1963172d8701bae774973e8f8 Author: Marco Pesenti Gritti Date: Mon Aug 20 15:15:44 2007 +0200 Use CamelCase for dbus methods. commit 33094dfa504eb3279d52b0fbcd207d4a9faed09f Author: Marco Pesenti Gritti Date: Mon Aug 20 14:49:17 2007 +0200 * #2012: Fix palette position on the left frame panel. (marco) commit a8d6ab307956bda3dd2837a3cde686b3025a3ba7 Author: Marco Pesenti Gritti Date: Mon Aug 20 14:08:28 2007 +0200 Add test description. commit f438c2b6901b0691f0beb2c3a0d99ae64a346f8c Merge: 1b2c9f9 00b7013 Author: Marco Pesenti Gritti Date: Mon Aug 20 13:26:58 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1b2c9f9f28872500dc365b49330710c9e6fca270 Author: Marco Pesenti Gritti Date: Mon Aug 20 13:24:28 2007 +0200 Finish up test for 2855. commit 00b7013de12e0bfadb8183c50fa246a092ef8eb6 Author: Tomeu Vizoso Date: Mon Aug 20 13:03:17 2007 +0200 Added an entry that can have icons inside: IconEntry. From libsexy. commit db4e502de5a0d37c54bc74d3d1d0d69a0d157e54 Author: Marco Pesenti Gritti Date: Mon Aug 20 12:37:53 2007 +0200 Move test_time commit e0d3c350c916c126dd3929a3a02973fb921b6431 Merge: a0195e7 fff0daf Author: Marco Pesenti Gritti Date: Mon Aug 20 12:36:43 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a0195e7fd4263bbf0070b6383b58d0ee613e362f Author: Marco Pesenti Gritti Date: Mon Aug 20 12:34:29 2007 +0200 Some initial work on graphics tests. commit fff0daf8c4aef388f12f801162a050f13acd6cb8 Author: Tomeu Vizoso Date: Mon Aug 20 10:50:20 2007 +0200 Improvements in mime handling and added some tests. commit 7a641198433762c83a84e9464f103e33e38f8fa9 Author: Marco Pesenti Gritti Date: Sun Aug 19 00:24:51 2007 +0200 Start playing with unit tests. commit 8403dd598769978c5f6e1583190356f41b1696d8 Author: Marco Pesenti Gritti Date: Sat Aug 18 23:52:04 2007 +0200 Kill the old tests. Trying to start a proper test suite. Not sure about the usefulness of the presence service stuff but I guess it should be moved to the presence-service module anyway? commit 08cd44dbe2da6ef437e0cb52ae6af4fd15ee5485 Author: Tomeu Vizoso Date: Sat Aug 18 19:15:10 2007 +0200 Fix a warning. commit bd2dd7e57c8e2e9fb85db64e89c965805b6f177d Author: Tomeu Vizoso Date: Sat Aug 18 19:04:08 2007 +0200 Add some more media types to the object type registry. commit e0785e7aabd89ba21a913fc97d2c6e89352f6f14 Author: Tomeu Vizoso Date: Sat Aug 18 18:35:45 2007 +0200 Fix dragging clipboard objects out from the frame. commit 5741d21be9e34cdd8606b04bad961169a49d91cb Author: Marco Pesenti Gritti Date: Sat Aug 18 12:48:40 2007 +0200 Rename genmo to genl10n commit db57fc38be005ed02dd57c693735de409e267a3a Author: Marco Pesenti Gritti Date: Sat Aug 18 12:48:40 2007 +0200 Make activity names translatable. commit 6a5f389436accb6dcac273289865750b4134c9c1 Author: Marco Pesenti Gritti Date: Sat Aug 18 01:04:10 2007 +0200 Set the icon-set property to avoid resetting the icon_size commit 735b0cf2c8a5c85b89a0b82d4fc1f40ec6ab5d12 Author: John (J5) Palmieri Date: Fri Aug 17 17:57:05 2007 -0400 use numpy to shave 4 seconds off of sugar startup commit e6ab812294467418120ea774ea168705a4fcc47d Merge: 07905f0 cf5c995 Author: Marco Pesenti Gritti Date: Fri Aug 17 19:56:06 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 07905f0c407118a5623026d942449410784ca22e Author: Marco Pesenti Gritti Date: Fri Aug 17 19:55:17 2007 +0200 Style nitpick commit 34a1c81aa529d406f45259a4f1e93ca63e56e013 Author: Marco Pesenti Gritti Date: Fri Aug 17 19:53:41 2007 +0200 Add a scale property to CanvasIcon. Make Icon use gtk.Image icon-size. Patch by tannewt with some little tweaks. commit cf5c995585d29171a9a33cb97b6e04b967d89e2d Author: Dan Winship Date: Fri Aug 17 11:53:33 2007 -0400 Update the activity ring wedge sizes more often (immediately before switching to the Home view, and on a timer after that) commit 723429fb80720d26797822996f68c255b25cff7b Author: Dan Winship Date: Fri Aug 17 11:52:22 2007 -0400 Include free swap space in the activity ring's "free memory" slice Mostly only affects sugar-jhbuild, but also people with USB/SD swap on B2s commit de9e02b498cf157da0b2af7b135a8fd93a7b57ae Author: Marco Pesenti Gritti Date: Fri Aug 17 16:18:57 2007 +0200 Fix several sizing bugs. commit dfe8ff68065d5191a2ade265432000327b0de7ce Author: Tomeu Vizoso Date: Thu Aug 16 21:41:42 2007 +0200 #2695: Recognize text files as such. commit cace8c0a478065c4d7b815291974bc7510f5942b Author: Marco Pesenti Gritti Date: Thu Aug 16 20:43:05 2007 +0200 Hide the combo when max_participants == 1 commit d33b74469d454734b9ed55a2b4d7a071dafc7b95 Author: Marco Pesenti Gritti Date: Thu Aug 16 17:55:52 2007 +0200 Add max_participants property. commit f0560566919e1d93caaa4dc86e9233493d2005be Author: Marco Pesenti Gritti Date: Thu Aug 16 17:32:29 2007 +0200 Patch by Simon to make sugar start when not connected to wireless. commit d0a564e0357363176db14ee5154469ce6b99a19c Merge: ba8a731 e2c188d Author: Marco Pesenti Gritti Date: Thu Aug 16 16:47:15 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e2c188d57a6b672dc1052d9e9e3e3c8c95f38fc4 Merge: 1db4cd7 f876a63 Author: Morgan Collett Date: Thu Aug 16 16:49:27 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1db4cd77d3fb3d424f92adcdf4ed2d46cf15cae4 Merge: dab82f6 4ad4fe9 Author: Morgan Collett Date: Thu Aug 16 16:17:23 2007 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit dab82f6183a97471f767850bae6cd2158b25af25 Author: Morgan Collett Date: Thu Aug 16 16:11:42 2007 +0100 Push tubeconn into sugar.presence commit ba8a731aa171a47932010abc83fd51adb59de08c Author: Marco Pesenti Gritti Date: Thu Aug 16 16:46:21 2007 +0200 Add a border to the frame. commit f876a63b0b984e80e15b786b10d95ae9c69db603 Author: Dan Winship Date: Thu Aug 16 10:36:20 2007 -0400 Sort the activities by mtime to ensure a stable ordering. Part of #2716 commit 4ad4fe9ec8caf64f99714bbc63435d4ffbc5bb8d Author: Marco Pesenti Gritti Date: Thu Aug 16 15:46:19 2007 +0200 Adapt the test to API changes commit f229899fea395d3a9e5a3c6b885f905e1d3ffd39 Author: Marco Pesenti Gritti Date: Thu Aug 16 15:01:09 2007 +0200 Update macedonian translation. commit 01c15298b81ce56e510f7ece46efa6a03aac46f9 Author: Marco Pesenti Gritti Date: Thu Aug 16 13:06:39 2007 +0200 Adapt to object icons name changes. commit a79a3198c589b3b701aaa1e2a1ef1eaf0a458f41 Author: Marco Pesenti Gritti Date: Thu Aug 16 12:58:40 2007 +0200 Adapt to devices icon name changes. commit e95e786432cd4385cf6dd86bec2d21538d0ffff5 Author: Marco Pesenti Gritti Date: Thu Aug 16 12:51:33 2007 +0200 Adapt to icon name changes commit 8d9383c48e219cb9806f0c4c2e2d1b0600eb5227 Author: Marco Pesenti Gritti Date: Wed Aug 15 21:53:31 2007 +0200 Move most of the drawing logic inside Palette/Invoker. commit d7d1e172a3995b44350527814a7b3ac0fda3feff Author: Marco Pesenti Gritti Date: Wed Aug 15 21:32:10 2007 +0200 Let the button/theme deal with prelight. I don't think it fits inside palette drawing. commit 3bb86e0cbbbd5f93b14f0672a88a43776ec47d94 Merge: 4f1986e 26c5ad6 Author: Marco Pesenti Gritti Date: Wed Aug 15 21:18:58 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4f1986e8a4e3ce567595404a9d425a58f16f4f1c Author: Marco Pesenti Gritti Date: Wed Aug 15 21:18:58 2007 +0200 Let the invoker deal with popup/popdown redraw. commit 26c5ad6ad05d5d1eba9bfefb092ad2245caa5a94 Author: Dan Winship Date: Wed Aug 15 09:19:40 2007 -0400 Rewrite dbus_helpers to not make a dbus connection on import. #2773 commit 43fb1627a7ce9a5e05230699cda7448c44f5c689 Author: Marco Pesenti Gritti Date: Wed Aug 15 12:23:57 2007 +0200 Cleanup commit de5b64206c94a987174b087dcac9732f2ab419d8 Merge: d6ae654 5ebc0c8 Author: Marco Pesenti Gritti Date: Wed Aug 15 12:23:57 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d6ae654c764f8b9771ef217f37aaea58ea9f21fc Author: Marco Pesenti Gritti Date: Wed Aug 15 12:23:57 2007 +0200 Typo commit c54fb84b28cca54c7d0cb0355b7a21f3cbabfc4d Author: Tomeu Vizoso Date: Wed Aug 15 12:19:29 2007 +0200 #2543: Offer multiple activities for opening clipboard objects. commit 5ebc0c8212f762025cf6f42fad040cd04cb58ebd Author: John (J5) Palmieri Date: Tue Aug 14 16:47:43 2007 -0400 Snapshot d93122bf5e. commit d93122bf5e8622f6c8ede4b3b80295f9b8511425 Merge: 7368429 0e4eccd Author: Simon McVittie Date: Tue Aug 14 20:24:01 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0e4eccd49b056e5aebe71ffa46d462e15fd7a883 Author: Marco Pesenti Gritti Date: Tue Aug 14 20:22:35 2007 +0200 Volume/Brightness max/min commit 56d609b7db7c7a2a1da5c95746c8c310e219c3df Author: Marco Pesenti Gritti Date: Tue Aug 14 00:31:29 2007 +0200 Exit if distcheck fails. commit 56eb7c2dc3989942980879d86bda6755378ced27 Author: Dan Winship Date: Mon Aug 13 17:57:05 2007 -0400 Borrow some autofoo goo from nautilus to make the mimedb stuff distcheck commit 6debe0c34d2973d8af002fbe4fe195d6d84c2eec Merge: b2838a7 d69de84 Author: Marco Pesenti Gritti Date: Tue Aug 14 00:26:51 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b2838a7e72cc2e2015887b5e35a98257c8eacb43 Author: Marco Pesenti Gritti Date: Tue Aug 14 00:26:51 2007 +0200 Update POTFILES commit d69de84c453b375cfde6eab260919c6c4a963a3d Author: John (J5) Palmieri Date: Mon Aug 13 17:27:46 2007 -0400 Snapshot 040c94d181. commit 040c94d1810de7220475a16a932df326b8a7d290 Author: Tomeu Vizoso Date: Mon Aug 13 21:14:44 2007 +0200 Removed debug messages. commit 4c812eb210b266f8d458b247051135ac967d046f Author: Tomeu Vizoso Date: Mon Aug 13 21:14:25 2007 +0200 Set ACTIVITY_ROOT environment variable. commit b7e509b21b1adc073eda27052fc072516669fe66 Merge: be32e7e 56204cb Author: Marco Pesenti Gritti Date: Mon Aug 13 18:02:41 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit be32e7e40dc51db5f9fe5003535b51ab97649f94 Author: Marco Pesenti Gritti Date: Mon Aug 13 18:02:41 2007 +0200 Tweak a color pair as requested by Walter. commit 56204cb5e109bef720cf10a805bb993ff7492eee Author: Eduardo Silva Date: Sun Aug 12 23:34:17 2007 -0400 DevConsole: add basic network information commit 2ae043c1fe63429c10120f9984a3451e959a695e Author: Marco Pesenti Gritti Date: Mon Aug 13 01:17:37 2007 +0200 Add option to use the same style values as on the XO. Useful to test/debug size issues, if you have a screen that can do 1600x1200. commit 7368429ad6feadd9e81757433b68b63d9d27c04f Merge: df3069a dcef110 Author: Simon McVittie Date: Sat Aug 11 13:16:13 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit dcef110223e312d44955ca4aa1e2f306b9cb9e12 Author: Marco Pesenti Gritti Date: Sat Aug 11 12:16:49 2007 +0200 Embed/unembed the menu on state changes, keeping it around cause some weird drawing issues. Redraw on palette size changes (patch by Benzea). commit a85bc85a824c51e5e81860203cd8d2bee834e02f Author: Marco Pesenti Gritti Date: Sat Aug 11 11:58:39 2007 +0200 Fix cflags commit 05b0d212a4c9d8c3accfab41bfaff8badb42f37a Author: Marco Pesenti Gritti Date: Sat Aug 11 01:00:53 2007 +0200 Separate libsugar and libsugarui ld flags to not link libsugar to gtk. commit c5719938118f58d770bc1588d1584d8b6e98862e Author: Benjamin Berg Date: Fri Aug 10 23:39:12 2007 +0200 Fixed a typo in the palette gap calculation code. commit 04ae920ad5e217cf237e3200e16725644d12f314 Merge: 91d7dbc d2e4e99 Author: Benjamin Berg Date: Fri Aug 10 23:28:55 2007 +0200 Merge branch 'master' of git+ssh://benzea@dev.laptop.org/git/sugar commit 91d7dbcb0896544b4cf8098373de72c887bb9e31 Author: Benjamin Berg Date: Fri Aug 10 23:21:36 2007 +0200 Ignore grab_notify in the palette menu so that eg. scales work. commit d2e4e99226e2074f0d09dc9baeadc2e7f7e31c25 Author: John (J5) Palmieri Date: Fri Aug 10 13:32:24 2007 -0400 hack to make sure vte does not wrap too early in first instance * vte does not reflow if you add the widget before its container is realized so we hack around this by calling set_size with a high number for width commit 9e87ca718c2209a00d322724714c98310a84c3f4 Merge: 8ed11b6 4761893 Author: John (J5) Palmieri Date: Fri Aug 10 12:59:17 2007 -0400 Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugar commit 8ed11b6feeded0e30e7b9596fdb58a2bfa4858a5 Author: John (J5) Palmieri Date: Fri Aug 10 12:57:43 2007 -0400 sugar console changes directory to the user's home directory and sets proc title commit 476189323d1bde66b73928273c3c3cee35992493 Author: Benjamin Berg Date: Fri Aug 10 18:52:15 2007 +0200 Don't draw the invoker rectangle for tooltips. commit 6573e8c5e6ed9ec8c9e7af10c6ad34acb10bcd67 Author: Benjamin Berg Date: Fri Aug 10 18:29:28 2007 +0200 Draw an invoker rectangle that looks connected to the main palette. There is one catch though, the menu placement inside the palette seems broken. (Probably was already broken before.) Not sure what is going on there. commit 6aeb95aa467c30c878ba29c66461d9254c7a7392 Author: Dan Winship Date: Thu Aug 9 18:29:10 2007 -0400 Install MIME data to map ".xo" files to "application/vnd.olpc-x-sugar" commit cff8ffc32895f3e304f843389c7d4a984502727e Author: Tomeu Vizoso Date: Thu Aug 9 18:10:16 2007 +0200 Complete move to external bundle registry. commit f00f3e2f8da0549a54f10ef20419ff6e11824685 Author: Tomeu Vizoso Date: Thu Aug 9 15:26:52 2007 +0200 Correctly include .mo files in bundles. commit d2aba901c3f85e66ba9c5b6b5d506f472552b48b Author: Dan Winship Date: Wed Aug 8 18:24:11 2007 -0400 Notice when (non-sugar) activity factories fail to launch. #1975 (still need a better shell UI for when this happens) commit 985fe6ef358ce28d7d04f199d9a342f4a4fe0a79 Author: Dan Winship Date: Wed Aug 8 18:19:05 2007 -0400 Make activity icons in frame outline-only. #2668 commit a1302ccbb287b95be0e5f1e0b50c08fca0dc597d Merge: bdba2d1 c57e842 Author: Dan Winship Date: Wed Aug 8 13:27:10 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit c57e842c0430ead0ff8abc33d75e24b57b3b1fc5 Author: Eduardo Silva Date: Wed Aug 8 13:24:47 2007 -0400 DevConsole: logviewer now reads Xorg logfile commit bdba2d149e5458aac85ea6091e353a1aeb8a3211 Merge: b678c53 77094c9 Author: Dan Winship Date: Wed Aug 8 13:13:31 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit 77094c961ac30c71788eaa4e43458854da4cdbbc Author: Tomeu Vizoso Date: Wed Aug 8 18:39:39 2007 +0200 Adapt to new palette API. commit cac6038665239aa037bcab475038bb5f33b34533 Author: Tomeu Vizoso Date: Wed Aug 8 18:33:10 2007 +0200 Rename the clipboard service as shell service. commit fa8bcd2ba58fca8605bc2fea72478a23f9bd9998 Author: Tomeu Vizoso Date: Wed Aug 8 18:08:07 2007 +0200 Move the activity register to the clipboard service. commit b678c537c004a2ed56b5df85a86afe41543e0c4d Merge: 7b21f75 bfcab6b Author: Dan Winship Date: Wed Aug 8 09:35:55 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit bfcab6b0b64d1b10d4010c34596e748f54335ba9 Author: Eduardo Silva Date: Wed Aug 8 09:31:50 2007 -0400 Fix objectchooser, replace frame with canvasroundbox module commit 7b21f752adc2e619b7aec504108c8f8eb73ded39 Merge: c85c89c 670eb98 Author: Dan Winship Date: Wed Aug 8 09:30:50 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit c85c89ce839e952b05b20853b715abbf1b268ca5 Author: Dan Winship Date: Wed Aug 8 09:30:45 2007 -0400 Make Journal active at startup. #2159 Also distinguish between "active" in the sense of "the user is actually using this activity" and "active" in the sense of "the activity would be active *if* the user switched to Activity view". It's the latter sense, now called "pending" that the Journal is in at startup. Pending is also used for the next-up activity when you quit the current active activity. commit 6ca80a71461d414695dd83448d1d75d352be0438 Author: Dan Winship Date: Wed Aug 8 09:27:37 2007 -0400 Always get the activity list from the shell view, not sometimes from the model commit 670eb981acf958437a50569009f45b162cd77060 Author: Marco Pesenti Gritti Date: Wed Aug 8 14:56:43 2007 +0200 Ignore only INFERIOR enter/leave events. commit 1145f0f99c727656a6d0772255da6b5e03abd3f6 Author: Marco Pesenti Gritti Date: Wed Aug 8 14:41:30 2007 +0200 Override menu shell deactivate to go through the palette. commit 6ae38464156c5ba2c06826ab9d8b9d4bd226c2bb Author: Marco Pesenti Gritti Date: Wed Aug 8 13:03:09 2007 +0200 Expose palette.action_bar commit 6dd6b0275b34ab6aa029427ee33ec59686319f21 Author: Marco Pesenti Gritti Date: Wed Aug 8 12:56:19 2007 +0200 Expose palette.menu rather than wrapping methods. commit ff5edef2bca11ca79f33f4f9a8d14ea01e5b9924 Merge: 2c0ad08 51ce8ab Author: Marco Pesenti Gritti Date: Wed Aug 8 11:53:41 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2c0ad08fcfed2dba9677b46118e89c3a614f8316 Author: Marco Pesenti Gritti Date: Wed Aug 8 11:53:41 2007 +0200 Call embed after the widget hierarchy is setup so that we get the right toplevel. commit 1d297b33763da2de065d2ef6caad90bb1d8904a5 Merge: 3a33e4c 8a6ea5b Author: Marco Pesenti Gritti Date: Wed Aug 8 11:53:41 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3a33e4cedd8b31afe0856ed76d68cecba535a193 Author: Marco Pesenti Gritti Date: Wed Aug 8 11:53:41 2007 +0200 Enable focus when there is content. Remove the focus out check on the invoker toplevel, we will have to do that differently. commit 51ce8abdef7a9af0ebef554e4b2904f45f8d747e Author: Tomeu Vizoso Date: Wed Aug 8 10:56:12 2007 +0200 Adapt to new color constants. commit 8a6ea5b13f9761d259c0b58cb18071ce09f58691 Author: Tomeu Vizoso Date: Wed Aug 8 10:34:11 2007 +0200 Added missing file in configure.ac commit 9c0df1c6c5c98e27ba063de848d3f95dc4ab4303 Merge: 0b355dc 26a7e08 Author: Marco Pesenti Gritti Date: Wed Aug 8 03:12:46 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0b355dcbb96a46e496401444377e92577ffd1939 Author: Marco Pesenti Gritti Date: Wed Aug 8 03:07:00 2007 +0200 First go at support of focusable widgets inside the palette. Not enabled yet because focus confuses our deactivation logic but it seem to work otherwise. commit 26a7e087fad007215f420e6d2a270c9b435483ca Author: Eduardo Silva Date: Tue Aug 7 18:18:15 2007 -0400 DevConsole: ups! fix Makefile.am commit 91f68897a61fb6180fcb7cfba76bd3cc0c87be30 Author: Eduardo Silva Date: Tue Aug 7 18:14:19 2007 -0400 DevConsole: New referenced memory usage field in Memphis (introduced in kernel 2.6.22) commit a3efc1284f44b3305c2310ecf4ee4aeb7b4d498c Author: Eduardo Silva Date: Tue Aug 7 17:59:38 2007 -0400 DevConsole: Fix Memphis start/stop button commit cc745f990ff2d53eb3e448353d0b013eeb929b1a Author: Eduardo Silva Date: Tue Aug 7 17:56:14 2007 -0400 DevConsole: Fix broken procfs parser commit df3069a9317fc804b62bd3624d9591fb2e09df0f Merge: 96023f3 2485e15 Author: Simon McVittie Date: Tue Aug 7 13:43:27 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 96023f3e42e84369c226c8a9eaba70d92e770047 Author: Simon McVittie Date: Tue Aug 7 13:13:23 2007 +0100 Fix regeneration of ./configure from configure.ac when using make To use an m4 macro library you need three things: * configure.ac mentions it (OK) * autogen.sh mentions it (OK) * Makefile.am mentions it (fixed by this patch) Omission of the third part means that when you change configure.ac and run make, ./configure is rebuilt without using the m4 directory, so autoconf doesn't load python.m4 and the rebuild fails. commit 2485e15030d2ae8b61272dbc16081e5e4f9c3e40 Author: Dan Winship Date: Mon Aug 6 15:33:27 2007 -0400 Add a basic palette with "Resume" and "Stop" to activity ring icons. #2028 commit 56d8e5e748324cc1b2bc574803497b7c2432a37f Author: Dan Winship Date: Mon Aug 6 09:23:45 2007 -0400 Don't use gtk.get_current_event_time() as the timestamp for window.activate() gtk.get_current_event_time() will return 0 if there's no "current event" (which will happen if this is invoked from a SugarKeyGrabber callback, because that intercepts events below the gtk level). And libwnck will g_warn if we pass "0" to window.activate(). Since matchbox doesn't look at the timestamp anyway, it's simplest to just always pass "1" there. (Needed for part of #2159) commit 88401d31b4fb53d1b82c76f978907e2d40ae552f Author: Dan Winship Date: Fri Aug 3 11:31:21 2007 -0400 Make activity ring wedges represent approximate size of the activity. #2030 commit f52e55381a9a57b9f08e7f28a0bf5f4ffae104d2 Author: Dan Winship Date: Thu Aug 2 14:14:21 2007 -0400 Make the whole wedge in the activity ring clickable. #2029 commit 4aeee4caa9db371477378b1524ed5772a8c3b9ee Author: Eduardo Silva Date: Thu Aug 2 07:57:41 2007 -0400 Icon(): Add scaled icon support (SVG) with editable fill and stroke colors commit d22f00d89486da4d0ae79cbd7252c20e142e7a86 Author: Dan Williams Date: Wed Aug 1 14:22:11 2007 -0400 Don't set a server by default outside the emulator commit a197097164a898b3e5d498d218a492dba095bebe Author: Tomeu Vizoso Date: Wed Aug 1 16:31:33 2007 +0200 Do a dict.copy() so we don't overwrite the original. commit c0276b56091e9877f5a2fd377095e6f761c7370a Author: Marco Pesenti Gritti Date: Tue Jul 31 17:15:36 2007 +0200 Fix a leftover of the scale property commit 34a4876f93894309f77b00281b5cb1bb72b3a1e4 Author: Marco Pesenti Gritti Date: Tue Jul 31 17:08:44 2007 +0200 Remove Frame, rename RoundBox to CanvasRoundBox commit ef74f178be64592c786ea3e1c642002a72daf100 Author: Marco Pesenti Gritti Date: Tue Jul 31 17:00:06 2007 +0200 Finally drop obsolete units. commit b3f7e0e63241b8e4ea3f20924627578a9ddd136e Author: Marco Pesenti Gritti Date: Tue Jul 31 16:46:06 2007 +0200 Move from scaling to sizes in CanvasIcon. commit 72d66793a73a3ca7924b09badb5d269b41d649a3 Author: Marco Pesenti Gritti Date: Tue Jul 31 15:21:09 2007 +0200 Fix all the units except icon scales. commit 2ae2279d94cc890ec769bdd5952254da601e0754 Author: Marco Pesenti Gritti Date: Tue Jul 31 15:04:51 2007 +0200 Do not use units commit f2eca57d132d5e6605210ee2753a12216cf870cb Author: Marco Pesenti Gritti Date: Tue Jul 31 15:02:50 2007 +0200 More units cleanups commit 445a79231d1dc1cd97e1acc453deaa7a2f0266da Merge: d8faf0b b57f822 Author: Marco Pesenti Gritti Date: Tue Jul 31 14:56:20 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d8faf0ba047a7f33fd9d5ba21a428cdc5ca509d5 Author: Marco Pesenti Gritti Date: Tue Jul 31 14:56:05 2007 +0200 Get rid of some of the obsolete units usage. commit b57f82232aae9b329598f3bbd9510536621ae03b Author: Tomeu Vizoso Date: Tue Jul 31 14:36:05 2007 +0200 Marco does not like black. commit cca69e70125c2550b36e0136de0154b88dae256a Author: Marco Pesenti Gritti Date: Tue Jul 31 14:05:14 2007 +0200 Remove obsolete sugar.graphics.color. commit 1845435e8ce3f634c30c303112876c98865bf0b6 Merge: d7f7271 37e8a2a Author: Marco Pesenti Gritti Date: Tue Jul 31 11:30:52 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d7f7271cfeb5301de91e73f7f97cdebb9e9d8102 Author: Marco Pesenti Gritti Date: Tue Jul 31 11:30:14 2007 +0200 Use menu->toplevel rather than getting the parent. commit 37e8a2ad0dbe70b41ca9893b8060c5e132a2967f Author: Dan Williams Date: Mon Jul 30 23:36:14 2007 -0400 Remove buddy icons from the buddy menu commit 782d603f0b4a606688527eeef5effc5ce40778b0 Author: Dan Williams Date: Mon Jul 30 23:30:00 2007 -0400 Remove useless debugging code commit dbe8a6eeff7e2f42c309ba709038d568246f0853 Author: Dan Williams Date: Mon Jul 30 14:46:40 2007 -0400 Fix traceback when reading in saved WPA2 network configs commit f06404ca8ecb73ed9e38eddc566f3b78a87301a2 Author: Tomeu Vizoso Date: Mon Jul 30 16:21:42 2007 +0200 #2475 Retrieve correctly the file path for files in removable devices. commit e2beb5b566bbe81d29bdb0fd39122334706092ca Author: Marco Pesenti Gritti Date: Mon Jul 30 15:34:02 2007 +0200 Start intro if config is absent or corrupted. Cleanups. commit 72857326d28917131604837ca7e1201d320be606 Author: Marco Pesenti Gritti Date: Mon Jul 30 14:22:45 2007 +0200 Fix centering of items in the spread box commit 377fdbe9b63762b13958ea9f1de7d433e7c4a2ad Author: Marco Pesenti Gritti Date: Mon Jul 30 12:59:50 2007 +0200 Enter -> next in the intro screen name page. commit d4ea1f81012a9446b8e8cb31bf63c644af3a711f Author: Marco Pesenti Gritti Date: Mon Jul 30 12:45:01 2007 +0200 Do not traceback if bundle version is not integer. commit ec6fc9bfa9849492349ffc2508d7f672d50b16e3 Author: Tomeu Vizoso Date: Sun Jul 29 11:03:09 2007 +0200 #2570 Accept correctly image drops from Record. commit 0f17ae5d04c3f3dc72f2d2c68934c93add61c7e6 Author: Marco Pesenti Gritti Date: Sun Jul 29 15:20:19 2007 +0200 Cleanup mo packaging. commit fe46d242f83d997e0ba4a7923ed8cb16a8e22c95 Author: Marco Pesenti Gritti Date: Sun Jul 29 12:43:48 2007 +0200 * Add Greek translation. (simosx) commit 92a953862d47567a13880a4b587dd43a09f507aa Author: Tomeu Vizoso Date: Sun Jul 29 12:20:45 2007 +0200 #2564: use the activity service name as the base name for translation files. commit c26f7b462d0bee662d5dbd1cd48472f7eb3b44ae Author: Dan Williams Date: Sun Jul 29 00:23:32 2007 -0400 Update NEWS for WPA support commit 1dbd57fdf2d48fb20358eaf0340cd1924f35693f Author: Dan Williams Date: Sun Jul 29 00:19:59 2007 -0400 Add WPA and WEP auth mode support commit 13a91a26e1089065354de8979567d131c970bbbe Author: Marco Pesenti Gritti Date: Sun Jul 29 00:17:45 2007 +0200 Make raw X windows work again. commit 5b73d0dfceef32247f7a63cf0cc3ab37c48baca1 Author: Tomeu Vizoso Date: Sat Jul 28 20:57:47 2007 +0200 Allow specifying a concrete activity when resuming a journal object. commit 099cd4d1b4d095e6f1c5b142a877a0a8cbe82f8b Author: Tomeu Vizoso Date: Sat Jul 28 20:56:02 2007 +0200 Allow passing a complete file path when creating a sugar.graphics.Icon commit d988d1dfd26a122f256f59d93860d1aa40ce8133 Author: Tomeu Vizoso Date: Sat Jul 28 16:00:32 2007 +0200 Fix clipboard support for text from Browse. commit 1f58acf9ddb7aef0356893ddf5de0da9591b0580 Merge: 4767f77 285099f Author: Dan Winship Date: Fri Jul 27 16:49:45 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit 4767f77bc9e9b181978e47b15bce55218128f639 Author: Dan Winship Date: Fri Jul 27 16:49:33 2007 -0400 add a missing "self", noticed by nelhage commit 285099fe086091e92b5e428c4e7a95c1897b5b41 Author: Marco Pesenti Gritti Date: Fri Jul 27 20:44:55 2007 +0200 Do not import _sugarext inside graphics init commit e62b9278830d10cc3abe2e6e6e656df02b2c1cf8 Author: Marco Pesenti Gritti Date: Fri Jul 27 20:18:53 2007 +0200 Fix import commit b23b63cdd554286d02b1a09353a946f3bc40f16a Author: Marco Pesenti Gritti Date: Fri Jul 27 20:15:31 2007 +0200 Split the UI part of sugarext out to his own module to avoid dragging gtk inside services. commit b9d7d00985eb524637f54ff33c596ff67dcdc3dc Merge: 3db03e5 43d5791 Author: Dan Winship Date: Fri Jul 27 09:44:33 2007 -0400 Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugar commit 43d57912e74f3d8b79ffb8eb7ac1f9fe99f43f13 Author: Tomeu Vizoso Date: Thu Jul 26 21:52:38 2007 +0200 Don't import pygtk in the clipboard service as it is not used. commit 3db03e53c3a13b0055a6c3a8f7bb10d915c75f80 Author: Dan Winship Date: Thu Jul 26 15:25:13 2007 -0400 Add get/set for backup info, and set_server commit a0bc70fb2fbcbe9b902e4cbd83b902ad9c4b6cfe Author: Tomeu Vizoso Date: Thu Jul 26 21:22:36 2007 +0200 #2511 Fix journal entries background in the object chooser. commit 1e5cc3f3475b3c800d2cc4fb83dbbd35c491bd83 Author: Dan Winship Date: Thu Jul 26 13:27:26 2007 -0400 x86_64 fix: don't use sys.maxint (which is really maxlong) for int gproperties commit ec1af196c64e75c5170f32e9f95e1e3dbd51b503 Merge: e67cf94 0e45b8f Author: Morgan Collett Date: Thu Jul 26 12:35:55 2007 +0100 Merge commit e67cf94b6bcb8557bf1c87ec408203202206d8eb Author: Morgan Collett Date: Thu Jul 26 12:33:29 2007 +0100 Update NEWS commit 0e45b8fcf1978f560713864e18a270719d7d4872 Author: Marco Pesenti Gritti Date: Thu Jul 26 11:08:31 2007 +0200 Make sure the handle dict values are string. Looks like dbus-python get confused if they are dbus.String. commit 7e45c5446d656a8ece74b6362dab2961b77a960a Merge: 0a11eba 20d5eaf Author: Marco Pesenti Gritti Date: Thu Jul 26 10:08:47 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: NEWS commit 0a11ebafe87ac7a94c7e87b48c2e9dc035fb886e Author: Marco Pesenti Gritti Date: Thu Jul 26 10:07:50 2007 +0200 Increase activity launching timeout. commit 20d5eaf4bcae21985845cf132411a3f7dc66c0fb Author: Tomeu Vizoso Date: Thu Jul 26 09:20:38 2007 +0200 Add timeout arg to sugar.datastore.Datastore. commit ee68ed1fb9f3ab489f876ff43d261bc1909cf39d Author: Simon McVittie Date: Wed Jul 25 17:58:12 2007 -0400 Handle PropertyChanged signal commit d35166842a048eab7f4392999958c2f4677f4026 Author: Simon McVittie Date: Wed Jul 25 16:08:33 2007 -0400 Console ps_watcher: avoid misleading user in info messages commit 9885b892a2d95321da016ae1a28c2e1c9628c414 Author: Simon McVittie Date: Wed Jul 25 13:26:28 2007 -0400 Console ps_watcher: Log signals as well as errors. Correctly remove activity from buddy's list when buddy leaves. commit df5ebb32e0ad1f887d2a8f7c372ea5475e28708c Author: Simon McVittie Date: Wed Jul 25 13:09:51 2007 -0400 Show channels, handles, activity participants, buddy activities, errors commit 5e30ed9f3b02ae71bb75b7b49675fff86b6d446e Author: Dan Williams Date: Wed Jul 25 12:24:10 2007 -0400 Turn logs on by default for the emulator commit 32dc59f169b239e4d166427b2fd7ba3a5e6d276c Merge: 36f3056 8caaafc Author: Dan Williams Date: Wed Jul 25 11:47:37 2007 -0400 Merge commit 8caaafcde4ea2964778e3b407f0c5a928096eac8 Author: Marco Pesenti Gritti Date: Wed Jul 25 17:15:50 2007 +0200 Snapshot 088c7612e3. commit 088c7612e3d6a4380730a6bd85b797a2c8c49588 Author: Simon McVittie Date: Wed Jul 25 11:08:36 2007 -0400 Add basic activity and buddy properties to PS tab in devel console. Make columns sortable and resizable. commit 087f6c957da0d4db3d45a813d592a6c4d53ea133 Merge: 0afad46 01fbe53 Author: Simon McVittie Date: Wed Jul 25 10:30:51 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0afad46773a52e8ccfcd5dd555e212ff6bb97f6d Author: Simon McVittie Date: Wed Jul 25 10:30:15 2007 -0400 Add a basic Presence Service tab to the developer console. * Newly added activities and buddies appear in bold for 5 seconds. * Removed activities and buddies stay in the list with strikethrough applied for 5 seconds, after which they vanish. * Columns other than "object path" don't do anything. * In the object path column, the common prefix is replaced by ".../". commit 01fbe53175e99ce37a3335b622c9d50a93ccb541 Author: Marco Pesenti Gritti Date: Wed Jul 25 16:01:07 2007 +0200 Don't follow the cursor when expanding to secondary palette. commit 36f305671578c0e09bff7aef6c56a408c1dfa440 Merge: ba08537 9731a93 Author: Dan Williams Date: Wed Jul 25 09:57:30 2007 -0400 Merge commit 9731a93c3f1a70042e312655b1127584b2149d96 Author: Marco Pesenti Gritti Date: Wed Jul 25 15:13:59 2007 +0200 Update spanish translation commit 63c9599b4d6d16dd37139cd83397046addabe725 Author: Marco Pesenti Gritti Date: Wed Jul 25 15:06:13 2007 +0200 Update NEWS commit 6fcad537631424917f88c1c0cffbef40898fa5e2 Author: Marco Pesenti Gritti Date: Wed Jul 25 15:05:07 2007 +0200 Add icons for the private/shared dropdown. commit ba08537dc71432334bc43bfcde04dcf32f47d7a3 Author: Dan Williams Date: Tue Jul 24 18:39:48 2007 -0400 update NEWS file commit c5d0a3fab67c710adbd27a94e57a803f1b4a5ca9 Merge: c5063eb cbe1746 Author: Dan Williams Date: Tue Jul 24 18:29:22 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c5063ebc198745386aca309291db4676da0f75f8 Author: Dan Williams Date: Tue Jul 24 18:29:18 2007 -0400 Turn off logging by default; re-enable on a per-module basis using environment variables commit cbe17469ffb7ff44d4f35c8549b3af9ff7487529 Author: Marco Pesenti Gritti Date: Tue Jul 24 21:42:17 2007 +0200 Snapshot 9ac5d38e90. commit 9ac5d38e905afd10975092f138db0985064e51cd Author: Marco Pesenti Gritti Date: Tue Jul 24 16:27:32 2007 +0200 Update NEWS commit f23d9e8f0df7f847a40d303da2be358a541f4fa0 Author: Marco Pesenti Gritti Date: Tue Jul 24 16:21:21 2007 +0200 Reposition palette on secondary state. commit 445b1dd413914014832feed41651bd28045ab505 Author: Marco Pesenti Gritti Date: Tue Jul 24 16:15:13 2007 +0200 Keep primary/secondary width the same. Use full (secondary) request to check in-screen. commit 452f01d2db126bee28106cc9a7aa73f9d8d0da61 Author: Marco Pesenti Gritti Date: Tue Jul 24 15:53:35 2007 +0200 Refactor to move primary/secondary state handling inside Palette. commit 3e40075a80c2b04cd1693b48e8b1ff09699bf0a3 Merge: 998a338 b886121 Author: Marco Pesenti Gritti Date: Tue Jul 24 11:46:14 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b886121c100d314b7c098d92e10c5a7068fd1070 Author: Tomeu Vizoso Date: Tue Jul 24 11:14:52 2007 +0200 Typo. commit eeb1f2e66f7d9864f991487857b70ece879c4ae9 Author: Tomeu Vizoso Date: Tue Jul 24 11:11:22 2007 +0200 #2364: Fix uploads. commit 998a338afc4ad01124c27bb86b297776a6ed8619 Author: Marco Pesenti Gritti Date: Tue Jul 24 11:45:57 2007 +0200 Adapt to icon names changes. commit 1b292a7514b1e74c9504418b39ad37408d278dc5 Author: Marco Pesenti Gritti Date: Tue Jul 24 11:29:14 2007 +0200 Combo for shared/private in the activity menu. commit 02149eba0a5000bb4951ad1672a310d851758ea9 Author: Marco Pesenti Gritti Date: Mon Jul 23 23:33:41 2007 +0200 Snapshot 4a924a8e5d. commit 4a924a8e5d85d601356e9cffbd8a45e6c925b733 Author: Marco Pesenti Gritti Date: Mon Jul 23 23:32:08 2007 +0200 Update NEWS, tomeu and edsiper are evil. commit 58d57822b8a4ca4a7f119dd343f5deafcf21d089 Author: Tomeu Vizoso Date: Mon Jul 23 23:27:11 2007 +0200 Don't pass the weight instead of the flags. commit 7003466f0d9b74b0082c8b5d74b111115263567a Author: Eduardo Silva Date: Mon Jul 23 13:17:33 2007 -0400 Console: fix drawing area width var commit fb2abf05177ff19b12fedc89a8593331b12ece74 Author: Marco Pesenti Gritti Date: Mon Jul 23 13:35:29 2007 +0200 Snapshot 943c78ffa7. commit 943c78ffa7fa8bbffe063812a77213628ca8601c Merge: a0c8f51 3207471 Author: Marco Pesenti Gritti Date: Mon Jul 23 13:31:31 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 32074713c8058ead891bdc25bad4d340f1b7b373 Author: Tomeu Vizoso Date: Mon Jul 23 13:45:46 2007 +0200 Clean up only when latest call to the DS has finished. commit a0c8f51ab02f3fe1532d88e56c4c06a06091f758 Merge: aee3330 557f3d6 Author: Marco Pesenti Gritti Date: Mon Jul 23 13:31:04 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 557f3d6ea702665b6e55e1981f921aa2c407b5cf Author: Tomeu Vizoso Date: Mon Jul 23 13:20:24 2007 +0200 Fix one more temp file leak. commit aee3330be4857737c3afd2c5c462118c95df6fdb Author: Marco Pesenti Gritti Date: Mon Jul 23 13:15:02 2007 +0200 Make combobox icons bigger when there is no text commit 4da2bafa84f4a9853c6bc3da5598644f5b9bf8fb Author: Dan Williams Date: Mon Jul 23 01:33:47 2007 -0400 update news commit 62e424628ecc1789509f441095875650ebb67d8d Author: Dan Williams Date: Mon Jul 23 01:17:21 2007 -0400 Add option to GlibURLDownloader to download to specified file instead of tempfile commit 98aef7d74f634c236881d5be6e575b36b21d34a5 Author: Marco Pesenti Gritti Date: Fri Jul 20 22:14:10 2007 +0200 Snapshot 8ae99aaa87. commit 8ae99aaa87a282406d1e6393aa697d87bdbba8e1 Author: Marco Pesenti Gritti Date: Fri Jul 20 21:40:41 2007 +0200 Fix resuming objects with no activity associated for real. commit 21f80278102ee2e441bab8e78b5560c2cd1602e0 Author: Marco Pesenti Gritti Date: Fri Jul 20 21:25:39 2007 +0200 Fix resume of objects with no activity_id commit 6e6fd02322e8e3554cfc241fadb3b74d3a38f34d Author: Tomeu Vizoso Date: Fri Jul 20 20:45:22 2007 +0200 #2268 Allow removing downloads from the clipboard while in progress. commit c07e61509b0d6a40a9037e77aa24fecea62573d8 Author: Tomeu Vizoso Date: Fri Jul 20 20:45:00 2007 +0200 Send dbus.Dictionary so dbus doesn't complain. commit cb6d459815e2e1407a2f93c8c7d3406183369d5e Author: Tomeu Vizoso Date: Fri Jul 20 19:50:49 2007 +0200 Fix some temp file leaks. commit 9ce80ca95870d27faeb9408a23c8c1f8eaf9d10a Author: Tomeu Vizoso Date: Fri Jul 20 15:57:22 2007 +0200 Register etoys as a launcher for its projects. commit 19c8532d09fe19d27ef4b6822e0e0ed9e478bf28 Author: Marco Pesenti Gritti Date: Fri Jul 20 13:15:11 2007 +0200 Ensure activity uniquness in the shell commit ba3b8043f3eea0eef9a7d57a9705092681caf405 Author: Marco Pesenti Gritti Date: Thu Jul 19 23:45:15 2007 +0200 Snapshot f6f3f2b520. commit f6f3f2b520efb7ed98b89e6835803653ab54b986 Author: Tomeu Vizoso Date: Thu Jul 19 15:38:50 2007 +0200 Update forgotten property limit. commit 66760a173e7f9670f339b6bef5430c812731ffe3 Author: Marco Pesenti Gritti Date: Thu Jul 19 11:19:01 2007 +0200 Use selection grey for progress in the address entry. commit 927c4c5d16c4e924cfc0237a3ff125cf3838a278 Author: Marco Pesenti Gritti Date: Wed Jul 18 23:27:01 2007 +0200 Fixing broken import commit 3bf92450363bb32855fb3ecb4ce4826e987f0151 Author: Marco Pesenti Gritti Date: Wed Jul 18 21:03:59 2007 +0200 Snapshot 6b57baa075. commit 6b57baa075e293ac7ff58970161a9878de789130 Author: Marco Pesenti Gritti Date: Wed Jul 18 20:15:54 2007 +0200 Rework palette positioning. Cleanup and get at cursor positioning actually right. commit daa95aadd71aadc2ccb29424cfb84ed6731fdc01 Author: Marco Pesenti Gritti Date: Wed Jul 18 16:59:47 2007 +0200 Place palettes at cursor for free views. commit de2d4ef43bf3fb20b388be79fb95447525772877 Merge: 5f38102 86b36cc Author: Marco Pesenti Gritti Date: Wed Jul 18 14:56:01 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5f381024205415fd4f363bae59ee42475dfbe0f2 Author: Marco Pesenti Gritti Date: Wed Jul 18 14:55:26 2007 +0200 Add some style properties commit 86b36cc5d3d09e8a106c19200129ca4a71112822 Author: Dan Williams Date: Wed Jul 18 02:08:16 2007 -0400 Actually handle multiple mime types commit c16c07e9541ff3fdacf60ed2a970f06e984ed014 Author: Dan Williams Date: Wed Jul 18 02:05:09 2007 -0400 Keep owner in the center in mesh view commit 326126cbd70aa18f754779bb28d72ed517e1e7c6 Author: Dan Williams Date: Wed Jul 18 02:04:01 2007 -0400 Suppress annoying warnings about unknown activities from the PS commit 83a49dcd4e150fc8cdb26c92a6b1c353d00f13aa Author: Dan Williams Date: Tue Jul 17 22:30:23 2007 -0400 Don't close GlibTCPServer sockets prematurely commit 6a6c5fb805abf59cab555afac0846d6c8961ff9a Author: Marco Pesenti Gritti Date: Tue Jul 17 22:32:07 2007 +0200 Snapshot 5212790236. commit 5212790236f3c145423aa9ebc9d556b4929e602a Merge: 882a5f2 13b98c8 Author: Marco Pesenti Gritti Date: Tue Jul 17 22:29:53 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 882a5f2c29b58d153d1e5219841366c6185d8812 Author: Marco Pesenti Gritti Date: Tue Jul 17 22:28:40 2007 +0200 setup.py release does a git pull before releasing. commit 13b98c8bfc8541bea9b411dba381a75c91004882 Author: Dan Williams Date: Tue Jul 17 14:07:59 2007 -0400 Fix initialization order of buddy class '_activities' member commit ccb47f761c5e6b83d9bf7c84166b140cd665d93b Author: Marco Pesenti Gritti Date: Tue Jul 17 19:48:57 2007 +0200 Add/upate translations commit e781da23368f3520a1ab75ed4e50df3260e879de Merge: 5e655de b87b375 Author: Marco Pesenti Gritti Date: Tue Jul 17 19:04:06 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5e655deb5a27ed31dd0507b4646bd06f766b47e1 Author: Marco Pesenti Gritti Date: Tue Jul 17 19:03:52 2007 +0200 Eben specification and the new B3 keyboard (marco) commit b87b375bf7a67faad1ad4d5480388286ccc99716 Author: Bert Freudenberg Date: Tue Jul 17 07:34:03 2007 +0200 make set_active() asynchronous (fix for 2230) commit e78c0106cea83180775981234e9c2c684e9b09df Author: Marco Pesenti Gritti Date: Tue Jul 17 01:06:08 2007 +0200 Snapshot fd7336c2f1. commit fd7336c2f1ab0a3d13c4cf0ae667ceeed465788a Author: Dan Williams Date: Mon Jul 16 14:01:17 2007 -0400 Update news file for last commit commit 1698c297c76ed34238a888fc56267209fd3c9bc0 Author: Dan Williams Date: Mon Jul 16 14:00:32 2007 -0400 Suppress traceback when creating a new buddy object on buddy-disappeared signal commit a0ad81b58b59acea3f7f9100025e2fc0be5f53d5 Author: Eduardo Silva Date: Mon Jul 16 12:21:44 2007 -0400 Console: read /ofw/openprom/model instead of /ofw/ec-name commit 9d05b2e0a76e5de74790fe44a991392e50fdb67c Author: Eduardo Silva Date: Mon Jul 16 11:59:54 2007 -0400 Console: fix reading end byte of text files (by dcbw) commit a5338e054e4704aff5873832ada1c02ddd017523 Author: Tomeu Vizoso Date: Mon Jul 16 14:57:07 2007 +0200 Give the option of not updating mtime. commit 59339415538b75e7bc59b9984d8424f160c7f0ca Author: Tomeu Vizoso Date: Mon Jul 16 13:01:35 2007 +0200 Adapt to datastore API changes. commit d47587ba0c9f677c66c09542776150e36686352b Author: Marco Pesenti Gritti Date: Mon Jul 16 01:19:33 2007 +0200 Snapshot 9f4da4e6d1. commit 9f4da4e6d1397ac68fff8e9066f73d2d5a5d83a5 Author: Marco Pesenti Gritti Date: Mon Jul 16 00:57:14 2007 +0200 Bundle releases can also contain 0 commit 8bf79b483149870f7ddb73a2355cd9f4cef70c27 Author: Tomeu Vizoso Date: Sun Jul 15 21:20:10 2007 +0200 Renamed Xbook to Read. commit 501022c88d504a7f5a05796855263deede08e2b4 Author: Tomeu Vizoso Date: Sun Jul 15 12:51:06 2007 +0200 #775 Show the activity's creator colors in the donut. (Patch from Dan Winship) commit 66ea9997cb46d0a42db3a6330e20db89b4421d79 Author: Marco Pesenti Gritti Date: Sun Jul 15 02:14:00 2007 +0200 Do not shutdown on power button. commit 1d2f84d0af4a88a0abb2a66dbabd56fe55e8f123 Author: Tomeu Vizoso Date: Sat Jul 14 13:53:49 2007 +0200 #1888 Choose the correct mime type when adding text from Write to the clipboard. commit 614d9336cc24ded53c17a3bee43148a90337e6c7 Author: Tomeu Vizoso Date: Sat Jul 14 13:11:59 2007 +0200 #2149, #2150: fixes for the clipboard palette. commit 96a2de4e74423b94fdf313c242c97b79b94069f9 Author: Tomeu Vizoso Date: Sat Jul 14 12:45:38 2007 +0200 Associate pdfs to Read. commit 984c4a2126cec38c0e9cf637ed879b03262567a8 Author: Marco Pesenti Gritti Date: Sat Jul 14 11:23:16 2007 +0200 Actually commit CanvasButton commit fcb888b74c0a9202a119463550ade9b9026a71b3 Author: Marco Pesenti Gritti Date: Sat Jul 14 10:29:45 2007 +0200 Arrow icons in the intro screen buttons. commit 2cf15ff1f87482882c98fcb618c59e9f8eedb34e Author: Marco Pesenti Gritti Date: Fri Jul 13 23:31:03 2007 +0200 Require a bundle name argument to start(). Apparently people are doing crazy things and using the parent directory name does not work well in those cases. commit 53bf6bca074c447d448bc8112abd96beceb6e10d Author: Marco Pesenti Gritti Date: Fri Jul 13 22:08:43 2007 +0200 Snapshot 4c352d1f83. commit 4c352d1f8302e2750515c086e6ca301a85a08500 Author: Marco Pesenti Gritti Date: Fri Jul 13 22:06:03 2007 +0200 Update NEWS commit 2b50699d87b0fdb39a9b68a84948cbaaee699478 Author: Tomeu Vizoso Date: Fri Jul 13 18:36:50 2007 +0200 Take out _data_store.complete_indexing() calls. commit 91f0eb52aa0cf09097cbe77c763d2e5a6b24b8de Author: Tomeu Vizoso Date: Fri Jul 13 13:20:44 2007 +0200 Adapt to datastore API changes. commit 7712dfe31a192cea85f0d399542a7c06857f62a8 Author: Marco Pesenti Gritti Date: Wed Jul 11 23:12:04 2007 +0200 Snapshot ec7eb2ebbb. commit ec7eb2ebbba131c014dbb116325c43617f7fb88c Author: Marco Pesenti Gritti Date: Wed Jul 11 23:09:37 2007 +0200 Fix distcheck commit 716c4cb5cd5f8cf521373f7cf9c1f6663c9e8df5 Author: Marco Pesenti Gritti Date: Wed Jul 11 23:02:22 2007 +0200 Snapshot 5ebcf5eda9. commit 5ebcf5eda9b17611249bf906c36b95e02ba0563c Author: Simon McVittie Date: Wed Jul 11 21:30:41 2007 +0100 Include timestamps (with 100 us resolution) in Sugar logfiles, to allow debugging of IPC and timeouts commit b01dbc5e75d36b04dc68ab48164cc98042869179 Author: Marco Pesenti Gritti Date: Wed Jul 11 14:15:58 2007 +0200 Integrate new colors from Walter. Add a little parser to xocolor.py. commit a61d2c254282752e158b7820fe008ed696d1c9e2 Author: Marco Pesenti Gritti Date: Wed Jul 11 12:50:57 2007 +0200 Make the color picker just use XoColor dict, that's what I got from Walter anyway. commit 85cac7c07199e72a1e5c0209b043c7111b870711 Merge: d59cd5a 0c1a017 Author: Marco Pesenti Gritti Date: Wed Jul 11 12:35:34 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0c1a017932cb80832fcf0863a38f48d9e08cb311 Author: Tomeu Vizoso Date: Wed Jul 11 12:40:23 2007 +0200 #1720 nmclient.Device was not returning the ssid of the active network. commit d59cd5af83dad1d6ff852f4601144c951df1920f Author: Marco Pesenti Gritti Date: Wed Jul 11 12:35:13 2007 +0200 Fix intro colors commit dde018a63e4cd60cb983136b295653b3db195ebf Author: Marco Pesenti Gritti Date: Wed Jul 11 12:20:36 2007 +0200 Implement nick name validation commit d2059c1baa92c44b2d97005340a0b975dffb44d9 Merge: 9dab5ff bb71cd6 Author: Marco Pesenti Gritti Date: Wed Jul 11 11:45:43 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 9dab5fffafa4f3b266a515aff34321676cea3150 Author: Marco Pesenti Gritti Date: Wed Jul 11 11:45:27 2007 +0200 First go at the new intro screen, work in progress. commit bb71cd61cff6a577e3ccd3179f38bbc71a567b0f Author: Tomeu Vizoso Date: Wed Jul 11 11:39:40 2007 +0200 #1888 Fix opening items from the clipboard. commit bbbea6167dbc5e34fb3cff4653e269fcc18ab937 Author: Tomeu Vizoso Date: Wed Jul 11 11:02:43 2007 +0200 gtk.gdk.pixbuf.get_from_drawable can return None in many occasions (patch from Reinier Heeres). commit 8fab49b64ead8fa9104b7df1501cde2fe40bc8b4 Merge: 66983f0 e4bce92 Author: Morgan Collett Date: Wed Jul 11 10:42:27 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 66983f0d24b71a2798018873f5c509def40f0e0e Author: Morgan Collett Date: Tue Jul 3 14:22:30 2007 +0200 sugar/presence/activity.py: make Activity.leave call the PS Needed to make buddy-left work commit e4bce9271a2db597adb50fce182afe765ac97fa6 Author: Tomeu Vizoso Date: Tue Jul 10 20:35:51 2007 +0200 #1984 Fix removing items from the clipboard. commit f182201b3491365e7ebe19284fb92b07ed90ef7a Author: Marco Pesenti Gritti Date: Tue Jul 10 19:37:37 2007 +0200 Snapshot b83a9ec27d. commit b83a9ec27dd67927136aabea9fe1b114efecd658 Author: Marco Pesenti Gritti Date: Tue Jul 10 19:36:03 2007 +0200 Update NEWS commit 1daa532625b2b553d98adeb195208b572e0eeab3 Author: Marco Pesenti Gritti Date: Tue Jul 10 19:35:18 2007 +0200 Fix font size on the XO commit 61a080a6938ff6098e1bca1aa4e48cab9f17de51 Author: Marco Pesenti Gritti Date: Tue Jul 10 19:17:02 2007 +0200 Make developer console work again. commit c1fa54c0c0ad04ed2f917f8a3ee34bc5b3e09cfd Author: Bert Freudenberg Date: Tue Jul 10 17:06:03 2007 +0200 bundlebuilder: MANIFEST was still included twice ... fix for real now commit ac082511a247d4b475eaf942ad47429eec4d8751 Author: Marco Pesenti Gritti Date: Tue Jul 10 16:09:21 2007 +0200 Use the new activity-stop icon. commit f14dc0985e0987ad523b18d588826e2eeea875f4 Author: Marco Pesenti Gritti Date: Tue Jul 10 15:37:46 2007 +0200 Update news commit c3c0810def66526653608a0b7c381e4c902cadb5 Author: Marco Pesenti Gritti Date: Tue Jul 10 15:37:04 2007 +0200 Implement tooltips for the zoom levels. commit 587c1347e1cfe82fc883f4cfe1353c769243571b Merge: 071cc59 d16a2fb Author: Marco Pesenti Gritti Date: Tue Jul 10 15:19:10 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 071cc596c598ee7668b33b16a6485839ac25a60e Author: Marco Pesenti Gritti Date: Tue Jul 10 15:18:08 2007 +0200 Rename close to stop and save to keep commit d16a2fb44a949363d8b24f153dc701768306b32f Author: Bert Freudenberg Date: Tue Jul 10 14:43:56 2007 +0200 bundlebuilder: include files only once if both default and in MANIFEST commit e14288abb352cc4a611d03b8174b26102563237b Author: Bert Freudenberg Date: Tue Jul 10 13:59:34 2007 +0200 do not include setup.py in .xo bundle commit 4685e2f8dde23d2bea1d0b503ec943244deea968 Author: Marco Pesenti Gritti Date: Tue Jul 10 13:38:36 2007 +0200 Snapshot 42f0bcc48d. commit 42f0bcc48dfc39afe6ec8b890394902304be3778 Author: Marco Pesenti Gritti Date: Tue Jul 10 13:35:56 2007 +0200 Fix NEWS commit 131d4830f69c800bc57cd49fe5d98a8b98181946 Author: Marco Pesenti Gritti Date: Tue Jul 10 13:34:35 2007 +0200 Remove battery.py commit d81147b8843f172330d159165bbe7a0ac7fba6f8 Merge: 6a49f11 412ec8c Author: Marco Pesenti Gritti Date: Tue Jul 10 13:32:17 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6a49f11d5e336f8198a7eb49e2420fd12c1cf3c8 Author: Marco Pesenti Gritti Date: Tue Jul 10 13:31:58 2007 +0200 Fix broken import commit 412ec8c78f0ed6014d00ebab4169b50ace670af2 Author: Eduardo Silva Date: Tue Jul 10 07:17:52 2007 -0400 Console: drop battery viewer commit 978c3a0785e024dd7c83252b39ac6119c64aa655 Author: Marco Pesenti Gritti Date: Tue Jul 10 12:40:34 2007 +0200 Snapshot 757b2b8ce6. commit 757b2b8ce6c27a91b8f6a1cb01291cdc2291e8bc Author: Marco Pesenti Gritti Date: Tue Jul 10 12:36:24 2007 +0200 Update NEWS commit dae54f34ae9b230a695c502f811667f82f7e2fc5 Author: Marco Pesenti Gritti Date: Tue Jul 10 12:35:00 2007 +0200 Do not fail if cannot access the HAL battery properties. commit 7900e6c486938692f8ed2ba61fd73d8f5b488246 Author: Tomeu Vizoso Date: Mon Jul 9 22:22:41 2007 +0200 #1720: Show the owner's buddy menu in the Groups view. commit f0c8fe19feda8b06747e3b9aa11c4ac84aead723 Author: Tomeu Vizoso Date: Mon Jul 9 21:34:28 2007 +0200 #1953: Retrieve friends' nicks from the profile. commit ecca1dca0011df7d40f424e89a75f0cc9193b874 Author: Tomeu Vizoso Date: Mon Jul 9 20:14:24 2007 +0200 Add caching to the activity and object type registries. commit 1ae7a908eab97bd3a8475feec20ce490c725a1b7 Author: Marco Pesenti Gritti Date: Mon Jul 9 19:55:06 2007 +0200 Fix parsing bug commit f65c507e10e0d56a313768af26afa8ff78743d63 Author: Marco Pesenti Gritti Date: Mon Jul 9 19:37:30 2007 +0200 Fix parsing commit 764cd49bfb0596c780554078d9c3b2e121a9aa30 Author: Marco Pesenti Gritti Date: Mon Jul 9 19:30:03 2007 +0200 Snapshot aa6a024368. commit aa6a02436859df3d2d803d945a94d1cdd4b77772 Author: Eduardo Silva Date: Mon Jul 9 10:09:24 2007 -0400 Move code to use style instead font.py (removed) commit 40ed24f0fe1d34198c105a4c1396282e244fbba9 Author: Marco Pesenti Gritti Date: Mon Jul 9 15:09:59 2007 +0200 Fix tab label padding commit 376cb911747aba631098e495b86b78265ee4879c Author: Marco Pesenti Gritti Date: Mon Jul 9 14:46:22 2007 +0200 Update commit 117e02601d7e138965eac191721cc17cfdae9773 Merge: e88dae8 e068a61 Author: Marco Pesenti Gritti Date: Mon Jul 9 14:37:46 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e068a61e99607af041d9287714a858c5ca52c9cd Author: Tomeu Vizoso Date: Mon Jul 9 14:44:55 2007 +0200 Update NEWS. commit e88dae8723f840f6f4d29e48215e7eb7615536a6 Author: Marco Pesenti Gritti Date: Mon Jul 9 14:37:21 2007 +0200 Start the new approach to style and sizing. Fix tabs sizing. commit a4f4d969fea4787aaecf8cafd1095a412d01a432 Author: Tomeu Vizoso Date: Mon Jul 9 14:26:41 2007 +0200 Popdown when the toplevel of the parent item loses focus. commit 8b72656ca429cd43f26b9c5edc2479a756914149 Author: Marco Pesenti Gritti Date: Sun Jul 8 21:52:39 2007 +0200 Script screwed up NEWS, fix commit b4133a31a085b66d868fc716ea14326db46b7090 Author: Marco Pesenti Gritti Date: Sun Jul 8 21:50:59 2007 +0200 Snapshot f8cf7ff1ce. commit f8cf7ff1ce7f934981444ef2ded78520f4da1266 Author: Marco Pesenti Gritti Date: Sun Jul 8 21:49:54 2007 +0200 Correct value type commit e07edbb67dc5f8e521179d68c08a6cb46c792123 Author: Marco Pesenti Gritti Date: Sun Jul 8 21:46:29 2007 +0200 Missing import commit dc31a56f60a811e9ed46426805d4d7fe78fca414 Author: Marco Pesenti Gritti Date: Sun Jul 8 20:03:39 2007 +0200 Pull from git before building the snapshot commit b59dadab62d3ba19c47efba491c76dc4f817d767 Author: Marco Pesenti Gritti Date: Sun Jul 8 16:50:44 2007 +0200 Fix Eduardo entry. Let's try to avoid technicalities in NEWS entries so that also people that are not familiar with the codebase can understand them. Leave tech details for the git changelog. commit 213002d3a65fc9de6c0d5c0a6fae902f2cd87920 Author: Eduardo Silva Date: Sun Jul 8 10:46:33 2007 -0400 Add NEWS entry commit c7d730e1ac7159c0f0ce13804cbf18941df7caf2 Author: Eduardo Silva Date: Sun Jul 8 10:29:43 2007 -0400 Hide palettes on iconbutton/toolbutton clicked commit a2c0e52c203e7a19b62bf4e6ba1ab034df50c74e Author: Marco Pesenti Gritti Date: Sun Jul 8 16:05:54 2007 +0200 Add commit to git, untested commit 1d567905c8b182dc11c951db6ce192556dafac47 Author: Marco Pesenti Gritti Date: Sun Jul 8 16:04:21 2007 +0200 Make maint helper add snapshot to NEWS and update NEWS.sugar commit 8cc395cae98d32b243239c19d1a50a9586b53f44 Author: Marco Pesenti Gritti Date: Sun Jul 8 15:49:30 2007 +0200 Make setup.py release add version to the NEWS file. Add the news for the release to the global NEWS.sugar. commit 68e40429fb88bc04f8b006fa0dfc7a44609a5cbf Author: Dan Williams Date: Sat Jul 7 20:41:58 2007 -0400 Ignore errors when trying to display buddy pictures commit bbb9e9e3b9eff9c667fd954d32464b60b2cd78be Author: Marco Pesenti Gritti Date: Fri Jul 6 22:46:52 2007 +0200 Snapshot tag commit cebf25739b3c6b18f0df81150d3ca44dc4d22ba8 Author: Marco Pesenti Gritti Date: Fri Jul 6 22:38:30 2007 +0200 Add the snapshot commit 6ee5fca9f9f4c4a2e3507e21b551ae3601ac39a8 Author: Eduardo Silva Date: Fri Jul 6 16:41:14 2007 -0400 Fix battery var II, thanks to RWH commit 52fff021d03a5ee9dea834399e37ded99158fedd Author: Tomeu Vizoso Date: Fri Jul 6 22:43:16 2007 +0200 #1930: Only take preview before closing. commit 9d860bd5b147e86a77e974917bf3b5853b7aa48d Author: Eduardo Silva Date: Fri Jul 6 16:26:59 2007 -0400 Fix battery var, thanks to RWH commit 8af15d4e73e3f1db624e7f7ec3ed738648f14971 Author: Marco Pesenti Gritti Date: Fri Jul 6 20:18:10 2007 +0200 Add entry, bad edsiper commit 17a541a46bca1c27ed0b80305aa874d347f944f8 Author: Tomeu Vizoso Date: Fri Jul 6 18:26:10 2007 +0200 Update NEWS. commit 91955f16ff6e45c7f5f7edac2526bb5d8fdba71e Author: Tomeu Vizoso Date: Fri Jul 6 18:24:38 2007 +0200 Add flush method. commit b4c8ac13f3dfb90957412ff95cf31e5aa20c1eed Author: Tomeu Vizoso Date: Fri Jul 6 18:24:23 2007 +0200 Some clipboard fixes. commit 0b59c682da57ce9b9034e5469cdacff7dc67a755 Merge: 2388313 3680dcd Author: Marco Pesenti Gritti Date: Fri Jul 6 17:30:23 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3680dcdaa9f2f75890d955f38f37c45f109b8d0f Author: Eduardo Silva Date: Fri Jul 6 11:27:19 2007 -0400 Push frameinvoker.py commit 2388313468d948e6deeffb7c3e79493a65244705 Author: Marco Pesenti Gritti Date: Fri Jul 6 17:09:56 2007 +0200 Forgot to add those... commit ec929eb0ad5bb740f0eb5436ebc7a9e15a55f517 Author: Eduardo Silva Date: Fri Jul 6 10:51:18 2007 -0400 New frameinvoker commit 739dbafa97525f3a92425fbaf0033d2d58a0a260 Author: Marco Pesenti Gritti Date: Fri Jul 6 15:21:50 2007 +0200 Improve tooltips sizing commit 943214dee35df019efa266446a8e544b97fcbafd Author: Marco Pesenti Gritti Date: Fri Jul 6 14:58:28 2007 +0200 Actually add palette group commit 922456e4d5f1cb4d8108370ffeab2e17b9930f44 Merge: 7468faa 27adefd Author: Marco Pesenti Gritti Date: Fri Jul 6 14:37:23 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7468faa840203399542c1b5085a8c744df4eb14f Author: Marco Pesenti Gritti Date: Fri Jul 6 14:36:59 2007 +0200 Implement palette groups. Use them to not popdown frame when hover a palette. commit 27adefdcd2f8ab03fbf822bc25c309a8bc23eff3 Author: Eduardo Silva Date: Fri Jul 6 07:38:59 2007 -0400 Refactor battery palette methods commit 9ec946d2d0f9b689e18076c5eb41b37344d56b2d Author: Marco Pesenti Gritti Date: Fri Jul 6 11:28:59 2007 +0200 Macedonian translation. commit 21ecfd51535d338bd2a0e9d60434d968ca25db54 Author: Marco Pesenti Gritti Date: Fri Jul 6 11:18:27 2007 +0200 * Add brazilian translation. (DiegoZacarao) commit 8f387e7de1f638eb15e537e2fca3210c454aea94 Author: Marco Pesenti Gritti Date: Fri Jul 6 10:32:42 2007 +0200 Add NEWS file commit a1b6625a6a05b1aa8e005420a2a783365827979e Author: Marco Pesenti Gritti Date: Fri Jul 6 03:48:03 2007 +0200 Fix some style nitpicks commit 05379e85c1ee8b2435739582e60c193f4b3cce92 Author: Eduardo Silva Date: Thu Jul 5 21:46:48 2007 -0400 Battery palette commit e32202799670de1db59cfb0d0a7d2f0938e6ad5f Author: Marco Pesenti Gritti Date: Fri Jul 6 03:11:55 2007 +0200 Some setup.py release fixes commit de8b3b4c01d57bcd901a0302a4b685cb1da1a7cf Author: Marco Pesenti Gritti Date: Fri Jul 6 02:19:13 2007 +0200 Use box_child.item now that hippo support it commit 4024ef1d0b097fb2a3cd43736004fbfcf324f6c8 Author: Marco Pesenti Gritti Date: Fri Jul 6 01:14:52 2007 +0200 Use a custom layout to center the icon commit f1ecb99207f00887ba51cc3d1303247dabc335b2 Author: Marco Pesenti Gritti Date: Fri Jul 6 00:46:12 2007 +0200 Complete transition to new spread layout. commit cc11d5ebd5777ca258f2f821daa493f6d2f235e5 Author: Marco Pesenti Gritti Date: Thu Jul 5 23:50:22 2007 +0200 Implement items shifting, not quite working yet. commit 483cd91645aa372e1b159ef090818e25e46b9053 Merge: bcb68e8 4005151 Author: Marco Pesenti Gritti Date: Thu Jul 5 22:46:13 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit bcb68e8e0ecc9a8ee902df8615f174d47e75de8e Author: Marco Pesenti Gritti Date: Thu Jul 5 22:45:58 2007 +0200 Add collisions detection commit 40051510058318679b1aee08dc84fd9afa1e61d9 Author: Dan Williams Date: Thu Jul 5 16:02:06 2007 -0400 Add badges to CanvasIcon commit 82694847c6ea2065c56bf2c82760507e4ccc47f6 Author: Marco Pesenti Gritti Date: Thu Jul 5 21:35:58 2007 +0200 Improve the test commit 049550e2e8052005178ec4bc732f96461ed907ef Author: Marco Pesenti Gritti Date: Thu Jul 5 21:31:18 2007 +0200 Rename spread test commit 290a0538926dd90266a4745155a73a1d76428f2a Merge: 61b8811 90b469e Author: Marco Pesenti Gritti Date: Thu Jul 5 21:24:50 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 61b8811a42293498ca8285643295888938c041dc Author: Marco Pesenti Gritti Date: Thu Jul 5 21:22:37 2007 +0200 Switch to the new layout manager for the mesh view commit 90b469e6db771f6d630239c84d68cbd48eb06e86 Author: Eduardo Silva Date: Thu Jul 5 10:56:17 2007 -0400 Add icon to buddy menu items commit f614131ad7a9ebb3658a51ba7d58b37de9505880 Author: Eduardo Silva Date: Thu Jul 5 10:28:52 2007 -0400 New graphics.menuitem.py file/class commit 5e14781ad795894ac5aa52102021255668561a17 Author: Tomeu Vizoso Date: Thu Jul 5 14:16:36 2007 +0200 Hide the active palette if another pops up. commit c5ab58ed6c8bc2b9125782bc5a7bc6ac9d673eb7 Merge: 20ea0d7 eab0e41 Author: Marco Pesenti Gritti Date: Thu Jul 5 13:38:34 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 20ea0d7bccd9aecdd394d1570cbb87e63f3b3f18 Author: Marco Pesenti Gritti Date: Thu Jul 5 13:33:29 2007 +0200 Add a spread layout manager. Work in progress. commit eab0e41d080d8987adfc7a95adb02bf433312616 Author: Tomeu Vizoso Date: Thu Jul 5 11:36:04 2007 +0200 Add application/vnd.oasis.opendocument.text mime to the Text type. commit 408b601c0ef7b4bdbdb4fc5667900f08731c6817 Author: Tomeu Vizoso Date: Thu Jul 5 11:35:36 2007 +0200 Set ObjectType.mime_types. commit 060b740983ed36757df91eb20553540acf6067a2 Author: Tomeu Vizoso Date: Thu Jul 5 11:34:59 2007 +0200 API change in the datastore. commit 91654729bfcc2a7a8859e35751bf163273608d57 Author: Marco Pesenti Gritti Date: Thu Jul 5 11:22:09 2007 +0200 Refactor the snowflake layout to use the new hippo layout managers. Cleanup the logic. Better test. Make it internal. commit 2164f22197843dd08551700e2dbd42a65cc7ef81 Author: Tomeu Vizoso Date: Wed Jul 4 20:24:35 2007 +0200 Show generic icon for objects of unknown type. commit 3b3a69161e0899a78b29590f78ae63cb52305a89 Author: Marco Pesenti Gritti Date: Wed Jul 4 13:52:12 2007 +0200 Tweak some colors commit 49b94a7f28ec699ee8664f02b0824fbe9edc3323 Author: Tomeu Vizoso Date: Wed Jul 4 12:49:21 2007 +0200 Revert "Hide active palette if zoom level changes." Pushed by mistake. This reverts commit 70e6d08f8d0fc385b8e7c539b09fced609b9c5a4. commit 70e6d08f8d0fc385b8e7c539b09fced609b9c5a4 Author: Tomeu Vizoso Date: Wed Jul 4 12:33:12 2007 +0200 Hide active palette if zoom level changes. commit 1796cbc0c7be1978628cce88e7686ce641ab32dd Author: Marco Pesenti Gritti Date: Wed Jul 4 11:24:06 2007 +0200 Remove print commit ab370bd04ee581c921894b16fd468ab61c817656 Author: Marco Pesenti Gritti Date: Wed Jul 4 11:12:22 2007 +0200 Make the battery device use HAL commit cc2b8884c02f70f7a086e3c9aeee0abd42c97135 Author: Tomeu Vizoso Date: Tue Jul 3 22:42:17 2007 +0200 Be smarter when choosing one mime type from the targets offered. commit ddecddcb420a9f87b203d0f228c6e41b65af5e53 Author: Marco Pesenti Gritti Date: Tue Jul 3 20:55:46 2007 +0200 Remove unused methods from the activity services. Cleanups. commit 4df052e5de8a37d694a28bbdb7ce7bf5a9281f41 Author: Tomeu Vizoso Date: Tue Jul 3 17:08:36 2007 +0200 Return None when no element is active and use theme: for marking icons from the theme. commit 13885e621b689eec1baab16ccc81384f0790ad3e Author: Tomeu Vizoso Date: Tue Jul 3 17:07:48 2007 +0200 Add get_unique_values() func to the datastore. commit 6b90f192a234dbd086e701032dbb55bf77b4b579 Author: Tomeu Vizoso Date: Mon Jul 2 19:36:54 2007 +0200 Remove framepopupcontext.py. commit 7191f44ff1cf9f54b660ece8f98827f80a539ab1 Author: Tomeu Vizoso Date: Mon Jul 2 19:35:34 2007 +0200 Add tooltips to the mesh icon in the mesh view. commit fdc97518f7921e1194ddd4b559d3a8bb737ad1d9 Author: Tomeu Vizoso Date: Mon Jul 2 19:34:03 2007 +0200 Add tooltips to APs in the mesh view. commit c314368da542aeffbd2a7703559b383eba8f5f9f Author: Tomeu Vizoso Date: Mon Jul 2 19:30:17 2007 +0200 Add tooltips to APs in the mesh view. commit 8849e289ba62693ac0ae304b1852b96e3874b81e Author: Tomeu Vizoso Date: Mon Jul 2 19:16:52 2007 +0200 Add tooltips to activities icons in the mesh view. commit 502239631ed4125d9af6a3c4cfe4daf3136c34b4 Author: Marco Pesenti Gritti Date: Mon Jul 2 17:31:39 2007 +0200 Just warn about missing NEWS commit 0926382f693f7e119a884258ef2f1287860f3005 Author: Marco Pesenti Gritti Date: Mon Jul 2 16:50:05 2007 +0200 Typo commit ebcd10444813d84045f9a5d22381b1f8c6dc2263 Author: Marco Pesenti Gritti Date: Mon Jul 2 15:55:30 2007 +0200 Restore some code which tomeu seem to have dropped by mistake. commit 71ca9cb8bc5b5cb337b569cf92eedb51f75ed9c1 Author: Marco Pesenti Gritti Date: Mon Jul 2 15:49:29 2007 +0200 Cleanups commit 778e65f6105a849254e68644c12250e871709ebe Author: Marco Pesenti Gritti Date: Mon Jul 2 15:00:55 2007 +0200 Notify zoom level change commit 41af9218267071a605c684fad90ca81fd4c10c3d Author: Marco Pesenti Gritti Date: Mon Jul 2 14:53:50 2007 +0200 Cleanup zoom level management commit 7024f93a43501ffe40ed6e696e1f1214c2216543 Author: Marco Pesenti Gritti Date: Mon Jul 2 14:34:41 2007 +0200 Move the zoom levels inside the model commit 59bf818e99802e41f0338437ea5e8c9948637caf Merge: 2471a55 42e67ed Author: Tomeu Vizoso Date: Mon Jul 2 12:39:37 2007 +0200 Merge branch 'master' of git://dev.laptop.org/sugar commit 2471a55e7f18055f084925dba558e54404c95b8b Author: Tomeu Vizoso Date: Mon Jul 2 12:39:16 2007 +0200 Reposition palette after expanding it. commit bd27488f0d6baf6d8142d2dc6f8a3adaf656f584 Author: Tomeu Vizoso Date: Mon Jul 2 12:05:42 2007 +0200 Implement secondary state of palettes. commit 42e67edab2c8d88f6fe7c96e6cc99414449e2740 Author: Marco Pesenti Gritti Date: Mon Jul 2 12:00:05 2007 +0200 Evil tricks to not always show the XO palette at startup. commit 11ac82143a2ab3c41bed8ec05305f3555ced002a Author: Tomeu Vizoso Date: Mon Jul 2 10:21:58 2007 +0200 Corrected some formatting issues with imports. commit 29ccfcf9b35d0f545ca63b23c12664c397ae97f5 Author: Tomeu Vizoso Date: Sun Jul 1 13:05:06 2007 +0200 Remove old popup classes. commit 86f31ee1dbcdfcf39c6c73ffcaa16bdeb7fd345e Author: Tomeu Vizoso Date: Sun Jul 1 13:04:48 2007 +0200 Take out forgotten print. commit 4aee850af7b3de3dab24aa6cf72a855162e4fddd Author: Tomeu Vizoso Date: Sun Jul 1 12:55:10 2007 +0200 Replace Menu for Palette. commit aa5d6af260ce93495fd7bb9d19a094106c331e98 Author: Tomeu Vizoso Date: Sun Jul 1 12:31:23 2007 +0200 Two more small palette fixes. commit e9145f07244327e610e5c7331a5d92c3e5271d7c Author: Tomeu Vizoso Date: Sun Jul 1 11:54:20 2007 +0200 Fix typo. commit 92ec6f72d87a8f6712a9580b88591a33b84598f5 Author: Tomeu Vizoso Date: Sun Jul 1 11:33:12 2007 +0200 Restore CanvasIcon prelighting. commit 84c94ecabeb21541d7ef888e1b480c3b6fa72130 Author: Tomeu Vizoso Date: Sun Jul 1 11:25:35 2007 +0200 Restrict palette positioning to screen height/width - 1 grid cell. commit 3ca87cd46deeb901dec638954392d441c0c99415 Author: Tomeu Vizoso Date: Sun Jul 1 11:05:14 2007 +0200 Some palette improvements and add palette support to CanvasIcon. commit 983d494d38c3618c09a78e527ed546e49d8faa92 Author: Marco Pesenti Gritti Date: Fri Jun 29 22:52:25 2007 +0200 Include NEWS in the xo commit 30bee7e43a8879201e234035522786b07dec60ca Author: Marco Pesenti Gritti Date: Fri Jun 29 22:14:27 2007 +0200 Adapt to API changes commit 1d4112a8825480169517b09305271646fca69286 Author: Marco Pesenti Gritti Date: Fri Jun 29 22:11:28 2007 +0200 Set glib program name and application name. Better way of importing ltihooks. Several cleanups. commit a609da166bf203eca430c7c3d35bd55d2acf33bf Author: Tomeu Vizoso Date: Fri Jun 29 20:24:22 2007 +0200 Don't create so many objects until we have differential versioning support in the datastore. commit d7a8c5430e1565fb7f8ebfd5c828b83eff24c0b5 Author: Marco Pesenti Gritti Date: Fri Jun 29 19:05:10 2007 +0200 Make notification work from outside the shell process commit 64812c7d67c3f926cb7348bd8fffcf6f4d1f219f Author: Marco Pesenti Gritti Date: Fri Jun 29 18:31:35 2007 +0200 Pass in shell to the service not just model commit 500f5d8093024a9321704212db6b73305a6da843 Author: Owen Williams Date: Fri Jun 29 11:08:06 2007 -0400 Fix for 1846. Strip whitespace from nicks and reject if blank commit f825c108da2250981e46ae3d62709ef570a51d49 Author: Marco Pesenti Gritti Date: Fri Jun 29 14:56:12 2007 +0200 Use size request to position the palette. commit 893ffe92da40c601151029a0aa94f080558db40c Author: Marco Pesenti Gritti Date: Fri Jun 29 14:45:04 2007 +0200 Refactor palette positioning API and implementation commit 858e43dea92474f0e48975b0cae9d9d84809f4b3 Author: Marco Pesenti Gritti Date: Fri Jun 29 13:15:36 2007 +0200 Add the native factory by bertf commit 17c4166707f93fe2b34c7aa57bcce67fd1bf10b3 Author: Marco Pesenti Gritti Date: Fri Jun 29 10:55:10 2007 +0200 Add arabic translation. commit c1ecedeb7995dd16ae638ef0d017243530a5ef22 Author: Marco Pesenti Gritti Date: Fri Jun 29 01:53:57 2007 +0200 Add a command to automatically do releases. commit 0d6760b1944fae7326ceb5aa181bf78109d20fcf Author: Marco Pesenti Gritti Date: Thu Jun 28 22:40:37 2007 +0200 Do not fail is lang is not set commit 03ef9c034e1f4bd1aed4f4bf56ec5b587101d242 Author: Marco Pesenti Gritti Date: Thu Jun 28 15:55:33 2007 +0200 Translate the default activity toolbar commit 51c66de8171505206c0014c3691fa7fccc115057 Author: Marco Pesenti Gritti Date: Thu Jun 28 12:03:12 2007 +0200 Do not allow to close the journal commit faed9162abd2a7645944736dc37f82105f09c7bb Author: Marco Pesenti Gritti Date: Thu Jun 28 11:54:12 2007 +0200 Ooops do not start the popup animation on constructor. commit 2ccf9c0b16e7187f36b896fb62d1782666f1f091 Author: Tomeu Vizoso Date: Thu Jun 28 10:43:38 2007 +0200 Added umount method to datastore.py. commit 9cdd9058da2609f0f4f827f0af62666401fe001c Author: John (J5) Palmieri Date: Wed Jun 27 17:12:32 2007 -0400 add process title setting to activities * they now will show up as Activity Name in the process list truncated to 15 characters though commit 381df084425e8e13783f10190279224bb54b7848 Author: Tomeu Vizoso Date: Wed Jun 27 14:48:03 2007 +0200 Added radiotoolbutton.py. commit 69ba74ddc2820379f2fe2331cf530f23db108a25 Author: Marco Pesenti Gritti Date: Wed Jun 27 12:32:03 2007 +0200 Cleanup commit db99620d939d0f1a7be1ef2c034e095851deb964 Merge: 2507104 5771482 Author: Marco Pesenti Gritti Date: Wed Jun 27 11:42:14 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 250710487568861d76ea50e37551dc72f569db8e Author: Marco Pesenti Gritti Date: Wed Jun 27 11:41:41 2007 +0200 Fix traceback commit 57714822811c0f4eb38fbd711a975d13963a7391 Author: Tomeu Vizoso Date: Wed Jun 27 11:36:28 2007 +0200 Added palette support to toggletoolbutton.py. commit e894bb54a67431f0aba5cd7704365701639af291 Author: Tomeu Vizoso Date: Wed Jun 27 11:36:05 2007 +0200 Added mount() and mounts() methods to datastore. commit 4f748dba9bb1b401d4e3422799c2d681c90ce0a9 Author: Tomeu Vizoso Date: Tue Jun 26 18:19:26 2007 +0200 Added some methods to Palette. commit 84127380dc6466a4625524dcf1cc6360d09cd006 Author: Marco Pesenti Gritti Date: Tue Jun 26 15:09:03 2007 +0200 Get rid of bitrotten shutdown stuff commit 3b9e2c1e7e280e5f1f7a72d684566bfc49a9f7f5 Merge: 3eaeebc 3ba64aa Author: Marco Pesenti Gritti Date: Tue Jun 26 14:55:58 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: sugar/graphics/palette.py commit 3eaeebc60e9045a99aeac9616ccf25be6ec28370 Author: Marco Pesenti Gritti Date: Tue Jun 26 14:55:16 2007 +0200 Lots of palette refactoring. commit 3ba64aa200a5cdf1226256cd2f74ec4bfe7deaa8 Author: Eduardo Silva Date: Tue Jun 26 08:28:31 2007 -0400 Palette: realize() commit 0f49e6d7a87c7884964434f9141bd9b2e84b11ba Author: Tomeu Vizoso Date: Tue Jun 26 12:28:42 2007 +0200 Add current-toolbar-changed signal to Toolbox. commit 7e233d7926c2d5e903fa3d07a5fdbb476d5683a6 Author: Tomeu Vizoso Date: Tue Jun 26 11:29:37 2007 +0200 updates for tests/test-ui.py. commit 5c3c7be96667b3a833633d131c47a9457f70409b Merge: 2b463a2 888148c Author: Marco Pesenti Gritti Date: Tue Jun 26 10:44:14 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2b463a201336d7b14dea564e30d0a2af7ae9aa0b Author: Marco Pesenti Gritti Date: Tue Jun 26 10:43:49 2007 +0200 Merge new translations when updating the .pot. commit 888148c6e68f5d2b0ca943be2063fe3acb57b90f Author: Tomeu Vizoso Date: Mon Jun 25 16:32:38 2007 +0200 Allow for providing a ComboBox when instantiating a ToolComboBox. commit 4b3c374455c9a382b13f872011376ef1a34bafe1 Author: Tomeu Vizoso Date: Mon Jun 25 15:33:10 2007 +0200 ComboBox: allow for values other than int and for using absolute paths in icon_names. commit f85142bdc48a01d1de11a192143aaf48bf087dd0 Merge: e0793ef 0baac89 Author: Marco Pesenti Gritti Date: Mon Jun 25 14:33:54 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: shell/view/home/HomeBox.py commit e0793ef199c22faad4ead6755452535e0bf00a16 Author: Marco Pesenti Gritti Date: Mon Jun 25 14:31:43 2007 +0200 Heavy refactoring of palette activation. Not fully implemented yet. commit 0baac89a6109fdbda904d37edfef0305fb36fe33 Author: Tomeu Vizoso Date: Mon Jun 25 12:49:53 2007 +0200 Use gtk progress bar. commit 811a7d8411f8bea383497cd24ed3836645a55c48 Author: Tomeu Vizoso Date: Mon Jun 25 12:48:21 2007 +0200 Implement shutdown. commit 400cbc29e52f4824d78d329cc105409f0ac3500e Author: Marco Pesenti Gritti Date: Mon Jun 25 11:55:36 2007 +0200 More cleanups commit 6d8b196abe4ee951ad115c7cf252cc7175271b81 Author: Marco Pesenti Gritti Date: Mon Jun 25 11:41:33 2007 +0200 Remove is_tooltip property commit d92bb7a4ef3aef10a63a8155c91cfaea0fd5e87b Author: Marco Pesenti Gritti Date: Mon Jun 25 11:39:51 2007 +0200 Some palette code cleanups. commit 537556b605fe76ff0570f402f388fbffbef21c97 Author: Marco Pesenti Gritti Date: Mon Jun 25 11:29:46 2007 +0200 Typo commit 79829dbbc24eeb8a2d5674069fc4a8c56a417bfd Author: Marco Pesenti Gritti Date: Sun Jun 24 15:04:52 2007 +0200 empy is GPL commit e3e69f42a2015ae37087564c4a7840bd443883ff Author: Marco Pesenti Gritti Date: Sun Jun 24 15:01:30 2007 +0200 Add a bunch of GPL headers commit cae4e52b7ce7d267232fd9d4a0f5fb4fd14cd7c2 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:57:57 2007 +0200 More LGPL headers commit 2fcca4d6568e6152f9307ba5e8c5d60fb34c77e7 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:52:46 2007 +0200 Add a bunch of copyrights commit 9ca299e749c4fefa670bf0c750f2cbf71d3e79a5 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:46:14 2007 +0200 Fix copyright years commit 8505a1865212d06433d252d1a33e3f2f48492b52 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:45:05 2007 +0200 Fix copyright year commit 0cf9f37453e0eea81429764777995f3beb2393c3 Merge: 99e8077 dfd16d1 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:44:04 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 99e8077f5900d935ea265c82fc54cd7b0facc888 Author: Marco Pesenti Gritti Date: Sun Jun 24 14:43:48 2007 +0200 Implement fix-copyright and fix some of them commit dfd16d155ad43fad525b2d8a847c167014add993 Author: Tomeu Vizoso Date: Sun Jun 24 14:37:53 2007 +0200 Add palette to XO icon in Home View. commit 4c24cde923e5b10d7dcb70895b06b7df49702381 Author: Tomeu Vizoso Date: Sun Jun 24 13:10:53 2007 +0200 Added/corrected some license headers. commit d2c73d9eaa0fa4d91e28902e8ddf9379bc4b220f Author: Marco Pesenti Gritti Date: Sun Jun 24 12:42:53 2007 +0200 No need to check for library license commit 3dd5ecddeecfdd3d8a8492fe4fc763c07627a783 Author: Marco Pesenti Gritti Date: Sun Jun 24 12:36:50 2007 +0200 Check also C files commit c51290b51d99330d71a4107db7709aabc386cbb2 Merge: 90c0ace 6af3c44 Author: Marco Pesenti Gritti Date: Sun Jun 24 12:06:22 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 90c0ace5c0a3efd5c5bf9e9c736b9097ca18a10e Author: Marco Pesenti Gritti Date: Sun Jun 24 12:05:52 2007 +0200 Add a license checker. Remove obsolete testint infrastructure. commit 6af3c44893efa811187f5b0b33405698537e2054 Author: Tomeu Vizoso Date: Sat Jun 23 20:07:25 2007 +0200 Use xo colors in clipboard icons. commit e894c8a2e407b10b5d252fe33e3dec744c5586eb Author: Tomeu Vizoso Date: Fri Jun 22 21:47:30 2007 +0200 Added a basic version of the journal object chooser. commit f9d03b698f9a711d3c8a06a22ceca83b35ff98ee Author: Tomeu Vizoso Date: Fri Jun 22 17:01:13 2007 +0200 Add delete method to the datastore wrapper. commit c1d4f3ce7a3fc4ab1969981a18ccc8daa3adbf8c Author: Tomeu Vizoso Date: Fri Jun 22 14:11:39 2007 +0200 Add keep-in-journal button to the activity toolbar. commit c3da64561f4f4238acc9319aeae38586d2db2e13 Author: Tomeu Vizoso Date: Fri Jun 22 14:08:14 2007 +0200 Move stock-save to document-save. commit 9a77a6e251b3a21025e65fb623decf225b64e01c Author: Marco Pesenti Gritti Date: Thu Jun 21 22:53:26 2007 +0200 Kill old hippo canvas toolbar impl commit f7bb2f86de94e81c7d3d9251e1b8ea004c1c5e87 Merge: c949951 2de8072 Author: Marco Pesenti Gritti Date: Thu Jun 21 17:30:45 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c94995148e078f0b044316d73518a4cfad25bcb8 Author: Marco Pesenti Gritti Date: Thu Jun 21 17:23:32 2007 +0200 Refactor translation system a bit commit 2de8072d5f5350e6eea908307d3c557f99ccd421 Author: Simon McVittie Date: Thu Jun 21 15:10:56 2007 +0100 sugar-emulator: Save Salut as well as Gabble logs commit 8a6ddd16aa0f9608918e1d4952afd1fc4cf8d848 Author: Marco Pesenti Gritti Date: Thu Jun 21 15:25:49 2007 +0200 Update and check in the .pot commit 6f4af678568bbbd1af34a6679c3aec9eca8e014d Author: Marco Pesenti Gritti Date: Thu Jun 21 14:54:09 2007 +0200 Default to the source directory name as bundle name, allow to override in setup.py. commit 389276463488a20e62244a2222a13f636e5da6de Author: Marco Pesenti Gritti Date: Thu Jun 21 13:45:35 2007 +0200 Add a CanvasEntry which allows to set the background color. commit 427e9a00d739452482f4e53bd0744702933c0d1a Author: Tomeu Vizoso Date: Thu Jun 21 13:07:11 2007 +0200 Add extension to files that come into the clipboard without one. commit 3ebb8f129193dfe1bd6e5fa7edd4d5a78d650423 Author: Eduardo Silva Date: Wed Jun 20 23:17:16 2007 -0400 Console: system information/Firmware and Serial Number commit 5616aface3d273ca07fefe78eeae10f14fd59390 Author: Eduardo Silva Date: Wed Jun 20 20:33:09 2007 -0400 Toolbutton: don't try to show the palette when it doesn't exist commit de2c9c53226006d2925e8428d8e50838d3d4c9d1 Author: Tomeu Vizoso Date: Wed Jun 20 21:48:15 2007 +0200 Some more exceptions for mozilla drops. commit d6bf24e456393170da19737b29189445cf27bb69 Author: Tomeu Vizoso Date: Wed Jun 20 21:28:00 2007 +0200 Use the new objecttypeservice in place of typeregistry. commit 0e4efae7ae66fcd6dc8fbfbf68d279c28e8e9935 Author: Marco Pesenti Gritti Date: Wed Jun 20 15:42:21 2007 +0200 Add missing shebang commit c91bbd18ccf00b87d0e99029235f120b1b7839d6 Author: Marco Pesenti Gritti Date: Wed Jun 20 15:22:12 2007 +0200 Move SugarKeyGrabber in the lib. Keep it private. We can't install libraries in datadir. commit 61314c97057b34292cf30b771d98274b8f29bd85 Author: Marco Pesenti Gritti Date: Wed Jun 20 12:31:54 2007 +0200 Don't make all .py executable please... commit b01684ef273725940f1b67eb95e2119e46140b0d Merge: cd382ba bd86aee Author: Marco Pesenti Gritti Date: Wed Jun 20 12:05:32 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cd382ba5f9c48d462e1a9d8434f81cd58fdb1ad8 Author: Marco Pesenti Gritti Date: Wed Jun 20 12:05:17 2007 +0200 Bump version commit bd86aee0d4ab8a989ae19a7959e65d563228709a Author: Bert Freudenberg Date: Wed Jun 20 11:52:29 2007 +0200 use activity_id in service name - construct service name from activity id instead of X window id - cleanup unused declarations in activityfactory.py - remove obsolete _dbus_name_owner_changed_cb() - see http://dev.laptop.org/ticket/1767 - cleared by marcopg commit 9283a5cc806c0c00bb822679a97ef527c3a8bc1b Author: Eduardo Silva Date: Tue Jun 19 16:02:25 2007 -0400 Palette: widget and canvas invoker support commit 7aec99a2ec9b97112c8067c796ea70b3c347e8f2 Author: Marco Pesenti Gritti Date: Tue Jun 19 21:28:13 2007 +0200 Should actually use STRING atom commit 1f432a12364cf8f39762f01180c842ba13639b52 Author: Marco Pesenti Gritti Date: Tue Jun 19 21:10:52 2007 +0200 Use a string atom commit f7b6a0c0af3c62c9b77c932c56adde35b6e9fff0 Merge: 737a8b3 9936911 Author: Marco Pesenti Gritti Date: Tue Jun 19 15:54:05 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 737a8b3932524cfe233ba81e13f023c690ea4b98 Author: Marco Pesenti Gritti Date: Tue Jun 19 15:51:56 2007 +0200 Cleanup activity closing commit 99369114cb71e58220016bd609bd74630969ebd1 Author: Tomeu Vizoso Date: Mon Jun 18 20:38:20 2007 +0200 Set title on change. Fixes #1715. commit e021bb271ccbda54f5d24e26b8f017f4c7bc4b5f Author: Marco Pesenti Gritti Date: Mon Jun 18 17:48:51 2007 +0200 Add missing files to po/POTFILES.in commit 3552b9242884ddb5b9c33c1a980a08df725ae93a Author: Marco Pesenti Gritti Date: Mon Jun 18 10:05:11 2007 +0200 Create the locale dir if it does not exist. commit 1afe9273a1722938c4457d1c8512e6fd57619123 Author: Tomeu Vizoso Date: Sun Jun 17 20:55:16 2007 +0200 Add an option for saving clipboard objects to the Journal. commit d4323957a17f5bdd068550c393e855b754890ee6 Author: Tomeu Vizoso Date: Sun Jun 17 14:25:13 2007 +0200 Change preview image size. commit 130f59efdcb288f6d4ab86ac55f7d4aefe7feab6 Author: Tomeu Vizoso Date: Sun Jun 17 14:24:46 2007 +0200 Clipboard fixes. commit f0e18ba785a3d57af54bb6f6a7e9993dee6e72fe Author: Tomeu Vizoso Date: Fri Jun 15 18:03:17 2007 +0200 Support for previews in the journal. commit 6c0885b490b79662245f51628201a83e7ae70067 Author: Tomeu Vizoso Date: Fri Jun 15 16:48:53 2007 +0200 Check type of bundle path by os.path.isdir(). commit cb9dd212e989d531621aeaa5b08b9e982fbb4f5d Author: Tomeu Vizoso Date: Fri Jun 15 11:36:08 2007 +0200 Add to Bundle facilities for dealing with not-yet-installed bundles. commit a3fb02bc958d1921a92194075dbec7a2b36bd68c Author: Eduardo Silva Date: Thu Jun 14 16:04:55 2007 -0400 moving graphics/notebook.py to LGPL commit 72d81af71670a2fda54f3c68bc68516b7ad1e4d2 Author: Eduardo Silva Date: Thu Jun 14 16:04:25 2007 -0400 moving graphics/palette.py to LGPL commit 3b1ee5a0bca45d259f3fb59958cc5e85e0632f81 Author: Marco Pesenti Gritti Date: Thu Jun 14 21:49:29 2007 +0200 Remove build time dep on gst to please the build system. commit a1e3dbaf9e4017dd060712d5837acf7c1195fb70 Author: Marco Pesenti Gritti Date: Thu Jun 14 17:27:24 2007 +0200 Adapt to hwmanager api change commit 0bb870468382a31d6964c291ad0122e6c4490482 Merge: 5c884c1 42e2b95 Author: Marco Pesenti Gritti Date: Thu Jun 14 17:25:44 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5c884c14352b411c06a6594d977cf121849edaf4 Author: Bernardo Innocenti Date: Thu Jun 14 08:49:30 2007 -0400 unfreeze DCON when Sugar UI is (almost) ready to show Marco Pesenti Gritti wrote: > we need to get the hardware-manager part of this in before, otherwise we > will traceback on startup. Sorry, I sent the patches in reverse order. Did you get the next one? >> + # Unfreeze the display when it's stable >> + get_hardware_manager().set_dcon_freeze(0) >> + > > Is this actually working? You need something like: > > from hardware import hardwaremanager > .... Oh, and actually I had that part too, but I've lost this hunk while copying them to the sandbox. That's what you get for editing code right on the target. Updated patch attached. From b7bfbb7cc628afe29734557f56d92044d2d336d4 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Wed, 13 Jun 2007 19:56:22 -0400 Subject: [PATCH] unfreeze DCON when Sugar UI is (almost) ready to show Organization: One Laptop Per Child This is part of a masterplan to implement #621 . commit 42e2b95379d2e3ddc8a03de1210c2957220fc72b Author: Tomeu Vizoso Date: Thu Jun 14 12:27:46 2007 +0200 Misc dnd fixes. commit e6e649419a9d64e13b3e991721e6f5ff8389aa27 Merge: 361b837 a590186 Author: Marco Pesenti Gritti Date: Thu Jun 14 10:26:21 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 361b8372b69af315dbbab2b8d1662736223a92ff Author: Marco Pesenti Gritti Date: Thu Jun 14 10:25:58 2007 +0200 s/get_hardware_manager/get_manager. It was redundant. commit a590186e78bf7b68c9f253f83a1b43257dec0611 Author: Eduardo Silva Date: Wed Jun 13 17:59:31 2007 -0400 Fix missed objecttype makefile entry commit 3c66cb899ff109c7351efaa64c8a88b543a68221 Author: Marco Pesenti Gritti Date: Wed Jun 13 20:19:28 2007 +0200 Evil hack to keep the entry context menu working with our title/address behavior. commit d3e8ddb2780ecd0fc3535f8a1464d8ab9e9217e9 Author: Marco Pesenti Gritti Date: Wed Jun 13 16:32:26 2007 +0200 Mute the channel when setting the volume to minimum. commit 42385b069f4251662f86ad4b305da49b74166654 Author: Marco Pesenti Gritti Date: Wed Jun 13 16:22:49 2007 +0200 Set volume directly from python (requires gst-python). Cleanups. commit 396fcb392c4ae7a8f3a180f0301372579ee8753e Merge: 705eb81 8e9c0b6 Author: Marco Pesenti Gritti Date: Wed Jun 13 14:39:33 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 705eb8119a267355f56ccfbd4928ce868752f945 Author: Marco Pesenti Gritti Date: Wed Jun 13 14:39:16 2007 +0200 Always show frame on the homepage even when activating from the frame. commit 8e9c0b640ba551ca9a712302d96712313113792f Author: Tomeu Vizoso Date: Wed Jun 13 12:21:49 2007 +0200 Change from GPL to LGPL. commit b320ea36cf27a08db4711dc577736309d6f57cd6 Author: Tomeu Vizoso Date: Wed Jun 13 11:50:05 2007 +0200 Some activity registry fixes. Thanks cjb. commit ceff7d71a21245adb31a8f805a66103da8f12765 Author: Marco Pesenti Gritti Date: Wed Jun 13 11:27:04 2007 +0200 Improve address/title logic commit 5cf263537ff9a337059978c9176c674c3e25c2cf Author: Marco Pesenti Gritti Date: Wed Jun 13 00:43:30 2007 +0200 Put some border around the combo commit f5bb2698492f7ea6bc8a1c711f146b7c97521dda Merge: 4e8bacc 22689ed Author: Marco Pesenti Gritti Date: Wed Jun 13 00:37:10 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4e8bacc0094b194861107df20c192fc2f35a891b Author: Marco Pesenti Gritti Date: Wed Jun 13 00:36:35 2007 +0200 Really add it commit 9645d31f1b7052337837b82dd00f0e94c63b01c4 Author: Marco Pesenti Gritti Date: Wed Jun 13 00:35:53 2007 +0200 Add a toolcombobox commit 22689ed1dac2c99b10c7de5d8a51789f3abd4f35 Author: Tomeu Vizoso Date: Tue Jun 12 21:57:49 2007 +0200 Several fixes for the object type registry and the activity registry. commit cc604e0815d77a5417fa5af50eeb5bdb4ffe32f6 Author: Eduardo Silva Date: Tue Jun 12 14:32:48 2007 -0400 Console: new nandflash status viewer commit 7e8160871accd725c3be4f58dddc82bdbc9d3e93 Author: Tomeu Vizoso Date: Tue Jun 12 12:40:54 2007 +0200 Fix typo. commit 67b7e3457be2132167f7ec1816f76e7b72ad508e Author: Eduardo Silva Date: Mon Jun 11 01:47:18 2007 -0400 Console: little fix commit 28deb37ffa11fa906a91be810a357f586536e935 Author: Eduardo Silva Date: Sun Jun 10 17:27:00 2007 -0400 Console: remove unnecessary file commit 8e918f865be7caa14ea714df8ab10cfac55b29ce Author: Eduardo Silva Date: Sun Jun 10 17:19:59 2007 -0400 Console: new graphics package commit 29e68376e908e42a216f0b63187d563f47e04b09 Author: Tomeu Vizoso Date: Sun Jun 10 12:12:47 2007 +0200 Tell git to ignore sugar/_sugarext.c. commit 34e8277d153f5873eeba69c4c7cc82e677fcf777 Author: Eduardo Silva Date: Sat Jun 9 11:01:35 2007 -0400 Console: internal changes commit c9cd87b1425e67e686300fb924874542f1096a52 Author: Tomeu Vizoso Date: Thu Jun 7 19:49:17 2007 +0100 Percent should be 100% only when we have already added all the targets. commit 340fcc271d23f74c5d53a50e522d345c5817b79c Author: Tomeu Vizoso Date: Thu Jun 7 12:07:25 2007 +0100 set_state() could be called when there are still no formats. commit fde3159002f659906c889f897e7de41af8cf38b0 Author: Eduardo Silva Date: Wed Jun 6 17:21:33 2007 -0400 Palette positioning/closing fixes commit 129ada9101d733130f8b0e1d56bae140b8f9327c Author: Simon McVittie Date: Wed Jun 6 16:29:46 2007 +0100 services/presence/: remove. Use projects/presence-service git repo instead commit dee75374626528ea3398d2ac67bf852c8a98838b Author: Eduardo Silva Date: Wed Jun 6 00:51:01 2007 -0400 Palette: speed up commit f79d5a63dbe0da976b028f1436e67708c0ea5f2f Author: Eduardo Silva Date: Tue Jun 5 22:43:42 2007 -0400 Palette: tooltip fix commit d849f573c5e3acd65c78ac67c599c8779453602d Author: Dan Williams Date: Tue Jun 5 07:53:07 2007 -0400 Add network.py to makefile commit 88011ed22d696cdff31b100f9fab117495ddb76e Author: Marc Maurer Date: Mon Jun 4 23:54:33 2007 +0200 Add set_current_toolbar commit 39d1f7b5816cb1f186a0ce9a4e3dbc62ebce4b9b Author: Marco Pesenti Gritti Date: Mon Jun 4 23:53:23 2007 +0200 Better regexp commit a9600516fba87acb3cb319cc6a150a03e40a7440 Author: Tomeu Vizoso Date: Mon Jun 4 18:35:05 2007 +0100 Take screenshot and save it to the journal (1). commit 283a3f4c9731ef5d6250cfe1db14ff063f299f7a Author: Marco Pesenti Gritti Date: Mon Jun 4 13:09:41 2007 +0200 Better snapshot script commit b2980d7bd6c052c30d5a279cdc9c577a087ae66e Author: Marco Pesenti Gritti Date: Sun Jun 3 22:12:47 2007 +0200 Restore get_id/get_service_name, didn't realize they was used by subclasses. commit aab18a866d3e2aec907c0b99212d54aca05d1664 Author: Eduardo Silva Date: Sat Jun 2 00:33:41 2007 -0400 Palette: Tooltip support commit e707f1b1cc3d6d41d9ee52308e52528d315671fa Author: Marco Pesenti Gritti Date: Fri Jun 1 21:26:18 2007 +0200 Hrm how my icon name changes did get reverted... commit 2b7ffe41d9e8160c7bda506efe9ad35971d599df Author: Marco Pesenti Gritti Date: Fri Jun 1 21:21:30 2007 +0200 Make bundle_id and activity_id window properties to avoid races. commit 5cc9a8c42437376ccef2fbe578a637f8ab3396b5 Author: Marco Pesenti Gritti Date: Fri Jun 1 20:38:30 2007 +0200 Bindings to set activity_id and bundle_id hints commit d4bd7a5d05f251cdf90c0f656f0498df05b4e5b1 Author: Marco Pesenti Gritti Date: Fri Jun 1 14:19:14 2007 +0200 Do not index icons by activity id. Raw X windows does not have one. commit cd3efeba492f934c976503c1d1697a3c7ac4856b Author: Marco Pesenti Gritti Date: Fri Jun 1 14:04:54 2007 +0200 Fix raw X windows commit b1a62c2fc09e7ea35b06e2e46ffabb3ba53f572e Author: Marco Pesenti Gritti Date: Fri Jun 1 13:38:34 2007 +0200 Refactor part of the Home model. Should be much cleaner and reliable. If you find bugs with it please let me know. commit 2f6790105df59090abefff8047aa412d659d5cfb Author: Marco Pesenti Gritti Date: Fri Jun 1 11:03:18 2007 +0200 Make launching a property of the activity model commit e1f27fcd3498540720e9548946891b4db61be822 Merge: 38c0cf4 0014ea0 Author: Marco Pesenti Gritti Date: Fri Jun 1 10:24:38 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 38c0cf411c5be352631b94ca9c670089318baad4 Author: Marco Pesenti Gritti Date: Fri Jun 1 10:24:13 2007 +0200 Remove our custom launch timeout. The dbus timeout is enough. commit 0014ea0da0cb9f3fd4ca16bb9885c4b2d2ab801c Author: Eduardo Silva Date: Fri Jun 1 00:08:24 2007 -0400 Palette: Automatic positioning commit d271e1f4817a83332718988779273e3d169f6633 Author: Marco Pesenti Gritti Date: Thu May 31 14:22:26 2007 +0200 Fix new instance message commit fc53bf86676fd80a4be6fecf953364da4eb991ce Author: Marco Pesenti Gritti Date: Thu May 31 11:30:16 2007 +0200 Support icons inside the activity commit 9ea6b18027f9efe768f3b9472b34cabe1328e85c Merge: 7985a05 ef369e9 Author: Eduardo Silva Date: Wed May 30 14:37:51 2007 -0400 Merge branch 'master' of git://dev.laptop.org/sugar commit ef369e97def3a80c49eb4728b20cfe8bce846051 Merge: cd12b59 dd00dda Author: Simon McVittie Date: Wed May 30 19:33:14 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7985a052748d99087c157e34b8a5678f52213b91 Author: Eduardo Silva Date: Wed May 30 14:32:29 2007 -0400 Console: fix reading log files commit dd00dda41f8e1966e9bcd89ccb0af08f365412f4 Author: Eduardo Silva Date: Wed May 30 13:29:29 2007 -0400 Palette fixes commit 75130719b516b3d2c0a74e14da2ef376ce3908ed Author: Marco Pesenti Gritti Date: Wed May 30 18:48:40 2007 +0200 Check for locks before using a display. Patch by reinier@heeres.eu commit cd12b599673a9a9706d9a75f458b2727f404e572 Merge: 22b1338 527e22b Author: Simon McVittie Date: Wed May 30 17:43:31 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 22b1338ac5559e46136289711f5f7e91ec293839 Author: Simon McVittie Date: Wed May 30 17:43:16 2007 +0100 services/presence/server_plugin: special-case the Owner when IDing buddies. We always know who we are, so don't need to inspect our own handle or anything. commit b362ed625c6740385322bdfdf685a47e6fe625fb Author: Simon McVittie Date: Wed May 30 17:42:19 2007 +0100 services/presence/server_plugin: fix thinko - take the right arguments to _subscribe_members_changed_cb commit a54aaa54beacf1579c5fe14c7ebf8c45de3a8c6a Author: Simon McVittie Date: Wed May 30 17:41:08 2007 +0100 services/presence/presenceservice: look up buddies by key-ID if we don't know the full key yet. commit f90de752f66e7f3484e2b93d7530f00c0a9517fd Author: Simon McVittie Date: Wed May 30 17:40:31 2007 +0100 services/presence/presenceservice: weakly reference Buddy objects in _buddies This makes sure we re-use an existing Buddy object if it's still referenced somewhere, rather than trying to make another and fighting over the object path. commit fd4e514e21f6cc5009c45d166b1714ff9c9c4aac Author: Simon McVittie Date: Wed May 30 17:38:58 2007 +0100 services/presence/buddy: Fix thinko - register Owner with correct objid Previously the keyid/ prefix was missing. commit ee6c1b428389268892889bc634650429c61b38b8 Author: Simon McVittie Date: Wed May 30 17:36:42 2007 +0100 services/presence/: Have joined Activities track membership via group interface. This allows us to ignore the (trivially spoofable) PEP info for activities that we're actually in, in favour of looking at the actual members. commit 87446bfb7fcabe52089c4118f6fe9e62a9f8dfb4 Author: Simon McVittie Date: Wed May 30 17:04:16 2007 +0100 services/presence/buddyiconcache: remove unused import of sugar.util commit 527e22ba5dbcbc9fcec877e95479ae71d7ddf317 Author: Tomeu Vizoso Date: Tue May 29 23:25:47 2007 +0200 Get one line back :) commit 7b4333dc4ebbebfa17e57b4d1f75ccd3d0320e36 Author: Konrad Kleine Date: Tue May 29 21:24:01 2007 +0200 Bug 590# fixed (codestyle issues) commit 76d3e783021de39caf1125ffb566b478d0bd091f Author: Konrad Kleine Date: Tue May 29 18:11:57 2007 +0200 Bug #590 fixed. All logfiles will be backed up to ~./sugar/default/logs/old . You can adjust the backup directory and the number of backup versions. You can also adjust the file suffix for the backup files. Konrad Kleine commit b1ed24498c94df1182ead21e79c646924fd9d432 Author: Eduardo Silva Date: Tue May 29 12:27:54 2007 -0400 Palette: event improves commit 6957446167d756f9edd86d54e90dbfbb8a6f7809 Author: Simon McVittie Date: Tue May 29 16:12:05 2007 +0100 services/presence/: Make Activities responsible for tracking their members. Add a signal to notify the PS when all members have gone away. commit 9d812430bf63b44cd0c32488c72874fe54d8055f Author: Simon McVittie Date: Tue May 29 16:11:07 2007 +0100 services/presence/psutils.py: don't bother using sugar.util, it's easier to use hexdigest or sha directly commit 2f8ef7bd3bdf8c92d9f1e2b742c8314dc9adb115 Author: Simon McVittie Date: Tue May 29 16:10:19 2007 +0100 services/presence/test_psutils: trivial check for pubkey_to_keyid() commit c35db7acf803296aec4185e169cd74fc5f4255e5 Author: Tomeu Vizoso Date: Tue May 29 15:53:58 2007 +0200 Some refactoring of the DataStore API. commit ea892796ae37da2f841f1490e9abcf2d7f648976 Author: Simon McVittie Date: Tue May 29 14:05:12 2007 +0100 services/presence/Makefile.am: Include test_psutils.py in "make check" commit 53d64a053682d1739326e28f0fe76e940a8f78ec Author: Marco Pesenti Gritti Date: Tue May 29 14:16:49 2007 +0200 Use the commit id for the snapshot name commit 0c77275ba7a5a7e30b685ba847f7b39ca29803a4 Author: Marco Pesenti Gritti Date: Tue May 29 12:39:57 2007 +0200 Very first go at the object type registry. commit a4a06206e366bf0684b1ad27d8648d7fc498dc73 Author: Simon McVittie Date: Mon May 28 17:25:52 2007 +0100 services/presence/: identify Buddies by "key ID" (pubkey hash), not whole key. This allows us to create Buddy objects as soon as we see a contact on the server. For contacts not on trusted servers, or seen in anonymous MUCs, we create a Buddy identified by JID instead (so we have some way to talk about the anonymous contact within the Sugar API). The concept of "trusted server" means a server which we trust to validate that users with a keyID as the username part of their JID do in fact have that key. Currently we just pretend that olpc.collabora.co.uk does this - in future, the school servers will do this validation by using key rather than password authentication. Also create Buddy object paths based on the keyID or JID (for easier debugging). commit 5dacfdd365a48dcd07389c5e979b8b118e932355 Merge: 706830c 8915657 Author: Simon McVittie Date: Mon May 28 17:10:54 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 706830c4892d3d4bc3b28114580f52805bf425a1 Author: Simon McVittie Date: Mon May 28 15:56:39 2007 +0100 services/presence/server_plugin: Don't watch MembersChanged in activities. My plan is now to do this in the Activity class, once the PS has a reliable way to map handles to buddies. commit aad2afdae21223bdc0e5cfe732fcd3b224d778fd Author: Simon McVittie Date: Mon May 28 15:54:40 2007 +0100 services/presence/server_plugin: Use set operations to update the subscribe set commit 8915657a0835bfad1daae9c09cac98e6725ae568 Author: Tomeu Vizoso Date: Mon May 28 16:25:36 2007 +0200 Take out one try..except block. commit 7aee70e047bd8150d0a549ada1beb66d34200152 Author: Simon McVittie Date: Mon May 28 14:46:13 2007 +0100 services/presence/pstest: Add Red Hat/Collabora GPL v2+ notice commit 7583080cd438e29b2818ef22724a447c35b6168c Author: Simon McVittie Date: Mon May 28 14:44:49 2007 +0100 services/presence/psutils: Add pubkey_to_keyid() and escape_identifier() commit d2aaebac38b6e142ed28c640623e8807c44332e7 Author: Eduardo Silva Date: Mon May 28 01:05:31 2007 -0400 Palette updates commit f98cebd13a93876c12db692b31a4df7f7944b542 Author: Marco Pesenti Gritti Date: Sun May 27 21:16:37 2007 +0200 Cleanups commit 11437e34849b77a84fa94ff9ea65d0ca8f6f35e3 Author: Marco Pesenti Gritti Date: Sun May 27 20:43:31 2007 +0200 Add mime matching to the registry. commit 42fef182f4a2853cd7da0c550f77a81c5f749d90 Author: Marco Pesenti Gritti Date: Sun May 27 20:24:10 2007 +0200 Refactor the bundle registry. Move it inside the shell and expose the parts that should be public to the shell dbus service. commit 8c70ff2d8647bc6378398aeecf0e8a74a4c5a82c Author: Dan Williams Date: Sat May 26 14:01:25 2007 -0400 Fix non-NM IP4 address detection commit c1fc93b2afe491c712004e0b40b5ecad42597e46 Author: Dan Williams Date: Sat May 26 13:58:12 2007 -0400 Fix syntax error commit 3d3e4be65e86c57e297cd62f0e9f447797b7ed4b Author: Simon McVittie Date: Fri May 25 16:30:36 2007 +0100 services/presence/activity: Validate object path early commit 97214365362a04ed3c9bf05886557487703824f0 Author: Simon McVittie Date: Fri May 25 16:21:02 2007 +0100 services/presence/: Pass the SessionBus around, instead of a BusName object. Delay making the BusName object until after the PS object has been exported, to guarantee race-free activation. commit ad33f7dfdda4f3256cb59a153ba4b71af2d79eed Author: Simon McVittie Date: Fri May 25 12:26:53 2007 +0100 services/presence/buddy: Improve docstring; remove unused property _object_id commit 1fa97c3d9300d1aa4ad09be8eb67882920e9ab37 Author: Simon McVittie Date: Fri May 25 12:24:32 2007 +0100 services/presence/buddy: Set attributes more concisely, improve docstrings commit 56b95264cfb62e1b2b52872609487d804530655f Author: Simon McVittie Date: Fri May 25 12:14:39 2007 +0100 services/presence/psutils, buddy: Track NameOwnerChanged in IP4AddressMonitor This means Buddy and its subclasses no longer need to care about NameOwnerChanged at all. The old code might not have worked anyway, since it was watching for NameOwnerChanged on the session bus, but invoking NM methods on the system bus. commit fdd8c315cf473731193187fb2b50a4b4a62c4928 Author: Simon McVittie Date: Fri May 25 12:06:57 2007 +0100 services/presence/buddy: Use add_signal_receiver to connect signals. This means we don't need to care whether the Sugar shell is actually running - if it is, we'll get its signals, and if it's not, obviously it can't send us any signals! commit 7b0d65a21147388790dc6e490d8735d93759762e Merge: eafd338 c1346a5 Author: Simon McVittie Date: Fri May 25 11:39:45 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit eafd338d093ef78752466a88c14a87e4c9e864b4 Author: Simon McVittie Date: Fri May 25 11:34:54 2007 +0100 services/presence/buddy: Stop treating server, key_hash, registered as GObject properties. They're not handled in the inherited do_set_property()/do_get_property(), so won't work as properties, and there seems to be no need for them to be properties at all. This fixes the following assertion when importing buddy: Warning: g_object_class_install_property: assertion `pspec->flags & G_PARAM_WRITABLE' failed type_register(cls, namespace.get('__gtype_name__')) commit a868f6eb9c8de4855b8462be71be4e305af4e510 Author: Simon McVittie Date: Fri May 25 11:30:36 2007 +0100 services/presence/psutils: Re-order imports conventionally, without dbus.glib. Importing dbus.glib has a side-effect (it sets up the default main loop integration) so it's not something a module should do. commit 5bf10edaee85bbe352f2f118daa822cbe1110bc6 Author: Simon McVittie Date: Fri May 25 10:56:41 2007 +0100 services/presence/buddy: remove trailing whitespace, wrap long lines commit a5ba8541a4a4486feaf077e30c20fea844f525ef Author: Simon McVittie Date: Fri May 25 10:56:14 2007 +0100 services/presence/activity: wrap long lines, remove trailing whitespace commit c1346a530301a420eb30918f45dc18b142fa1589 Author: Dan Williams Date: Thu May 24 16:40:14 2007 -0400 Retry connections when TP connection attempts fail commit cb84d5f8fd90f237c5d8a8e319a452a6d4b72e43 Merge: b33dd7c 46e957e Author: Simon McVittie Date: Thu May 24 19:05:58 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b33dd7cfabf6b5e002ecd33b2a188349252ea87b Author: Simon McVittie Date: Fri May 18 15:24:58 2007 +0100 sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle() commit b96de811d33e38106cad0e58172de5dcbc54453b Author: Simon McVittie Date: Thu May 24 18:13:18 2007 +0100 services/presence/server_plugin: fix logging of join/share error commit 7b20bacdf5771597ea061386ef488d12807435dd Author: Simon McVittie Date: Thu May 24 18:11:43 2007 +0100 services/presence/presenceservice: check against None with 'is' commit 0410ed28ba5abc291fb2febfca5bc3813cabb4de Author: Simon McVittie Date: Thu May 24 15:39:31 2007 +0100 services/presence/presenceservice: add some missing in_signature arguments commit 570a485d84680b1dcb8389e5153a546ef6e88ed9 Author: Simon McVittie Date: Thu May 24 15:38:54 2007 +0100 services/presence/presenceservice: don't use deprecated dbus.glib Importing dbus.glib has strange magical side-effects. Instead, make it more explicit that the default dbus-python main loop is being set to the GLib main loop. commit 2abcd89c1fb03845c4867818c6f0126832ebff47 Author: Simon McVittie Date: Thu May 24 14:52:20 2007 +0100 services/presence/: Move internal_get_activity to TestPresenceService commit f7ba2aa1e2d77e6a5fc6819f1402be0a0f9f03d8 Author: Simon McVittie Date: Thu May 24 14:27:36 2007 +0100 services/presence/: separate test code into a separate module commit f75747015d0ac2f47b8ea22154b3c86d5d250524 Author: Simon McVittie Date: Thu May 24 14:26:30 2007 +0100 services/presence/activity: Document constructor arguments commit e7f10dd2aa5d18fbe16fe692376d06fc008dbcc6 Author: Simon McVittie Date: Thu May 24 14:25:40 2007 +0100 services/presence/presenceservice: fix broken syntax commit 4e188059e337f6216375a08bf7b5435bfe1758c2 Author: Simon McVittie Date: Thu May 24 13:09:44 2007 +0100 services/presence/server_plugin: Use telepathy-python helper function request_channel() Also request the subscribe and publish handles at the same time, to reduce D-Bus roundtrips. commit a450a82e5980efb0536af1ec1670f6d3cda6f735 Author: Simon McVittie Date: Thu May 24 13:04:00 2007 +0100 services/presence/server_plugin: Call _handle_connection_status_change with appropriate arguments Also reduce number of methods by using nested functions for trivial Connect() reply handlers. commit e13728f347f13cb8f19146f23c81aef217fa7fe0 Author: Simon McVittie Date: Thu May 24 12:14:55 2007 +0100 services/presence/server_plugin: various cosmetic cleanups * wrap most long lines at 80 characters * don't preformat log messages, let the logging framework do it commit 0d5dd24166a4f410902938249d5fd5f6677ebf38 Author: Simon McVittie Date: Thu May 24 12:01:04 2007 +0100 services/presence/server_plugin: delete unused InvalidBuddyError commit e11389d8139b52289ab1a728be6b54d3ea0f34c8 Author: Simon McVittie Date: Thu May 24 12:00:34 2007 +0100 services/presence/server_plugin: reformat, document signal definitions commit 1026fce01346dd44b5fe6ff777b6ef1cc9712f0f Author: Simon McVittie Date: Thu May 24 11:34:48 2007 +0100 services/presence/presenceservice: various cosmetic cleanups * wrap long lines at 80 characters * don't preformat log messages, let the logging framework do it * eradicate trailing whitespace commit 55c0d9cb0793f276e831aeddd00eb92084b20c28 Author: Simon McVittie Date: Thu May 24 11:29:22 2007 +0100 services/presence/server_plugin: remove trailing whitespace commit 2d76475682d8e7b03e128c0c68cf1b0755f11c74 Author: Simon McVittie Date: Thu May 24 11:21:58 2007 +0100 services/presence/psutils: Remove bytes_to_string - no longer needed commit 43453124bd18e69686d3964fc740ff35f9ffc6b0 Author: Simon McVittie Date: Thu May 24 11:21:21 2007 +0100 services/presence/presenceservice: Make bytes_to_string() unnecessary by requesting a ByteArray from dbus-python commit c3e54133a4b346934acfc283743525268e9b293c Author: Simon McVittie Date: Thu May 24 11:19:39 2007 +0100 services/presence/server_plugin: make bytes_to_string() unnecessary by requesting a dbus.ByteArray commit cb279a14187a6ca85d62db46455959a2f41bbfab Author: Simon McVittie Date: Thu May 24 11:16:37 2007 +0100 services/presence/server_plugin: reorder imports commit 417fd7cc8a14188a62cdaef78bc84d9f87b6515b Author: Simon McVittie Date: Thu May 24 11:13:58 2007 +0100 services/presence/server_plugin: Use more conventional conditional import for md5 commit 71951848a62d22b67b7365d1502c87f3eaa5a20c Author: Simon McVittie Date: Thu May 24 11:11:03 2007 +0100 services/presence/server_plugin: error_handler always takes exactly 1 argument. Instead of using lambdas with arbitrary arguments, use a lambda that takes 1 argument. commit f69e06247fec9991609df3ae77f9a24e2f078bee Author: Simon McVittie Date: Thu May 24 11:05:52 2007 +0100 services/presence/server_plugin: Use non-deprecated handle type constants. (CONNECTION_HANDLE_TYPE_foo is deprecated in favour of HANDLE_TYPE_foo.) Also rewrap imports to be 80 characters wide. commit e7e6c28394984b5a6a5b5d48ea5fa2040731b1c1 Author: Simon McVittie Date: Thu May 24 11:01:35 2007 +0100 .gitignore: Don't include vim swapfiles in git status commit 3c2bdfc3468f2b4b1787971c7bfe82c740b96991 Author: Simon McVittie Date: Wed May 23 18:39:24 2007 +0100 services/presence/server_plugin: implement _new_channel_cb asynchronously commit 3444acae8f28e0778b7c22f31985effb1d7b8bb4 Author: Simon McVittie Date: Wed May 23 17:42:31 2007 +0100 services/presence/server_plugin: Stop using private API of telepathy-python and dbus-python commit b16bb9d6cc1412df43d60e2b440ec1a481db66b8 Author: Simon McVittie Date: Wed May 23 17:41:49 2007 +0100 services/presence/server_plugin: Fix error logging for RequestHandles commit 46e957ee7d029a2f5a24026a7fea10113418292d Merge: 5f912f0 8b33ad6 Author: Marco Pesenti Gritti Date: Thu May 24 19:50:33 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8b33ad68bea4935fb32fe6b83f181043f235881a Author: Dan Williams Date: Thu May 24 13:57:11 2007 -0400 re-add network.py; it's deletion was unintentional commit 5f912f0330037d4f5519d214db9dcc02a6e5430e Author: Marco Pesenti Gritti Date: Thu May 24 19:50:17 2007 +0200 Avoid to reparse the activity registry on each activity start, hrm! commit f4327759fc7223834d83343ab4cbc86f4b7b54f0 Author: Simon McVittie Date: Tue May 22 16:45:20 2007 +0100 services/presence/server_plugin: When creating a room, make it non-anonymous. Otherwise clients joining the room won't be able to convert other clients' channel-specific handles into global handles in order to make Buddy objects, because they're not the moderator of the room. commit 7b1a38af1cefe3aed5436a62fa5ddcdd68bb3082 Author: Simon McVittie Date: Tue May 22 16:43:45 2007 +0100 services/presence/: keep track of the owner's Telepathy handles commit 10e1daf8c61e5d3b5765d7d138d7d8e014dd30b2 Author: Simon McVittie Date: Tue May 22 16:30:02 2007 +0100 services/presence/buddy.py: Don't allow the Owner to disappear, even if they have no handles left commit a6e809a9eff2d5b66b729cb25572f4e8c94c41a8 Author: Simon McVittie Date: Fri May 18 15:22:32 2007 +0100 services/presence/: move more of the handle tracking into the Buddy object commit c40a12a136bb1842625122a9ff814364bc8614f4 Author: Eduardo Silva Date: Thu May 24 13:37:48 2007 -0400 New Palette widget commit 2b9cb92953f59841beba5d3c0336a86248d64bf0 Author: Simon McVittie Date: Thu May 24 17:48:43 2007 +0100 Revert "sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle()" This reverts commit c6ac2873c881455bc0ba1aa6befae9bd44a1d1e4 because the necessary API isn't committed in PS yet. commit 161605ccb1633c2d69ac89f47e4b7b5a4418beff Author: Simon McVittie Date: Tue May 22 16:43:06 2007 +0100 services/presence/server_plugin: Initialize attributes with empty values commit 9786385baa523e074584f825e9a5127f1dc23f8f Merge: 98c5c07 494e17b Author: Marco Pesenti Gritti Date: Thu May 24 17:54:15 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 98c5c0734ecfbf3e996b80bbe0b615e63b94295a Author: Marco Pesenti Gritti Date: Thu May 24 17:53:57 2007 +0200 Add API to get the mime types commit 494e17b3cd03aa43a5d170d42e4463428a000272 Author: Simon McVittie Date: Thu May 24 12:34:36 2007 +0100 Revert "services/presence/: move more of the handle tracking into the Buddy object". It shouldn't have been applied before "services/presence: buddy: add mapping to/from Telepathy handles" which has not yet been reviewed. This reverts commit 78356b195669c92c5358c3194cae489e29ac6d09. Conflicts: services/presence/presenceservice.py commit 677eb1629c3ad8e88fda18b383e54f78a428694f Merge: 1d79d93 27a3644 Author: Simon McVittie Date: Thu May 24 12:26:28 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 27a3644daba79f877d7528517d4e3a58da5c40fd Author: Marco Pesenti Gritti Date: Thu May 24 12:30:42 2007 +0200 Hook up mime.get_for_file commit 2145de103988086a6a0e72890b1104cd9c4a843e Author: Marco Pesenti Gritti Date: Thu May 24 12:08:05 2007 +0200 Hook up get_from_file_name commit c89de594d37e33cb484e3ced73ee1ffbb0c81851 Author: Bert Freudenberg Date: Wed May 23 18:38:22 2007 +0200 Use proper "org.laptop.Activity" interface when talking to activities commit 677c4bc1998dff01a0b36c4c77e58e129351415e Author: Bert Freudenberg Date: Wed May 23 18:33:30 2007 +0200 Reliably detect activity launch (fix for #1560) commit f3d9d5e334db1074bc378c751c66c00d2d9261cc Author: Marco Pesenti Gritti Date: Wed May 23 12:37:15 2007 +0200 Remove the obsolete p2p code commit 08c366d04409fa373af7e13dbabcbf00936c70d7 Author: Marco Pesenti Gritti Date: Wed May 23 12:32:33 2007 +0200 Remove a couple of macros which was unused and causing problems. commit c202b6be43ab8ce4e53f61600e72c9af4443e8df Author: Marco Pesenti Gritti Date: Wed May 23 11:55:21 2007 +0200 Import xdgmime and start hooking it up commit ffebebcd7dd53c3a5e63b48bda3b2526c017a978 Author: Tomeu Vizoso Date: Tue May 22 18:25:29 2007 +0200 Set icon size on the combobox. commit 87d59ae13b75b4b364aa1e3ae39b252cdc173188 Author: Tomeu Vizoso Date: Tue May 22 18:24:56 2007 +0200 Avoid crashing in atexit. commit 1cb7700136e302ec0626f3f64f43248c8fb56a06 Author: Marco Pesenti Gritti Date: Tue May 22 14:49:28 2007 +0200 Rename interface name to org.laptop commit 1dc104126df801b7093e550b4df89123bfae88a6 Author: Tomeu Vizoso Date: Tue May 22 14:03:31 2007 +0200 Adapt to new DataStore API. commit 490b939eb99687244752358cae7a56de3c7b5ea3 Author: Marco Pesenti Gritti Date: Mon May 21 17:53:47 2007 +0200 Import the AddressEntry commit 0ddbf7e9ab54157244fa3ee6abe892413680b87d Author: Marco Pesenti Gritti Date: Mon May 21 17:36:08 2007 +0200 Add the AddressEntry object to sugar commit d560489d0ff075ab2b59a22e0252fc7d99e6735c Author: Marco Pesenti Gritti Date: Mon May 21 12:58:05 2007 +0200 Browser leftover commit 1d79d936274deeca634ecfc44a7a546c09492832 Author: Simon McVittie Date: Mon May 21 11:50:29 2007 +0100 Fix syntax commit 17b31427765d21591986b927955f6f5342201d82 Merge: f1d67f6 8c8dffe Author: Marco Pesenti Gritti Date: Mon May 21 12:47:28 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: configure.ac commit f1d67f661e22150381886784d80c79e0db542e17 Author: Marco Pesenti Gritti Date: Mon May 21 12:46:32 2007 +0200 Use autoreconf commit 66c5e882f359ad29286c23bb06c4a70155ddd167 Merge: ccc224e 8c8dffe Author: Simon McVittie Date: Mon May 21 11:30:38 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8c8dffe662b9b2491eed2e553e3165c827f1c3cc Merge: cd0a2b3 11c89d8 Author: Simon McVittie Date: Mon May 21 11:27:47 2007 +0100 Merge commit 'origin' into submit commit 42f7eeedc8d21a51fa6097333996b9111c80cbca Author: Marco Pesenti Gritti Date: Mon May 21 11:06:52 2007 +0200 Drop the browser stuff, it will be replaced by hulahop. commit 11c89d86c91d91de42a815f7715076494c33fa25 Author: Tomeu Vizoso Date: Sun May 20 12:38:08 2007 +0200 Put dates to work correctly on the journal, create a new journal entry when resuming a past entry. commit 04fc7047c2a640f731090839137f26cacc16094c Author: Tomeu Vizoso Date: Sun May 20 12:36:55 2007 +0200 Don't autolaunch downloaded docs, this will be done from the Web activity. commit 5d4b9b1dfa6a10e25062f439b1af30cdfa06e3d2 Author: Tomeu Vizoso Date: Sat May 19 20:06:36 2007 +0200 Set the activity icon on new journal entries. commit abec4df66ec2433249185ce8a046e33a60c20acb Author: Tomeu Vizoso Date: Sat May 19 11:19:56 2007 +0200 Don't try to display an icon without file name. commit 3ac4cb5432c30bc2744c4139dad825d0a3671792 Author: Tomeu Vizoso Date: Sat May 19 10:01:07 2007 +0200 Stop depending on NSPR. commit ccc224e76f4fff2d800ac2dae2527d361415a1cf Author: Simon McVittie Date: Fri May 18 15:33:21 2007 +0100 sugar.presence.presenceservice: Use absolute imports commit 29cc39968d491288ee460c8daa066479592d7e2b Author: Simon McVittie Date: Fri May 18 15:31:32 2007 +0100 Don't rely on dbus importing the exceptions module - import it explicitly. Also divide up imports in a PEP8-compliant way. commit c6ac2873c881455bc0ba1aa6befae9bd44a1d1e4 Author: Simon McVittie Date: Fri May 18 15:24:58 2007 +0100 sugar.presence.presenceservice: Add get_buddy_by_telepathy_handle() commit 78356b195669c92c5358c3194cae489e29ac6d09 Author: Simon McVittie Date: Fri May 18 15:22:32 2007 +0100 services/presence/: move more of the handle tracking into the Buddy object commit bf84eca102e300301042b0391228a8ccdda8021d Author: Simon McVittie Date: Fri May 18 15:21:36 2007 +0100 services/presence/server_plugin.py: Ensure _conn always exists (even if None) This means cleanup() will not fail on an uninitialized server plugin, and get_connection() will return None rather than raising AttributeError. commit 6c671fb7fe11c7b146ed8496f8fd2505dce7bcae Author: Marco Pesenti Gritti Date: Fri May 18 14:00:29 2007 +0200 Size the toolbox to 1 grid cell commit b958a515d546af130da793ff311d7b99b43fab8f Author: Marco Pesenti Gritti Date: Fri May 18 13:32:50 2007 +0200 Draw the background of the toolbox hbox commit 7b9c59fb9c673128a298d06ab675113f438f402b Author: Dan Williams Date: Thu May 17 13:54:26 2007 -0400 Correctly send IPv4 address when NM already has a connection commit f3a2d532f5faba5a543f958c4512139b359e2bbf Author: Simon McVittie Date: Thu May 17 17:41:42 2007 +0100 services/presence: buddy: add mapping to/from Telepathy handles commit 4af212d2141ad218407fbe1ebe653076879f3123 Author: Marco Pesenti Gritti Date: Thu May 17 16:06:04 2007 +0200 Disable clicks handling for now, can't figure out what's broken. commit d72ff8c6fb2c0a097da7ca2ad8ba8a490f10dc5e Author: Dan Williams Date: Thu May 17 09:32:34 2007 -0400 Don't try to shove None through dbus commit 6dd2f7109c2e955ef5649eddf60fefb6bc1f63bd Author: Bert Freudenberg Date: Thu May 17 13:18:56 2007 +0200 Find executable in bundle (approved by marcopg, fix for #1362) commit cd0a2b3ecd3b10cdb60daf5cf1dfc2eec08b9f4c Merge: 5313217 3a1d514 Author: Simon McVittie Date: Thu May 17 11:31:57 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3a1d514e9fa197e0c13c7763b5ace9fc56342a61 Author: Tomeu Vizoso Date: Wed May 16 21:30:49 2007 +0200 Save to the journal when switching to another activity. commit 1d31c51eccf37e081f521cc5091fea668824a883 Author: Tomeu Vizoso Date: Wed May 16 17:55:56 2007 +0200 Don't save to the journal on focus-out. commit 7314d5a8c81c293793bf6910b6f1e92e94c935b5 Author: Tomeu Vizoso Date: Wed May 16 17:01:59 2007 +0200 Improve logging. commit 79fdfc5fb73e94b1791069e5504403f8f16a05af Author: Tomeu Date: Wed May 16 15:02:41 2007 +0200 Don't set_active(0) on realize, as it would trigger 'changed'. commit 531321740cbf6bd971ce73dbfea2bb83a4d64566 Merge: 35d190b 5d9e19a Author: Simon McVittie Date: Wed May 16 12:30:49 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: services/presence/server_plugin.py commit 35d190b55e49aabcf7d9727cf3d44147451f4434 Author: Simon McVittie Date: Wed May 16 11:39:16 2007 +0100 services/presence/server_plugin.py: Handle presence more correctly. This avoids unnecessary attempts to look up the buddy properties of channel-specific handles (which doesn't work) by only looking up the buddy properties of people we're subscribed to. Also, this approves subscription requests that come in while we're online, rather than handling them when we next go from offline to online. commit 5d9e19a8921dc187a88a43d4e5407a289b32bc06 Author: Dan Williams Date: Wed May 16 01:03:55 2007 -0400 Retry getting buddy properties a few times commit e659d15384908dbfa99d5c78f443bb857cc74cfe Author: Dan Williams Date: Wed May 16 00:41:45 2007 -0400 Make datastore find & update operations async commit 28e8b9025e33102b270c2898e5c81a440375f7d0 Author: Dan Williams Date: Tue May 15 16:21:40 2007 -0400 Show activity title in mesh view commit 82095ea26aa272009e6500c5a6232de66b08e7ca Author: Dan Williams Date: Tue May 15 15:25:30 2007 -0400 Some PS reliability fixes commit 5d77ff680a64fc22a84be65b21c420cd10ecd343 Author: Simon McVittie Date: Tue May 15 15:20:02 2007 +0100 services/presence: Stop using deprecated keyword argument named_service commit 4b26840333f773020093b0bac7fea28b43991951 Author: Simon McVittie Date: Tue May 15 14:58:15 2007 +0100 sugar.presence.presenceservice, services/presence: Use named loggers. This causes events in the log to be annotated with the module that emitted the message. Before: DEBUG - root: Starting up... After: DEBUG - s-p-s.server_plugin: Starting up... I've used a log domain of "sugar.presence..." for the client library and e.g. "s-p-s.activity" for the service internals. commit ef00d72ca806e53063a7834679833a906e12bcb0 Author: Marco Pesenti Gritti Date: Tue May 15 12:22:26 2007 +0200 Put compreg.dat in the profile. commit 4a8493f95e4df95cfbdb0705c146342f4b8cab58 Author: Marco Pesenti Gritti Date: Tue May 15 11:50:21 2007 +0200 Fix mozilla components loading when sugar is running from source. We don't attempt to load components from source, since that would be insanely complicated. commit 9fa0790c2be829bcd652a49ed9c6e52989dcbfe7 Author: Marco Pesenti Gritti Date: Tue May 15 11:23:46 2007 +0200 Do not assume we are packing an ActivityToolbox inside the activity commit 871828f307cafbd2d320ba5a0228b88a3170a6ef Author: Dan Williams Date: Mon May 14 22:48:53 2007 -0400 Set alias twice so server actually gets it commit 79aad47327846152743e32c84b041996c0699003 Author: Dan Williams Date: Mon May 14 16:20:23 2007 -0400 Don't drop buddies on failure to retrieve their activity list commit 9b978f014f44d69911e566e5ee9268a76ae7d2e4 Author: Dan Williams Date: Mon May 14 16:17:33 2007 -0400 Fix setting owner OLPC properties commit 9a83c2b0fd07020256239dee2a5eb5e763cc5aac Merge: 141072c a05d804 Author: Marco Pesenti Gritti Date: Mon May 14 19:57:01 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a05d8049492eef4958f0e2377068052d786138c5 Author: Dan Williams Date: Mon May 14 13:58:26 2007 -0400 Make reconnection to the jabber server work again commit 141072c9e99ec4517bb40eaeecb39e42cbdc24b5 Author: Marco Pesenti Gritti Date: Mon May 14 19:56:06 2007 +0200 Set a default title for the activity commit 8ccb393b55985b7196172e892f2fae1e967558b5 Merge: 820e739 b99e149 Author: Marco Pesenti Gritti Date: Mon May 14 19:27:51 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 820e739a0f1b51aed605a935fb19ca169309db99 Author: Marco Pesenti Gritti Date: Mon May 14 19:27:35 2007 +0200 Improve the layout of the activity toolbar commit b99e149d23a177f22b135373b2c841468190abf6 Author: Dan Williams Date: Mon May 14 13:04:59 2007 -0400 Fix Friends view buddy removal commit c84e21aa9ef2a5223cd4fbf1fb5792d3b031b054 Author: Marco Pesenti Gritti Date: Mon May 14 15:48:36 2007 +0200 Hide the tabs bar when there is only one toolbar. Fix sugar.Browser commit 9e1e85188423e971c34a6d7437090f5fcd867f14 Author: Dan Williams Date: Mon May 14 02:46:51 2007 -0400 Make deferred connection actually work commit 02c99e2a0cbd9b514415a675f019f784be64d47c Author: Dan Williams Date: Mon May 14 01:21:22 2007 -0400 Handle buddy nick changes commit e1b3cde65e310715c2dfaae7378f23622a547774 Author: Dan Williams Date: Sun May 13 21:40:24 2007 -0400 Fix uninitialized variable traceback commit 5e2ea16e3aaf3db3629164de786ad5083f600600 Author: Dan Williams Date: Sun May 13 21:34:15 2007 -0400 Redo PS connection handling; ensure valid network connection before talking to server commit 66dfd363ba7cc169ffaeafffe6c6b302c4779eeb Author: Dan Williams Date: Sun May 13 21:33:14 2007 -0400 Log the PS getting kicked off the bus commit fddf1018852952e01064050da85642c5e32b9d99 Author: Dan Williams Date: Sun May 13 21:31:16 2007 -0400 Quiet error message when unecessary commit de1796605f42db360a4f420e4701e8c563ec4187 Author: Dan Williams Date: Sun May 13 21:11:19 2007 -0400 Fix member name collision with dbus object superclass commit 077b3e3391267215d7c9669bf093418b4b1585d4 Author: Dan Williams Date: Sun May 13 21:08:54 2007 -0400 Fix debug log statement commit 9e10d15c21a6ec767e0a4d9606e2b01dad57636a Author: Marco Pesenti Gritti Date: Sun May 13 22:49:27 2007 +0200 More work on pyxpcom integration commit 7e0fd77b13d8e4d8a169adf3733ef70d47933eea Author: Marco Pesenti Gritti Date: Sun May 13 20:32:28 2007 +0200 Some fixes commit f3289d2e59bff57c1908c306a78ac8fec7c7db4f Author: Tomeu Date: Sun May 13 18:21:35 2007 +0200 Implement setting the journal entry title from the toolbar. commit 309ddec8b769af42f577229bc5e3278c0328f1c4 Author: Tomeu Date: Sun May 13 18:18:50 2007 +0200 Activate session saving as gtk_moz_embed_set_directory_service_provider got added to the glue. commit 04b81ee901568c05e8900a61ff9f5c25691e5726 Author: Marco Pesenti Gritti Date: Sun May 13 16:26:55 2007 +0200 Add a browsehelper component which I'll use for pyxpcom integration. commit f13a49b08edeb14e942cb4c8fc04ed04cbf4799d Merge: 2216f50 d8446e2 Author: Dan Williams Date: Fri May 11 18:41:39 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2216f5095d4b98ee9f088c8de00ce5c38f131f3d Author: Simon McVittie Date: Fri May 11 17:27:36 2007 -0400 Use ExportedGObject from dbus-python rather than reimplementing it commit a86293dcb4d34a6c3aa306fde22d77fbcf8fda99 Author: Dan Williams Date: Fri May 11 17:25:44 2007 -0400 Only set our own properties when we're connected commit d8446e25aec384b3091fa287182416992f2d7703 Author: Marco Pesenti Gritti Date: Fri May 11 23:11:02 2007 +0200 Cleanup commit b0c2f0313fa291facbfe34ed663b4d81cdfa8d09 Author: Marco Pesenti Gritti Date: Fri May 11 23:10:07 2007 +0200 Check the grid exists before trying to remove weight when removing items. commit d319ac192d155c8b23744a1c162c50e4179ee1bd Author: Marco Pesenti Gritti Date: Fri May 11 20:31:44 2007 +0200 Use sugar theme for matchbox commit 5b55fbc99e4e7624e2043178c28ae54155e5a784 Author: Marco Pesenti Gritti Date: Fri May 11 16:55:43 2007 +0200 Use the sugar-xo theme on the xo commit f0e5523cd0ecec1330f3c6360d721b7449ddbaaa Author: Marco Pesenti Gritti Date: Fri May 11 12:36:07 2007 +0200 gtk thinks the xo dpi is 200.0 commit 669c4259dc8a5628121f147e01b200d4be672c13 Author: Marco Pesenti Gritti Date: Fri May 11 12:33:14 2007 +0200 Fix distcheck commit 35a9102b71c6166a06e1e77d1a9c46ba6ebc6a36 Author: Marco Pesenti Gritti Date: Fri May 11 12:17:43 2007 +0200 Build the gtkrcs from a common gtkrc.em commit d5e060519501be8611a60c3801f244b678e42428 Author: Marco Pesenti Gritti Date: Fri May 11 11:49:12 2007 +0200 Scripted generation of sugar and sugar-xo commit 0087f41fb4b0dd548842a83e7ad45bcfeb101199 Author: Marco Pesenti Gritti Date: Fri May 11 11:19:03 2007 +0200 Remove obsolete files commit e5a586fe69e4b4dab540edeab97741db34f0f6c1 Author: Marco Pesenti Gritti Date: Fri May 11 11:18:17 2007 +0200 More distcheck fixes commit 85a4c4adb350bb9bff3fb74c4e58a18b41b0544f Author: Marco Pesenti Gritti Date: Thu May 10 19:16:27 2007 +0200 More distcheck fixes commit cb1119a6478c5938fd61055c179f6e4bfcf4dd39 Author: Marco Pesenti Gritti Date: Thu May 10 18:55:29 2007 +0200 Fix several distcheck issues commit 133b96b4f064366c9f0ae2e8b571841d9ba47360 Author: Tomeu Vizoso Date: Thu May 10 17:04:40 2007 +0200 Typo. commit d6850279a86c580a40104de4a914693a7eb160bd Author: Tomeu Vizoso Date: Thu May 10 14:34:10 2007 +0200 Temporary fix while we stabilize the new datastore. commit 30114f9545f2a95ac5935e92e377896d557abb23 Author: Tomeu Vizoso Date: Thu May 10 14:16:48 2007 +0200 Temporary try..excepts while we stabilize the new datastore. commit 46eea8fc7f5e8d6973db0f78ab8c9a09ce44e614 Author: Guillaume Desmottes Date: Thu May 10 12:02:33 2007 +0200 configure.ac: remove services/datastore commit 929dabd165ce376eebcf90716fef10b533ab6530 Author: Tomeu Vizoso Date: Thu May 10 11:01:32 2007 +0200 Use the new DataStore and remove the old one. commit ac4338e3c0ff604e19239ed55ddaf2e64b26945c Author: Marco Pesenti Gritti Date: Thu May 10 10:42:56 2007 +0200 Add an ItemInfo object associated with each item. Remove weight from the grid when removing items. commit 5d14daf44bae7795994a9a88b5a5458c1f106575 Author: Eduardo Silva Date: Wed May 9 14:38:38 2007 -0400 Notebook class now use **kwargs to set properties commit 00e8348c731376b4f72d05285971b89bc9af0e06 Author: Simon McVittie Date: Wed May 9 16:32:16 2007 +0100 Set _shared_activity correctly when we share an activity successfully commit 5fc1cdefebe2be689226b2cd5aa1517a2d77c1b9 Author: Simon McVittie Date: Wed May 9 15:05:17 2007 +0100 When joining an activity that's already been joined, call a callback which exists commit c34a26416867ac886f095e3b002504fd70404ba4 Author: Eduardo Silva Date: Tue May 8 22:38:56 2007 -0400 Add some comments in the notebook class commit a67d87c2a67238796debec0143322d325f4a1631 Author: Dan Williams Date: Tue May 8 16:28:55 2007 -0400 Fix server-based registration commit 0d1b2bef13d565be5db0d64fee68e9931ec9db91 Merge: 1f024ff 28637c0 Author: Simon McVittie Date: Tue May 8 17:07:44 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1f024ff6e402f1a77f7918dd4b5555a846a01ecc Author: Simon McVittie Date: Tue May 8 16:24:48 2007 +0100 sugar.logger: Use formatters properly when interfacing with logging. This fixes display of tracebacks in the logs, and adds logger names commit 05d7ed5084ac21c46cc2e9290f48d200f129038b Author: Simon McVittie Date: Tue May 8 16:23:07 2007 +0100 sugar.presence.presenceservice: don't mix up local variable 'activity' and imported module 'activity' commit 28637c098ec6d95ede25cf050e90f64da176674f Author: Dan Williams Date: Tue May 8 11:19:30 2007 -0400 Fix activity creation ID collisions commit 1994b5e6a959520274ae5e61cc106211d42a7fa0 Author: Dan Williams Date: Tue May 8 11:07:27 2007 -0400 Fix file closing commit 6a685d38b4712a7efc031787780df4df171f1a46 Merge: 9180388 60d6dcd Author: Eduardo Silva Date: Tue May 8 09:33:58 2007 -0400 Merge branch 'master' of git://dev.laptop.org/sugar commit 9180388a76e9de7742a9337a03458b98eb15747c Author: Eduardo Silva Date: Tue May 8 09:32:32 2007 -0400 Notebook widget class: new 'can-close-tabs' property commit 60d6dcd6188695add3c7b620c2a3eb61092fcf0a Author: Simon McVittie Date: Tue May 8 11:49:52 2007 +0100 sugar/logger.py: interpolate %x parameters in messages from the logging framework commit d5980979940eac816663fdb2a263e19c316b6c4b Author: Dan Williams Date: Mon May 7 14:18:20 2007 -0400 Fix retrieval of owner's object path commit 888e44e1514c7a1b3b320b4b0025d49e7017c811 Author: Guillaume Desmottes Date: Mon May 7 17:59:23 2007 +0200 set gabble and SE log file variables commit 6d5bc75092b0b68042c943cef694fea7999722ea Author: Marco Pesenti Gritti Date: Mon May 7 16:59:28 2007 +0200 Tweak the test to use realistic numbers. Some fixes commit fb019bc9f5a93231d9dc63a2f323db6881a048a3 Author: Marco Pesenti Gritti Date: Mon May 7 16:24:41 2007 +0200 Better spread algorhytm, work in progress commit c89bc07e0bc57b73fbb099e7e458b41ecb739cc9 Author: Dan Williams Date: Mon May 7 00:18:42 2007 -0400 Fix nickname encoding and length issues commit 110fa5f35471665990fa3485f926c9116e39709c Author: Eduardo Silva Date: Sun May 6 11:03:43 2007 -0400 New notebook control commit a2660195bd9cf4379ee36fdb443bef39916160f1 Author: Tomeu Vizoso Date: Sat May 5 12:13:23 2007 +0200 Initial support for icon-only combo boxes. commit 7fbcf08242822125ec1a0091052bfeb1643f124a Author: Tomeu Vizoso Date: Sat May 5 10:59:21 2007 +0200 Fix for Python 2.4 compatibility. commit 0573e56d2c67a529a12d379cd89f4e575cb3c70a Author: Tomeu Vizoso Date: Sat May 5 10:58:55 2007 +0200 Use standard icon name. commit 695898fb461f50dfae201f596a76b08e5cd71e7e Author: Tomeu Vizoso Date: Sat May 5 10:58:13 2007 +0200 Gitignore some generated files. commit 50d2b665017ea4a5284bbcf44fc16a890b3a1a5d Author: Tomeu Vizoso Date: Fri May 4 19:51:15 2007 +0200 Take out the HAVE_GECKO_1_9 ifdefs, we only support Gecko 1.9 now. commit 16304b33c8c9310bd556b8a56b0a881c0764d278 Author: Tomeu Vizoso Date: Fri May 4 19:41:08 2007 +0200 Take out the HAVE_NS_WEB_BROWSER ifdefs, we finally have this symbol in mozilla's trunk. commit bbb96e9c89e6e12fc2a83dc291514ba1859db325 Author: Tomeu Vizoso Date: Fri May 4 19:32:25 2007 +0200 Implemented saving web history to the journal. Ifdefed by now while we wait for a patch to be applied to mozilla upstream. commit 2ad2b11d6c2751303495dea85dd74f48cb7191b0 Merge: e18f677 54c8c00 Author: Marco Pesenti Gritti Date: Fri May 4 18:29:57 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e18f677a779a345344cf5da985f191949d153f0e Author: Marco Pesenti Gritti Date: Fri May 4 18:28:21 2007 +0200 Add Spanish translation by the Uruguayan linux user group commit 54c8c009ef23c601a3f2a7c56d8a07d0302b086c Author: Tomeu Vizoso Date: Fri May 4 14:47:30 2007 +0200 Fixed typo. commit eff6c1a7c1cf0b5bfc58a45b19a508b27e48edc6 Author: Tomeu Vizoso Date: Fri May 4 09:56:01 2007 +0200 Add ToggleToolButton to the Makefile. commit 44e8393bde2cfce5bd590687f05bfe30904293cb Author: Dan Williams Date: Thu May 3 15:06:00 2007 -0400 Fix type commit 8421d5c04df8967f078500542f27246b59ef4fa0 Merge: 5057a0e 694e30a Author: Dan Williams Date: Thu May 3 10:44:03 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5057a0e6530cd5585186659a5ff410ba8954a04d Author: Dan Williams Date: Thu May 3 10:43:57 2007 -0400 Add a mock sharing read activity commit 694e30aa76228597d8f3b59b80152a9fd578ebf6 Author: Tomeu Vizoso Date: Thu May 3 16:30:32 2007 +0200 Expose the buttons contained by the activity toolbar. commit 1f60139e09ac6d1ff2ee21b97db4c8716dbbe8a5 Author: Tomeu Vizoso Date: Thu May 3 16:07:19 2007 +0200 Added WebSession datastore object. commit a5154aa011bfa93ef8bbbb04e648ebfb88cd700e Author: Dan Williams Date: Thu May 3 01:14:39 2007 -0400 Misc fixes; better GlibURLDownloader error handling, fix GlibXMLRPCRequestHandler argument passing commit 66b721048183784ec54ac2dba2bae2f38a0e6998 Author: Dan Williams Date: Thu May 3 00:43:53 2007 -0400 Ignore network properties for the owner when their jabber contact comes online commit f0205fde5c8e06944f000a7bfb4dad0e9a4a9aac Author: Dan Williams Date: Wed May 2 23:58:14 2007 -0400 Make XMLRPC proxy object callback semantics saner commit 7774073276de007dbf02c4f36aeeef3d56151bff Author: Dan Williams Date: Wed May 2 23:25:15 2007 -0400 Make joining asynchronous on the activity side commit 46d97015e61d9969840f1b36980b80af18e38ac1 Author: Dan Williams Date: Wed May 2 23:20:38 2007 -0400 Fix arguments commit b3a403c8f072fb6d409840d25f2776430faf0cba Author: Dan Williams Date: Wed May 2 23:16:14 2007 -0400 Fix more debug printout; print type not method itself commit 886dbf288bcfcea9ae922cd5a95ac23ef793f07c Author: Dan Williams Date: Wed May 2 23:13:09 2007 -0400 Fix debug printout; print type not method itself commit e392680f3e8c72c7f705e5674930c0642bb43e75 Author: Dan Williams Date: Wed May 2 22:31:26 2007 -0400 Log activity launch failures with error info; fix typo commit e4be6fc1bacb4ada663a2fb57a6557c6475c9435 Author: Dan Williams Date: Wed May 2 22:30:59 2007 -0400 Fix ps buddy object usage commit 3f480c14952e4db466ede0c0997b63822e4631fa Author: Dan Williams Date: Wed May 2 22:23:01 2007 -0400 Chunked glib-integrated HTTP server and url downloader classes commit 587bc3be19059e9d894f83c59fc0b998f9ac92a5 Author: Dan Williams Date: Wed May 2 22:22:02 2007 -0400 More verbose debug messages when starting activities commit 65998a10c668078c1ac26d2ba0c94975a26c172c Author: Dan Williams Date: Wed May 2 22:21:15 2007 -0400 Use bundle registry correctly commit 3502c58c47e9479cc10ab9b30abfa18beb6bbf99 Author: Dan Williams Date: Wed May 2 22:19:58 2007 -0400 Remove unused import commit bc4b051af20d0d0c2d02d16a7486c4e8bf0e85cb Author: Marco Pesenti Gritti Date: Tue May 1 18:26:26 2007 +0200 Some refactoring to get styles right commit 152361c592188574d96c0d52352a35618014a084 Author: Marco Pesenti Gritti Date: Tue May 1 16:42:43 2007 +0200 Do not fallback to SUGAR_PREFIX for the sugar path. Require SUGAR_PATH. commit f34e5fd36b2d6bf234cc8264a53916312a89201c Author: Marco Pesenti Gritti Date: Tue May 1 13:50:18 2007 +0200 One cell grid of space at toolbar borders commit c5f7f1d8af708471603985910773f4a9126ebe5b Author: Marco Pesenti Gritti Date: Tue May 1 12:41:22 2007 +0200 Make tabs fixed size commit 63f5f55050e3df5974a0a60d3240827ef7258030 Merge: b476b13 570c7e6 Author: Marco Pesenti Gritti Date: Tue May 1 12:11:07 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b476b13673e5e3869c286aac871bcd624cc3c070 Author: Marco Pesenti Gritti Date: Tue May 1 11:28:06 2007 +0200 Add a set_named_icon method commit 570c7e6052d419ec86587a8c1ebda66c0db8c2e1 Author: Dan Williams Date: Mon Apr 30 23:44:39 2007 -0400 Add buddy ip4-address property (temporary) commit 0ebba0d454a2243e7a683d0f0c279c559d0f9c4c Author: Marco Pesenti Gritti Date: Tue May 1 01:07:08 2007 +0200 Drop the old hippo based toggle commit b8e96d08aeee519dd08eed36c54a86c7da8f71b1 Author: Marco Pesenti Gritti Date: Tue May 1 01:03:16 2007 +0200 Adjust named icons terminology a bit commit 9a8d5ac32a3dc7692cd4d72bca7e88fc8381073a Merge: f6c5b63 dc2cae3 Author: Dafydd Harries Date: Mon Apr 30 18:43:59 2007 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit dc2cae382ca21dbad9df21e1ac28353c86a9287a Merge: fda6690 e78c9d2 Author: Dan Williams Date: Mon Apr 30 13:46:54 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f6c5b63a589f923f2e7ea3f8f2f5c7f94db9981e Author: Dafydd Harries Date: Mon Apr 30 18:43:43 2007 +0100 don't return unused value from D-Bus signal callback commit e78c9d21a9070a4bcfd5f3ab7fcabc4542808e75 Author: Tomeu Vizoso Date: Mon Apr 30 19:00:34 2007 +0200 Added ToggleToolButton control. commit bb8417f57b3b79392febd9e1dde70523df259c1e Author: Tomeu Vizoso Date: Mon Apr 30 18:59:55 2007 +0200 Added sugar.activity.activity.EditToolbar. commit 8cb5170566c3477ad428a99bccc1bfa39d659f11 Author: Marco Pesenti Gritti Date: Mon Apr 30 17:30:55 2007 +0200 Add missing files commit 12192e974fcee1918e4bfa0a6c5febaea4bc2726 Author: Marco Pesenti Gritti Date: Mon Apr 30 16:31:30 2007 +0200 Tweaks for themability commit fda6690e7c8b2f15fd71020e14c6b499cc52dba4 Merge: e432cc9 e936b1e Author: Dan Williams Date: Mon Apr 30 09:51:39 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e432cc91cadade61052deb643b536acd424edf47 Author: Dan Williams Date: Mon Apr 30 09:51:35 2007 -0400 Fix split_properties usage commit e936b1e1fc3a3748381ff105bbbefce1e7750e0f Author: Marco Pesenti Gritti Date: Mon Apr 30 14:04:50 2007 +0200 Forgot to add the icon commit afe90d30002c918abe0554cfebcd44f3be672604 Merge: 2321c9d b4f2016 Author: Marco Pesenti Gritti Date: Mon Apr 30 13:43:05 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2321c9d5b4b4feae7521b94cd7c28f00324a8f73 Author: Marco Pesenti Gritti Date: Mon Apr 30 13:42:45 2007 +0200 Icon widget commit 58a8cfc795b8f893aba6ab217e2f0a2d2c8cc3a4 Author: Dan Williams Date: Sun Apr 29 21:44:57 2007 -0400 Fix up activity property handling commit e63accc8bec25e098f550b3e2c2136c78e18c2e4 Author: Dan Williams Date: Sun Apr 29 18:01:23 2007 -0400 Make test buddy attribute randomization optional commit 0148f13ed6489dd18a8fc01cfe1bd6daddbf4fb8 Author: Dan Williams Date: Sun Apr 29 17:55:52 2007 -0400 Don't duplicate program name in argv commit b4f2016844c2b9c944cffefb316fd8d35e9456b2 Author: Tomeu Vizoso Date: Sun Apr 29 21:12:35 2007 +0200 Launch the journal activity on startup again. commit d6445af2c8e403468e1f248a12af44d3a78fbacb Author: Tomeu Vizoso Date: Sun Apr 29 21:11:59 2007 +0200 Add method Toolbox.remove_toolbar(). commit b097802fe653c515013e3475e54a523c639d02de Author: Tomeu Vizoso Date: Sun Apr 29 21:10:58 2007 +0200 Add ComboBox control. commit 4ecb7e26f9b3243dae8a9369c0a578667ea59504 Merge: 7c8ec7a d5d9c1f Author: Marco Pesenti Gritti Date: Sat Apr 28 01:24:18 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7c8ec7a84566c0775e955dc81b62dca1465663da Author: Marco Pesenti Gritti Date: Sat Apr 28 01:15:47 2007 +0200 Fix height request commit d5d9c1fa0fe475b4f04acde762c2a735dfc8b7ed Author: Dan Williams Date: Fri Apr 27 17:48:35 2007 -0400 Fix activity join from mesh view commit 01be59b84f086e20885ca5eed24313b087f9d900 Author: Dan Williams Date: Fri Apr 27 16:07:38 2007 -0400 Re-enable activity sharing commit e785bbe2a785fbb0a9c1df88af83519c83623975 Author: Dan Williams Date: Fri Apr 27 13:08:40 2007 -0400 Turn off wifi new AP log messages commit 16162f74ff5e4f992757b110b62c68e7fe2e5bc0 Author: Dan Williams Date: Fri Apr 27 12:56:13 2007 -0400 Fix shell for sugar.presence.activity API changes commit 9537082fc105fea0f8067b4969f0fdc46686b5e1 Author: Dan Williams Date: Fri Apr 27 12:47:48 2007 -0400 Finish current-activity test checks commit 395d3f5c9654d0fe9e07a469e0dac533d31c2301 Author: Tomeu Vizoso Date: Fri Apr 27 13:01:41 2007 +0200 Fix. commit a9f26a1faafd218933c8616965f7f595f2fef266 Author: Marco Pesenti Gritti Date: Fri Apr 27 12:05:17 2007 +0200 Use the gtk entry commit 1412b984e048f13dd55210692bd5cf380c416690 Author: Marco Pesenti Gritti Date: Fri Apr 27 12:00:30 2007 +0200 Finish up deprecations commit b216135ed03209a69ef2f3a9d9672f44013cecf0 Author: Marco Pesenti Gritti Date: Fri Apr 27 11:59:02 2007 +0200 More removal and deprecations commit 2baa2881e05b4f49109d072e02f0de420bfa82cd Author: Marco Pesenti Gritti Date: Fri Apr 27 11:47:02 2007 +0200 Kill more canvas items commit 63f5ca099ce3a346396b854225fb9198fc6f43b1 Author: Marco Pesenti Gritti Date: Fri Apr 27 11:45:14 2007 +0200 Remove the canvas button commit 4346a50e6f650850c41caa6ddfae9e00571a1588 Author: Marco Pesenti Gritti Date: Fri Apr 27 11:43:40 2007 +0200 Remove all the bubbles from the public API, yay ;) commit 46d3c1b9c9d8d2c7a56b4412a402d015c0abe1c9 Author: Marco Pesenti Gritti Date: Fri Apr 27 11:33:18 2007 +0200 Get rid of the activity menu. commit 9ccda70199c098ea6b45bec059225976cfb3b0d7 Author: Marco Pesenti Gritti Date: Fri Apr 27 10:51:19 2007 +0200 Refactor the window API a bit to make it more flexible. commit 9dcfcf89e96894d32905bfe9bae3e1310a21ae1b Author: Marco Pesenti Gritti Date: Fri Apr 27 01:09:00 2007 +0200 Close the window when clicking the toolbar button commit c256958a9a08429a37170c1cab639fb6ac5a9f4f Author: Marco Pesenti Gritti Date: Fri Apr 27 00:55:23 2007 +0200 Ensure the window is realized before getting his xid commit 6cc3e7acdbf1d91d87d4dddab5a35dd14cdfabc0 Author: Dan Williams Date: Thu Apr 26 16:52:24 2007 -0400 Add minimal current activity test commit f18df46c624055838352616ae9bb7f4c3827796a Author: Dan Williams Date: Thu Apr 26 16:52:13 2007 -0400 Add bits to support current activity and add/remove buddy to activity commit 511c666a4a602bcf4e962593a9874a37a845a3af Author: Dan Williams Date: Thu Apr 26 16:51:37 2007 -0400 Fix current activity property; get activities when buddy is created commit 274cc65c4e2eb781a26a1485c212fc311b2bbb63 Author: Dan Williams Date: Thu Apr 26 12:34:05 2007 -0400 Use hashlib on python 2.5 commit 1c249a216bccdc13dac5678b92ca4dc1ee4b5a1b Author: Tomeu Vizoso Date: Thu Apr 26 18:25:40 2007 +0200 Fix for using with python 2.4. commit 0b2658d3a8831a8c5110e5eabe5e3b7b85dd8c19 Author: Tomeu Vizoso Date: Thu Apr 26 18:24:42 2007 +0200 Added some more notes. commit 57592601cc72ce99eddc032e3281bbb21ee3b87d Author: Dan Williams Date: Thu Apr 26 10:48:49 2007 -0400 Clean up GSource and signal handler ID tear down commit 2d2e1368fbd0f4c51e7f13ef44ee91f7696d5099 Author: Marco Pesenti Gritti Date: Thu Apr 26 12:21:03 2007 +0200 Add missing files commit e49146752ff322c53430419749be53b741f02540 Author: Marco Pesenti Gritti Date: Thu Apr 26 11:31:41 2007 +0200 More work on the new graphics API. commit 9446c951acfe1c96e10bdec88c0f8a5f8d8b77ce Merge: 4b177d3 78cdbbc Author: Dan Williams Date: Wed Apr 25 22:39:39 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4b177d329d95c5dc839d10cab16dc8412456831d Author: Dan Williams Date: Wed Apr 25 22:39:12 2007 -0400 Fix dbus connection re-use issues; clean up signals after each testcase; add activity join test commit 8600a48fa2f8fef9cbdeb5dbae8b7810717ea579 Author: Dan Williams Date: Wed Apr 25 22:37:58 2007 -0400 Fix NotFoundError commit 549a2df40347b20a81de30e90e9f35f6e344a66d Author: Dan Williams Date: Wed Apr 25 22:37:35 2007 -0400 Make joining work commit 78cdbbcb09d40cb4d67bcbad1097ba8482b236b6 Author: Marco Pesenti Gritti Date: Thu Apr 26 00:25:15 2007 +0200 More stuff commit 83b712bcb109d2f159b7b0c4bdd934dd5ad70d04 Author: Guillaume Desmottes Date: Wed Apr 25 19:35:08 2007 +0200 Fix properties bugs commit 6d8fd267e2f87b53822d45d14f2457b2b7becc57 Merge: 51fa253 cdb7271 Author: Dan Williams Date: Wed Apr 25 12:06:58 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a22d8a65f1e0305c227e04889c9fc83ced36d747 Author: Guillaume Desmottes Date: Wed Apr 25 12:47:29 2007 +0200 Fix logging.warn arguments commit 51fa253e98245735d7e87ec0e39ab19e6668c7dc Author: Dan Williams Date: Tue Apr 24 20:04:21 2007 -0400 Test activity sharing commit 290f2c29008a6aa3a1d422ae9d2e7e22c38a39a0 Author: Dan Williams Date: Tue Apr 24 20:04:09 2007 -0400 Add bits to handle join/leave activities commit cdb727109b09e46849c5e71819b08b63ee46dfc3 Author: Marco Pesenti Gritti Date: Tue Apr 24 23:28:27 2007 +0200 More work on the controls doc commit 8152672e495d018864db008f8e12ed660c3ed98a Author: Dan Williams Date: Tue Apr 24 12:13:08 2007 -0400 add log handler since sugar ps bindings use logging commit 716dadd0ad9b9d413d2344b9a15756e5a86fc582 Merge: f5305a3 0c7690b Author: Dan Williams Date: Tue Apr 24 12:11:43 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f5305a3ea0d5e3fd63af43fe6b6dc6277bd8fdb8 Author: Dan Williams Date: Tue Apr 24 12:11:36 2007 -0400 Test activity appeared/disappeared commit 5d11e7fdd9309ecd7a62db9b9def097a193e27c7 Author: Dan Williams Date: Tue Apr 24 11:49:43 2007 -0400 Convert activity properties to gproperties commit 0c7690bc5fec3dd83738492e553eb521807c5a2d Author: Marco Pesenti Gritti Date: Tue Apr 24 16:21:45 2007 +0200 More work commit 4e3b1c7ce2a5b00345a578f1ce3af7005dd53d52 Merge: 299dffd 5a5b541 Author: Marco Pesenti Gritti Date: Tue Apr 24 14:13:04 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 299dffd9d55234dd79c6a9eca976bd5b63b6f549 Author: Marco Pesenti Gritti Date: Tue Apr 24 13:29:48 2007 +0200 Controls spec commit 5a5b541da3f58cbfe416db47941366d5d95e478d Author: Dan Williams Date: Mon Apr 23 13:21:34 2007 -0400 Add buddy-removed testcase commit 05b7f678e9f08698d72e42e8de9ddc54f747744b Author: Dan Williams Date: Mon Apr 23 13:21:19 2007 -0400 Fix traceback in RemoveBuddy commit 857aa1dcbfc6755777e93e345cffb962c2cf475d Author: Dan Williams Date: Mon Apr 23 13:12:10 2007 -0400 Rework mock ps start/stop; test BuddyAppeared signals commit 86ab6ca36b2ab0b45096bd209bbfb72db47683f4 Author: Dan Williams Date: Mon Apr 23 13:11:21 2007 -0400 Reconnect to the PS if it goes away and comes back commit 30a50bd9fc2d2f0e794b7dafca7b7d8181defd0a Author: Dan Williams Date: Mon Apr 23 12:47:50 2007 -0400 Add test allow_offline_iface to get_instance() commit 4ca4e5564ec2a010707865c8811a5415ff6943e1 Author: Dan Williams Date: Mon Apr 23 12:06:41 2007 -0400 Add test code for Sugar PresenceService bindings commit 6513fef6b2618de861531e350700f05b9d0fcfe2 Author: Dan Williams Date: Mon Apr 23 10:08:55 2007 -0400 Cleanups; replace ObjectCache with a straight dict; fix signal name; doc cleanups commit 96ab3a10fe6d520b39d9ba00c3924a640552e0af Author: Mike C. Fletcher Date: Sun Apr 22 00:31:32 2007 -0400 More code to handle service-offline cases and log messages to tell the user/admin what's going on. commit a7af5b06cd66eabbb6f412f0debc57ad89de06cb Author: Mike C. Fletcher Date: Sun Apr 22 00:23:19 2007 -0400 Try to avoid Sugar's shell just crashing and leaving a blank X server when the PresenceService isn't available on the back-end for whatever reason, whether mis-configuration, corrupted installation, unexpected circumstances, or what have you. This patch makes as few changes as possible to the code, simply replacing the _ps member with a property that re-attempts connection on each access until an attempt is successful. commit a0ee487a401f63805d760c4a2003c2c434864b70 Author: Mike C. Fletcher Date: Sat Apr 21 23:01:56 2007 -0400 Restructure to not execute code on speculative import Add logging messages at "info" level to provide feedback while launching in order to make debugging unsuccessful launches easier. commit 60c9e0ecb8cac1aa0017bece6346921b0b89805b Author: Dan Williams Date: Sat Apr 21 19:20:06 2007 -0400 Let PresenceService._buddy_activities_changed see all joined activities, even invalid ones commit 51f56ed7a3a1ed6297ed0b871fbed5c28bae060d Author: Dan Williams Date: Sat Apr 21 19:09:59 2007 -0400 Join/leave activity when its validity changes commit 2848dc97ab594b7c3b25d40b63fe96809f48fc46 Author: Mike C. Fletcher Date: Sat Apr 21 15:34:39 2007 -0400 Documentation patch from Amanda Yilmaz (services/clipboard/typeregistry.py) commit df4919de2faaf3ed9719fe66dda54a0e2b2cd0d5 Merge: e571b3b a0348a5 Author: Mike C. Fletcher Date: Sat Apr 21 14:05:08 2007 -0400 Merge branch 'master' of git+ssh://mcfletch@dev.laptop.org/git/sugar commit a0348a565c09e434514b34b05f3866c97f0aee49 Author: Mike's Primary Account Date: Fri Apr 20 21:09:51 2007 -0400 Initial documentation for psutils and server_plugin commit 83a6a2e73e9f543a0d7a3ac58a4f04b661ca809e Author: Mike's Primary Account Date: Fri Apr 20 19:07:41 2007 -0400 Initial documentation pass for activity by Amanda Yilmaz commit 81d9bed0d8eea02f8921d69cbc667f34e672229d Merge: c0c6480 ec8bb21 Author: Mike's Primary Account Date: Fri Apr 20 16:42:47 2007 -0400 Merge branch 'master' of git+ssh://mcfletch@dev.laptop.org/git/sugar Conflicts: services/presence/buddy.py commit c0c64809a06348765521e55913acd29f5c93fc16 Author: Mike's Primary Account Date: Fri Apr 20 16:25:37 2007 -0400 Initial documentation pass for buddy objects commit ec8bb2193673847dace2ac49170c5961a032b056 Author: Tomeu Vizoso Date: Fri Apr 20 20:12:49 2007 +0200 Implement installation of downloaded activities. commit d450ea2dd67279943fd570be8c9391aa95afb984 Author: Dan Williams Date: Fri Apr 20 13:56:46 2007 -0400 Clean up buddy activity changed signals in MeshModel commit 79d17c14f4e1321c2311c4800d36b1da19653eda Author: Mike's Primary Account Date: Fri Apr 20 13:10:40 2007 -0400 Initial documentation of presence service overview. Fix weird indent in server_plugin module commit 2866d3c4c92b2443cab3bb64c147c45f6909f47d Author: Dan Williams Date: Fri Apr 20 12:40:53 2007 -0400 Convert more string-named properties to var-named commit e46d31e0f4c1020d4e4d8e3d5f13488a8421ae30 Author: Dan Williams Date: Fri Apr 20 12:38:04 2007 -0400 Fix current-activity-changed signals in BuddyModel commit 68b402cb86b67f8f6de72d8e3964732e543d4afa Merge: 37953c4 76e3757 Author: Dan Williams Date: Fri Apr 20 12:34:23 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 37953c47f75a197aac1fb07cf8a3d177f9674610 Author: Dan Williams Date: Fri Apr 20 12:34:16 2007 -0400 Use well-defined names for properties rather than strings commit 76e375749addc130252116ea677250c38b117549 Author: Marco Pesenti Gritti Date: Fri Apr 20 15:38:34 2007 +0200 Add more toolbars and a text area commit f6a93fd8e9f44acdcddf4a487f1483eca55ae805 Author: Marco Pesenti Gritti Date: Fri Apr 20 14:45:39 2007 +0200 Some initial work on graphics2 commit bf8dbeade5017140c7d95a2d9ca95ba5b30ea00c Author: Marco Pesenti Gritti Date: Thu Apr 19 21:14:15 2007 +0200 Forgot to add this commit 2f858c02a3f613af043929da96fc1ba59d7a9eae Author: Marco Pesenti Gritti Date: Thu Apr 19 21:13:55 2007 +0200 Split the gtkrc in sugar and sugar-xo. Make them load the respective gtk theme. commit 23bf7d94c656804cc987a3f06d7ddd184048c6f1 Author: Marco Pesenti Gritti Date: Thu Apr 19 19:16:42 2007 +0200 Rename themes to sugar commit 8a54707dc5cc8eb6ff1719ce0d8cde28d5356b4d Merge: cb997a5 276d374 Author: Marco Pesenti Gritti Date: Thu Apr 19 18:58:19 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cb997a5264bd78db73c558595126c89215718537 Author: Marco Pesenti Gritti Date: Thu Apr 19 18:53:55 2007 +0200 More work on the new toolbars commit 276d374b1ae6a0b7567979707d129aee7a6b2717 Author: Tomeu Vizoso Date: Thu Apr 19 12:20:48 2007 -0300 Remove debug message. commit 96b0bd1cfa97ff2e5f8eba0a1dbc9656acf27864 Author: Tomeu Vizoso Date: Thu Apr 19 12:13:38 2007 -0300 Recognize downloaded .xo as such. commit 4ca48ffd0977e023dcadc1a08b9c05bc3f2d7ba2 Author: Tomeu Vizoso Date: Thu Apr 19 12:12:57 2007 -0300 Look for gecko-prefs.js and mime.types in the correct location. commit 8aa84cd69e458ebefd4800c6cf5c25b51e337a82 Merge: cf5ef53 d223579 Author: Dan Williams Date: Thu Apr 19 10:35:45 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d223579f22c4327eec367b0362cc18f214137e76 Author: Tomeu Vizoso Date: Wed Apr 18 18:52:46 2007 -0300 Recognize images dropped into the clipboard as such. commit cf5ef53070a8138aff7dbc8d48d20e1baf6b78d1 Merge: 26ed1d1 71d718e Author: Dan Williams Date: Wed Apr 18 10:17:35 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 71d718e97b991d15eba07638b0d06eb24811f1c8 Merge: 7ef6162 f26ee40 Author: Marco Pesenti Gritti Date: Wed Apr 18 16:05:43 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7ef61620f7f7d5e6edbd1da63e2e95c80e7217a3 Author: Marco Pesenti Gritti Date: Wed Apr 18 16:04:27 2007 +0200 Ui test commit f26ee4056b4d804a5a841d3d0f1fb959fdaa9bea Author: Tomeu Vizoso Date: Wed Apr 18 09:21:49 2007 -0300 Assure dragged images have the right file extension. commit 0bade58c23e53ec87385d88e5cb5b0b8add32d6d Author: Marco Pesenti Gritti Date: Wed Apr 18 14:06:34 2007 +0200 Remove obsolete tests commit 5df6fc0b0a8a4d94cb7148f9598b9d4c3094efc6 Merge: 0d4f555 e9905b5 Author: Marco Pesenti Gritti Date: Wed Apr 18 14:03:48 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0d4f555abb9dd2eee4db11f682c8f3021778998f Author: Marco Pesenti Gritti Date: Wed Apr 18 14:03:33 2007 +0200 Switch to the sugar theme commit e9905b5dfcbe3bd7ca00331652e30fe8ab299010 Author: Tomeu Vizoso Date: Tue Apr 17 19:31:06 2007 -0300 Include config.h before testing for HAVE_GECKO_1_9. commit 093ed2f2f263822a7a6dd9e982ac3d4d611b184f Author: Marco Pesenti Gritti Date: Tue Apr 17 22:46:33 2007 +0200 Make it compile with firefox commit 734d16022e2e6f7107eb550956b48ba486f99dc4 Author: Tomeu Vizoso Date: Tue Apr 17 16:54:01 2007 -0300 Don't try to show the popup of a detached canvas icon. commit b7030a74dd5208afc75be42c81201cfa72ebbcc9 Author: Tomeu Vizoso Date: Tue Apr 17 16:53:34 2007 -0300 Drag images out of mozilla. commit 26ed1d150475f82a68cfac45f3698cde0b6a082c Author: Dan Williams Date: Tue Apr 17 13:27:34 2007 -0400 Don't leak invalid properties commit 92416d1519c67012e02af17a672edead91f68011 Author: Marco Pesenti Gritti Date: Tue Apr 17 18:17:26 2007 +0200 Fix typo in the fallback code path commit 99bf82b44f5c5033094d295a2e60a1988be7d669 Author: Dan Williams Date: Mon Apr 16 22:44:54 2007 -0400 Make TestOwner create more realistic activities and switch between them commit 845734eb7209776735d7ef3dff1727cb9cce0972 Author: Dan Williams Date: Mon Apr 16 22:43:26 2007 -0400 Ignore unknown handles commit d45e6dd1a6b849ad96fe25c147fe099a602a8376 Author: Dan Williams Date: Mon Apr 16 22:42:35 2007 -0400 Show which buddy properties were updated commit 4449b4e237ca6b6e813da35fa6e7df36428f42d8 Author: Dan Williams Date: Mon Apr 16 22:40:20 2007 -0400 Work around server not figuring out conference server address commit 5f30901e62a3de30e333b5aa948accb263027912 Author: Dan Williams Date: Mon Apr 16 22:39:07 2007 -0400 Always set key; new buddy properties replace old ones commit 8b47d93ad2e9bfa086eb44b32c7d010efbce9265 Author: Dan Williams Date: Mon Apr 16 22:37:56 2007 -0400 Fix debug output; print handle commit 2aa608658950197f556de54ae2f5fe86839da1c2 Merge: 231ea23 9bc3eda Author: Marco Pesenti Gritti Date: Mon Apr 16 18:08:09 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 231ea2398126899f337e5b5c3e18d42a6c324103 Author: Marco Pesenti Gritti Date: Mon Apr 16 18:07:52 2007 +0200 Fix includes commit 9bc3edabb87511a3ae12852cb9a232081db4fc1b Merge: a4e18cf f67a243 Author: Guillaume Desmottes Date: Mon Apr 16 16:52:16 2007 +0200 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit a4e18cf9c5b3a27b52ee7d96530660d75056ae98 Author: Guillaume Desmottes Date: Mon Apr 16 16:41:00 2007 +0200 add get_preferred_connection method to PresenceService commit f67a2436538b4fee4747f6d9f41b174801d7ef64 Author: Marco Pesenti Gritti Date: Mon Apr 16 12:26:17 2007 +0200 Get rid of the notebook which was causing strange flickering. commit 1b84784d26ce29daa1a94b1cfdeea171dc3476fe Author: Marco Pesenti Gritti Date: Mon Apr 16 12:01:35 2007 +0200 Fix initial scale commit 9ffd05030282f646d73c5045963e0c503e64506d Author: Marco Pesenti Gritti Date: Mon Apr 16 11:40:56 2007 +0200 Update the makefile commit f55a19b73c7ecfd734390196e95c245fcd1338a8 Author: Marco Pesenti Gritti Date: Mon Apr 16 11:40:28 2007 +0200 Implement the transition between zoom view. commit 5bfc64d9bef4c5cf202acfd9502133dd3238ec8c Author: Marco Pesenti Gritti Date: Mon Apr 16 10:36:15 2007 +0200 Always center the owner in the home views commit b2e0f257cec37b9de97ecf0ba279c5424722ce04 Author: Dan Williams Date: Sun Apr 15 16:51:01 2007 -0400 Fix buddy icon rollovers; wasn't getting activity ID correctly from HomeActivity object commit e793614464408d2040f0a86ea78af742d75af5e1 Author: Marco Pesenti Gritti Date: Sun Apr 15 15:41:47 2007 +0200 Fallback to ltihooks commit a5e29bfe0047b4d9ba3cb25874ce8613649889c5 Author: Marco Pesenti Gritti Date: Sun Apr 15 15:37:05 2007 +0200 Run from source dir commit 6297f3bdca5bba1c1e2fa8a690833826512a9884 Author: Marco Pesenti Gritti Date: Sun Apr 15 15:28:25 2007 +0200 More cleanups commit 5e69406c649281c40945ea66cfb24ab13c4a97b2 Author: Marco Pesenti Gritti Date: Sun Apr 15 15:26:30 2007 +0200 Simplify commit 218f9e10ae72860da3134183ca997196ab14ad29 Author: Marco Pesenti Gritti Date: Sun Apr 15 15:06:04 2007 +0200 Load the modules from .la if the normal import fails commit 2910d23716be4f8eae164bdc047cb7a7d22f3c22 Author: Marco Pesenti Gritti Date: Sun Apr 15 14:49:24 2007 +0200 Delay importing the sugar module commit ba23a6ed3a1b77fe8515584a439529a3db22c862 Author: Marco Pesenti Gritti Date: Sun Apr 15 13:54:53 2007 +0200 Add a SUGAR_PATH env to override $prefix/share/sugar commit 5a4bf4be6b0e8549f2542568ce4bce197bee57d9 Author: Marco Pesenti Gritti Date: Sun Apr 15 13:04:38 2007 +0200 Some paths tweaks, refactorings to make sugar self contained as much as possible commit d49b0ed6fb6f083d62d205c651aced3c0cf50095 Author: Marco Pesenti Gritti Date: Sun Apr 15 12:26:50 2007 +0200 Use sys.path.append, not insert commit f78b23cf82215a7fa3085bd961f2dda59318e861 Author: Marco Pesenti Gritti Date: Sun Apr 15 12:16:06 2007 +0200 Fix messed up paths commit ee400fa602cccbac95e2d1f4c36b21d36ff994d7 Merge: c738ac4 8635a70 Author: Marco Pesenti Gritti Date: Sun Apr 15 11:42:06 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c738ac488e457d877d6da05f50e953524fb4cfdb Author: Marco Pesenti Gritti Date: Sun Apr 15 11:39:06 2007 +0200 Fix SnowflakeBox commit e571b3bff9b834c099bc82be5e20305d9dfb9730 Author: Mike C. Fletcher Date: Sun Apr 15 00:35:49 2007 -0400 Fix a few syntax errors so that compileall can process the module commit 8635a702c64f087473a1c2243bcc895bcbd8b0c4 Author: Mike C. Fletcher Date: Sun Apr 15 00:27:48 2007 -0400 Documentation for the activity and buddy presence objects commit 0fc5e67dcc8da935ef7972a18893eb6c8e04f357 Author: Mike C. Fletcher Date: Sat Apr 14 23:38:21 2007 -0400 More documentation, mostly for the sugar.presence.presenceservice module. commit a2de1f7f3fa5ecec7d4004be3fb839932a938389 Author: Marco Pesenti Gritti Date: Sun Apr 15 01:03:36 2007 +0200 Fix (API changes) commit 845575c70851f0dae2a35312ec90a0f3cf055746 Merge: 1152a08 5efe3ef Author: Marco Pesenti Gritti Date: Sat Apr 14 10:00:00 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5efe3ef5325a66011090756019be7d62c3ca7d75 Author: Mike C. Fletcher Date: Sat Apr 14 02:00:51 2007 -0400 Initial documentation pass for the sugar.clipboard.clipboardservice module. commit 2ca12e9da25451d35d0bba48f3fb03c32b00de22 Author: Mike C. Fletcher Date: Sat Apr 14 01:17:59 2007 -0400 Overall roles and operation of the activity classes. Note on return value for factory service. commit 879ef9b0e04ee9ac2f615dc91e05c5a64d5da0b2 Author: Dan Williams Date: Fri Apr 13 16:59:16 2007 -0400 Add activity to owner's list after sharing it commit 99737f827305517d5f3e004eab6c1f07326748c1 Author: Dan Williams Date: Fri Apr 13 16:58:32 2007 -0400 Clear share signal ID after disconnecting it commit 66bbe56df92873daf98d9b3b240448bb36fc7e31 Author: Dan Williams Date: Fri Apr 13 16:58:12 2007 -0400 Ignore reply from share() (hack to quiet traceback, but unused anyway) commit 3abe79353afc83999f3850bd61bf3e7053559243 Author: Dan Williams Date: Fri Apr 13 16:27:58 2007 -0400 Asynchronize activity sharing on the client side commit 17adb7b58beaecec626a830b14da780ef2cbee1a Author: Dan Williams Date: Fri Apr 13 16:00:22 2007 -0400 Add some debug output when sharing activities commit cc2d69e3642403f434501b4c1288f1df930deff5 Author: Dan Williams Date: Fri Apr 13 15:59:36 2007 -0400 Forgot to import logging commit 1152a086f9a2c4c79052029afe4edf9d6aebcfe7 Merge: e6a705b f169628 Author: Marco Pesenti Gritti Date: Fri Apr 13 21:56:52 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f169628cbdf980d09c0993e6cab2a6637283ac95 Author: Dan Williams Date: Fri Apr 13 15:42:54 2007 -0400 Query non-local activity properties on discovery commit 182de3af1cd0c9a54199a9bd26c054f14aa5c817 Author: Dan Williams Date: Fri Apr 13 15:41:19 2007 -0400 Remove test code commit 5015beaaa6fe21600398b7f9d66955a441f87f8e Author: Dan Williams Date: Fri Apr 13 15:37:12 2007 -0400 Clean up activity join/leave debug messages commit 94431a66ebab35e02d16224cd3700cc7ac1f2a7a Author: Dan Williams Date: Fri Apr 13 15:15:09 2007 -0400 Ensure local activities emit ActivityAppeared signal when shared commit 15febc6620e16aa3e782b81dc3908383b2c86e35 Author: Dan Williams Date: Fri Apr 13 15:05:21 2007 -0400 Correctly handle blank activity list commit e6a705b71259d4da793c8ff32d73ba105c610e27 Merge: e7a9f02 559c75a Author: Marco Pesenti Gritti Date: Fri Apr 13 20:52:20 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 559c75a3173f246b9e7f1d3374faefee0becaa31 Author: Dan Williams Date: Fri Apr 13 14:20:05 2007 -0400 Fix friending somebody for real this time commit 02900bbfbb9f5852de6f860128b7fb1596a600b4 Author: Dan Williams Date: Fri Apr 13 14:06:49 2007 -0400 Fix traceback when sharing activity commit 982c11215578b75d6761296e36a3d6d7f32b4c6e Author: Dan Williams Date: Fri Apr 13 13:46:07 2007 -0400 Make debugging tp-gabble easier When the environment variable TP_DEBUG is set, the sugar shell will print out the session bus address it's using, then poll that bus every 5 seconds waiting for a gabble instance to appear. This allows you to launch gabble in another window for debugging with LM_DEBUG and gdb, which wasn't possible before because the sugar emulator uses a custom session bus. commit 773ae4965e20f25e4d9454f7e6299afa2e2cab6a Merge: 31000f6 6b6b72f Author: Dan Williams Date: Fri Apr 13 13:12:04 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 31000f6c3e73681163d39c3de0b0ff48437aabd1 Author: Dan Williams Date: Fri Apr 13 13:11:59 2007 -0400 Asynchronize activity join/share in the PS commit e7a9f02c1a5627c9235bfbdd73ccd7022d005ae6 Merge: 17cb94f 6b6b72f Author: Marco Pesenti Gritti Date: Fri Apr 13 18:46:27 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6b6b72f9c9711a22e99bc1d79a2a0973abba7653 Author: Guillaume Desmottes Date: Fri Apr 13 18:29:50 2007 +0200 implement org.laptop.Sugar.Presence.GetPreferredConnection commit 17cb94faa1174f21e4e957f71025638320d5b08b Merge: 66937df 7b40f9b Author: Marco Pesenti Gritti Date: Fri Apr 13 02:02:46 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7b40f9bf60a0529e0fb06f9b6065c8b429009f52 Author: Dan Williams Date: Thu Apr 12 17:03:30 2007 -0400 Asynchronize set_activity_properties commit 118e039a8b527822d170605475aa282d53963179 Author: Dan Williams Date: Thu Apr 12 17:03:14 2007 -0400 Remove test activity sharing code commit 6e070996c909ca1450ea2e6bb18f667875dc8c4a Author: Dan Williams Date: Thu Apr 12 16:48:40 2007 -0400 Asynchronize setting owner properties commit 924650750e974ec41b9e304ddd27c7cd9d82e563 Author: Dan Williams Date: Thu Apr 12 14:44:38 2007 -0400 Re-enable the Share action in the frame commit 5970bb6e62132aabc7f10d9e16d9e628523ef5c5 Author: Dan Williams Date: Thu Apr 12 14:44:23 2007 -0400 Convert print statements to logging.debug commit 66937df20730ca99b788e7e8b2d30365e07bce4c Merge: 35139a0 3d3dd23 Author: Marco Pesenti Gritti Date: Thu Apr 12 10:54:09 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 35139a0fd43f568d23f822f2b254885d97802148 Author: Marco Pesenti Gritti Date: Thu Apr 12 10:53:21 2007 +0200 FIx commit 3d3dd2339023a3638fb77bcbc9fbd5c5783eaf92 Author: Dan Williams Date: Thu Apr 12 00:14:29 2007 -0400 Randomness tweak commit 3f2f609c4ad6c37ad7c5cbb0cedd3ed3788b005e Author: Dan Williams Date: Wed Apr 11 23:45:45 2007 -0400 Use different log file for test PS instances commit 3d6bff9278000bb8b11c5f2dde61b790d6499fb5 Author: Dan Williams Date: Wed Apr 11 23:45:20 2007 -0400 Ignore invalid handles on avatar updates commit 162a87f88229441f6df955e4c20c7d2218d84a32 Author: Dan Williams Date: Wed Apr 11 22:49:14 2007 -0400 Create test owner for presence service This owner changes properties periodically so we can test out the PS's handling of property changes. To execute, run Sugar and then make sure that the D-Bus address is the one sugar is using (get it from ~/.sugar/default/session.info). Then run: build/bin/sugar-presence-service X where X is a number 1 -> 9 inclusive. It will generate fake buddy info for that test buddy and then start up a presence service for that buddy, changing a random property of the buddy every 10 seconds. commit 894fcea9fca5908efb8b4f0edb81f7f2f9f55464 Author: Dan Williams Date: Wed Apr 11 15:08:40 2007 -0400 Remove get_default_type() and bundle default types; obsolete commit eeb09294d8713c6b8a1e3d7b8b53e692b989cdcb Author: Marco Pesenti Gritti Date: Wed Apr 11 18:22:52 2007 +0200 Revert "Start reworking the cliboard services to use the types registry." This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a. commit c74a629080be55ca99b3f41ea954edcc19880c22 Author: Marco Pesenti Gritti Date: Wed Apr 11 18:22:30 2007 +0200 Revert "Merge type definitions from the old registry." This reverts commit 57e9789b8a4821e49c499e776a4411a86c244676. commit 57e9789b8a4821e49c499e776a4411a86c244676 Author: Marco Pesenti Gritti Date: Wed Apr 11 16:33:13 2007 +0200 Merge type definitions from the old registry. commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a Author: Marco Pesenti Gritti Date: Wed Apr 11 16:14:58 2007 +0200 Start reworking the cliboard services to use the types registry. commit 73f2577397dce7bcccc19c66dc8b3a0d227a62af Author: Marco Pesenti Gritti Date: Wed Apr 11 14:06:27 2007 +0200 First go at the new type registry. commit defd9f76e3fd3fab2fbedadd0d948ea26fb7704c Author: Dan Williams Date: Tue Apr 10 22:24:31 2007 -0400 Convert icon data to python string before exposing it commit 117934f7098652ebc92262356802d920bf4b92c5 Author: Dan Williams Date: Tue Apr 10 22:22:58 2007 -0400 Fix making someone your friend commit c85985b55b722ff21c9d83077759d1d92379a2c5 Author: Dan Williams Date: Tue Apr 10 21:06:29 2007 -0400 Deal with no NetworkManager commit 8c391386d79ac11be88281005862d646c2bbf728 Author: Marco Pesenti Gritti Date: Tue Apr 10 22:45:36 2007 +0200 Fix the buddy picture commit 6710618a43633d3671044336242538a96dde86d0 Author: Dan Williams Date: Tue Apr 10 15:55:55 2007 -0400 Use public keys rather than nicknames to differentiate buddies commit bf4b1a3f8f47984f2c1895e67bd198c89b94173f Author: Dan Williams Date: Tue Apr 10 15:23:01 2007 -0400 Fix icon changed signal handling in sugar PS bindings commit 133a718f285d9a5182ef19ce302bcdb822f14e7d Author: Dan Williams Date: Tue Apr 10 15:22:28 2007 -0400 Really fix cache code this time; revert to previous code plus ensure directory exists commit a4792552f4899caeb809f477d66b2ae31bda50ef Merge: e49b36c f134efb Author: Dan Williams Date: Tue Apr 10 15:15:30 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e49b36c0f5549cb1747ea38282c9833aa551c75d Author: Dan Williams Date: Tue Apr 10 15:15:21 2007 -0400 Cleanup new cache code commit 3e862d517c15d611b5736bc14b1c2ce2d12a7f2e Author: Dan Williams Date: Tue Apr 10 15:14:19 2007 -0400 Ensure icon cache directory exists commit f134efbb6f4bdecf78aedc8a15fdd1ff5177a7e7 Author: Marco Pesenti Gritti Date: Tue Apr 10 21:12:33 2007 +0200 Swap class order here too, to fix FC7 commit 8d4d87a081f8b211520a5123fc91d2813bc4b8b3 Author: Dan Williams Date: Tue Apr 10 15:00:49 2007 -0400 Make contact-online handler async; print -> logging.debug commit 89ec9195e924af7b8b99ee7d46a5fdd2f3674d05 Author: Dan Williams Date: Tue Apr 10 14:56:34 2007 -0400 Fix for GObject-based PS buddy objects commit bf36e618160f0990020dc51febe8cdc8e8a13209 Merge: bf9a375 3350d57 Author: Dan Williams Date: Tue Apr 10 14:50:34 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit bf9a3758364a585a5b833035d67578b2d2a64027 Author: Dan Williams Date: Tue Apr 10 14:49:43 2007 -0400 Send correct object in signal emission commit eee98e1f82c9c242247930c38a82d5536d631f71 Author: Dan Williams Date: Tue Apr 10 14:49:14 2007 -0400 Re-enable new PresenceService by default commit 3350d5772abbe8868222b3166733d7b1296d42cb Author: Marco Pesenti Gritti Date: Tue Apr 10 20:29:34 2007 +0200 Swap the classes order, which for some reason make it work on FC7 commit a803b00251d35ce375db7c66b7378f940bb06e16 Merge: dba902b 615bb50 Author: Dan Williams Date: Tue Apr 10 14:12:22 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit dba902bd15842ff67a6e92d1073929a9b69fafdb Author: Dan Williams Date: Tue Apr 10 14:12:12 2007 -0400 Fix unknown variable bug commit 615bb50ab8a8566757c6e546afb08c6b94851528 Merge: a4fa50b 48cab08 Author: Marco Pesenti Gritti Date: Tue Apr 10 17:00:20 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a4fa50bd965a4f321c6317710feb65555ea38754 Author: Marco Pesenti Gritti Date: Tue Apr 10 16:59:59 2007 +0200 Update for new ps commit 48cab08b33ad5a318074a8a0ecbf9aea6d5035e8 Author: Dan Williams Date: Tue Apr 10 10:59:35 2007 -0400 PS fixes; use correct type on public keys and hide invalid buddies commit c9310c2220a52d05b56f9daed2ca479edba229da Author: Dan Williams Date: Tue Apr 10 10:59:31 2007 -0400 PS fixes; use correct type on public keys and hide invalid buddies commit a07e946cc442f998b902b39e32968d6f9ce20e62 Author: Dan Williams Date: Tue Apr 10 08:39:02 2007 -0400 Readd mock presence service and enable it by default commit 8302be45446119a66bc832a6129de163879daa73 Author: Mike C. Fletcher Date: Mon Apr 9 23:56:14 2007 -0400 A few more docstrings commit 3f10890319aa00fcefa58380e9971a911c9ec5b0 Author: Mike C. Fletcher Date: Mon Apr 9 22:47:37 2007 -0400 Docstrings for modules all over sugar and shell. These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance commit 508a59b99bf06bd6c3294a296ee014b5636bbd35 Author: Dan Williams Date: Mon Apr 9 16:30:30 2007 -0400 More Shell fixes for new PS commit 76a0f45aa82ba49138449826ea7b006c784eaa62 Author: Dan Williams Date: Mon Apr 9 16:05:32 2007 -0400 More new PS fixes commit 4cf8f321f03317c6156e8fe8544b4b3a9d16bb7a Author: Dan Williams Date: Mon Apr 9 15:08:04 2007 -0400 Fix activity ID generation logic commit 3eeec9bf07c4d8c5d61b15691ec0613fa0123cda Author: Dan Williams Date: Mon Apr 9 15:07:40 2007 -0400 Remove references to obsolete p2p.Stream classes commit bc083dae5a601d9ce099496096330691efc46447 Author: Dan Williams Date: Mon Apr 9 14:40:56 2007 -0400 Cut over to new PresenceService commit 2509d990e4837f4810a372fda40d260f32014712 Author: Dan Williams Date: Mon Apr 9 14:40:50 2007 -0400 Cut over to new PresenceService commit 2f2f756939c381baff8089fb99d604b2bb49aadf Author: Marco Pesenti Gritti Date: Sun Apr 8 19:24:02 2007 +0200 Forgot to add this commit 09304e8e5acc0d178bbb64f3f72f3515e2f81989 Author: Marco Pesenti Gritti Date: Sun Apr 8 19:20:59 2007 +0200 Accept raw X windows in the shell commit 3da95e92361145b3d001302d9444a1f340818079 Author: Marco Pesenti Gritti Date: Sat Apr 7 15:44:48 2007 +0200 Really commit this, stupid git. commit fb9f53c8a1fb9a3a3979ad67fe7b3e85eaaccf9b Author: Marco Pesenti Gritti Date: Sat Apr 7 15:43:29 2007 +0200 Oops missing \ in the Makefile commit bd34f54d9a0c9e88c6887e0b22ed63f27c0bfcf0 Author: Marco Pesenti Gritti Date: Sat Apr 7 15:36:54 2007 +0200 Forgot to add these. commit 5343752c353a5abbaaef2a342614b32b7f0e0e8c Author: Marco Pesenti Gritti Date: Sat Apr 7 13:17:36 2007 +0200 Make browser a modules inside sugar library commit 4828870afd08aef48fa96f7a82076e0fcf5fc2f5 Author: Marco Pesenti Gritti Date: Sat Apr 7 03:42:51 2007 +0200 Use gtk to detect dpi. commit e3cf7aa1d32b4266e0687b9f43d8cc3a1529c7e2 Author: Marco Pesenti Gritti Date: Sat Apr 7 00:22:03 2007 +0200 Unused commit 60557533a7bac4132583c792c1d81e0a410dabca Author: Marco Pesenti Gritti Date: Sat Apr 7 00:21:13 2007 +0200 Remove,unused commit 2d08ff01631b5e7a0748fd7fc3290e9daed478ae Author: Marco Pesenti Gritti Date: Sat Apr 7 00:08:54 2007 +0200 Move private extensions out of the lib, inside the shell. commit 1d25366c4f37f2273b6cc09ca9bfabdbbcb3fd31 Author: Dan Williams Date: Fri Apr 6 15:50:57 2007 -0400 Don't show Ad-Hoc mode networks in mesh view commit fc12f73fba418c91dcc795d169d4995bbf046693 Merge: e37bba0 c9c1117 Author: Dan Williams Date: Fri Apr 6 15:29:14 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e37bba009495914d3bc2da73cbcbcfae05a4b012 Author: Dan Williams Date: Fri Apr 6 15:29:11 2007 -0400 PresenceService fixes; don't traceback on avahi errors commit c9c1117872bf47920c348f8cd0a6f6e8e470fac7 Author: Marco Pesenti Gritti Date: Fri Apr 6 20:13:37 2007 +0200 Remove the threadframe stuff which went unused. commit 9c0e0783dbbaa85bcbe94649281f69a26b656a3e Author: Dan Williams Date: Fri Apr 6 10:27:14 2007 -0400 Fix execute command when using the new dbus-python commit 66d0a402e1b347a8cd0a9bedf717cd97b5d173b1 Author: Marco Pesenti Gritti Date: Fri Apr 6 15:52:49 2007 +0200 Remove the unused push scroller code. commit c2b0b2ae98e87b0c0010e672d7b03d320b4e982a Author: Marco Pesenti Gritti Date: Fri Apr 6 15:36:52 2007 +0200 Move data in the lib to the toplevel dir. commit 49ff2f86ded94749a8cf55daa6def614258044d5 Author: Marco Pesenti Gritti Date: Fri Apr 6 15:22:22 2007 +0200 Move not shell specific scripts in bin commit faeb35347f0d3ea78ad6fc1a20df23043fc3a602 Author: Marco Pesenti Gritti Date: Fri Apr 6 15:16:44 2007 +0200 Remove obsolete stuff, get rid of the tools dir. commit 94f36e8b7d19d7b2ac4357d1b45098b085bd66bf Author: Marco Pesenti Gritti Date: Fri Apr 6 15:15:23 2007 +0200 Obsolete activity examples commit 5990e5bfd15e2768ba2c9b0bb50491766ea29519 Author: Tomeu Date: Thu Apr 5 17:22:27 2007 +0200 Return TRUE again in drag_motion_cb for accepting dnd drops. commit bd3e084805abe2557f391ece24000683a7a93f2f Merge: 3a90cef 396ca0e Author: Marco Pesenti Gritti Date: Thu Apr 5 12:45:57 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3a90cef5b6e6d83bef00a778b5a8db7faec7d6b9 Author: Marco Pesenti Gritti Date: Thu Apr 5 12:44:03 2007 +0200 Rework corner detection to use 1 pixel window. commit 396ca0e64ea40fdaade2dfc4a13028dfc0a4f89b Author: Dan Williams Date: Thu Apr 5 00:22:13 2007 -0400 Don't hiccup on NM start/stop commit 7a2a480850ed1e941c8b98d29ed99de54a3ac354 Merge: 4b4cf96 29d518e Author: Dan Williams Date: Wed Apr 4 23:48:18 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4b4cf9673c0afc7e220ff3c34023f3ce4537591a Author: Dan Williams Date: Wed Apr 4 23:48:09 2007 -0400 Cleanup of sugar device handling code commit 29d518eb553c3a8df64d42272b50054b8f9d8eb1 Author: Marco Pesenti Gritti Date: Wed Apr 4 14:11:38 2007 +0200 Do not abort on X errors commit 164df7bf8518526c51e063d333a364934096652b Author: Tomeu Date: Tue Apr 3 20:17:30 2007 +0200 Add XSetErrorHandler for not crashing on X errors caused by Gecko plugins. commit ba08492778261828e4411e0b8d1e4a47f21dbe52 Author: Marco Pesenti Gritti Date: Sat Mar 31 11:47:58 2007 +0200 Fix problem with back/forward and frames commit 6dc536058bac61c5778099335c2fb55862536fc1 Author: Tomeu Date: Fri Mar 30 16:41:51 2007 +0200 Deactivate extension based type checking for Gecko 1.8. commit ca3b37c660b0adb21d12e350fc12dc931151307d Author: Marco Pesenti Gritti Date: Fri Mar 30 16:18:26 2007 +0200 Use xulrunner commit 891624888f5812ca407e8bea74549f0909a0de21 Author: Tomeu Date: Fri Mar 30 14:32:07 2007 +0200 If we receive an application/octet-stream, check the mime type by looking at its extension. commit e179dbae14586c21cd99babbe9c676e9726e2428 Author: Marco Pesenti Gritti Date: Fri Mar 30 01:40:05 2007 +0200 Increase timeouts a bit commit 87f1e9bcc989c9f10cb37475075ee249779d7466 Author: Marco Pesenti Gritti Date: Fri Mar 30 01:08:44 2007 +0200 Suspend the mesh view when it's not active so that we don't keep blinking the icon in the background. commit 6c9eb64de327791263f635d9ebc97ae2d10e3cc4 Author: Dan Williams Date: Thu Mar 29 15:02:36 2007 -0400 Handle device addition and activation correctly commit 83a86e0ea1b6ce3f990552f0d0d599a04ef6411d Author: Dan Williams Date: Thu Mar 29 15:01:46 2007 -0400 Add a 'device activating' signal commit 40f4c81d061aa6d81af9589864228a35d2c110fd Author: Dan Williams Date: Thu Mar 29 15:00:27 2007 -0400 Make the mesh icon pulse when activated and activating commit d5826d19347f44aaafa37dbc9afcae3a8888c951 Author: Dan Williams Date: Thu Mar 29 14:41:41 2007 -0400 fix typo commit 552af8aa56b1478f51b105652fa7462b09cb2259 Author: Dan Williams Date: Thu Mar 29 11:48:35 2007 -0400 Fix deprecation warning commit de46d8182838a311722f1dd5736c7ca62f162a59 Author: Dan Williams Date: Thu Mar 29 11:48:21 2007 -0400 Disable buddy icon request for trial 1 commit f59fab783f44850ad8217fa8081e5f43c50e7432 Author: Marco Pesenti Gritti Date: Thu Mar 29 17:25:47 2007 +0200 Change the feedback for connected/connecting/disconnected access point, using two different types of pulsing. commit d0fdf59486984d29e37def27fa917caffd1bdb87 Author: Dan Williams Date: Thu Mar 29 10:10:34 2007 -0400 Really add mesh device bits commit b3a500fd17ad71a43a9c6cd4b2ebd7a4cfabddf0 Author: Marco Pesenti Gritti Date: Thu Mar 29 14:27:20 2007 +0200 Fix distcheck commit 10735e597a8c43395e219de0290ca08be8507daf Author: Tomeu Vizoso Date: Thu Mar 29 12:25:47 2007 +0200 Add application/x-pdf mime type. commit b36af52f52491df44f2a65f8546791ad9c9f03ac Author: Eduardo Silva Date: Wed Mar 28 21:50:25 2007 -0400 Console: new label with XO Firmware version commit 1352e5be943782ef20d917884523c357502c77c9 Author: Dan Williams Date: Wed Mar 28 17:38:47 2007 -0400 Mesh network device support commit a24dd155b42c358a145429eb667720b989f6bb04 Author: Dan Williams Date: Wed Mar 28 17:37:46 2007 -0400 Make activating non-802-11-wireless devices work commit 32fa3dc65b0c68153b9745462d9709a081726c83 Author: Dan Williams Date: Wed Mar 28 16:39:28 2007 -0400 Fixup for mesh devices - Understand mesh devices - Don't send device signals unless device is fully initialized commit 2e7399900498867330f9b010ba988ce9ed375698 Author: Tomeu Vizoso Date: Wed Mar 28 20:23:51 2007 +0200 Relativize bubble radius to screen proportions. commit 9d5fa108689dfc3463d46e1e7cfc811d62a87bf5 Author: Tomeu Vizoso Date: Wed Mar 28 19:36:21 2007 +0200 Add constants to _sugar. commit a6c1ef608064a400d1fc3e7d9e5eba352d231ac6 Author: Tomeu Vizoso Date: Wed Mar 28 19:34:11 2007 +0200 Popup/popdown fixes. commit 1d493919a2a5dd10022f8da0f9c1685ed9daf8c8 Author: Tomeu Vizoso Date: Wed Mar 28 17:33:50 2007 +0200 Fix old variable name. commit bf805bfa2f0ab822f88bcd85d0c4aa4cf3b0ca87 Author: Marco Pesenti Gritti Date: Wed Mar 28 12:17:34 2007 +0200 Disable the presence service. You can reenable it by just changing the _ENABLE var to True. commit 1037fe6ca45006ba40522542d71b67ea7edb82ef Author: Marco Pesenti Gritti Date: Wed Mar 28 11:58:47 2007 +0200 Disable invites commit 2a36387ad77a8e306232ee4e020dc6f66795bbf2 Author: Marco Pesenti Gritti Date: Wed Mar 28 11:42:50 2007 +0200 Remove some unused imports commit b6a14455737d9bddf5c72a903986bac8a6f59147 Author: Marco Pesenti Gritti Date: Wed Mar 28 11:40:22 2007 +0200 Kill a lot of old old unused code commit 56b97575a9a0bc310c6a96c6f38a30c5c886c6c3 Merge: 0896b90 824cec3 Author: Marco Pesenti Gritti Date: Mon Mar 26 16:40:29 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0896b90fd426855b4002888e2767274f97051923 Author: Marco Pesenti Gritti Date: Mon Mar 26 16:38:19 2007 +0200 Fix function signature commit 824cec391076adc0393fc05797e4d26472563644 Author: Dan Williams Date: Mon Mar 26 07:49:46 2007 -0400 Fix typo in Server config section name commit b5e4aa43a9ea13bf21324cacb8f9e6d7ea772806 Merge: 7267047 ad23cea Author: Marco Pesenti Gritti Date: Mon Mar 26 12:42:17 2007 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7267047ce66ea3016c1100a6693e7444b179bfea Author: Marco Pesenti Gritti Date: Mon Mar 26 12:38:34 2007 +0200 Strip the MANIFEST lines commit ad23ceac8dea78801cde836a25bd00614ef69658 Author: Tomeu Vizoso Date: Sun Mar 25 19:34:11 2007 +0200 Fix last fix. commit 318439ab274a3f920f0e7a267d07f2613e635e35 Author: Tomeu Vizoso Date: Sun Mar 25 11:42:26 2007 +0200 Fix for #1157. Thanks to leejc. commit 01edb130c178d8901c4e7f0af583f662c097e7b4 Author: Tomeu Vizoso Date: Fri Mar 23 20:13:41 2007 +0100 Compile and include .mo in ./setup.py dist. commit da7606e6816706322d03cb417111597f268e686e Author: Marco Pesenti Gritti Date: Fri Mar 23 20:02:25 2007 +0100 Fix conversion from uri to file commit aa8debb4cb500e526107e05c269d231ac54492ff Author: Marco Pesenti Gritti Date: Fri Mar 23 18:18:42 2007 +0100 Fix up translations support commit e25c95ebafb858c89ae1eff5854661eebe6a479e Author: Marco Pesenti Gritti Date: Fri Mar 23 17:57:36 2007 +0100 My brain is dead, it really is. Actually setup gettext on the server... commit dd6b0c0b7e48b9283458770093c7ffa0099da1f0 Author: Marco Pesenti Gritti Date: Fri Mar 23 17:46:55 2007 +0100 Remove debug code commit 6352ea9e20d6ce882771c583abd4675dd2f6c012 Author: Marco Pesenti Gritti Date: Fri Mar 23 17:45:48 2007 +0100 Unused commit ba242f34b7554afeec5be6385d1737e5aa2b04a6 Author: Marco Pesenti Gritti Date: Fri Mar 23 17:43:40 2007 +0100 Fix locale path handling commit ca9199e994016d713a2d112479c285a6ffd4a6da Merge: d17e733 5881121 Author: Marco Pesenti Gritti Date: Fri Mar 23 17:27:47 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d17e7336775de93eef81932082b9f0605ddbecbd Author: Marco Pesenti Gritti Date: Fri Mar 23 17:27:31 2007 +0100 Add support to read linfo. Refactor locale to actually use gettext. commit 5881121ad4be6c25a4167bb641bf236cbf82c94f Author: Tomeu Vizoso Date: Fri Mar 23 15:26:37 2007 +0100 Added operations genpot and genmo to bundlebuilder.py for localization. commit a11809cccc5caba31a6fc572b5d561a167269af1 Author: Marco Pesenti Gritti Date: Fri Mar 23 15:05:42 2007 +0100 Actually setup translations in the shell. Fix the it translation to use utf8. commit 81d216babd32aa30c37932f5c6d766be32c6adb1 Author: Marco Pesenti Gritti Date: Fri Mar 23 14:55:38 2007 +0100 Fix up translations, translate in italian. commit c820ca1aa63463064dcb6eaec6a02753d43cfbd9 Author: Tomeu Vizoso Date: Fri Mar 23 10:35:48 2007 +0100 First step at activities localization. commit 04654a7eef2929cbdc76a8e1adf4b840dc36bf11 Author: Marco Pesenti Gritti Date: Thu Mar 22 21:06:30 2007 +0100 Fix distcheck, fix the gtkrc path commit 9af06c0b265ed6fb41b64afa8c186c4a617fa771 Author: Marco Pesenti Gritti Date: Thu Mar 22 20:34:07 2007 +0100 Add a script to start sugar. Move the gtkrc to avoid conflicts when installing on a complete system. commit 01056ee8236ee68a73ca86dc1e801f4bd937089e Author: Marco Pesenti Gritti Date: Thu Mar 22 18:22:37 2007 +0100 Handle abw files commit 27414754a117e14a7bf7f79ba6309cfa6f05ef28 Author: Marco Pesenti Gritti Date: Thu Mar 22 16:55:07 2007 +0100 Pass an uri to the activity commit 2ab9cd04dce8ce80475855c1015628edc82e5720 Author: Marco Pesenti Gritti Date: Thu Mar 22 16:34:33 2007 +0100 Remove the overlay chat button since it doesn't really work. commit 1420265d0620fb71d1eb609524b9a25870e1de79 Author: Marco Pesenti Gritti Date: Thu Mar 22 15:46:11 2007 +0100 Autolaunch etoys projects commit 1f61c5f65e66f1d2adee906b3138dac8fc0af8d2 Author: Marco Pesenti Gritti Date: Thu Mar 22 15:34:05 2007 +0100 Hook up etoys projects commit c49c8150d210fd58ca0d3446cedf00b57d277891 Merge: 0dfec67 8840122 Author: Marco Pesenti Gritti Date: Wed Mar 21 17:23:12 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0dfec679d7976525f2ceca4d0feef32159625682 Author: Marco Pesenti Gritti Date: Wed Mar 21 17:21:52 2007 +0100 Don't prelight when toggled commit 8840122a22a98ecf298d69337e76e3ed1d672edf Author: Tomeu Vizoso Date: Wed Mar 21 17:06:08 2007 +0100 Don't show the progress bar when focused and round more the progress bar. commit e3d6245e18e0477449107df746ce6d161c17090e Author: Tomeu Vizoso Date: Wed Mar 21 17:03:44 2007 +0100 Let pango/fontconfig to choose the concrete font. commit 261a7e743fe406797b13edcdcc185472f3766eca Author: Marco Pesenti Gritti Date: Wed Mar 21 00:04:04 2007 +0100 Emit the activated signal also on toggles commit 5eb4f4fab3f26101f95964d02c7fd972a5a806a7 Author: Marco Pesenti Gritti Date: Tue Mar 20 22:24:52 2007 +0100 Tweak dpi and font size commit 0bf1d579e2a2e2ec52ee42e5c7afd8cd41fd2300 Author: Tomeu Vizoso Date: Tue Mar 20 12:58:52 2007 +0100 Fix for removing items from the clipboard. commit ed99a8bbffad48997adfd7fe2b06784558294a81 Author: Tomeu Vizoso Date: Tue Mar 20 12:55:42 2007 +0100 Style fixes for the menu. commit 8a02afb408d4040f0351d56e606492fc6213bb51 Author: Tomeu Vizoso Date: Tue Mar 20 12:01:01 2007 +0100 Style fixes for the toolbar. commit 634240deed52819cede07de728b3975166480fec Author: Marco Pesenti Gritti Date: Tue Mar 20 11:50:13 2007 +0100 Bump version commit 96243824bbccecd2bfe3b19e09dd7e6daf16621d Author: Marco Pesenti Gritti Date: Mon Mar 19 15:20:44 2007 +0100 Remove our own sizing commit 08b378e5f82fbbc0a69b8f905f03a75960d90cc1 Merge: e60e86c 07b8cad Author: Marco Pesenti Gritti Date: Mon Mar 19 15:19:56 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 07b8cad5b973718b283562ae788be31d706e64df Author: Tomeu Vizoso Date: Mon Mar 19 14:24:35 2007 +0100 Set the DPI on activity startup. In the future we should have a xsetting for this. commit e60e86c06a34f6c1801d119a70819f21cbeb8f04 Merge: 154a0e9 5104e24 Author: Marco Pesenti Gritti Date: Sun Mar 18 13:53:33 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 154a0e91ffece83fd1e7ef836c6faaa83166e93c Author: Marco Pesenti Gritti Date: Sun Mar 18 13:48:34 2007 +0100 Create ~/Activities only when necessary commit 5104e24ffa76768707551f4cf2c2e0528bdee408 Author: Tomeu Vizoso Date: Sun Mar 18 13:16:09 2007 +0100 Hack for detecting an onDisk format. Need to improve the clipboard API for the right fix. commit 440baae7d96503e5ddd1606f36e847b4d13b5a6f Author: Tomeu Vizoso Date: Sun Mar 18 12:56:11 2007 +0100 Show and hide the frame when an object is added to the clipboard. commit 3fd29884f952ea96fcc003b9611c83612759a64b Author: Marco Pesenti Gritti Date: Sun Mar 18 02:56:57 2007 +0100 Pass the post data to the Persist commit 57b617ef256e9aa2c4094d26342a0ff60c30ed26 Author: Tomeu Vizoso Date: Sat Mar 17 20:46:44 2007 +0100 Don't grab the keyboard on press and only react to presses (temporary until trial1). commit ebe043a4d20d408f04fb1a520fd5e707bbbf68db Author: Tomeu Vizoso Date: Sat Mar 17 14:30:23 2007 +0100 Refactored global key handling and frame logic. commit 30ee6768a2049d467b6825a49745cf9552e113e3 Author: Marco Pesenti Gritti Date: Sat Mar 17 14:26:10 2007 +0100 Add document metadata property. Expose the filename. commit d6a9f16ca828338c3269f32a6302d9380d754cc8 Author: Marco Pesenti Gritti Date: Sat Mar 17 12:02:35 2007 +0100 Improve image name detection commit ad0621fa8235cdf10a651da57b63ec062ea4135b Author: Marco Pesenti Gritti Date: Sat Mar 17 10:37:15 2007 +0100 Fix the emulator. Patch by Noah Kantrowitz. commit bcec19eb1d013d11a12000001a49261748aacdfe Merge: 0280539 de80cf0 Author: Marco Pesenti Gritti Date: Sat Mar 17 03:52:47 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0280539a5e669a7951a659e697be2f3d4049aa0f Author: Marco Pesenti Gritti Date: Sat Mar 17 03:52:26 2007 +0100 Image name property, fetch content-disposition from the cache. commit de80cf06dea05dba5d3f6741407d237d334ea7a3 Author: Owen Williams Date: Fri Mar 16 16:42:43 2007 -0400 Set mode to black and white when brightness is zero. Also, reverse Alt-F5 and Alt-F8 to make them more sensible commit 72c511ba6195bdfca25f201dac6ad0b7256526ec Merge: c9f28b7 5b20b05 Author: Marco Pesenti Gritti Date: Fri Mar 16 20:36:28 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c9f28b7317fab9a6d824cac9ef3eedd39fba4948 Author: Marco Pesenti Gritti Date: Fri Mar 16 18:12:47 2007 +0100 Rework the emulator. Move matchbox in the shell. commit 5b20b05cc870c0b867f94198a898a0b688a22ead Author: Dan Williams Date: Fri Mar 16 12:24:20 2007 -0400 Current activity has its own signal now commit ad5110f8df4fbd8b26a6b5f3d4df67d2973a2e54 Merge: 5955f17 f4b7233 Author: Dan Williams Date: Fri Mar 16 12:19:29 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5955f17197496e38e5cffdde42071bcb832b101f Author: Dan Williams Date: Fri Mar 16 12:19:24 2007 -0400 Hook up current activity bits commit 831c4c6828a94b48e28493839c7d2a23eb560515 Author: Dan Williams Date: Fri Mar 16 12:18:54 2007 -0400 Fix get of current-activity property; should be a string commit 8b6af7efa56599fd4edb81471fe92253549edb37 Merge: 32fb016 f4b7233 Author: Marco Pesenti Gritti Date: Fri Mar 16 16:55:53 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f4b7233255b826f0899ae7f69950f6ff09ccf55a Author: Guillaume Desmottes Date: Fri Mar 16 16:43:20 2007 +0100 trivial cosmetic changes commit 32fb016a6ce0b8fc21f7cb2a281fa78b4c731c74 Merge: 94214ba d196fb8 Author: Marco Pesenti Gritti Date: Fri Mar 16 16:26:32 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d196fb89a7567b34e1f8312ea17d654db2d3524b Author: Dan Williams Date: Fri Mar 16 10:43:15 2007 -0400 Ignore owner property updates from the network; handled locally commit bd2ff74be41b0da21abe45f67a16d98d272f5cbc Author: Dan Williams Date: Fri Mar 16 10:12:50 2007 -0400 Trivial debug message cleanups commit 94214ba6e734c470fe59ed1c4b3614455f6b6461 Author: Marco Pesenti Gritti Date: Fri Mar 16 15:05:44 2007 +0100 Add button to event info commit 64a67e28f61dae25f04b18efaedc2dad7733da93 Author: Dan Williams Date: Fri Mar 16 10:00:16 2007 -0400 Disable sharing for trial1 commit 7beb2b24aceaf82f41d35e2adcff1e954ea5e6c5 Author: Tomeu Vizoso Date: Fri Mar 16 14:29:39 2007 +0100 Use Animation for popdown. commit 84dcb022cb1b05d77afc0e4181bfa8b95429d17e Author: Tomeu Vizoso Date: Fri Mar 16 14:28:25 2007 +0100 Don't popdown the same control we are told to popup. commit c0cd2cf9a60986ab90f696470c0b2db84ac62b1e Author: Tomeu Vizoso Date: Fri Mar 16 14:04:49 2007 +0100 Prevent activity launching being locked by error during launch. commit 8a88de864b84d3cc798412c65712edb2e8271527 Author: Tomeu Vizoso Date: Fri Mar 16 12:20:03 2007 +0100 Fix tooltip popup. commit e8a21bf6a03dd70524ada386a105f8260e994a15 Author: Tomeu Vizoso Date: Fri Mar 16 11:53:22 2007 +0100 Use color.HTMLColor instead of the color string. commit 71b0a5dc56aa3884af1c25043230143696bb74ec Author: Marco Pesenti Gritti Date: Fri Mar 16 10:48:40 2007 +0100 Actually pass buttons to the gtk file picker commit b45c810ca1263f797b387548fffa8ed4ee738490 Author: Dan Williams Date: Thu Mar 15 22:03:42 2007 -0400 Make access points have persistent colors commit d0c5050a254a30576353fbbe2f99a2131a2a9cfd Author: Dan Williams Date: Thu Mar 15 22:02:41 2007 -0400 Randomize color list so it can be indexed into with a hashed value commit dee3953e3498f9508201aef9351eb72bbe72da73 Author: Dan Williams Date: Thu Mar 15 22:00:35 2007 -0400 Add property for mode commit 0e1ec97663f87c2da2bb32288628b37c97c5666d Author: Dan Williams Date: Thu Mar 15 22:00:22 2007 -0400 Add accessor for mode commit 4371fb08832dc660150375cab15aece896656e64 Author: Dan Williams Date: Thu Mar 15 16:56:29 2007 -0400 Update another get_width_request() for new hippo commit 85961004bb56492bc343d5e51e056d62ae1d3166 Merge: 902fcd0 b025ddd Author: Dan Williams Date: Thu Mar 15 16:37:32 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 902fcd069bc66e5c159e480c189850b5eb04c391 Author: Dan Williams Date: Thu Mar 15 16:37:28 2007 -0400 Expose AP capabilities commit 85f8ef218dff328748bf617bbca8c374064c9949 Author: Dan Williams Date: Thu Mar 15 16:37:15 2007 -0400 Rearrange network device handling bits commit 672d06d85edb7b1c0241c4cc8ab7229b1c156fce Author: Dan Williams Date: Thu Mar 15 16:17:08 2007 -0400 Add accessor for AP capabilties commit b025ddde672b8c106b7d9975c5ff2e984bdd95bb Author: Guillaume Desmottes Date: Thu Mar 15 20:38:11 2007 +0100 use new activity properties changed signal name commit d001c70443007ef9a66ee89ab5c12f2519d409ac Author: Tomeu Vizoso Date: Thu Mar 15 19:19:38 2007 +0100 Tweaked sizes of home xo icon, donut radius and device icons. commit 9f5d642591ae21ce328b1ab322795352e0d85aaa Merge: fbeaf5f 0fe529b Author: Marco Pesenti Gritti Date: Thu Mar 15 17:10:27 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit fbeaf5fb663b7a23da1cf105a76d346ca66f6843 Author: Marco Pesenti Gritti Date: Thu Mar 15 17:10:12 2007 +0100 Add a filechooser subclass which sizes correctly on the OLPC. This is temporary, gtk needs to be fixed. commit 0fe529b78aeaeeefeb179ab70833119bfabd9d12 Author: Tomeu Vizoso Date: Thu Mar 15 16:21:37 2007 +0100 Avoid multiple simultaneous launches of the same activity. commit a83211dbb9f10ed94c7fa8d9799b763891272277 Author: Dan Williams Date: Thu Mar 15 11:21:35 2007 -0400 Fix tracebacks in snowflakeboxes commit 4fbfd1625ca371137a75d3be587214625e2368db Author: Tomeu Vizoso Date: Thu Mar 15 12:47:10 2007 +0100 Make create_activity_id() a public function. commit 705466a2d208a59b7bb7c5230641a396b1ab78b5 Merge: 5ecb531 41bb49f Author: Marco Pesenti Gritti Date: Thu Mar 15 11:11:57 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5ecb53176dfb36ad41c4454f9185ed07a3b9d2c0 Author: Marco Pesenti Gritti Date: Thu Mar 15 11:11:44 2007 +0100 Fix compilation with firefox commit 41bb49f6f66c437e906a515b950413e55208a60c Merge: a16484b b4e4b38 Author: Guillaume Desmottes Date: Thu Mar 15 10:54:21 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit b4e4b3875a5f31e79415dea17edf48744a5e4573 Author: Dan Williams Date: Wed Mar 14 14:44:58 2007 -0400 Better removal of intro video chooser commit f2dcadaff56142a6072fa1495a07d478bf7fc927 Author: Dan Williams Date: Wed Mar 14 14:43:53 2007 -0400 Revert "Remove picture selection from intro screen for now" This reverts commit b97edec4db98c0b01283e5e4ff944ca219dd3733. commit 93e9d164c0ada98212a37da2c17bd640261561bb Author: Dan Williams Date: Wed Mar 14 14:43:42 2007 -0400 Auto-open some downloaded files commit b35e6b6f2bb6a65ee00e8fe32ace346ea056dc1f Author: Dan Williams Date: Wed Mar 14 13:15:39 2007 -0400 Respect suggested name when downloading files commit ca4c680f37584057d84d640e4b0dc39ff0e66057 Merge: 6531918 ca5ff69 Author: Dan Williams Date: Wed Mar 14 13:04:14 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 653191806fc3739819773df050b2682026524009 Author: Dan Williams Date: Wed Mar 14 13:04:10 2007 -0400 Copy interesting files to /home/dcbw after download commit ca5ff6974e05cee95ff32cfb3fb91a43bbec1a7a Author: Tomeu Vizoso Date: Wed Mar 14 16:42:07 2007 +0100 Return TRUE on success. commit a16484bc7bc53d9a35317e395d7cc0a0e7574bea Author: Guillaume Desmottes Date: Wed Mar 14 15:59:30 2007 +0100 rename some signals to avoid confusions use activity properties API commit 6ab478c6cd91dea2127f0ec1608fc0dd0d49e00a Author: Dan Williams Date: Wed Mar 14 10:09:41 2007 -0400 Validate percentage before setting it commit b97edec4db98c0b01283e5e4ff944ca219dd3733 Author: Dan Williams Date: Wed Mar 14 10:06:45 2007 -0400 Remove picture selection from intro screen for now commit eae978346d46f6179f224197ffb72f2938192ba6 Merge: 1650ff3 6227b96 Author: Marco Pesenti Gritti Date: Wed Mar 14 14:20:14 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1650ff31114cf38538a95296f717ac76bbcc8f3f Author: Marco Pesenti Gritti Date: Wed Mar 14 14:19:31 2007 +0100 Use nsIWebBrowser conditionally, so that people don't need to patch mozilla. commit 6227b962153552299ec5825dd279d3de0835c670 Author: Tomeu Vizoso Date: Wed Mar 14 13:32:05 2007 +0100 Support selection of the clipboard object to be pasted. commit 8b4ccf3eb10d0563344e123f7f2c773bba120a2f Author: Dan Williams Date: Wed Mar 14 00:50:06 2007 -0400 Cleanup clipboard D-Bus API - The clipboard now determines each objects unique id and returns it from add_object() - The ID is opaque to the client and should not be used/accessed other than with the clipboard service - Add object type hints for dbus-python - Sugar clipboard bindings for get_object() now return a dict rather than a tuple - ClipboardIcon now retrieves the real file path and uses that to open the file - Adapt sugar bits to clipboard changes commit bfe04c2073f696fd6dd7c6edb12f34d17433dfbe Author: Dan Williams Date: Tue Mar 13 23:57:29 2007 -0400 Add copyright header commit 4960ddae252c6b6a41a510b8963d026d9e9b13bc Author: Marco Pesenti Gritti Date: Wed Mar 14 03:19:24 2007 +0100 Adapt to the new hippo canvas sizing API commit 9d8fa7d42ab1f049cc1320c4b1d1700178059348 Author: Marco Pesenti Gritti Date: Tue Mar 13 17:12:09 2007 +0100 Implement save_document commit c9bdd4418c49ad0debedcd311ab5d0683978162f Author: Marco Pesenti Gritti Date: Tue Mar 13 14:07:03 2007 +0100 Implement save_uri. Add boolean return arguments. commit 070c77c67ff7e906a6f4291e1f9883701d0d812f Merge: c58bb35 49ef39a Author: Dan Williams Date: Tue Mar 13 08:20:02 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c58bb3549f195155e868aa46ddab8a39f60e82e1 Author: Dan Williams Date: Tue Mar 13 08:19:50 2007 -0400 Ensure animations reach last frame commit 49ef39ac7c81a1c34f37efdbfbc6d661ff9ce26d Author: Marco Pesenti Gritti Date: Tue Mar 13 12:59:58 2007 +0100 Add saving API, unimplemented. commit 6b14d9e8830756574d99e4e990bab953ea0b76fe Author: Marco Pesenti Gritti Date: Tue Mar 13 12:51:15 2007 +0100 Get the image uri from the DOM commit e05313c152aee89c785886432d126945e3cae82a Author: Marco Pesenti Gritti Date: Tue Mar 13 11:41:27 2007 +0100 First go at adding events support to Browser commit ac8805246d61f105baff6340d06ccf55fa20a357 Author: Marco Pesenti Gritti Date: Tue Mar 13 00:25:41 2007 +0100 Actually use EASE_OUT by default, add EASE_IN. Thanks to Dan to point this out. commit d041eadf9220ff88e11181ce4d5465f9b07b1a8c Author: Marco Pesenti Gritti Date: Tue Mar 13 00:19:21 2007 +0100 Give up on the save/restore logic, it seem too unpredictable to be clear to the user. Try a simpler logic where the frame state is reset when switching zoom levels. commit 2c468110ba6d7a4e5ff95a11f8c6bb26f683eecd Author: Marco Pesenti Gritti Date: Mon Mar 12 22:47:17 2007 +0100 Go back to the home page when all activities are closed. commit 57b9ca4b71d763a76fc9c01cd465627bba94eed5 Merge: 3bfd948 78fef2a Author: Marco Pesenti Gritti Date: Mon Mar 12 22:39:00 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: shell/view/Shell.py commit 3bfd94899ae00706678fdcb16edf4ff49b27e4db Author: Marco Pesenti Gritti Date: Mon Mar 12 22:29:11 2007 +0100 Bunch of fixes commit 78fef2a48e9153fd5ca53c3e993f919e4431cbd5 Author: Dan Williams Date: Mon Mar 12 16:52:11 2007 -0400 Implement set_title commit 521dd501126f8e3c99fa345aa63ef40840e9b355 Author: Dan Williams Date: Mon Mar 12 16:39:25 2007 -0400 Further zoom level set traceback fix commit 9987c8a7d7fac57e746f2051f3f2a73aef5b7ddb Author: Dan Williams Date: Mon Mar 12 16:10:32 2007 -0400 Fix traceback on zoom level update commit bf80cb55b99fd2594e2cb85abddfb787c5b08485 Author: Marco Pesenti Gritti Date: Mon Mar 12 20:18:55 2007 +0100 Some cleanups in the Shell. Add a way to save/restore the frame state. commit 2bd609e5fda7c1ba4ebb04d159e63a3c24a555ec Author: Marco Pesenti Gritti Date: Mon Mar 12 19:14:02 2007 +0100 Cleanup commit ed454220e6366a071e120ab6d4d56396d32c0543 Author: Marco Pesenti Gritti Date: Mon Mar 12 19:13:09 2007 +0100 Cleanup commit d389933b77929a524a46d3ddd7f45c84558588e4 Author: Marco Pesenti Gritti Date: Mon Mar 12 18:13:01 2007 +0100 Remove the old timeline commit d91c7a90e4348061c6370faf1d6becfc05d34496 Author: Marco Pesenti Gritti Date: Mon Mar 12 17:47:09 2007 +0100 Rework the popup animation to use the new API commit f435a60ca01c0aae7df3264828a374c57218c40d Merge: ce91f2d 9713391 Author: Marco Pesenti Gritti Date: Mon Mar 12 16:58:06 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit ce91f2df995fa07b7dd6a2f5777e7785e2c08d48 Author: Marco Pesenti Gritti Date: Mon Mar 12 16:57:52 2007 +0100 Force hiding when running an activity even if the user hover the frame again. commit 9713391c8614e94fd35ddc1b18f4cf3375c0bab2 Merge: 3ffaa06 978965b Author: Dan Williams Date: Mon Mar 12 11:31:37 2007 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3ffaa062208e568308abe12a953e6618a1e04756 Author: Dan Williams Date: Mon Mar 12 11:31:34 2007 -0400 Fix uninitialized variable tracebacks commit 978965bfa8e042b9daa2b0d4a5bc28a758a355a6 Author: Marco Pesenti Gritti Date: Mon Mar 12 16:30:53 2007 +0100 Fix a race commit 0d90a7b4e7b661891f68364d4949b249cb37d6a6 Author: Marco Pesenti Gritti Date: Mon Mar 12 16:22:03 2007 +0100 More fixes to the hover logic.. commit 49b0db642e7dc04e17b8ff6a054c0c0889153253 Author: Marco Pesenti Gritti Date: Mon Mar 12 16:09:41 2007 +0100 Fix hover checking logic commit 84f6bdd0c91229af8c08d7958c7a3ebb3b57ae5e Author: Eduardo Silva Date: Mon Mar 12 11:02:36 2007 -0400 Battery status update commit acaac29906f5f921b2978b04e0fda52b51094a03 Author: Marco Pesenti Gritti Date: Mon Mar 12 14:54:55 2007 +0100 Add the frame when starting an activity commit 540cef4b0d92bc421a26763e8d6299025b4893d7 Author: Marco Pesenti Gritti Date: Mon Mar 12 14:48:02 2007 +0100 Implement modes, some fixes commit a3a6d0cd8945c859dcebb3c6437f16ebd2f98975 Author: Marco Pesenti Gritti Date: Mon Mar 12 14:05:50 2007 +0100 Implement mouse logic commit c4fbb41bcd0bb5c9c14aca126deae93606c5cd46 Author: Marco Pesenti Gritti Date: Mon Mar 12 13:35:07 2007 +0100 Complete the key logic commit 0984938f95cd66b0cb7c198c346a5f80da68f106 Author: Marco Pesenti Gritti Date: Mon Mar 12 12:39:29 2007 +0100 New animation API. Start rewriting the frame slidein slideout logic. (Use the keys for now, mouse is not working) commit 158d933a104d1fa707731005941447e0b7ecc977 Author: Marco Pesenti Gritti Date: Mon Mar 12 10:51:48 2007 +0100 Complete the UI for the battery commit a1411040f15a12a08b48dd8ef5ac44cd534459ba Author: Dan Williams Date: Sun Mar 11 21:39:00 2007 -0400 Make frame animation faster and smoother commit b5ced20ca4264c64aa25789b78d753303a68d8a9 Author: Eduardo Silva Date: Sat Mar 10 19:37:44 2007 -0300 Console: battery box improves commit f8a3daa2b62c0e7c9d57d53bf1ad457f6ea8215a Author: Eduardo Silva Date: Sat Mar 10 19:30:44 2007 -0300 Console: logviewer font changes commit 29d23cbe7764cb66551876c47800a2cbad4e48d3 Author: Eduardo Silva Date: Sat Mar 10 19:16:40 2007 -0300 Console: new battery status box commit 361581c0d157bb28f64dfe4f1f9cfb976172d0b6 Author: Eduardo Silva Date: Sat Mar 10 00:39:55 2007 -0300 Console: fix cpu usage, new kernel version, font changes... commit 9d837710f5e315b9f25502659ab171cba929f026 Author: Dan Williams Date: Fri Mar 9 16:29:49 2007 -0500 Listen for and respond to Owner property changes Pass the PS's owner object to each plugin. Make the server plugin listen to property changes and push those changes to the Jabber server when they occur. commit d299cd403253de4c5040b512ecd3205b199545d6 Author: Dan Williams Date: Fri Mar 9 16:28:35 2007 -0500 Update Owner properties on signals from the Shell Listen to the shell's D-Bus service for property updates of the Owner, and push those into the presence service. Add test code to randomly change the properties, useful when running the PS standalone without a shell. commit f5c60b44c17fbaba6d6603fac70142a1f7cb38c3 Merge: f1aa2cf cc7ad2d Author: Dan Williams Date: Fri Mar 9 15:36:20 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cc7ad2d42be9ca426f7d9a903bc2513634b5c873 Author: Marco Pesenti Gritti Date: Fri Mar 9 17:43:55 2007 +0100 Missing imports commit b8cc8ec68f6fa008edc9c90f860143bd0a61eb5b Author: Marco Pesenti Gritti Date: Fri Mar 9 17:38:05 2007 +0100 Drop support for running from source dir. As it is now it's just confusing. Will have to figure out the exact needs and rewrite in a better way. commit 6c5d28ecf516cca2ad317983fade3dbf0061d6e6 Author: Marco Pesenti Gritti Date: Fri Mar 9 17:29:03 2007 +0100 Save also the sugar session display and use it in sugar-activity. commit a5d303f9ff96cb17a4fb10e611314e7c1c440c7e Author: Marco Pesenti Gritti Date: Fri Mar 9 16:55:18 2007 +0100 Smarter bundle name matching commit d3493aea9ef4ccc79df397580c37283f2bfe9fcf Author: Marco Pesenti Gritti Date: Fri Mar 9 16:35:53 2007 +0100 Smarter sugar-activity which can make itself the factory and open one instance. commit f1aa2cf11a9a9429a70f7cc27cb7ae7122f28b01 Merge: 723bd21 1587218 Author: Dan Williams Date: Fri Mar 9 10:18:37 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 723bd21e776bc19e136aaca0ffdbbdb8c1d2ca3f Author: Dan Williams Date: Fri Mar 9 10:18:23 2007 -0500 Require jpeg format buddy icon Since the intro screen ensures that a buddy icon exists and is in jpg format, we can simplify the buddy icon code in the ShellOwner object. commit 1587218e9eca0fab2af3bb5e758b7103a9b6b066 Author: Marco Pesenti Gritti Date: Fri Mar 9 15:07:08 2007 +0100 Remove unused files commit 8a98cdc6e026d230aa555a9aa8b828d20ad0b1f5 Author: Marco Pesenti Gritti Date: Fri Mar 9 14:59:47 2007 +0100 Fix matchbox invocation commit 62a1b69bcf511b5f69af210a0b36a865e144b56a Merge: 57c9289 410e58a Author: Marco Pesenti Gritti Date: Fri Mar 9 14:58:09 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 57c928916ca7cdacd728834a9b59ecc33b55339e Author: Marco Pesenti Gritti Date: Fri Mar 9 14:57:54 2007 +0100 Refactor sugar.env and paths commit 410e58aa6fb69d127702646711501671ab90413b Author: Tomeu Vizoso Date: Fri Mar 9 14:32:43 2007 +0100 Fix typo. commit a380b7f915ca32293315176027f835fb739bb86b Author: Marco Pesenti Gritti Date: Fri Mar 9 14:07:17 2007 +0100 Move data to be relative to the code. commit 73c1dbe4a7d8b5e54b6c16f82690200abaedf978 Author: Marco Pesenti Gritti Date: Fri Mar 9 13:53:26 2007 +0100 CLeanup emulator shutdown commit 6afd512d55dacc16758428d15dd06dd41ce8f889 Author: Marco Pesenti Gritti Date: Fri Mar 9 13:47:17 2007 +0100 Cleanup kbd config passing commit c255a7b544ff773b8f77531d99b363e70fc7b0dd Author: Marco Pesenti Gritti Date: Fri Mar 9 13:28:00 2007 +0100 Remove unused var commit 66e341c58ec7a6a1cb976a33103914bfddf7ebf6 Author: Marco Pesenti Gritti Date: Fri Mar 9 13:12:52 2007 +0100 Use button_press virtual method instead of the connect_after hacks. commit 2d9a06ec9a1a3779b169ec1ef70c542821270b25 Author: Marco Pesenti Gritti Date: Fri Mar 9 12:32:32 2007 +0100 Add the root path of the services to python path, not services/. Get rid of the now useless env.get_services_dir commit 810bea67728b78953ac585b6a15a1103e2a5c729 Author: Marco Pesenti Gritti Date: Fri Mar 9 12:08:10 2007 +0100 Remove unused var commit 1d70e212c7848fbebdcb39601b617f84ec1e22dc Merge: cda47a4 8dc201b Author: Marco Pesenti Gritti Date: Fri Mar 9 11:24:38 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cda47a41f4fd06cc06f94eec1451fac33e423ade Author: Marco Pesenti Gritti Date: Fri Mar 9 11:22:51 2007 +0100 Implement ToggleIconButton commit 8dc201bc5f166a84a50535252d35e8f9586813e4 Author: Dan Williams Date: Thu Mar 8 22:17:33 2007 -0500 Expose owner details through the Shell's DBus service For security, we need the PresenceService to listen for changes to the owner's attributes, like changed color, nickname, icon, and current activity, rather than having D-Bus API in the PS itself that any process could call. So, the shell provides signals when these attributes change, which the PS listens to and pushes out over the network accordingly. commit 5210231e8fc9845f46ccdb57164b50a56ecdc02b Merge: d463829 6247c61 Author: Dan Williams Date: Thu Mar 8 12:52:19 2007 -0500 Merge commit d46382921adc42d5845cdefd255cb3ca5961eaca Author: Dan Williams Date: Thu Mar 8 12:51:10 2007 -0500 Convert Activity objects to gobjects and ensure validity before using commit 6247c61ee7929732eae33e45da8586c191db7709 Author: Guillaume Desmottes Date: Thu Mar 8 16:43:04 2007 +0100 add mising "=" commit afcfdaa2393e0cba1ac22da9fa693e7cd164aff1 Author: Guillaume Desmottes Date: Thu Mar 8 16:16:06 2007 +0100 add GetType() method on Activity commit e9f30996357320280960f0c2f2a1b53a543beaa4 Merge: 751fa0f 66b1c48 Author: Marco Pesenti Gritti Date: Thu Mar 8 15:50:54 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 751fa0f66330cc77a9828a6c989bbddaacf50127 Author: Marco Pesenti Gritti Date: Thu Mar 8 15:50:29 2007 +0100 Correct sugar-shell path logic commit 517bab0973c615a75e0cdf0e4896f779c51cdf94 Merge: 2312aa6 e9f3099 Author: Guillaume Desmottes Date: Thu Mar 8 15:50:23 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 2312aa6a99974e86f15945df792853f4ce048d47 Merge: 2262b5f 66b1c48 Author: Guillaume Desmottes Date: Thu Mar 8 15:47:40 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 2262b5fd4931fd20e5cd8e5732e68383b4b18786 Author: Guillaume Desmottes Date: Thu Mar 8 15:45:12 2007 +0100 update nick when receive AliasChanged signal commit 66b1c48211ebf37a02921c883b25e83d97d80165 Author: Tomeu Vizoso Date: Thu Mar 8 11:47:39 2007 +0100 Remove theme hack for tests. Marco has fixed the tests in sugar-emulator. commit e1f0ba15f4241fe9a74eec621de957c72d2f2265 Author: Marco Pesenti Gritti Date: Thu Mar 8 11:44:00 2007 +0100 Make sugar-emulator [program] actually work again commit 8ddaa516b32f41717cc022c7f6d3f3101a6fc69b Author: Marco Pesenti Gritti Date: Thu Mar 8 01:33:55 2007 +0100 Add a default picture, so that we don't force people to find one. Implementation is ugly but the cleanest I could come with :( commit 655e4018f2430239500b6c743a4cc3c7bb012bc4 Author: Marco Pesenti Gritti Date: Wed Mar 7 22:30:52 2007 +0100 Do not show the battery device since it's not hooked up commit 08e65464894ff2d8564e770026f0a02b18ee5f9e Author: Tomeu Vizoso Date: Wed Mar 7 22:23:11 2007 +0100 Fix for keyboard focus bug when f. commit 44f00a9cd84bed34fb10abd08f16a8acf3a29924 Author: Dan Williams Date: Wed Mar 7 16:24:21 2007 -0500 Fix traceback due to bad merge commit a2bd1194f35912e70d909a65685c1bf723ec1121 Author: Dan Williams Date: Wed Mar 7 16:23:52 2007 -0500 Work around bus-python bug with named exceptions commit 11320e8883f9043edabe78ffad258397468e3a38 Author: Dan Williams Date: Wed Mar 7 16:23:33 2007 -0500 Ensure entry can accept input commit 4c05c4247cd808b02793386a260eccd99d92b47f Merge: 9fa72e4 abf60c1 Author: Dan Williams Date: Wed Mar 7 14:22:16 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit abf60c1c89142e27790c5baac8447cf8d6d97761 Author: Guillaume Desmottes Date: Wed Mar 7 20:09:40 2007 +0100 add GetName method commit 9fa72e4cba586a457266ac071176d5eaa1ee814b Author: Dan Williams Date: Wed Mar 7 13:56:22 2007 -0500 Remove some erroneous error handler code commit cb2489bff65695a876e39277eb562c1a8d83e8b3 Author: Guillaume Desmottes Date: Wed Mar 7 19:46:48 2007 +0100 implement ActivityInvitation and PrivateInvitation signals commit c07596a1eaa5f8de4962a034c1e5e8845ac619d6 Merge: 9b52da2 550fe95 Author: Guillaume Desmottes Date: Wed Mar 7 18:12:46 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 550fe95b5a1e83140a977d16decbe270c1c86f0d Author: Dan Williams Date: Wed Mar 7 11:40:04 2007 -0500 Clean up sugar + NM client interaction Change "init-failed" signal to 'initialized' so uninitialized devices don't leak in the sugar model. Get rid of 'ssid-changed' signal on Network objects, makes no sense conceptually, plus new 'initialized' signal replaces what it was used for. commit 9b52da22475b9b263bcea2f7e367abe7c0766c44 Merge: 139b190 8c928f0 Author: Guillaume Desmottes Date: Wed Mar 7 15:27:57 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 139b190650331fece7c57a99f14ed09c8b1f720a Author: Guillaume Desmottes Date: Wed Mar 7 15:27:47 2007 +0100 catch invitations request commit 8c928f05b862e591996bd9fe42cb8324e08318fc Merge: eefad0a 375f61c Author: Marco Pesenti Gritti Date: Wed Mar 7 14:24:06 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit eefad0aeedf7fe6bea68dd0f0e3b33db2b24b223 Author: Marco Pesenti Gritti Date: Wed Mar 7 14:23:44 2007 +0100 Do not try to add access points on model removed signal! Some fixes to access point state. commit 375f61c9eecaed64a5113aacab50ed4225bb2515 Merge: 6f19b10 ce6d210 Author: Guillaume Desmottes Date: Wed Mar 7 13:15:51 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 6f19b10222883d667a097393a513fbfcc2989c47 Author: Guillaume Desmottes Date: Wed Mar 7 13:15:38 2007 +0100 catch the closed signal check if icon exists commit ce6d21075f0732c23b180b9249e34d5466b8690a Author: Marco Pesenti Gritti Date: Wed Mar 7 12:11:14 2007 +0100 Simplified logic using a grid. It looks ugly but we don't care right now. commit dacf05fcd9c1d7b9cc28001a8ec104008cbff552 Author: Marco Pesenti Gritti Date: Wed Mar 7 10:59:48 2007 +0100 Intialize the service to None, we are freeing it later. commit 1480ff8440de5a12db16733190885e72aaa7aad1 Author: Guillaume Desmottes Date: Tue Mar 6 18:22:43 2007 +0100 add a leave method commit 2eedfd3d90eae4cc84d22a32d15b61c2be5c93c9 Author: Guillaume Desmottes Date: Tue Mar 6 17:50:49 2007 +0100 implement activity GetChannels commit 7e1c8ef31fdfc28a0701a1d9224e406288d9f1ad Author: Guillaume Desmottes Date: Tue Mar 6 17:26:21 2007 +0100 declare _icon in Buddy constructor commit a0230ba78483424d4a06a5bcc78ab36eed66a510 Author: Guillaume Desmottes Date: Tue Mar 6 17:22:33 2007 +0100 move dirty hacks to declare interfaces in init_connections to avoid warnings commit b310f177b6db7dd96ff8c9d4cb1abd084d6c7801 Merge: f716f20 2c7a22b Author: Guillaume Desmottes Date: Tue Mar 6 17:16:04 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit f716f20191228e77111332da5021dde5728602c1 Author: Guillaume Desmottes Date: Tue Mar 6 17:15:55 2007 +0100 start to implement join and share activities commit 2c7a22b15790c914b660408feb5d5fce096ac598 Author: Owen Williams Date: Tue Mar 6 08:01:46 2007 -0500 Fix bug for activities with spaces in the name commit 195e18d7b007966dc0bf30c0e6eee26149190bab Merge: 3d32c9a 1992a8a Author: Owen Williams Date: Mon Mar 5 21:24:59 2007 -0500 Merge branch 'master' of git+ssh://ywwg@dev.laptop.org/git/sugar commit 3d32c9aaa67c416df90ff3b50ab84eef6db07928 Author: Owen Williams Date: Mon Mar 5 21:24:42 2007 -0500 Fix corner and edge frame activation commit 1992a8a2d8afab6c313eee5605ed5bd5ef9cf7e8 Author: Marco Pesenti Gritti Date: Tue Mar 6 03:03:28 2007 +0100 Disable journal automatic startup for now commit b21f1a3b8070c138fb2484de045d3a275463f1bf Author: John (J5) Palmieri Date: Mon Mar 5 16:14:11 2007 -0500 workaround to fix blocking when launching activities * set follow_name_owner_changes to true when creating a proxy for an activity which causes proxies to be late bound and not make a blocking call to start a service commit 05081b3fa525cf0b090b0c1be520fd5e1309774e Author: John (J5) Palmieri Date: Mon Mar 5 16:10:14 2007 -0500 use hal to detect the presence of a v4l device * right now we check for anything with the capability of 'video4linux' and for info.linux.driver = 'cafe1000-ccic' which is the olpc's webcam commit e62fcbd29612fb3ca1b590970734d22421782fd8 Author: Marco Pesenti Gritti Date: Mon Mar 5 20:32:39 2007 +0100 Call remove access point with the right signature commit 42609e447c2cb2e6cf37461eaab0a6becd3aab63 Merge: 148c939 39a0090 Author: Guillaume Desmottes Date: Mon Mar 5 18:56:34 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 148c93968bb89f952aacc6c2bc9e685f6c8fe99c Author: Guillaume Desmottes Date: Mon Mar 5 18:56:17 2007 +0100 create/remove activities according to ActivitiesChanged signal commit 39a009056dfb74c2237dd176ad588a16b630cba8 Author: Tomeu Vizoso Date: Mon Mar 5 16:56:39 2007 +0100 Order journal entries and fix filtering. commit 59c1d0f43759b56eb5c145c56de790ad4756b40e Merge: d06c1af 39c6542 Author: Marco Pesenti Gritti Date: Mon Mar 5 13:34:45 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d06c1af638b17814e52188afcd95259c5fa757da Author: Marco Pesenti Gritti Date: Mon Mar 5 13:34:31 2007 +0100 Tweak menu layout commit 39c6542e40c552f011e6c694bbbd1a22c8f5e06e Merge: 9ce78f6 5cc06cb Author: Guillaume Desmottes Date: Mon Mar 5 12:52:45 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 9ce78f6100c810adda389786cff0a89064fd48f8 Author: Guillaume Desmottes Date: Mon Mar 5 12:52:29 2007 +0100 upload our avatar only if needed commit 5cc06cb5ebaba91a272b34082de21166809cf742 Author: Marco Pesenti Gritti Date: Mon Mar 5 12:43:32 2007 +0100 Tweak optionmenu and entry paddings commit 5ae521be777cec863fcd5e2e838a3e41daa4c7af Author: Marco Pesenti Gritti Date: Mon Mar 5 12:29:52 2007 +0100 Fix aligment of menu icons commit 52ca451a05ab7ec0856ba8fa193f0265d0c0debf Author: Marco Pesenti Gritti Date: Mon Mar 5 12:05:13 2007 +0100 More fake entries improvements commit 583ea4214d62cb657c3745a77df41cc744999cc3 Author: Marco Pesenti Gritti Date: Mon Mar 5 12:00:51 2007 +0100 Improve the demo entries commit 4b1ca7056e6408e62796ea19f916e9520844e6b0 Author: Tomeu Vizoso Date: Sun Mar 4 19:49:03 2007 +0100 Make action-id in MenuItem be object, not int. commit a585221b164ef353634afd407af5d330931e36f4 Author: Tomeu Vizoso Date: Sun Mar 4 11:27:33 2007 +0100 Added object update to the datastore. commit 559d21d4d26da6bb4d42389852a447a562eab15a Merge: d027761 4d0c540 Author: Tomeu Vizoso Date: Sun Mar 4 10:53:14 2007 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 4d0c540f8542fc5d0fdf6ee83d77b84ea9193918 Author: Marco Pesenti Gritti Date: Sun Mar 4 00:54:50 2007 +0100 Fix bw/color switch. Patch by Owen Williams. commit b4836718de7bf1832cbbb2bb712cd2e349672cda Author: Marco Pesenti Gritti Date: Sat Mar 3 21:25:34 2007 +0100 Fix signal signature commit 7b114879952062413e0f31e8ae164b4cd1a979d6 Merge: fc7f623 8763d9d Author: Dan Williams Date: Sat Mar 3 12:05:08 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit fc7f62359f0ece9bd736e91a17a5479c8c5962d6 Author: Dan Williams Date: Sat Mar 3 03:51:27 2007 -0500 Don't traceback on cleanup when disconnected already commit fc970ccf3dbbaf2cfac85b3e300eba8564b5877a Author: Dan Williams Date: Sat Mar 3 03:15:18 2007 -0500 Attempt periodic reconnection on connect error, traceback less on server problems commit 7da177a054fe6902791162349dfeb50bc25fa289 Author: Dan Williams Date: Sat Mar 3 03:12:52 2007 -0500 color is required for a valid buddy commit 6428fdc9a421086233ba166badbadc628c8bb980 Author: Dan Williams Date: Sat Mar 3 03:12:27 2007 -0500 Give dbus-python a hint to icon return type commit 8763d9d5e296132423aa16c8d20b96f94deae499 Author: Marco Pesenti Gritti Date: Fri Mar 2 22:22:20 2007 +0100 Typo commit d0277612092074a7fdebbaa42b3a958f1f2cb14f Author: Tomeu Vizoso Date: Fri Mar 2 22:22:19 2007 +0100 Added create_with_object_id() func. commit 33739f1c0f0fe8bcf72bb7bf65a18ee9c2dbf169 Author: Tomeu Vizoso Date: Fri Mar 2 22:21:45 2007 +0100 Some more examples for the journal. commit 1cadd9c1cec8e723cd2d08ae6b251b2324468505 Author: Marco Pesenti Gritti Date: Fri Mar 2 21:58:36 2007 +0100 Add object_id commit d504124cc29626876052eeb0c89e3bc106856766 Author: Tomeu Vizoso Date: Fri Mar 2 21:17:03 2007 +0100 Hack Dan's DataStore for doing what we need for 6th March demo. commit 921bccd48c88b69163a6c0c36ea50815f9762cab Author: Marco Pesenti Gritti Date: Fri Mar 2 21:02:18 2007 +0100 Tweak video size. People report it's too big on the olpc too. Dan feel free to tweak this, I'm changing it to get a functional build in for tonight compose. commit 69f8d84663434b679f6c77a932d94418f00b78ff Author: Marco Pesenti Gritti Date: Fri Mar 2 20:39:29 2007 +0100 Make video size resolution dependent at least in the emulator. commit 08c791849f8d50454017c25a7048def4918512a6 Author: Dan Williams Date: Fri Mar 2 11:10:44 2007 -0500 Convert buddies to GObjects; ensure signals don't emit before buddy is valid commit 7b896726047dc1da898f39f7c7c64f397d7ad31f Author: Marco Pesenti Gritti Date: Fri Mar 2 16:45:09 2007 +0100 Catch GetActiveNetwork exceptions. Listen for activation failures. commit d748682ef776b3413fe99fd6f458f2647318e5ea Author: Marco Pesenti Gritti Date: Fri Mar 2 15:56:06 2007 +0100 Handle the case where we get an Activating event but we don't have an active device yet. commit baad7784063a8de0c222ace5424a82aca829105b Author: Marco Pesenti Gritti Date: Fri Mar 2 15:11:59 2007 +0100 Improve logging commit d1a29ecf32f2dfada678aa175d099c43e386c0e8 Author: Marco Pesenti Gritti Date: Thu Mar 1 21:38:38 2007 +0100 Set font to 7 points. Tweak zoom levels. commit 47b8ad24968270c988d16e8186e4b496cc736259 Author: Tomeu Vizoso Date: Thu Mar 1 19:23:55 2007 +0100 Stop sqlite3.decoding the data from the db. commit a3e2803eb876fea7aa58f65b4fdba9cc656f143a Author: Dan Williams Date: Thu Mar 1 13:23:29 2007 -0500 Clue dbus-python into the return type of get_data() commit 97d719f795ed8d07a62ef8f9356a5eb5e9e1d507 Author: Tomeu Vizoso Date: Thu Mar 1 18:59:36 2007 +0100 Use sqlite3.Row in the datastore. commit dbf2c0c1a27894a71babb3aefbe9db6c741f67a3 Author: Dan Williams Date: Thu Mar 1 12:52:42 2007 -0500 get object path correctly commit f2af1ae219f6bfe9bdd2cddd2657733353bb8d45 Author: Tomeu Vizoso Date: Thu Mar 1 18:42:53 2007 +0100 Use cursor parameters instead of SQL injection. commit 7ab0b60b10c6f3adbb7b376b018dbea5f94da29a Author: Dan Williams Date: Thu Mar 1 11:53:43 2007 -0500 Update data store to new dbus-python bindings API and sqlite3 commit 1c69095310d63ef44a91d19648a7a6f0e62c2121 Author: Marco Pesenti Gritti Date: Thu Mar 1 16:31:14 2007 +0100 Remove TODO commit 819d08082c89df2361504aa7642d2c8217aa12db Merge: 8ec1e2b bfbcedb Author: Marco Pesenti Gritti Date: Thu Mar 1 15:53:03 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8ec1e2b524943d8ec402b039a8da7e2cb2a9ea0d Author: Marco Pesenti Gritti Date: Thu Mar 1 15:52:36 2007 +0100 Use the dropdown icon. Quite an hack to get the icon size right, we will have to fix this properly. commit bfbcedbcec988e3f5099687efe7c801bad2b89f7 Author: Guillaume Desmottes Date: Thu Mar 1 13:30:42 2007 +0100 Don't use the _alias_changed_cb while we use vcard to store the alias commit 57b887df30e38da6ef116572ce87934931114aa4 Author: Dan Williams Date: Wed Feb 28 22:13:27 2007 -0500 PresenceService fixes; request buddy presence when using existing connection commit 48e9887d92e08fb3f001957adb5e4f009699b864 Author: Dan Williams Date: Wed Feb 28 15:49:33 2007 -0500 Fix key release in keyhandler commit 9333af3d07bedc4d41e1b0e3d0494876499f48a5 Merge: 7ce21d4 6c16653 Author: Dan Williams Date: Wed Feb 28 15:48:48 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7ce21d47bd7ac982a84bd1271ce259b7b7e0e59d Author: Dan Williams Date: Wed Feb 28 15:41:00 2007 -0500 Ensure video is realized before showing live video commit 6c16653173a780ff3234d6ccd2f5f2dd83c61da1 Author: Marco Pesenti Gritti Date: Wed Feb 28 21:04:26 2007 +0100 Convert points correctly to device. Tweak zoom factor logic a bit commit 1b869a04f8571fd2bb501d80667b5269db300b56 Author: Tomeu Vizoso Date: Wed Feb 28 19:53:06 2007 +0100 Icon and Button fixes. commit abc400f84106b70905c6136253590dc59922a562 Author: Marco Pesenti Gritti Date: Wed Feb 28 19:05:56 2007 +0100 Fix points_to_pixels impl commit 458aaf3786b74758b8aa8b7aac8688c3bca43ed2 Merge: ad17143 31fa414 Author: Marco Pesenti Gritti Date: Wed Feb 28 18:00:31 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit ad17143eb36a7e1fbead512ba8eb17263bde7c83 Author: Marco Pesenti Gritti Date: Wed Feb 28 18:00:03 2007 +0100 Missing file commit 748275ca00c995f98a454fad533ed7673d578765 Author: Dan Williams Date: Wed Feb 28 11:47:19 2007 -0500 Add fixme for avatar optimization commit 31fa414e429c19a54b18cdda59142eaf14035137 Merge: 065cd6b 6704e1b Author: Guillaume Desmottes Date: Wed Feb 28 17:02:52 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 065cd6bc20632b7d82931442dc85ef9475f8f7c5 Author: Guillaume Desmottes Date: Wed Feb 28 17:02:43 2007 +0100 start to use aliasing interface for nick commit 6704e1bfd30580ba3f8b9b36f336f41242e96785 Author: Tomeu Vizoso Date: Wed Feb 28 16:41:50 2007 +0100 Button fixes and fix launching activities from the clipboard. commit 32ac23ce27a9ce6f26f38b30da22cba6aa98ff19 Author: Marco Pesenti Gritti Date: Wed Feb 28 16:19:01 2007 +0100 Make the icon pulse when connecting commit b36461261510151731e76a89a6463c8d3ca5c2e3 Merge: aec4fcf b692eb3 Author: Marco Pesenti Gritti Date: Wed Feb 28 15:43:11 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit aec4fcf874f7262a63bd08368d4cf3c16b122f44 Author: Marco Pesenti Gritti Date: Wed Feb 28 15:42:41 2007 +0100 More work on devices, getting there commit b692eb3833e691ba7251a498366786396c31cb37 Author: Tomeu Vizoso Date: Wed Feb 28 15:34:40 2007 +0100 Entry fixes. commit 0f1adfe1de7f51562a4429c47f0674becd8b5f56 Author: Tomeu Vizoso Date: Wed Feb 28 14:47:35 2007 +0100 Specify font size in pixels, not in points. commit b473b4f17cd65115fc4fadd8a71d30fef5066cb5 Author: Marco Pesenti Gritti Date: Wed Feb 28 13:24:47 2007 +0100 Pass the X dpi to Xephyr. Default to a minimum of 96, some distros appear to be broken. commit 3baf796d83db5dae38afa8e4ad82a459023aad5d Merge: d47d882 403c2ab Author: Marco Pesenti Gritti Date: Wed Feb 28 12:38:47 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d47d882bce89b48e5743464e160a480dcc2a6460 Author: Marco Pesenti Gritti Date: Wed Feb 28 12:38:29 2007 +0100 Port the whole dpi check from mozilla commit 403c2abc5c21069dbc1f77babc7396b5a1bfbe28 Author: Dan Williams Date: Tue Feb 27 22:38:28 2007 -0500 Upload avatar; try to get and set BuddyInfo properties commit 7cf6fd2640d5a472f5704e2591279c92e4ef1dfa Author: Guillaume Desmottes Date: Wed Feb 28 00:05:00 2007 +0100 explicitely set the BuddyInfo interface commit a840be0c01c7e3a7a67a854c2bc60759fe42a6e9 Merge: 81b636c e3bab8c Author: Guillaume Desmottes Date: Tue Feb 27 23:52:02 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 81b636c8e1c21e7cb84d593b18612c466204b7ac Author: Guillaume Desmottes Date: Tue Feb 27 23:51:53 2007 +0100 start of support of the org.freedesktop.Telepathy.Connection.Interface.OLPC.BuddyInfo interface commit e3bab8cd125466021e83221e2424e193f1a74c9a Merge: 5f288b6 a6a8ad5 Author: Marco Pesenti Gritti Date: Tue Feb 27 23:19:16 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5f288b68c9e34960d82958faf4a1b7482cdfe769 Author: Marco Pesenti Gritti Date: Tue Feb 27 23:19:02 2007 +0100 Typo commit a6a8ad5677f01b082821afafab68431474386fff Author: Tomeu Vizoso Date: Tue Feb 27 23:05:34 2007 +0100 IconButton hover fix. commit f09a63930f6470c737f7c606116a5ce7f6265f63 Author: Tomeu Vizoso Date: Tue Feb 27 22:35:28 2007 +0100 Fix stroke/fill on ZoomBox icons. commit 8a9232234b654c8acfe6a415c1e7cb254647080b Author: Marco Pesenti Gritti Date: Tue Feb 27 22:21:55 2007 +0100 Fix distcheck commit 8a53a31c49f0a8fd04631273aae80634a15f2431 Author: Dan Williams Date: Tue Feb 27 15:03:25 2007 -0500 Have IntroWindow handle profile creation so it can hide itself before generating keys commit f5051b7c14cdd7990387cb3aaa98119fe522c5fe Author: Dan Williams Date: Tue Feb 27 15:02:42 2007 -0500 Add get_color() function commit a8cabac590457c6c7dd6eb97b88d4300490961a9 Merge: f3cedf1 152d95f Author: Dan Williams Date: Tue Feb 27 14:45:14 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f3cedf1bca4bdaccc4a68f508c2b0a818424ee68 Author: Dan Williams Date: Tue Feb 27 14:45:06 2007 -0500 Don't create already existing config sections commit 152d95f3ded7a7695ac37e42bfece276b6964b80 Author: Guillaume Desmottes Date: Tue Feb 27 20:22:38 2007 +0100 properly manage the registered field in the config file commit 4f4291e41c85004bceea0243b7216a3230a1aec0 Merge: b345266 17e33c7 Author: Marco Pesenti Gritti Date: Tue Feb 27 20:09:40 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b3452663bc3cda80bf83b45385027897574696a9 Author: Marco Pesenti Gritti Date: Tue Feb 27 20:08:33 2007 +0100 Use a custom style to get rid of the damned window background commit aeb162ae0860703aebfa79db4bb1d0a7fca71c34 Author: Dan Williams Date: Tue Feb 27 13:19:04 2007 -0500 Remove a bit of debugging code commit 17e33c7495eb62f8ffed84022555d540547c3e02 Merge: 5535aef b2f50f9 Author: Guillaume Desmottes Date: Tue Feb 27 19:08:29 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 5535aefc758a50366851f1bc0cf382757d5f8178 Author: Guillaume Desmottes Date: Tue Feb 27 19:08:17 2007 +0100 Add a Server section in the config file and use it to register only when needed commit b2f50f9da4ba41bf602295308abb3f469efa6810 Merge: 7081909 d398b37 Author: Marco Pesenti Gritti Date: Tue Feb 27 17:05:01 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7081909d2d959ae1deb973d216e72fa7934a1050 Author: Marco Pesenti Gritti Date: Tue Feb 27 17:04:15 2007 +0100 Fix some bugs with frame animation and enable it commit d398b37645f5d6c59f243a4e6221a842a8beaafe Author: Tomeu Vizoso Date: Tue Feb 27 15:31:05 2007 +0100 Button fixes. commit e478de42247d41d4439af9d7fd4fac0321f063da Author: Marco Pesenti Gritti Date: Tue Feb 27 15:05:44 2007 +0100 Use Window, add a compatibility hack to not break API commit 2e2db562c5faa21e623707ebe84e5e504df540d0 Author: Marco Pesenti Gritti Date: Tue Feb 27 13:56:00 2007 +0100 Make the canvas window background transparent commit b04c19efb41f39f578e558031fa89f81559d89e2 Author: Marco Pesenti Gritti Date: Tue Feb 27 13:41:51 2007 +0100 Add a window class to graphics, it contains a canvas. commit abf84970b513a5e00eb6524244e19e398414f372 Author: Dan Williams Date: Mon Feb 26 15:38:50 2007 -0500 always register the jid when connecting commit ca8f3a04847754b2a2df0220f2590f166b1c1b06 Author: Dan Williams Date: Mon Feb 26 13:18:06 2007 -0500 minor connection setup cleanups commit de902c41fde70b1a937d71381f702d7551311e90 Author: Tomeu Vizoso Date: Mon Feb 26 17:35:58 2007 +0100 Added Button control. commit 4c0352e9bc8d28e87d9f63f0ca08c48bdf4e357b Author: Guillaume Desmottes Date: Mon Feb 26 17:18:52 2007 +0100 new icon cache system commit a1f56849446ce719c94f0723d52ad8ca37e1029d Author: Dan Williams Date: Mon Feb 26 11:10:24 2007 -0500 Make buddy icon selection a bit more consistent commit df1f01552dccf15b18aed9da1a6e04ad79996a6a Author: Marco Pesenti Gritti Date: Mon Feb 26 14:54:17 2007 +0100 Fix overlay box alignment commit 8f57bf7c9d224903c3d8a7b6e056d02766a5250d Author: Marco Pesenti Gritti Date: Mon Feb 26 14:42:39 2007 +0100 Support running without network manager service. Rework code to run without hardware manager service. commit 4c23a821efbafd5263b41ef1d5eed214188e7bb9 Author: Marco Pesenti Gritti Date: Mon Feb 26 14:11:55 2007 +0100 Missing file commit d86290426c8418d82ff9d922f6ec9a4d2b12ed8f Author: Marco Pesenti Gritti Date: Mon Feb 26 13:41:03 2007 +0100 Restore NetworkManagerInfo.conf commit c433d97db90a486fe2afd475aae868e6b50717f8 Author: Marco Pesenti Gritti Date: Mon Feb 26 13:33:02 2007 +0100 Get rid of the old first time dialog commit de2a2011c6240fe35e860e3b7f9a90683f4931fc Author: Marco Pesenti Gritti Date: Mon Feb 26 13:24:21 2007 +0100 Fix propagation of Device ssid changes commit bcbab5612fd671c974bcf9ac110c71ea566a413e Merge: 6fadbde 6b31f57 Author: Marco Pesenti Gritti Date: Mon Feb 26 13:20:53 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6fadbde8bc5f7b0d706ad684ee2f7bcee275b1b9 Author: Marco Pesenti Gritti Date: Mon Feb 26 13:20:36 2007 +0100 Fix up propagation of the state property changes commit 6b31f572574dde43e76bafb2443733240956e11a Author: Tomeu Vizoso Date: Mon Feb 26 12:40:14 2007 +0100 Some control fixes. commit 867b10eed7b5fc4d95a35b0af339ef2fd510d330 Merge: d49a3b5 dd74d03 Author: Guillaume Desmottes Date: Mon Feb 26 12:29:03 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit d49a3b52abd99e9aa112a64a1a7fdb364c58125f Author: Guillaume Desmottes Date: Mon Feb 26 12:28:50 2007 +0100 only remove the buddy if we don't see it using all CM commit dd74d030c3c82d63c594c6add1aea57f44229ac4 Merge: fa1d25d 500bd70 Author: Marco Pesenti Gritti Date: Mon Feb 26 12:26:23 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit fa1d25d4411b3392b5ae0ddb50958e27c9299599 Author: Marco Pesenti Gritti Date: Mon Feb 26 12:26:10 2007 +0100 Add a device-added signal commit 89a91954c91b18df5cf961732fca5f938f375797 Author: Marco Pesenti Gritti Date: Mon Feb 26 12:23:00 2007 +0100 More work on network devices, getting there commit 500bd702b14abbaeee836bbb14a98499dddccc16 Author: Dan Williams Date: Sun Feb 25 22:45:16 2007 -0500 First pass at attempting registration on failure commit 88728f996e48266adda8ae3b144d67591fab3a73 Author: Dan Williams Date: Sun Feb 25 22:27:33 2007 -0500 Remove debugging stuff commit c1efa0a2669c71b3eb74927378e56e2d83ee398d Author: Dan Williams Date: Sun Feb 25 22:23:27 2007 -0500 Ensure correctly formatted color commit a48fe93cc3c16d8ceeac3db7ce06e6266ae8083b Author: Dan Williams Date: Sun Feb 25 22:06:41 2007 -0500 Return list of devices, not dict commit 0cad068bf48f92cc49fd327bae74b89caedf1322 Merge: bf98a5d 69b48ad Author: Dan Williams Date: Sun Feb 25 19:27:37 2007 -0500 Merge commit bf98a5d06436a905aa5710db4a60f1e6b7c8f7fc Author: Dan Williams Date: Sun Feb 25 19:25:24 2007 -0500 Add link local plugin commit a72175ff68de54fac9f50136b29f9d156400a5a7 Author: Dan Williams Date: Sun Feb 25 19:24:48 2007 -0500 Create separate plugins for connection methods commit 1f91f7f7afd34143721ac66936546e4444950369 Author: Dan Williams Date: Sun Feb 25 17:53:10 2007 -0500 New intro/setup screen commit 69b48ade35088d2cceda6904360cb596c1a56b0b Author: Marco Pesenti Gritti Date: Sun Feb 25 21:19:18 2007 +0100 s/essid/ssid commit a9c4e4b8e5c57519af557a0543aa19a89c8f693c Author: Tomeu Vizoso Date: Sun Feb 25 18:03:17 2007 +0100 Fix bug #920. commit 4299dd67657d03a6312ae33e00023e6f07ac45d8 Author: Marco Pesenti Gritti Date: Sun Feb 25 17:51:30 2007 +0100 Cleanups commit 66f26e4b8b9745d7700bae169cd10f60cf36597c Author: Marco Pesenti Gritti Date: Sun Feb 25 17:34:15 2007 +0100 Fixup tooltips. Still not working for the home page case, since the active device logic is pretty broken. commit b26ddc64bad61d8fcdbdc49d8e0f2c82e685b701 Merge: e803f65 bba86e5 Author: Marco Pesenti Gritti Date: Sun Feb 25 15:33:01 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e803f6534f3aaccdb31bc6b8aa7281a85e1e09f2 Author: Marco Pesenti Gritti Date: Sun Feb 25 15:24:04 2007 +0100 Add ssid tooltip to the home too. Not working yet. commit 10bfe004a8b5ab9176b9b26455f2da14ac052340 Author: Marco Pesenti Gritti Date: Sun Feb 25 15:05:56 2007 +0100 Fix strength propagation commit bba86e5b74ea70ecde1d3fbc8753ecff986e5226 Author: Tomeu Vizoso Date: Sun Feb 25 14:58:18 2007 +0100 First try at menu sizing in OptionMenu. commit f907ceeae67f0a42ddd4a1b4e17ddcaf5cfa8ae8 Author: Marco Pesenti Gritti Date: Sun Feb 25 14:30:17 2007 +0100 Display strength of wireless device/networks commit 81e2e9ed8db11aff7daab714b7328b099cc73d8a Author: Marco Pesenti Gritti Date: Sun Feb 25 13:40:24 2007 +0100 Get rid of the old nm applet commit c0c753d169fce161355bdbc5f67aad771782d8b1 Author: Marco Pesenti Gritti Date: Sun Feb 25 12:44:54 2007 +0100 Add back wep key dialog commit 7c135804bc53708a23c808640145e37ae3b22f6b Author: Marco Pesenti Gritti Date: Sun Feb 25 12:36:44 2007 +0100 Handle device removal commit 38ac42d6650154659dd2f1c354c023f29f07de7d Author: Marco Pesenti Gritti Date: Sun Feb 25 12:17:45 2007 +0100 Activate the network on click commit 91722dfebc4d21bccf5591dbe211ddbe4ffd51ef Author: Marco Pesenti Gritti Date: Sun Feb 25 11:52:14 2007 +0100 Add a tooltip with the ap name, not working for some reason commit 06e09236879b0fa12b102ebf570fd717000553e9 Author: Marco Pesenti Gritti Date: Sun Feb 25 11:39:35 2007 +0100 First go at access points on the mesh view commit 6a4170a51e2be4f0f3d2ba45aac19819a9aee7f0 Author: Marco Pesenti Gritti Date: Sun Feb 25 02:28:14 2007 +0100 Get the wireless device to show. commit 755250947a5b49c7fc8353055f65db6c4b277cbd Author: Marco Pesenti Gritti Date: Sun Feb 25 02:00:40 2007 +0100 Some work on the network devices commit 89aa65d0f6ae70e928c8b3db6df921cc6205df51 Author: Marco Pesenti Gritti Date: Sun Feb 25 01:07:05 2007 +0100 Move hardwaremanager out of the view to his own module commit cb6a808832c456840c043f4b06ea55e7b64f2618 Merge: 39292db d7eb3fd Author: Marco Pesenti Gritti Date: Sat Feb 24 20:58:51 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d7eb3fd73400bef047ba49bf50d8673aa121dab0 Author: Owen Williams Date: Sat Feb 24 13:28:04 2007 -0500 Fix part of bug 853, reposition and resize sugar frame after rotate commit 067f703bfe7787bd4706172f0c56e57874899966 Author: Tomeu Vizoso Date: Sat Feb 24 18:18:50 2007 +0100 Make OptionMenu grab the pointer on popup. commit 39292db23e4b9ba881e9d6e5b5a7924c76e2ddd6 Merge: 3b7670a 951e923 Author: Marco Pesenti Gritti Date: Sat Feb 24 17:52:43 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 3b7670a3645c58f1c43075de0f4e4f55d133b6ae Author: Marco Pesenti Gritti Date: Sat Feb 24 17:40:18 2007 +0100 Don't present from inside the Activity constructor commit 951e92395bd80758081fe501d4f73727273dc7ad Author: Tomeu Vizoso Date: Sat Feb 24 17:15:47 2007 +0100 Make the default icon scale depend on the screen resolution. commit db7830b86c35f609c851e04c433776cc0eaed407 Merge: c58ea7f 5714396 Author: Marco Pesenti Gritti Date: Sat Feb 24 16:39:28 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5714396e342d77de5bcc69d4d00da90c010e0e27 Author: Tomeu Vizoso Date: Sat Feb 24 15:30:16 2007 +0100 Add hovering to MenuItem. commit 2b1445be6cb71b0eef611b397c2a17278409667b Author: Tomeu Vizoso Date: Sat Feb 24 15:22:16 2007 +0100 Adjusted rounded box radius. commit ce800fbc66c2790f5bf9a38006812a16478342aa Author: Tomeu Vizoso Date: Sat Feb 24 14:58:38 2007 +0100 Add hover to BuddyIcon in the Frame. commit 940b50b4e6d507b4e4a1e4a6aa42f418219df87b Author: Tomeu Vizoso Date: Sat Feb 24 14:35:31 2007 +0100 Add hover to ClipboardIcon. commit 52fc6826ab0d3962f710da2a55ddc2dcf868708a Author: Tomeu Vizoso Date: Sat Feb 24 14:23:18 2007 +0100 Typo. commit c58ea7feebfabba24e3d3749d9c92be72db965e7 Author: Marco Pesenti Gritti Date: Sat Feb 24 11:40:25 2007 +0100 Bump snapshot commit 4200f1edeb81807bc2e25812dc3d0be75259d4ea Author: Guillaume Desmottes Date: Sat Feb 24 00:39:54 2007 +0100 replace _connect_to_server with a protocol/cm independent equivalent commit 6a58df67a0accd4baf454301599849a55aff3136 Author: Tomeu Vizoso Date: Fri Feb 23 20:39:52 2007 +0100 Highlight buttons and change menu background to black. commit 32a92a8c11631c0b5117fcbaa2c2b73ded11a8b3 Author: Dan Williams Date: Fri Feb 23 14:15:49 2007 -0500 Clarify comment commit bcc67dfb10c8dcfab1e975daa1f9e54b20185e27 Author: Dan Williams Date: Fri Feb 23 12:37:01 2007 -0500 Clarify comment commit 93386a4d8afe1d836e5ff405368d03dc9e7aed38 Author: Dan Williams Date: Fri Feb 23 12:34:35 2007 -0500 Handle contact approval and request presence when using existing connection commit 03747e2c6c228fe1be706e85f40fb0bcb5ce433b Author: Dan Williams Date: Fri Feb 23 12:04:16 2007 -0500 Find and use an existing gabble connection, if any commit b9fb0f73f10bd598ebbc5d7e5f117b0711bc3a1c Merge: 162167b a2e5b93 Author: Guillaume Desmottes Date: Fri Feb 23 17:30:33 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 162167b7f3d7e4a562a10fae549374dcc7853443 Author: Guillaume Desmottes Date: Fri Feb 23 17:30:25 2007 +0100 Announce appear/disappear buddies according their jabber status commit a2e5b9308e08637afc3eeb3bd9a6b0634e1b7fe1 Author: Tomeu Vizoso Date: Fri Feb 23 17:08:37 2007 +0100 Rename color property in CanvasIcon to xo-color and added properties fill-color and stroke-color. commit 97e64751cccc3f31dedbd184afc049daf0301afc Author: Marco Pesenti Gritti Date: Fri Feb 23 15:45:54 2007 +0100 Remove hacks for wide screens, now we support them. commit 7cfeb76d4a569fdbacc968bf7514c96bad1f23e3 Author: Marco Pesenti Gritti Date: Fri Feb 23 15:29:59 2007 +0100 Rework the implementation and add an explanation about units and resolution indipendance in sugar. commit dcbacb1bba6a9c15527f7672b71fb62c8d31b170 Merge: 5ae3e29 cb0d75e Author: Guillaume Desmottes Date: Fri Feb 23 14:16:25 2007 +0100 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar commit 5ae3e292ca9beddd8a13c3dffe8751839d23e09b Author: Guillaume Desmottes Date: Fri Feb 23 14:15:51 2007 +0100 create buddy when connecting commit cb0d75eb59da59ff505794d6a1bddb484b4b2e88 Author: Tomeu Vizoso Date: Fri Feb 23 13:09:33 2007 +0100 Rename IconColor to XoColor. commit b8792c5c32561ca4d617e4e359d031f0f6128af0 Author: Tomeu Vizoso Date: Fri Feb 23 12:45:06 2007 +0100 Added some SystemColors for the buttons. commit 6756c00917fec4892444fa8dfd70dee99c99f291 Author: Tomeu Vizoso Date: Thu Feb 22 22:51:24 2007 +0100 Added tooltips to CanvasIcon and implement popup positioning in the Frame. commit 7ef6283ac4b7833982d864a92992efa188546238 Author: Dan Williams Date: Thu Feb 22 14:53:33 2007 -0500 Add telepathy glue bits (guilllaume) commit 4037fc56ee8f6555df43c2f77d7deab3b75e727a Author: Dan Williams Date: Thu Feb 22 14:52:55 2007 -0500 Revert "Fix presence service starter script" Wrong commit message This reverts commit 1d304b939ccbbbae0b5b643ed0c37bf096118767. commit e80f21ed2540d3a07149c86f97832d5cf90a3b2c Author: Dan Williams Date: Thu Feb 22 14:51:36 2007 -0500 Fix presence service starter script commit 1d304b939ccbbbae0b5b643ed0c37bf096118767 Author: Dan Williams Date: Thu Feb 22 14:51:26 2007 -0500 Fix presence service starter script commit 1dcb9e90881bd087cc18b69e0d0b41d43743f6cb Author: Dan Williams Date: Thu Feb 22 14:11:31 2007 -0500 Add buddy and activity classes (guillaume) commit 3b863f45a8be5c20d0240066aa7af9375a6a2aff Merge: d091c60 2c896e3 Author: Dan Williams Date: Thu Feb 22 14:08:00 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d091c6027565e2ac74301378f7c2869096d77245 Author: Dan Williams Date: Thu Feb 22 14:07:53 2007 -0500 Add public key item to sugar profile commit 2c896e35b1c3517bf235d0b1cd954f814226c5dd Author: Marco Pesenti Gritti Date: Thu Feb 22 17:55:46 2007 +0100 Pass the right parameters to HomeActivity commit 8679737d86471f2b7f3a6d44f7ee131cd3e83967 Author: Tomeu Vizoso Date: Thu Feb 22 17:39:06 2007 +0100 Rename for new API. commit fc805d3a8890156cd74aeca91f1be7f200053481 Author: Marco Pesenti Gritti Date: Thu Feb 22 17:27:00 2007 +0100 Adapt to activity api change commit c4435397fc2367743acf980b3c978614b59bb28f Author: Marco Pesenti Gritti Date: Thu Feb 22 15:55:07 2007 +0100 Remove bundle specific stuff from env. Move get_bundle_path to activity. commit 02f375b7108037b6a1dc2f002f03091aa4853b8a Author: Marco Pesenti Gritti Date: Thu Feb 22 15:46:13 2007 +0100 Add a class attribute as per the updated spec. Cleanups. commit 3742219d6c999a683fa716e59ad4803cad03c992 Merge: 995c59c 228908b Author: Marco Pesenti Gritti Date: Thu Feb 22 14:12:09 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 995c59cb3e461af2c74d9a084705e5f7972bcbdb Author: Marco Pesenti Gritti Date: Thu Feb 22 14:11:50 2007 +0100 Make sugar-activity-factory just a wrapper. commit 228908b36e53f966ca97760973f4ea395d3e2d20 Author: Tomeu Vizoso Date: Thu Feb 22 13:21:09 2007 +0100 Use the new icons for object types. commit 2f4822f1cdcd4b87d29523d54e70bddf4d20c2b9 Author: Tomeu Vizoso Date: Thu Feb 22 12:34:38 2007 +0100 Make OptionMenu use the new Menu and MenuItem classes. commit 1d020027198b94015d559f99943f49aebd98a690 Author: Tomeu Vizoso Date: Thu Feb 22 12:07:20 2007 +0100 Add default for X servers that return DPI 0 and round the result as does Mozilla. commit 1b5ac988d786199a2ec2732775e8acd67833458d Author: Marco Pesenti Gritti Date: Thu Feb 22 01:23:58 2007 +0100 Put exec back, I forgot it was used by the camera. Helper method to create an activity with an uri. commit 0b6b6cd6acfedd3bfc326623ad0ccff21c5c4d5e Author: Marco Pesenti Gritti Date: Thu Feb 22 00:57:49 2007 +0100 Cleanup the Activity API, code needs more love. commit 0d7bdeb20a6a807852a92aa5e854d1f5bfa9d82f Author: Marco Pesenti Gritti Date: Thu Feb 22 00:41:26 2007 +0100 Improve handle marshalling. Add an uri to the handle. commit 0556d5f51f05e7effde34cfa7d0e977a5b204ef1 Author: Marco Pesenti Gritti Date: Thu Feb 22 00:14:00 2007 +0100 Fix caps commit 5cf2b49cc1dfb1ff4c53d28bf6574fdb5da3b32e Author: Marco Pesenti Gritti Date: Thu Feb 22 00:07:08 2007 +0100 Add an handle argument to the factory and to the activity constructor. commit d4639a1764b0a846b3821366f2c4fb4fa409021d Author: Tomeu Vizoso Date: Wed Feb 21 21:29:08 2007 +0100 Use hippo.CanvasContext.translate_to_screen() for positioning popups. commit c9af045e43c9e26622b6a2db93304507064b2af7 Author: Tomeu Vizoso Date: Wed Feb 21 21:15:08 2007 +0100 Removed MenuIcon. commit b452b7d718f06703c682e935d1bf6d28a425d108 Author: Tomeu Vizoso Date: Wed Feb 21 21:12:27 2007 +0100 Make ClipboardIcon use the new Menu. commit 9ba487fa1f5ea1e624eb84be225940096d0185cb Author: Marco Pesenti Gritti Date: Wed Feb 21 20:56:14 2007 +0100 Generate the id in ActivityFactory. I want it to be easy to run activities without using the shell. Some regression in the debug messages, which I'll fix as part of further refactoring. commit ef3f86195449b8a8a480e8905b3996eb936cdd8b Author: Marco Pesenti Gritti Date: Wed Feb 21 20:20:36 2007 +0100 Fix caps commit 70da5fa7bd4000dbc2d7dbfaf6637372d1448c32 Author: Marco Pesenti Gritti Date: Wed Feb 21 20:15:39 2007 +0100 More cleanups commit 3fa653ed63a74311015a76ca83e43aec9130745f Author: Marco Pesenti Gritti Date: Wed Feb 21 19:39:11 2007 +0100 Split out Activity client/server commit 3d3c730f22225eec2677cad9c820b0f3283378b3 Author: Marco Pesenti Gritti Date: Wed Feb 21 18:09:02 2007 +0100 Rename the class commit 2627f7ff937ea7afb9d8c65426f2d3d618dc03fe Merge: 11264b4 7be3333 Author: Marco Pesenti Gritti Date: Wed Feb 21 18:06:52 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 11264b48b2c1072b96b86f26e079e6a29a3dcf84 Author: Marco Pesenti Gritti Date: Wed Feb 21 18:06:39 2007 +0100 Split factory client and server commit 7be3333671d537e02554a28e71b074f3b87d5e88 Author: Tomeu Vizoso Date: Wed Feb 21 17:55:44 2007 +0100 Make BuddyIcon and BuddyMenu use the new Menu. commit 3fbc00f74a00c660e86dd16ecaeb2c1d383fe4a3 Merge: 7db372c 3ce2a67 Author: Marco Pesenti Gritti Date: Wed Feb 21 17:54:01 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 7db372cc1cdc2d2c19af83c9566b14fa406a73a2 Author: Marco Pesenti Gritti Date: Wed Feb 21 17:53:44 2007 +0100 Make bundle registry a singleton. Get the object path from the registry. commit f5b13b716e86f18d0d9c624b9381d9d721b4c892 Author: Marco Pesenti Gritti Date: Wed Feb 21 17:28:49 2007 +0100 Do not expose the service names from Activity. This create quite a bit of duplication, but I have to start somewhere cleaning this mess :/ commit 3ce2a6730436aaedde4f0abdebf0cd19e4766b07 Author: Tomeu Vizoso Date: Wed Feb 21 17:05:41 2007 +0100 Refactored Menu out of Popup. commit c05b179675afd326ca80540cd55cfd1900e2970f Author: Tomeu Vizoso Date: Wed Feb 21 15:45:19 2007 +0100 Fix wrong import. commit 00db5e15a50e3bf881dae3aed88810a274d005a4 Author: Tomeu Vizoso Date: Wed Feb 21 14:13:52 2007 +0100 Move popup activation logic from IconButton to CanvasIcon. commit 4b7fabc33ee9a806f791e5149d5c6e4076e41832 Merge: e9abbcc c58b6c5 Author: Dan Williams Date: Wed Feb 21 07:58:26 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e9abbcc15238050128f6d6769c7627605f173b4b Author: Dan Williams Date: Wed Feb 21 07:58:16 2007 -0500 Add owner bits and fill out GetOwner, GetBuddies, GetActivities commit c58b6c55874611de3f813675f531829af1f9f524 Author: Tomeu Vizoso Date: Wed Feb 21 13:51:44 2007 +0100 Make IconButton inherit from Button instead of containing it. commit 44ce0a03a4c8ba39e0c774f4c697961e58221c17 Author: Dan Williams Date: Wed Feb 21 07:20:59 2007 -0500 Add buddy icon cache commit eb16219265210deed3f029aa19f4aef0efd44ce0 Author: Dan Williams Date: Wed Feb 21 07:08:40 2007 -0500 raise errors, not return them commit 0cd13521111fa80ecd80a5e990b3065f90ab653b Merge: e52ce9d 500f979 Author: Dan Williams Date: Wed Feb 21 07:07:02 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e52ce9de93b9c1b73c3a0e697aae5665d487158d Author: Dan Williams Date: Wed Feb 21 07:06:45 2007 -0500 Stub out more of the PS object commit 500f979302807c10f8d67635c34e07c91d3150b0 Author: Tomeu Vizoso Date: Wed Feb 21 13:01:20 2007 +0100 Renamed Button to IconButton. commit 6946369ba534be169afa2bde89951a5eef30e163 Author: Dan Williams Date: Wed Feb 21 06:41:26 2007 -0500 Skeleton PS class commit 548e2983dd41e5b02d1b8325ab4e4740a90f40c8 Author: Dan Williams Date: Wed Feb 21 06:37:04 2007 -0500 Start on new presence service commit abff0a8cecb5b16c7c6f4a21cd3e4d8d8023ccab Author: Tomeu Vizoso Date: Wed Feb 21 12:02:57 2007 +0100 Throw NotImplementedError in abstract method. commit 111da5911a82378e00839580f2877394d86a8114 Author: Tomeu Vizoso Date: Wed Feb 21 11:42:47 2007 +0100 Allow for having the popup positioning logic in PopupContext. commit bbfe53942961640e01287cc345342fd790e083e9 Author: Tomeu Vizoso Date: Wed Feb 21 10:16:03 2007 +0100 Renamed Rollover to Popup. commit affba784cfdaac0aced75fb44b2b1b43bed47b9e Author: Marco Pesenti Gritti Date: Tue Feb 20 22:34:36 2007 +0100 Add missing files commit 0ccaf0dac8fa6b458becb8dd30d50205f8cf6e17 Author: Marco Pesenti Gritti Date: Tue Feb 20 22:15:31 2007 +0100 Remove the style stuff commit 0ae5f61a079a883cc359a38de4e5645c15ae955e Author: Marco Pesenti Gritti Date: Tue Feb 20 22:12:33 2007 +0100 Ooops changed the installation path by mistake commit f3cf928f318a4bd1fe30267949fd234f3ff5bde9 Author: Tomeu Vizoso Date: Tue Feb 20 16:38:25 2007 +0100 Added Rollover control. commit 5f65056d7803456227d0049df646abe64275542e Author: Marco Pesenti Gritti Date: Tue Feb 20 16:35:07 2007 +0100 Cleanups commit 7e96b1afb71f9532ad62f9615085787613f2159f Author: Marco Pesenti Gritti Date: Tue Feb 20 16:23:49 2007 +0100 Get rid of the old grid. Never use absolute positioning. commit 3de915db968f7e6213f3628538840f7ad8105d7a Author: Marco Pesenti Gritti Date: Tue Feb 20 15:10:18 2007 +0100 Completely drop stylesheets. Move some of it inside the nm service, don't want to touch that code because it will be rewritten. commit ee66b2237df8589170da9724f36fe28e86e1cee1 Author: Marco Pesenti Gritti Date: Tue Feb 20 14:57:50 2007 +0100 More work to get rid of stylesheets, some regressions. commit b44715cf087028b2ac136174c7263fa09a642372 Author: Marco Pesenti Gritti Date: Tue Feb 20 14:28:49 2007 +0100 Remove deprecated style stuff commit 7ba58f68b08f51e85170535d10df01f0f1b58236 Author: Marco Pesenti Gritti Date: Tue Feb 20 12:01:58 2007 +0100 Position the device icons around the donut commit e0dd1f52322090687410cc20a4255a8eb00f8928 Author: Marco Pesenti Gritti Date: Tue Feb 20 11:48:03 2007 +0100 Infrastructure for the home page devices commit e24193c5511ac236c1f3014debf797d07f56dae2 Author: Marco Pesenti Gritti Date: Mon Feb 19 17:59:29 2007 +0100 Get rid of stylesheets for MyIcon. commit d199e99514babd7325b6e20be34b763e573f1095 Author: Marco Pesenti Gritti Date: Mon Feb 19 17:53:03 2007 +0100 Do not use Grid here, use units commit 919445502d0e947f0a32543fa2b5b2e5ff69a8c3 Author: Marco Pesenti Gritti Date: Mon Feb 19 13:43:19 2007 +0100 Recognize xulrunner-nspr commit 927926b49a12f39b459ef8844ae54b45bd0882b2 Author: Marco Pesenti Gritti Date: Fri Feb 16 15:38:14 2007 +0100 Remove reference to a stylesheet commit af0a6793f3ba154bb115d0279ad3394e70776efb Author: Marco Pesenti Gritti Date: Fri Feb 16 15:31:27 2007 +0100 Use Button in the zoom box commit c9b103dfef54d055dcac70b1a32e62420b3b8c0d Author: Marco Pesenti Gritti Date: Fri Feb 16 15:24:02 2007 +0100 Refactor button a bit to support different sizes. Use it for the overlaybox. commit 086a8e90ebab3acf857deb2a7e4ce2f02e27ea88 Author: Marco Pesenti Gritti Date: Fri Feb 16 11:39:41 2007 +0100 Add a comment about 4:3. Patch by Joshua N Pritikin commit 94399350c1d228f091ad70004c954e069f02da6e Author: Marco Pesenti Gritti Date: Thu Feb 15 22:10:06 2007 +0100 Bump snapshot commit 6ee8067b0664a87f83bb7df11cb1b6ebf1be1bb4 Author: Tomeu Vizoso Date: Thu Feb 15 20:32:25 2007 +0100 Temporary fix until the next hippo-canvas. commit 28f10bf1428dc5d1e87517c43f550142f7e8ae01 Author: Tomeu Vizoso Date: Thu Feb 15 19:18:15 2007 +0100 OptionMenu fixes and API updates. commit fa4c775bc9b0647c5e5a075ecc7b98067ebf7584 Author: Marco Pesenti Gritti Date: Thu Feb 15 19:03:24 2007 +0100 Add icon sizes commit 67c9268a753f4e73ddc480462633b03ee28f9397 Author: Marco Pesenti Gritti Date: Thu Feb 15 18:55:32 2007 +0100 Take in account screen size commit 2e8bd12f8bcf9da314d853078ee29f35a381c537 Author: Marco Pesenti Gritti Date: Thu Feb 15 18:48:58 2007 +0100 Rework color and fonts to be more pytonish. Add units conversions. commit 32c89a1fcb7a536455343b87dc799b800da66380 Author: Tomeu Vizoso Date: Thu Feb 15 18:23:52 2007 +0100 New widget OptionMenu. commit 3353881920739cb85561abbd0bbdf6bede739f23 Author: Marco Pesenti Gritti Date: Thu Feb 15 16:46:26 2007 +0100 Forgot to add these commit e08ad4baf5735bd0a46a6c44e797f0c84dc4446f Author: Marco Pesenti Gritti Date: Thu Feb 15 15:09:38 2007 +0100 Add some infrastructure for font sizes. commit bcdff5ddd33d28d637f49c029923e518902cc852 Author: Marco Pesenti Gritti Date: Wed Feb 14 16:20:00 2007 +0100 Move Color inside style commit c935a5c2501f96a1c905944e4f103e95dc7f7d7f Author: Marco Pesenti Gritti Date: Wed Feb 14 15:35:54 2007 +0100 Ooops height is 900 commit 40a08da32ee2d03bfc68bc3cb66343ea2911d529 Merge: 4c192c4 b4a4616 Author: Marco Pesenti Gritti Date: Wed Feb 14 15:34:55 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4c192c4c73e7899e36fdfe57619c2b70b85cceb5 Author: Marco Pesenti Gritti Date: Wed Feb 14 15:34:34 2007 +0100 Do not exceed 1200x900 commit b4a461605da6876867857a3477001fa9447da5eb Author: Tomeu Vizoso Date: Tue Feb 13 18:09:45 2007 +0100 Label fixes. commit b48c5c0beb07039bdd0cef3bd0973d29e5b8254d Author: Tomeu Vizoso Date: Tue Feb 13 17:08:27 2007 +0100 Fix Entry. commit e1ef7398e288c7b53b7b50960198333b15bc65f1 Author: Marco Pesenti Gritti Date: Tue Feb 13 16:47:47 2007 +0100 Fix regression with screen rotation commit bf29a98b829c2b102d2b1f56edab0a292bd912df Author: Marco Pesenti Gritti Date: Tue Feb 13 15:54:24 2007 +0100 Actually commit the file commit 64b92c439897dd95ae4bb4b02e096a7a22836de8 Author: Marco Pesenti Gritti Date: Tue Feb 13 15:51:08 2007 +0100 Simple date object to handle string conversions in a UI friendly way. commit 8f3fb612fd180bbce84359ed956cf3765c9e9f69 Author: Marco Pesenti Gritti Date: Tue Feb 13 15:02:39 2007 +0100 Reenable the journal. Add desktop background color. commit 892caab0d811d80379ef53aa86464505c1286b77 Author: Marco Pesenti Gritti Date: Tue Feb 13 13:01:58 2007 +0100 Give precendence to user dir over system dir commit 451c65b8f08ac7ef4ff4aa90582cc1c78827adeb Author: Marco Pesenti Gritti Date: Tue Feb 13 11:53:33 2007 +0100 Actually enable the new method on xulrunner 1.9 commit 63c5bd5dbdbede63b65f9a919d49591fe7325632 Author: Tomeu Vizoso Date: Mon Feb 12 23:45:46 2007 +0100 Allow for subclasses of Entry to override the base gtk.Entry. commit ac23b66059f0a6b47404c99cab8e64ecfd5d4866 Author: Marco Pesenti Gritti Date: Mon Feb 12 23:47:03 2007 +0100 Compile the new method only if we are on 1.9 commit 6267b7981139936e18908caa6f30ff5766d16682 Author: Tomeu Vizoso Date: Mon Feb 12 23:00:30 2007 +0100 Fix a missing method in a Gecko interface. commit f4a6eb4453108de4878c9bbfb0a17fe46ac7408e Author: Tomeu Vizoso Date: Mon Feb 12 20:37:20 2007 +0100 Refactor Frame, create RoundBox, some Entry fixes and new Label control. commit 5aa820d72f953158625f9ba50aa62870d47106b7 Author: Tomeu Vizoso Date: Sat Feb 10 17:42:11 2007 +0100 And more text entry stuff. commit 105c66f25b9fa60d352f032170d15bc8a16e6c2a Author: Tomeu Vizoso Date: Fri Feb 9 17:34:08 2007 +0100 More text entry stuff. commit 6115b8af10aa755f71a29017b803e3a9d7168ec8 Author: Tomeu Vizoso Date: Fri Feb 9 14:47:11 2007 +0100 Added text entry control. commit 39678b8bb832693d3bdab75dd21ba56af3294118 Author: Marco Pesenti Gritti Date: Thu Feb 8 22:27:03 2007 +0100 Patch by Owen Williams to accept custom MANIFEST filename. commit f6e1df09f5a831c129c49e013ebfde92e283c826 Author: Marco Pesenti Gritti Date: Thu Feb 8 16:28:05 2007 +0100 Refactor a bit the color stuff. Python doesn't seem to like initializing class members with an instance of the class itself. Initial frame control implementation. commit 7034e1d36fac35f1356c11ea1ed3a9b1cfe9368c Author: Marco Pesenti Gritti Date: Thu Feb 8 13:00:12 2007 +0100 Fix for mozilla built with system nspr commit 26d3be7b6c867b7669f8d9389310e4064cc19da4 Author: Marco Pesenti Gritti Date: Thu Feb 8 10:45:51 2007 +0100 Bump commit 7e324af1797a21576a54be290198721d405f744a Author: Tomeu Vizoso Date: Wed Feb 7 18:26:39 2007 +0100 Added toolbar and button controls. commit 5d57b261eeb4f9cb70722bc4d6f95c1b1bd89d61 Author: Marco Pesenti Gritti Date: Wed Feb 7 17:34:29 2007 +0100 Add a color class, not used yet commit c44084df091075b5cf29d13fe5943cb5e3e60457 Author: Marco Pesenti Gritti Date: Wed Feb 7 16:55:22 2007 +0100 Make the icon colors list private commit 292c648612237339982f192b226061db52a66458 Author: Marco Pesenti Gritti Date: Wed Feb 7 11:33:24 2007 +0100 Use MANIFEST instead of MANIFEST-OLPC. Package activity/ and setup.py stuff by default. commit d0b4a48ff5b53fd11f63949396745c4abf58b275 Author: Marco Pesenti Gritti Date: Tue Feb 6 12:01:59 2007 +0100 Forgot the stupid import pygtk stuff there... commit 4384cc3f5bcf81a69bdc7c397973d231ca8b3c72 Author: Marco Pesenti Gritti Date: Mon Feb 5 22:01:06 2007 +0100 Remove useless nspr flags commit 1fb786f843aa3568cc5ee1d616721171525ae599 Author: Tomeu Vizoso Date: Sat Feb 3 21:51:39 2007 +0100 Listen for button-press in the hippo.Canvas, not on the gtk.Window. commit 15c4843bbb2ceea9a875dcb7ee6f4041ed66c666 Author: Marco Pesenti Gritti Date: Sat Feb 3 15:41:19 2007 -0500 Make sure to compile against system nspr too commit 7813ea318a54782a388450f08ed856a13c01429f Author: Marco Pesenti Gritti Date: Sat Feb 3 14:52:12 2007 -0500 Update commit c07dcbb28b7e14a158560693d3f915db3b0363fe Author: Dan Williams Date: Sat Feb 3 14:41:31 2007 -0500 Fix the fix for python 2.5 commit 63b2c74f90229ef5052727819a2e49ef0c1ebaea Author: Dan Williams Date: Sat Feb 3 14:40:31 2007 -0500 Fix for python 2.5 commit 9dcd28e190052e5a90c8562d6f43158e3f195939 Author: Tomeu Vizoso Date: Sat Feb 3 20:20:32 2007 +0100 Fix for avoiding name clashes between shell and activities when running sugar from the source dir. commit 4bde802bbd487f02697e821fea510c2055eccf81 Author: Tomeu Vizoso Date: Sat Feb 3 19:41:00 2007 +0100 Simplified system paths for running sugar from the source dir. commit 9b6d7c62925f46f7ffa0ea9b9013e0ed9bcbaa0f Author: Tomeu Vizoso Date: Sat Feb 3 11:10:49 2007 +0100 Simple fix for getting the activities dir. commit 4e267c18bf9e31e9261da5fb13a181122af0a984 Author: Tomeu Vizoso Date: Thu Feb 1 20:21:56 2007 +0100 Improved connection to clipboard service. commit d448cba74283bef8ba021aa3783fc039ca5d88a9 Author: Marco Pesenti Gritti Date: Wed Jan 31 16:58:58 2007 -0500 Bump snapshot commit 6527077928d1f7a48aaa6e244c770bbdef825749 Author: Marco Pesenti Gritti Date: Wed Jan 31 15:00:13 2007 -0500 Do not look in the icon theme for activity icons commit 8f50955479285ebf5a79e441ee4a7e1eb68d85c0 Author: Marco Pesenti Gritti Date: Wed Jan 31 14:02:22 2007 -0500 Pass --with-libxul-sdk commit 36e9099fca32549a9918496797d92e1a60016bf6 Author: Marco Pesenti Gritti Date: Wed Jan 31 12:04:11 2007 -0500 Base size on height commit 2646f333b34fa0115b880182171091c7bb250383 Merge: c1c5a78 a228e52 Author: Marco Pesenti Gritti Date: Wed Jan 31 11:50:04 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c1c5a78ca8d653fd2e65d5990239318f49a32b7a Author: Marco Pesenti Gritti Date: Wed Jan 31 11:49:56 2007 -0500 Try harder to support wide screen commit a228e5297bdcebc28469cf27319fa2201ce55b68 Merge: de2cfec 165bb92 Author: Dan Williams Date: Wed Jan 31 11:32:03 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit de2cfecf924de3ee30ca893298a0912bbaa46920 Author: Dan Williams Date: Wed Jan 31 11:31:52 2007 -0500 Use screenshot for overlay window background Instead of requiring a compositing manager for the transparent background of the OverlayWindow, take a screenshot and use that instead. commit dade0b6931812526b24b9f80e00181e412773967 Merge: 90d0c41 165bb92 Author: Marco Pesenti Gritti Date: Wed Jan 31 11:31:13 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 90d0c41cc97d4a07a2d97596ff37ee69b081c172 Author: Marco Pesenti Gritti Date: Wed Jan 31 11:30:57 2007 -0500 Try to deal with wide screens commit 165bb9213fbe2c0dd1fe492bcdef920f0408b891 Author: Owen Williams Date: Wed Jan 31 11:16:33 2007 -0500 Update look of activities donut to match wiki If we remove current activity, set _current_activity to None commit f196eb264e4ce8c37fdd169f5d7c7c02f158d6a4 Author: Tomeu Vizoso Date: Mon Jan 29 20:44:17 2007 +0100 Reverted mistake on last commit. commit 4016f12d866e93cc5f7c7ff86fe6594cde473271 Author: Tomeu Vizoso Date: Mon Jan 29 20:41:15 2007 +0100 Indentation stuff commit d4fab7fc6463a59cbb394390cd2b6443447627cc Merge: 63ccbaf 54b7420 Author: Marco Pesenti Gritti Date: Mon Jan 29 14:14:32 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 63ccbaf04be9f326f670ff9277e4c8235e33fe6c Author: Marco Pesenti Gritti Date: Mon Jan 29 14:14:24 2007 -0500 Fix distcheck commit 54b7420ef0f77b73ec503a6319d86808f0c9d29c Author: Tomeu Vizoso Date: Mon Jan 29 18:36:10 2007 +0100 Updated doc downloading to gecko 1.9 commit fbdc1579f487b094bfe2a4368db44cbbb2c086b2 Merge: 204aac8 ae5f1ed Author: Marco Pesenti Gritti Date: Sat Jan 27 14:31:38 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 204aac8658020eb9a2b0014c17012abe6ae83ab9 Author: Marco Pesenti Gritti Date: Sat Jan 27 14:31:13 2007 +0100 Drop Xnest support. Start fullscreen if widht <= 900. commit ae5f1ed2c591359f81a1392841e5f07a1ed1a5a4 Author: Tomeu Vizoso Date: Sat Jan 27 12:58:14 2007 +0100 Added missing file to Makefile.am. commit 9d13a9836d10e8ef5d2dda4dff6a7931ca2af728 Author: Tomeu Vizoso Date: Sat Jan 27 12:54:56 2007 +0100 Added new tool sugar-install-bundle. commit 37c6c1e9fa9b42d7a65f2234eac61307352887c2 Author: Marco Pesenti Gritti Date: Sat Jan 27 12:16:15 2007 +0100 Actually check that xulrunner 1.9 exists commit eeaf51704988bcc771c950128ce4c011e1dc7d91 Author: Marco Pesenti Gritti Date: Sat Jan 27 02:45:09 2007 +0100 We was no more scaling icons depending on screen resolution, fix it commit 679f6f7c468c2171da62511cf214d10470c7ebb1 Author: Marco Pesenti Gritti Date: Sat Jan 27 01:40:54 2007 +0100 Size property is gone commit cdf46c52afc937eb436fe0eb1234a627e8f5fe11 Merge: fd40c13 6930a8c Author: Marco Pesenti Gritti Date: Sat Jan 27 01:39:22 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: sugar/graphics/canvasicon.py commit fd40c138c68dac58791596814c47b27511123e85 Author: Marco Pesenti Gritti Date: Sat Jan 27 01:36:31 2007 +0100 Rework icon sizing (unfinished, but more or less functional) commit 6930a8c11a38161a7dd192cc1452b84ad0b66e8a Author: Dan Williams Date: Fri Jan 26 18:27:59 2007 -0500 Correctly set height/width the right way commit 759c477e1f436661fd29679b2754456eee1f7a38 Author: Dan Williams Date: Fri Jan 26 11:28:45 2007 -0500 Revert "Set width/height the right way" This reverts commit 0eaa29ee9d3aac7514bdbe3e6ae087a3b51f336c. commit 556085dbf863d228304f7e0d944e543575c6d8a2 Merge: f2c3505 0eaa29e Author: Owen Williams Date: Fri Jan 26 09:34:35 2007 -0500 Merge branch 'master' of git+ssh://ywwg@dev.laptop.org/git/sugar commit 0eaa29ee9d3aac7514bdbe3e6ae087a3b51f336c Author: Dan Williams Date: Fri Jan 26 09:21:56 2007 -0500 Set width/height the right way commit d35413d8b04d6bd565b8980d101125dbf9c9460c Merge: 89e1083 8a0728b Author: Dan Williams Date: Fri Jan 26 09:18:53 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 8a0728b169535e83ba1c1540cd6ddc42d24f16e3 Author: Marco Pesenti Gritti Date: Fri Jan 26 11:44:08 2007 +0100 Setup plugins path commit f2c3505f7ec3e21df1f5f16eaaad46b02981793e Author: Owen Williams Date: Thu Jan 25 21:30:37 2007 -0500 Fix homemodel to return properly-ordered activities (based on timestamp) commit 698e0cb7f9c66aa34e752d3cd9c9bcdf50958259 Author: Marco Pesenti Gritti Date: Thu Jan 25 19:50:00 2007 +0100 Actually disable animation commit aa79b1fdd65c9fdef8bbe11fa6f73497ab4e34bf Author: Marco Pesenti Gritti Date: Thu Jan 25 18:04:47 2007 +0100 Another volume change... commit 81a1ac032004bb026cb74bbde290e93d680d1e18 Author: Marco Pesenti Gritti Date: Thu Jan 25 17:40:47 2007 +0100 Change sound level as asked by Flipo commit 5bc623f45e3ae4f381515ec8e6838e6c1bb4deff Author: Marco Pesenti Gritti Date: Thu Jan 25 17:37:27 2007 +0100 Try to avoid frame flickering by keeping the window offscreen. First go at animation impl as I was at it, off by default. commit ff4054742a2acb25673f72d0dc68b7295f63558c Author: Marco Pesenti Gritti Date: Thu Jan 25 12:39:44 2007 +0100 Some refactoring. Store each panel in his own variable, since slide_in/slide_out handling will be different for each of them. commit 1456c872bc53c9f14b0a000522449c537e977a42 Author: Marco Pesenti Gritti Date: Thu Jan 25 12:22:37 2007 +0100 Split EventFrame to his own file, fixup caps commit 89e10838d3199e6f52508c72ee0aa904cbf235d4 Author: Dan Williams Date: Wed Jan 24 14:56:44 2007 -0500 Stub Alt+Tab key handler commit 0c66dd5fa29a39cf9b29541c50d33fd03a215e1d Author: Dan Williams Date: Wed Jan 24 14:25:31 2007 -0500 Re-enable buddy streams now that XMLRPC is fixed for python 2.5 commit 9faf8bedd74f7773d01109f688b6b7ffa8a324ab Author: Dan Williams Date: Wed Jan 24 14:24:55 2007 -0500 Fix GlibXMLRPCServer for Python 2.5 commit 400fe4733be95bc047645ab00a620a314d5acc4f Author: Marco Pesenti Gritti Date: Wed Jan 24 02:22:57 2007 +0100 Missing config.h commit ffb25bb3e8c4d6e41d5afa82476bafaff112c947 Author: Marco Pesenti Gritti Date: Tue Jan 23 23:16:03 2007 +0100 Forgot to add these commit 997a90d7cc9b458ec1c94821a12f9dd6f120ba10 Author: Marco Pesenti Gritti Date: Tue Jan 23 23:14:22 2007 +0100 Actually make it work on 1.9. Had to disable some stuff, temporarily. commit 94d7f94534695206afb160b47f46f370c70a713d Author: Marco Pesenti Gritti Date: Tue Jan 23 22:35:59 2007 +0100 Add support for mozilla 1.9, needs work commit 2d6cbf47e71acddc284b244a9aaf5143d862f8a2 Author: Marco Pesenti Gritti Date: Tue Jan 23 22:24:52 2007 +0100 Some more cleanups in preparation to 1.9 support commit e392cbc6504337a293ba7abf5489548064e08bab Author: Marco Pesenti Gritti Date: Tue Jan 23 22:13:03 2007 +0100 Some cleanups commit 1d6f0a11c4d2f176f81bb6cefc2090893c7ed0b8 Author: Marco Pesenti Gritti Date: Tue Jan 23 20:33:56 2007 +0100 Cut and paste the mozembed bindings instead of depending on the external ones. This is necessary to be able to support 1.9. commit 0d4e7cdb0a68cf903ef7eed3013c077606d9cc68 Author: Tomeu Vizoso Date: Mon Jan 22 18:14:58 2007 +0100 Set some fonts in gecko to 9 points. commit 0d350b4fd1f0b0085f411455b14d48864616c695 Author: Marco Pesenti Gritti Date: Mon Jan 22 15:40:05 2007 +0100 Support also firefox 1.5 commit 73f53395c9a13b2b2ee72ccf5021efd00b526def Author: Eduardo Silva Date: Sun Jan 21 22:26:41 2007 -0300 Fix old Makefile entry commit 1cadd9ac0a442f9c43327ca49b75e1734d7d4a7a Author: Marco Pesenti Gritti Date: Mon Jan 22 01:47:58 2007 +0100 Handle the case where there is not an hardware manager service installed. commit e210a16d3179950ebb6774c16e2eccd508bf17e7 Author: Marco Pesenti Gritti Date: Sun Jan 21 23:02:09 2007 +0100 Revert "Use mozilla-config.h when necessary." This reverts commit a07eef0ab05900113e9c39be4597ef1b8ea401be. commit cfd1be127ccfca06be9287aaca2904deb81f4c94 Author: Marco Pesenti Gritti Date: Sun Jan 21 23:01:54 2007 +0100 Revert "Use gecko.m4 from epiphany, which has 1.9 compatibility." This reverts commit ade9ede1ae9eb7c3deca7ce2812ed44e2a8758a3. commit a07eef0ab05900113e9c39be4597ef1b8ea401be Author: Marco Pesenti Gritti Date: Sun Jan 21 21:58:05 2007 +0100 Use mozilla-config.h when necessary. commit ade9ede1ae9eb7c3deca7ce2812ed44e2a8758a3 Author: Marco Pesenti Gritti Date: Sun Jan 21 20:30:42 2007 +0100 Use gecko.m4 from epiphany, which has 1.9 compatibility. commit d36e20159e298ba2dbc138a5369bfa32f0a3bce1 Author: Marco Pesenti Gritti Date: Sat Jan 20 13:46:32 2007 +0100 Our xmlrpc implementation does not work with python 2.5. Try/except it and log an error. commit 4cdf88f31d5c81d57d8ff340fd471d6079618660 Author: Marco Pesenti Gritti Date: Sat Jan 20 13:38:58 2007 +0100 Do not hardcode /usr/bin/python commit 6de66d38aeedeb2949f15b3b12e9ae190a2656c9 Author: Marco Pesenti Gritti Date: Fri Jan 19 16:04:48 2007 +0100 Get rid of obsolete var commit f95bb78a8900ad5823aae9a6e62a76b5fc0c77bd Merge: 5ca728b 492be2f Author: Marco Pesenti Gritti Date: Fri Jan 19 15:48:09 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5ca728b1d31139f059a3b3c94610db65d17e9c57 Author: Marco Pesenti Gritti Date: Fri Jan 19 15:47:33 2007 +0100 Fix API for hippo-canvas 0.2 commit 492be2f6cd8ae19d69dbb38cb762ede3a16b62cb Author: Eduardo Silva Date: Fri Jan 19 10:28:44 2007 -0300 Fixed missed Makefile.am entry commit 3bedd451e3e1e60c92fe4d888fcd2f2f43f7f50b Author: Owen Williams Date: Thu Jan 18 15:33:22 2007 -0500 Fix redundancy commit 1143623d35e4bfe7f0bfe45e69b596ddd9b897d4 Author: Marco Pesenti Gritti Date: Thu Jan 18 15:04:56 2007 +0100 Factor out global keys handling from the shell commit 704ad1c8866682eaca335107c6055b990040b584 Author: Marco Pesenti Gritti Date: Wed Jan 17 22:38:01 2007 +0100 Reenable camera commit f20348a5fd9b585c239139113b7df40ae6d9db8c Author: Marco Pesenti Gritti Date: Tue Jan 16 20:32:29 2007 +0100 There are 4 different menu shells on the panel, check against the right one. commit 93e030216ca0f5f8d255b45f665401ca31d8cfdf Author: Tomeu Vizoso Date: Tue Jan 16 19:22:50 2007 +0100 Update to new icon API. commit 55a459e63dab42a6eec758bb2628a588a6295301 Author: Dan Williams Date: Tue Jan 16 10:44:43 2007 -0500 Reduce launch feedback interval to boost launch times commit a409c4ceec62e02e1565519e17467bfbad6367d6 Merge: d42e4af eef96e7 Author: Dan Williams Date: Tue Jan 16 09:59:44 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d42e4af65ada3fedcb4625393f8dc4519f313f4e Author: Dan Williams Date: Tue Jan 16 09:59:31 2007 -0500 Don't show WPA-enabled APs in the NM applet menu We don't support WPA configuration yet, so don't show those access points in the dropdown menu. commit eef96e70764a3ebff71ecab7e47ad5aeceb51218 Author: Marco Pesenti Gritti Date: Tue Jan 16 14:38:51 2007 +0100 Accidentally reverted... Revert "Revert "On edges show the frame after 1.5 seconds"" This reverts commit cbc8abbb0809a7f9db7c86aed34764f4eb163bf2. commit 0584ac7529197e5a9fe34175ebf3d3af80e9f54f Author: Marco Pesenti Gritti Date: Tue Jan 16 01:21:15 2007 +0100 Use fullscreen if the screen is not big enough to do a 1200x900 window. The logic might need tweaking. commit 31ce0dbf69fff0cb58e8a3b59791938cd28de197 Author: Marco Pesenti Gritti Date: Tue Jan 16 00:49:04 2007 +0100 Remove some unused imports commit 8ff9d66f649cc3f09bfe92c3b339c39dbc791770 Author: Marco Pesenti Gritti Date: Tue Jan 16 00:33:04 2007 +0100 Fix wrong method signatures commit 8c13f20d3ceeec648b56595f5c4366aa3aa2dd5f Author: Marco Pesenti Gritti Date: Mon Jan 15 23:42:03 2007 +0100 Release snapshot commit cbc8abbb0809a7f9db7c86aed34764f4eb163bf2 Author: Marco Pesenti Gritti Date: Mon Jan 15 23:31:07 2007 +0100 Revert "On edges show the frame after 1.5 seconds" This reverts commit 5e08830feb376ad6cd12a412689d7d237375fb72. commit 6f58827b7f4534916fbfe818a6e0c5a64aae26b3 Author: Marco Pesenti Gritti Date: Mon Jan 15 21:55:39 2007 +0100 Add a pylint script. No fixes for now, see TODO in the script. commit efd10b8959d9094fd87912e36dd85b63e7e394aa Author: Marco Pesenti Gritti Date: Mon Jan 15 19:00:49 2007 +0100 Test commit 0de45bd3791de8df5ed11e01135dc9561e334f8d Author: Marco Pesenti Gritti Date: Mon Jan 15 18:57:17 2007 +0100 test2 commit e18fee96423eefd43a77a61d56c4e39048093a72 Author: Marco Pesenti Gritti Date: Mon Jan 15 18:41:08 2007 +0100 Remove test commit 41498edeb6ac303e2baec6ae9fd514dca1ebe472 Author: Marco Pesenti Gritti Date: Mon Jan 15 18:37:46 2007 +0100 Testing commit 9c75c80d7f08187d0a585c3a2b86298f3c6eee27 Author: Dan Williams Date: Mon Jan 15 09:53:41 2007 -0500 Don't clear the current buffer on cleanup commit c30451b19ecf08018669e898a160652ea11f5fc9 Merge: 5e08830 2d6e577 Author: Marco Pesenti Gritti Date: Mon Jan 15 11:55:35 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5e08830feb376ad6cd12a412689d7d237375fb72 Author: Marco Pesenti Gritti Date: Mon Jan 15 11:28:30 2007 +0100 On edges show the frame after 1.5 seconds commit 2d6e577a169ff7cade4e3c1819d612dac79e0623 Author: Dan Williams Date: Sun Jan 14 18:22:43 2007 -0500 Enable caching of rendered icon surfaces during launch feedback commit 8ca1e36b7fac790f9a5eddb19550fbbc50075dff Author: Dan Williams Date: Sun Jan 14 18:20:43 2007 -0500 Optionally cache rendered icon surfaces commit 8e614af2dede35adba39c904cc956d0cedfd1e30 Author: Dan Williams Date: Sun Jan 14 14:22:12 2007 -0500 Precompute color fade values; longer redraw interval cycles be precious, don't waste them commit ff2776ef252518778a36ea1cdf90317c0723e0fe Author: Dan Williams Date: Sun Jan 14 14:08:24 2007 -0500 Use themed stock-missing commit 185b14130ba1b5405d709d1b63708f925baaf618 Author: Dan Williams Date: Sun Jan 14 13:59:11 2007 -0500 Optimize the CanvasIcon cache - Cache all icons, not just themed ones - Clear icons from the cache if it gets too big commit b5b16d83f0b07aec5c9ae7943a2f123ee543f5a6 Author: Marco Pesenti Gritti Date: Sat Jan 13 23:10:10 2007 +0100 Bump snapshot version commit 58b7e4108dc12eda007286a28c32a05085e98aa2 Author: Marco Pesenti Gritti Date: Sat Jan 13 23:08:21 2007 +0100 Add support for screen rotation. commit f530f5e276b6c7fed946d38fd0e53876429c71d2 Author: Marco Pesenti Gritti Date: Sat Jan 13 00:21:58 2007 +0100 Tweak sounds level a bit as per Flipo suggestion commit 4c07e090fafacd2277ed57ecce9d0f19dff49b7d Author: Marco Pesenti Gritti Date: Fri Jan 12 21:48:06 2007 +0100 Get the icon from activity not root commit 6971ddb9a44782cd525d6a0f416bdf3cdb82d346 Author: Marco Pesenti Gritti Date: Fri Jan 12 21:35:53 2007 +0100 Support for activity icons inside the bundle. Patch by Gonzalo Odiard Modified by me to allow icon theme to override the bundle one. commit 55339d4bea6ac9bddfce526d9271a4a93bc844b3 Merge: 4505c53 334be33 Author: Marco Pesenti Gritti Date: Fri Jan 12 14:31:38 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4505c53abcbca878dcd70ac6e5a09656252d1e88 Author: Marco Pesenti Gritti Date: Fri Jan 12 13:19:19 2007 +0100 Disable camera key until key autorepeat is fixed commit 334be3331bf967d9b6c60f9d55e27d2374ecc94e Author: Tomeu Vizoso Date: Thu Jan 11 23:57:06 2007 +0100 Some more usability fixes for the clipboard. commit d0ce5a07d548643074081c3b451ac42f39f96027 Author: Marco Pesenti Gritti Date: Thu Jan 11 22:18:55 2007 +0100 Bump snapshot version commit 58f218133bee3e32edc9960e4a7efd4b9fb7df69 Author: Marco Pesenti Gritti Date: Thu Jan 11 11:43:34 2007 +0100 Also slide out the frame on shutdown commit 297381cad771c3ac9c728ae784e8ea9c325184c4 Author: Marco Pesenti Gritti Date: Thu Jan 11 11:20:08 2007 +0100 Basic implementation of the shutdown graphics commit dda16d83c0fe754eb697c5ceb0bb952bfd15a70f Merge: b2bf400 7a185a5 Author: John (J5) Palmieri Date: Wed Jan 10 16:55:22 2007 -0500 Merge branch 'master' of git+ssh://johnp@dev.laptop.org/git/sugar commit b2bf400b6771d6e61a5fe6a080a0226676257b40 Author: John (J5) Palmieri Date: Wed Jan 10 16:55:12 2007 -0500 add import for sugar.graphics.IconColor commit 7a185a51f4da396f9ca0c3c6eee20397521a4e21 Author: Eduardo Silva Date: Wed Jan 10 18:19:05 2007 -0300 [devconsole] XO interface updates: new build number and internal changes commit 6e599ead06e81cf2c9328940fcdbf0e018c10512 Author: Marco Pesenti Gritti Date: Wed Jan 10 17:12:23 2007 +0100 Toggle console visibility commit 84d34716134a71bfd53af2b16712068556c45881 Author: Marco Pesenti Gritti Date: Wed Jan 10 15:30:21 2007 +0100 Fix to follow the new home api commit 79bc053795bb4c49865314eb76ba4727d4b0657d Author: Marco Pesenti Gritti Date: Tue Jan 9 23:02:01 2007 +0100 Bump version. commit 4869f7464200cd7dd5e94b66647b9217e7a4b6d9 Author: John (J5) Palmieri Date: Tue Jan 9 15:25:51 2007 -0500 add prelight on mouse enter to activity icons * prelight uses profile.get_color() commit 4853f68eaaac91793bd6fc38c4a02acd10cc980e Merge: e14c928 ac090fa Author: Dan Williams Date: Tue Jan 9 14:21:47 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e14c928640ff992a065422975143d47c4ec5a1d3 Author: Dan Williams Date: Tue Jan 9 14:21:40 2007 -0500 Increase launch timeout to 20s commit ac090fa8e710de347b7ce3721caf07fd810bca55 Author: Marco Pesenti Gritti Date: Tue Jan 9 20:15:18 2007 +0100 Fix part 1 of #439. Also cleanup code a bit. commit 5e7735cbae28d341cce67e64814f2ae9d0721fef Author: Marco Pesenti Gritti Date: Tue Jan 9 18:23:35 2007 +0100 Improve keybindings, fix #575 commit 987386ddd159a11be190ab842e5cd85afbe704fe Author: Marco Pesenti Gritti Date: Tue Jan 9 18:11:14 2007 +0100 s/=/equal commit 429a7ff970cdc0aa32991ff8cf6e17badc30417d Author: Marco Pesenti Gritti Date: Tue Jan 9 17:55:35 2007 +0100 Ensure to emit an activity changed signal when closing the last window. Fix #690. commit 2136ac5046debfd3aaba863ed15ca5b3b2619991 Merge: fe96425 ca47047 Author: Eduardo Silva Date: Tue Jan 9 12:56:02 2007 -0300 Merge branch 'master' of git://dev.laptop.org/sugar commit ca4704787e60dd1bb41a4532edc2978038712965 Author: Marco Pesenti Gritti Date: Tue Jan 9 16:57:43 2007 +0100 Work around the unfocusable terminal bug. For some reason I can't open a terminal directly from the key event. commit fe9642586eee69779bfd7c94124ab45e7bccc025 Author: Eduardo Silva Date: Tue Jan 9 11:43:21 2007 -0300 [devconsole] - XO interface expose event fixes commit 1bb37c34de23e0af5fe425a267c6a8c0f226cdd0 Author: Marco Pesenti Gritti Date: Tue Jan 9 15:31:01 2007 +0100 Correct keyboard brightness keycode commit 018867a9a8cced5c6e6a8964ac3dfcf1c263cd4a Author: Dan Williams Date: Mon Jan 8 22:56:45 2007 -0500 Remove debug print commit 621a9b16800b479b4ac633c746d2b1db66a48578 Merge: e7956a7 9bcb18a Author: Dan Williams Date: Mon Jan 8 22:55:19 2007 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e7956a7bc1d0c7a9271243439080f26035c17736 Author: Dan Williams Date: Mon Jan 8 22:55:12 2007 -0500 Pulse icons while activity is launching Saturate/desaturate the icon's colors on a sin curve while launching commit 9bcb18a18f767f6577dfe2d1774a7b4b279e21c7 Merge: 5d192d4 6b67c41 Author: Marco Pesenti Gritti Date: Mon Jan 8 23:42:39 2007 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5d192d40a86abd47bbe5aca55b0d423e916b3adf Author: Marco Pesenti Gritti Date: Mon Jan 8 23:42:11 2007 +0100 Fix running from source directory commit 6b67c410e017545103f3d7a8f86d6f00a47ce2e2 Author: Dan Williams Date: Mon Jan 8 17:12:20 2007 -0500 Delete old surfaces when no longer used commit 946a8f1b4206d0200a4b9baa0e79894871bfddce Author: Dan Williams Date: Mon Jan 8 17:05:55 2007 -0500 Misc shell activity launch fixes also switch to home screen when launching an activity so we can get feedback on launch status commit 39e116433c77fbf06fb7a0688f12ceeab6b6c64f Author: Marco Pesenti Gritti Date: Mon Jan 8 19:07:58 2007 +0100 Bump version commit 4b739f4a83fb14a39a7445284a92e8260cd08977 Author: Marco Pesenti Gritti Date: Mon Jan 8 18:22:56 2007 +0100 Fix distcheck commit c854d9272dc2285aaa919f29c2985b315e9598ec Author: Marco Pesenti Gritti Date: Mon Jan 8 18:19:22 2007 +0100 Fix makefiles commit cae78d70415923c0deabd518f23dc534f11cfacd Author: Marco Pesenti Gritti Date: Mon Jan 8 18:06:59 2007 +0100 Rework the console to use autoactivation, move it in services/ commit 764eee81e57aa637c7d6c95d3d75f94d9f29d650 Author: Marco Pesenti Gritti Date: Mon Jan 8 15:00:22 2007 +0100 Adapt to olpc-hardware-manager API change commit 3f847008af23057e83688ca2d97fefe7aa24246d Author: Marco Pesenti Gritti Date: Mon Jan 8 14:39:09 2007 +0100 Typo commit 17a1cb7ae4f6b6179235d2332abb0b6a0f81a38e Author: Marco Pesenti Gritti Date: Mon Jan 8 13:09:13 2007 +0100 Adapt to the new hardware manager commit 1ee6b7faf09fbaadb5b662967d12a7980365976a Author: Tomeu Vizoso Date: Sun Jan 7 23:38:33 2007 +0100 Some clipboard fixes. commit a7d625166480a67e95852a4c83b75423afa77c0e Merge: aad2893 0265f06 Author: Eduardo Silva Date: Sun Jan 7 14:25:25 2007 -0300 Merge branch 'master' of git://dev.laptop.org/sugar commit aad2893f62ca67312bf57d2c5468c5fc24c60f06 Author: Eduardo Silva Date: Sun Jan 7 14:23:53 2007 -0300 [devconsole] - Starting like a dbus service, just open it one time commit 0265f06b3e039aee88312cda7b6c0e98aefe067d Author: Dan Williams Date: Sun Jan 7 01:20:42 2007 -0500 Add a _sugar.cairo_surface_from_gdk_pixbuf() function generic function to create a surface from a gdk pixbuf commit 70a5e27edd2ef7fc299f406025b47103f6b82542 Author: Dan Williams Date: Sun Jan 7 01:18:57 2007 -0500 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. commit fb716ae0466547ea4e6c580b9d55fe015139201f Author: Dan Williams Date: Sun Jan 7 00:04:30 2007 -0500 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. commit 8cea4c5fc6de37dd47843af014c4730f04f4dc1d Author: Dan Williams Date: Sat Jan 6 19:31:19 2007 -0500 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. commit b27257fadb7f198c3072a2480c3711b7b57cd43f Author: Dan Williams Date: Sat Jan 6 16:29:13 2007 -0500 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. commit f50d9f5f9a972f7149c4a57f225e00d7e48834c6 Author: Tomeu Vizoso Date: Fri Jan 5 21:13:46 2007 +0100 Added icon, title and preview for clipboard objects. Also allow for opening docs and rtfs from the web. commit 74e407f9ff72249ca9d597ccb58d64de1922cd52 Author: Eduardo Silva Date: Fri Jan 5 17:01:29 2007 -0300 [devconsole] - Scrollback terminal buffer set to 1000, font size to 8 commit 62f5c2e239145e73309f2f9cfcf5358b34ec8843 Author: Marco Pesenti Gritti Date: Fri Jan 5 20:32:00 2007 +0100 Cleanup keybindings, fix color/b&w commit 1ef693572f5de39bdf8d2c391d8f55b65bdabc24 Author: Dan Williams Date: Fri Jan 5 12:25:21 2007 -0500 Respect return value from 'execute' commit 885a865b8bab2cac907fe7a9db4addc95689b402 Author: root Date: Fri Jan 5 18:05:45 2007 +0100 Fix tarball name commit 81b56491b64dac5d1a7588d1032ae5c60adab188 Author: Marco Pesenti Gritti Date: Fri Jan 5 12:59:01 2007 +0100 Crappy script to build a snapshot. commit be631afee5f67e76d96c2e83d4a6151b9283163c Author: Marco Pesenti Gritti Date: Fri Jan 5 12:57:42 2007 +0100 Comment out .5 keys for now, they break stuff and don't work on the keyboard. commit 8b9a8e01f81584be4ff5c80ce6dbec02c55b7857 Author: Marco Pesenti Gritti Date: Fri Jan 5 12:28:51 2007 +0100 Remove obsolete file commit 2c923b9532539993c52c4b64eb2e34ae5c51ca6c Author: Marco Pesenti Gritti Date: Fri Jan 5 12:23:28 2007 +0100 Shutdown when pressing the power button on the olpc. commit 5c36c6f2740431872e6197be564b4315e6af7f13 Author: Marco Pesenti Gritti Date: Fri Jan 5 12:20:55 2007 +0100 Remove the shutdown graphical button commit e8b8e0e367adb61724298c6671a0a11258467391 Author: Marco Pesenti Gritti Date: Fri Jan 5 11:18:24 2007 +0100 Do not try to connect to notify::title, for some reason it breaks the browser. It was only used for the journal anyway. commit 53b14ad0810fa4838dec468b7a8793782935ab2f Author: Marco Pesenti Gritti Date: Fri Jan 5 10:58:29 2007 +0100 Comment out the journal stuff for now. commit 62eada2ee0785a4f0182e13d40dd3273302024d7 Author: Marco Pesenti Gritti Date: Fri Jan 5 03:21:55 2007 +0100 Implement audio controls commit dda100fca6bd68ba01a43134f6e3a422bda77908 Author: Marco Pesenti Gritti Date: Fri Jan 5 02:19:52 2007 +0100 Stub volume control code commit bcc4b4f34f511d56267a7250fc4f2fbdc1153ff1 Merge: 15f586e 41ba004 Author: Eduardo Silva Date: Thu Jan 4 16:29:14 2007 -0300 Merge branch 'master' of git://dev.laptop.org/sugar commit 15f586e61a14df45525fab91cc1c4adbb6a24c86 Author: Eduardo Silva Date: Thu Jan 4 16:17:10 2007 -0300 Moving to PEP-8 commit 41ba004ca34eca5c9d1ab2d9c11ee8d7e877a2a6 Author: Marco Pesenti Gritti Date: Thu Jan 4 20:02:45 2007 +0100 Fix brightness keybinding commit 3dd0def247c966f87bef9630fc8a978177782a15 Author: Eduardo Silva Date: Wed Jan 3 23:51:08 2007 -0300 [dev-console] - Interfaces fixed: memphis, logviewer commit e28a1b27ee6cb527b7ede0a244cf5990f7e50568 Author: Eduardo Silva Date: Tue Jan 2 20:24:44 2007 -0300 [dev-console] - New internal structure, and new XO interface commit 80cd6af44c296ee8bc9ba30ad54f335fd4b7a4fe Author: Eduardo Silva Date: Mon Jan 1 22:39:01 2007 -0300 New log viewer, no more tabs commit a4e1b6b3ffb86e96c4a4f5e7a95e9757fb5e7f91 Author: Marco Pesenti Gritti Date: Sun Dec 24 15:58:53 2006 +0100 Fix handling of the no activities case commit b3c2368eaccd666066ba57bb496091f2631d64dc Author: Marco Pesenti Gritti Date: Sun Dec 24 15:39:00 2006 +0100 Complete the shell model/view split, finally commit 0d1e07d9c34a4e1c24cc5f374963ad55b7ee035b Author: Marco Pesenti Gritti Date: Sun Dec 24 14:35:02 2006 +0100 Split ActivityHost in model/view. Refactor accordingly. commit 2db2ae531208cdb58c448f4bd4a91f8ea947066a Author: Marco Pesenti Gritti Date: Sun Dec 24 12:19:24 2006 +0100 Split model/view in the activities donut. Provide some infrastructure for Alt+Tab implementation. commit db6f615198b0041dbf860b5e92b846545baea846 Author: Marco Pesenti Gritti Date: Sun Dec 24 02:59:20 2006 +0100 Start the journal activity by default commit dce69ef995d6d8b86ea70d4d58d3d17b4b91860a Author: Marco Pesenti Gritti Date: Sun Dec 24 02:51:37 2006 +0100 Refactor a bit to simply __init__ commit 5bd97cf5a16a5f3ae4a2c27f546aeed4be04509e Author: Marco Pesenti Gritti Date: Thu Dec 21 21:20:56 2006 +0100 Release 0.63 commit d56ccc60e7aaa7603c18b5300a111bec348c36c5 Author: Marco Pesenti Gritti Date: Thu Dec 21 14:21:58 2006 +0100 Update help message, thanks again to erikos commit 95a878036c275cbea58f4b7d186f45f1eaaa4c76 Author: Marco Pesenti Gritti Date: Thu Dec 21 14:17:44 2006 +0100 Typo, thanks to erikos! commit 5623c8a3b19806563c86f007a649b4e59bda0bd2 Author: Marco Pesenti Gritti Date: Thu Dec 21 12:37:02 2006 +0100 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. commit 1d98e5f6bf3de6b1a161c7fba863fa0b0bd628ab Author: Marco Pesenti Gritti Date: Thu Dec 21 12:16:20 2006 +0100 Release 0.62 commit 5512f8461bfadc1bd534ee38b09c8582eadd3b00 Author: Dan Williams Date: Thu Dec 21 02:10:21 2006 -0500 Re-enable buddy icons in rollover menus commit af889e2b897ac0d8f4dbadd28cecd15ec762d7f3 Author: Dan Williams Date: Thu Dec 21 02:09:05 2006 -0500 Add function to set the 'image' property of a HippoCanvasImage commit b960533fb4a012ae115164812e275391c9140ce7 Author: Dan Williams Date: Wed Dec 20 23:42:16 2006 -0500 Convert shared activity type to an activity bundle service name for activation via DBus commit e586cd66c005e7ccb2af7244fe8be393befcf010 Author: Dan Williams Date: Wed Dec 20 14:04:52 2006 -0500 Add activity objects to the data store commit e023d1c3451b8e32c5607f774f3187fd21cb9d7d Author: Marco Pesenti Gritti Date: Wed Dec 20 13:58:29 2006 +0100 Get back mesh view to work. It got broken when refactoring bundles. commit 99cce220cde2710f9ba58847f4e49eede99f89e2 Author: Marco Pesenti Gritti Date: Wed Dec 20 13:43:54 2006 +0100 Get the default type from env, clean stuff a bit commit ab3535e6fd3e29b25025845deceae6c7355996c5 Author: Marco Pesenti Gritti Date: Wed Dec 20 13:24:37 2006 +0100 Guard against multiple activities start commit 1c1fd3554119fa86359dfcd52f8fc0d2feb38a2c Author: Marco Pesenti Gritti Date: Wed Dec 20 00:53:27 2006 +0100 Present the window only after start/join commit d46c9223507be8283bd686ba786ae74f4b3e6e78 Merge: 5aedeae e4460b9 Author: Dan Williams Date: Tue Dec 19 17:50:25 2006 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5aedeae62f1ca23e4c1a6954d973c8015783bea1 Author: Dan Williams Date: Tue Dec 19 17:50:13 2006 -0500 Validate colors; ensure that Owner's color is a string commit e4460b940c6973ba7afcdf509f21308893665f21 Author: Marco Pesenti Gritti Date: Tue Dec 19 23:05:23 2006 +0100 Release 0.61 commit f63456c0893884ad3a9a998ebbddcb0cd6a04139 Author: Dan Williams Date: Tue Dec 19 16:35:24 2006 -0500 Tell activities to start after launching them commit baab27377f00fba7520a564136d28e1d8c395356 Merge: cebf9cf fc6ad66 Author: Dan Williams Date: Tue Dec 19 16:00:55 2006 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cebf9cfe334e0bc185179682a2bfa57836993f05 Author: Dan Williams Date: Tue Dec 19 16:00:50 2006 -0500 Use correct DBus session bus when launching activities commit fc6ad660f1d9c60893cc70211c11a4d707ba4b9f Author: Marco Pesenti Gritti Date: Tue Dec 19 21:57:08 2006 +0100 Remove debug code, as requested by j5 commit 2402d0461d654d13ca4cca99f9efcd996c4d97fb Author: Marco Pesenti Gritti Date: Mon Dec 18 21:27:46 2006 +0100 Release 0.60 commit 6b09475b998cd15d0bf89831137968d48fc16f4e Author: Marco Pesenti Gritti Date: Mon Dec 18 14:24:28 2006 +0100 Add a start method to the activity. It's parallel/alternative to join. commit ad31376488836550a85e4d695fed9774981b3671 Author: Marco Pesenti Gritti Date: Mon Dec 18 14:05:34 2006 +0100 Add docstring, missing import commit 956256313a7a5401c45685b756b7cde59db9d209 Author: Marco Pesenti Gritti Date: Mon Dec 18 13:56:41 2006 +0100 Get the activity type from env, rather than requiring set_type commit e0bd5d1df41f1d77ae8bd66c3c2a0ab9143595cb Author: Marco Pesenti Gritti Date: Mon Dec 18 13:47:49 2006 +0100 Cleanup activity factory startup, remove duplicated argument from the Exec field commit 09b096d4d0feb92e31a4e132a1f15ec3d66a3860 Merge: 6c2607d eba3540 Author: Marco Pesenti Gritti Date: Sun Dec 17 00:02:38 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit eba35406c5609fe7a2d720ae67a972e03558b4f0 Author: Tomeu Vizoso Date: Sat Dec 16 23:55:22 2006 +0100 Usability fixes for dnd on the clipboard commit 6c2607d000be56a50df1419cbfe997b591ec267f Merge: cc2558a 5103f1f Author: Marco Pesenti Gritti Date: Thu Dec 14 23:38:32 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5103f1fb27fcfa0153caf5e6b76e59a48f08df36 Author: Dan Williams Date: Thu Dec 14 17:21:46 2006 -0500 run data store from emulator when needed commit 72b538321415729325b2e368a742c4a1a3760ac6 Author: Dan Williams Date: Thu Dec 14 17:21:25 2006 -0500 Export session bus address for testing purposes commit 461b5ae2a93a0cdca8d57d7f07de77f5741d0c45 Author: Dan Williams Date: Thu Dec 14 17:21:04 2006 -0500 Fix name so imports work commit 238912cc21dc7e683d278436448633911bdf7385 Merge: cb38a2c eade4bf Author: Dan Williams Date: Thu Dec 14 13:45:16 2006 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cb38a2c1fa4b5671879af84ee7594f13e5fa2091 Author: Dan Williams Date: Thu Dec 14 13:45:13 2006 -0500 Install a service file for activating the datastore upon demand commit cc2558abec6ea8902c4440d50f46efd9eae27a24 Author: Marco Pesenti Gritti Date: Thu Dec 14 19:07:40 2006 +0100 Add some details about the clipboard commit cc74954770403c6aee524ea3480c175930a44cdc Author: Marco Pesenti Gritti Date: Thu Dec 14 17:03:11 2006 +0100 Remove the terminal keybinding, terminal is now in the devel console commit eade4bff033bc4c9839711937bb7598c6dce3c60 Author: Tomeu Vizoso Date: Thu Dec 14 16:45:52 2006 +0100 Improve error reporting when a non-activity window is opened. commit cc39ef169fdc26da94e266e2a002eb8bee75f7c7 Author: Tomeu Vizoso Date: Thu Dec 14 13:50:42 2006 +0100 Clipboard fixes. commit e68f0e00e95416c696ecc08895b1a29463c989f8 Author: Tomeu Vizoso Date: Wed Dec 13 22:36:05 2006 +0100 Added c&v and dnd support to the clipboard. commit 474313ffdebb066e8e6891cfc362aa2edf3cf5c3 Author: Marco Pesenti Gritti Date: Wed Dec 13 01:37:03 2006 +0100 Fix dev command commit 7d76115048e9903841f52b667aa0f7fd09f36686 Merge: e54c403 039ac19 Author: Marco Pesenti Gritti Date: Tue Dec 12 00:54:51 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e54c40301cba5b51c4ff6e7a526f198afb101778 Author: Owen Williams Date: Sun Dec 10 19:28:47 2006 -0500 Added configuration file support to terminal commit 039ac194325c9655971045179f85100f174211a0 Author: Dan Williams Date: Mon Dec 11 17:25:48 2006 -0500 datastore fixes commit dbca11236844c39666bb889018a038bf6f81267f Author: Dan Williams Date: Mon Dec 11 10:59:30 2006 -0500 don't allow blank property values in find(); handle property deletion commit 74d9555796bf4d6dfd83517fc694e0eb429e33dc Author: Dan Williams Date: Mon Dec 11 08:02:09 2006 -0500 Remove useless dbus service file; the datastore is a session service and doesn't need one commit ff53fdc185c0bad71de1881a9ad8992f93ca6487 Author: Dan Williams Date: Mon Dec 11 07:55:01 2006 -0500 Add a simple prototype data store commit fefe201d2465123fe1e94340b810b2afa23153b7 Author: Dan Williams Date: Thu Dec 7 12:55:56 2006 -0500 Patch from Owen Williams: Switch terminal colors to black-on-white for readability, especially in no-backlight situations. commit 52662144d3428134a8a6f3d9c24a8d98ca90b2ea Author: Marco Pesenti Gritti Date: Mon Dec 4 16:19:55 2006 -0500 Remove since it's outdated anyway, we will probably use an rc when we turn it back on. commit a21af251e1a28c1fab6f2289d08bf7625dc0d5f7 Author: Owen Williams Date: Mon Dec 4 15:51:48 2006 -0500 Added support for MANIFEST-OLPC files in bundlebuilder commit b8f44c00c7166e7ebf0fa8142100d6ab028f8b2a Author: Owen Williams Date: Mon Dec 4 15:44:15 2006 -0500 Added support for MANIFEST-OLPC files in bundlebuilder commit 37853ad836a6cd3b7e6999269b996eb16c4f1c3f Author: Marco Pesenti Gritti Date: Mon Dec 4 14:32:48 2006 -0500 Fix up service installation path commit bd906334ea7733cada90b1247b3cb232c6aaf268 Author: Marco Pesenti Gritti Date: Mon Dec 4 14:27:08 2006 -0500 Fix a few indentation screw ups commit b9f9ef0fe9e36cf6e5de59700154b16f2dae15cd Author: Justin Gallardo Date: Mon Dec 4 11:12:24 2006 -0800 Changed all tabs to 4 spaces for python style commit f5ae0662482de14f9d3812ddc4aba9be61024887 Author: Marco Pesenti Gritti Date: Mon Dec 4 13:02:53 2006 -0500 Unbreak the build commit 78c538535bbcba33147206ccaafbd57f2aa9f2c0 Author: Marco Pesenti Gritti Date: Fri Dec 1 23:30:32 2006 +0100 Fixup makefiles commit 6971c1a67679095c5e1f9a44fd6a277850474d26 Author: Marco Pesenti Gritti Date: Fri Dec 1 23:25:14 2006 +0100 Add FIXME about Exec field commit 165fe0b00eded356850c6d1cba33971b7ffe6821 Author: Marco Pesenti Gritti Date: Fri Dec 1 23:23:58 2006 +0100 Several cleanups commit 7152755c5e070dab70479fabf301f33e17015cf0 Author: Marco Pesenti Gritti Date: Fri Dec 1 23:11:56 2006 +0100 Remove more unused old activities stuff commit 518d2d61d0a2e48fb77fd92ee1466e6a5887d137 Author: Marco Pesenti Gritti Date: Fri Dec 1 23:09:02 2006 +0100 Remove unused old registry code commit ba5d1b480430860949ff57fdb4a37bb28fc2ef4e Author: Marco Pesenti Gritti Date: Fri Dec 1 23:04:14 2006 +0100 Finish up porting to the new registry commit 2b97505577521568fd1d45a13091629f36a2d8b9 Author: Marco Pesenti Gritti Date: Fri Dec 1 22:40:02 2006 +0100 Switch to the new registry commit b5b9d9d5f1de6d9f62dceb8e7aa1c437048f9065 Author: Marco Pesenti Gritti Date: Fri Dec 1 22:33:00 2006 +0100 Remove more old activities code commit 6169f603e5718a85cb2016732706ff9de8ae3330 Author: Marco Pesenti Gritti Date: Fri Dec 1 22:23:12 2006 +0100 Remove the old activities code path from here commit 6bdda4790178f04c56bd4a7163b8a7e062a0724f Author: Marco Pesenti Gritti Date: Fri Dec 1 22:22:09 2006 +0100 Since service name and bundle id corrisponds, there is no need to query the register anymore. commit 833e7633e9b5962dadc6cf72ad66105682a20cce Author: Marco Pesenti Gritti Date: Fri Dec 1 21:25:14 2006 +0100 Leftover commit cf156fac07bcf7f81029a29d31f5a6b3e79080c8 Author: Marco Pesenti Gritti Date: Fri Dec 1 21:24:24 2006 +0100 Get rid of our custom dbus config, simplify stuff commit 0e2d9b496ab12d512e56041d9f4ffbadf7fab4ab Author: Marco Pesenti Gritti Date: Fri Dec 1 20:47:40 2006 +0100 Remove unused method commit 594613aa6b1f5aa2af8b48903779a41e12068c33 Author: Marco Pesenti Gritti Date: Thu Nov 30 15:21:42 2006 +0100 Remove the internal activities. They are now splitted to their own module. commit 86770c93fd603e50b0748b74cd376f87eb3c4ebf Author: Marco Pesenti Gritti Date: Mon Nov 27 17:43:44 2006 +0100 Forgot to add file commit cb70561dcd7a288dba6ae93154df97a6a4ba9999 Author: Marco Pesenti Gritti Date: Mon Nov 27 14:56:48 2006 +0100 Add a simple bundle builder, based on the setup.py we have been using for btest-1 commit 880842dd8616a646edfece856b1213c22ce3f94a Author: Dan Williams Date: Fri Nov 17 15:07:53 2006 -0500 don't kill the shell when a non-activity window is brought to front (cherry picked from 5f03e1deb014d91af7deea5051011a67bc2dde5c commit) commit 0c47294dbd22fa14c922ce2d66a278777a1adf09 Merge: a029157 9031ebf Author: Dan Williams Date: Thu Nov 16 16:55:58 2006 -0500 Merge commit a02915748804918ca9f34c9c654e04817866feb5 Author: Dan Williams Date: Thu Nov 16 16:50:36 2006 -0500 Remap keys to match OLPC keyboard and use Shift+Alt for non-OLPC machines commit 9031ebf503b891e394ff41379cf21eb6a17afba3 Author: Eduardo Silva Date: Thu Nov 16 10:46:13 2006 -0300 developer console window size fixes commit d51031d8829db282008f778e30a2f0c044abfe07 Author: Eduardo Silva Date: Thu Nov 16 09:09:07 2006 -0300 New developer-console commit 9a7518f23076d824aefa5cc764af65b639cb7e1d Author: Marco Pesenti Gritti Date: Thu Nov 16 11:07:30 2006 +0100 Get rid of dbus 0.94 compatibility, since we build dbus in jhbuild now. Yay! commit b51b2917d0999ac214d1cc801cf7be4e493a9aab Author: Dan Williams Date: Wed Nov 15 16:57:46 2006 -0500 Rearrange keymappings for the real B1 machines' keyboards (cherry picked from cda50cbf099f1db64f3cd95aeb05b54444fd66d0 commit) commit 59d57a03d9673e4f8f9c07aa7ba84edef32b8976 Author: Tomeu Vizoso Date: Wed Nov 15 13:56:19 2006 +0100 First implementation of ClipboardService. Implement pdf viewing and downloading via ClipboardService. commit 66acd2a91b0f0b98ef3428e4a4c14f21d8aa0f1f Author: Marco Pesenti Gritti Date: Tue Nov 14 01:43:23 2006 +0100 Release 0.59 commit 44e8d346a47f94e1460ca89b491cdee44be15e53 Author: Marco Pesenti Gritti Date: Mon Nov 13 23:16:18 2006 +0100 Focus terminal by default commit 32f214c220e06c1307e5a67a86a5d339a130a2b4 Author: Marco Pesenti Gritti Date: Mon Nov 13 22:55:49 2006 +0100 Release 0.58 commit b2e7bc079c90e1c854aca3d4ade16a029664309e Author: Marco Pesenti Gritti Date: Mon Nov 13 22:15:08 2006 +0100 Work around the unfocusable terminal bug commit ebaf01c9143cb95deabfe184efe64470842f4e8d Merge: 82d006d a6aaff9 Author: Marco Pesenti Gritti Date: Mon Nov 13 21:25:43 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a6aaff912b57241e4c80936c76b0c4d7fe7ec9eb Author: Dan Williams Date: Mon Nov 13 12:56:12 2006 -0500 NM applet: store and return allowed networks correctly commit 0ed4d028e2e747f15f2e275462260798e8078c3f Author: Dan Williams Date: Sun Nov 12 23:24:27 2006 -0500 Remove debugging code commit 82d006da6ae8bfb1c51e4a85de5b7e81f2dd98f6 Merge: 1f7f2fe 0ed4d02 Author: Marco Pesenti Gritti Date: Mon Nov 13 05:18:24 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 08bde38ebfd078868ec66a69c39d2eada727a5f5 Author: Dan Williams Date: Sun Nov 12 23:16:31 2006 -0500 Make the WEP key dialog work in async mode commit 1f7f2fe3af88da6154c9bc8c1f881679decca312 Merge: 34c61de 08bde38 Author: Marco Pesenti Gritti Date: Mon Nov 13 05:13:48 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 9c1f76b042052073b8a6301d91c83127be3ed710 Author: Dan Williams Date: Sun Nov 12 19:21:13 2006 -0500 Fix returned dbus args so the applet works with WEP commit 34c61de0546a9b264db922353a032a1f8d49aaf0 Merge: a317c86 9c1f76b Author: Marco Pesenti Gritti Date: Mon Nov 13 01:16:56 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5e4d972f405021aa5fc201bf77d4fa9f7963f75a Author: Dan Williams Date: Sun Nov 12 19:12:17 2006 -0500 Fix more key dialog interaction commit a317c86d6acd723f69588f128a50634ea4169fee Merge: 335d6e6 5e4d972 Author: Marco Pesenti Gritti Date: Mon Nov 13 01:07:17 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 335d6e68754eea5522df480b1df6a9232f9bd365 Merge: d6e8369 9e6f1b6 Author: Marco Pesenti Gritti Date: Mon Nov 13 01:00:37 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit d6e8369c7edadb53e590a0de6f9eddd35a46016f Author: Marco Pesenti Gritti Date: Mon Nov 13 00:55:34 2006 +0100 Release 0.54 commit 9e6f1b6619d680044872a7e671f2dc1bc01bf364 Author: Dan Williams Date: Sun Nov 12 18:37:25 2006 -0500 Fix icon update on NM going away commit fa94236b78d9053a88b19bdb9b274ad44412b50d Author: Dan Williams Date: Sun Nov 12 18:37:03 2006 -0500 Add wepkeydialog to the makefile commit a3d9a93d82772a03ea34ebe196104ee7f9f69ca4 Author: Marco Pesenti Gritti Date: Mon Nov 13 00:10:49 2006 +0100 More fixes, nearly there but not quite yet. commit 4cd09ed5f83020a30cf75a570837d05b4c021adb Author: Marco Pesenti Gritti Date: Sun Nov 12 22:44:28 2006 +0100 Add a simple dialog to enter the web hex key. Several typo fixed. Merged a patch from Dan. commit f677eea6e364524a61c52c4c6e4d6a33c94a2781 Author: Marco Pesenti Gritti Date: Sun Nov 12 20:42:06 2006 +0100 Release 0.53 commit f5d2fd969c87b73d45de7284d46d67cbb49ad063 Author: Dan Williams Date: Sun Nov 12 14:42:30 2006 -0500 Hook up more of the key dialog bits commit fcea34c227271d39f34d5437b8126fa89fc61832 Author: Marco Pesenti Gritti Date: Sun Nov 12 00:28:19 2006 +0100 Fix makefile commit d3e99e76ef12ee0037e54d268cf2727da6be9f50 Author: Marco Pesenti Gritti Date: Sat Nov 11 23:51:16 2006 +0100 Add a shutdown button commit 053dd74e0b50ca528e66d29364d34cf11f5a3740 Author: Marco Pesenti Gritti Date: Fri Nov 10 22:40:15 2006 +0100 Release 0.52 commit 5fd8f950468cfcc139dec8a9074c3ceeb3f576e7 Author: Marco Pesenti Gritti Date: Fri Nov 10 22:37:04 2006 +0100 Disable sketch, move it in tests for now (only way to hide it from the stupid build system, it will have to be moved to his own module/bundle anyway). commit 61f24de7482ceb48335d1b2635de5fdff93fd0d9 Author: Tomeu Vizoso Date: Fri Nov 10 14:14:15 2006 +0100 Reverting clipboard changes pushed by mistake. These are commits 23565cfd483e38d3a64cd5980deea47cccb28581 and a7e4092b0e4f3d30a21ee5a7982aecd5252a0822. commit d958e20df74edeedaaa345e40513dcba7b80d3af Author: Tomeu Vizoso Date: Fri Nov 10 13:40:49 2006 +0100 Make work enter on first time dialog. Fix for bug #324. commit 028bf526f27d1352fa6d71bdb2540311e02b7e77 Merge: a7e4092 6260647 Author: Tomeu Vizoso Date: Fri Nov 10 11:58:11 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 6260647edac30a4f24ff4e6d922ffc0808dfa83e Author: Marco Pesenti Gritti Date: Thu Nov 9 17:21:46 2006 +0100 Fix compilation issue, using function name already defined in gtk commit 5c1dbe499fa83f32fb61cdf2acb9ca5424b42acc Author: Marco Pesenti Gritti Date: Thu Nov 9 00:31:28 2006 +0100 Release 0.51 commit c8cd4bcc4eeb427ffefa9de98d50a27a2f76c72f Author: Marco Pesenti Gritti Date: Thu Nov 9 00:08:33 2006 +0100 Add a shutdown key combination. Release 0.51 commit d1a9762cb8fc353df0031d4cd90c79eb8a987f57 Author: Marco Pesenti Gritti Date: Wed Nov 8 16:42:50 2006 +0100 Bind keys to dcon manager actions, see README commit a7e4092b0e4f3d30a21ee5a7982aecd5252a0822 Author: Tomeu Vizoso Date: Sun Nov 5 19:52:46 2006 +0100 Created SugarDownloadManager and ClipboardService's wrapper. Show and hide the frame when adding an object to the clipboard. commit b9f75c14727b30b9cd07b18c2c15f15d71201bb4 Merge: 2ad31b3 62ad153 Author: Tomeu Vizoso Date: Sun Nov 5 18:51:05 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 62ad1539c2650c0faf9542fd9e0a18287d3de7b3 Author: Marco Pesenti Gritti Date: Sun Nov 5 18:35:07 2006 +0100 Release 0.49 commit ee62ed69b4033fbdbb1c5a613eb5a100205022a1 Author: Marco Pesenti Gritti Date: Sun Nov 5 18:14:00 2006 +0100 Pick up system bundles even if xdg dir env is undefined commit 2ad31b35d1f5729fb14fb515529a8f3c1227cf42 Merge: d67afd1 4b328c8 Author: Tomeu Vizoso Date: Sun Nov 5 10:52:11 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 4b328c84176fb9142112600d80c55a81e529176d Author: Marco Pesenti Gritti Date: Sun Nov 5 03:41:44 2006 +0100 Less invasive solution for the reverted commit commit 984035f933733cba2023a014e9874f40067b93bc Author: Marco Pesenti Gritti Date: Sun Nov 5 03:33:49 2006 +0100 Revert "Fixup services path with the various installed/uninstalled 0.94/0.95 combinations. What a pain!" This reverts commit 6d84d886e190264062eab75dfc2c96633944f351. commit 6d84d886e190264062eab75dfc2c96633944f351 Author: Marco Pesenti Gritti Date: Sun Nov 5 03:25:51 2006 +0100 Fixup services path with the various installed/uninstalled 0.94/0.95 combinations. What a pain! commit 137b8ddd230154208f0e05e24da126bfc39a5d3d Author: Marco Pesenti Gritti Date: Fri Nov 3 22:24:16 2006 +0100 Release 0.47 commit d67afd1a798ecb723fa9927fd78c9f5ae286bc69 Merge: f428b3a 503d21c Author: Tomeu Vizoso Date: Fri Nov 3 16:24:56 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit f428b3ab74d8e5433e64a1062978d4b45e4a9720 Merge: be3bc5e 00026fb Author: Tomeu Vizoso Date: Fri Nov 3 16:18:39 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 503d21cff458dad85cde73485d9eb3bc4fd2c7c1 Author: Marco Pesenti Gritti Date: Fri Nov 3 16:18:03 2006 +0100 show_launcher true by default commit 00026fb5efd90b6a0a27ecd8709bd9cad7e8ea4e Author: Marco Pesenti Gritti Date: Fri Nov 3 16:11:59 2006 +0100 Check if we should show the launcher commit be3bc5ed007ddd865a2713299f318483351edc43 Merge: c7dbfdb da3c550 Author: Tomeu Vizoso Date: Fri Nov 3 16:08:41 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit da3c550bfd935fcdf18c04c021b3ff0cd33e13b3 Author: Marco Pesenti Gritti Date: Fri Nov 3 16:01:46 2006 +0100 Fix show_launcher logic commit c7dbfdb067d200903fe6805ab59ed6b7129b129a Merge: a6503b8 5611698 Author: Tomeu Vizoso Date: Fri Nov 3 08:39:21 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 561169809b92e29cfd762c3cd673def881764dcc Author: Marco Pesenti Gritti Date: Thu Nov 2 20:16:36 2006 +0100 Install services in user dir if dbus is recent enough. commit 59c777e1096d8b64b477b0647c336acb7b59f8ab Author: Marco Pesenti Gritti Date: Thu Nov 2 17:42:39 2006 +0100 Add /tmp/sugar-services commit a6503b8bd8092112323f06c5ab29337a01753597 Merge: 23565cf 26b04db Author: Tomeu Vizoso Date: Thu Nov 2 17:21:00 2006 +0100 Merge branch 'master' of git://dev.laptop.org/sugar commit 26b04db5e3bb803d96f0d3e42b8048d49c7c8486 Author: Marco Pesenti Gritti Date: Thu Nov 2 11:10:37 2006 +0100 Add activity_version support commit fcd4ebb281dba75402a54a8f97432c72ef8c6d01 Author: Marco Pesenti Gritti Date: Thu Nov 2 00:45:17 2006 +0100 Ensure /tmp/sugar-services exists commit 823f1cf6f72bce727b681a69db547bb2f36527a6 Author: Dan Williams Date: Wed Nov 1 16:55:24 2006 -0500 Work around non-bound HippoCanvas 'clickable' property by using button-press-event instead commit a6ff123ffe96b71654392c7bf4b2c311d123cc76 Author: Dan Williams Date: Wed Nov 1 15:43:30 2006 -0500 Do rollovers on menu items and stub code for activating a connection commit 9ef18ffe999609e823f77b77bbb9a44d2284a0f3 Author: Dan Williams Date: Wed Nov 1 14:25:47 2006 -0500 Rollovers in NM applet menu commit a8fda48c7292b8109fde3b43fd552a192715fa42 Author: Dan Williams Date: Wed Nov 1 14:25:31 2006 -0500 Don't draw progress bar when % is 0 commit 23565cfd483e38d3a64cd5980deea47cccb28581 Author: Tomeu Vizoso Date: Wed Nov 1 19:43:59 2006 +0100 First version of the ClipboardService. Added support for showing the progress of a pdf download in the clipboard. commit cf508c1d229df5f4f645b7a66d568c1959bc6f62 Author: Marco Pesenti Gritti Date: Tue Oct 31 23:18:43 2006 +0100 Do not resize the icon, use the original icon size. commit 85719207344f324918fdb87df3669c2f3e86a7bb Author: Marco Pesenti Gritti Date: Tue Oct 31 13:10:34 2006 +0100 Tweak activity search path. Use ~/Activities and XDG_DATA_DIRS/activities commit cb285aba06dea2c2155522f5eeb74a793d96868c Author: Marco Pesenti Gritti Date: Tue Oct 31 12:06:28 2006 +0100 Get running activities to work. Still hacky. commit 92f37d31da17cb8e19295e62584ee58e88c83a77 Author: Marco Pesenti Gritti Date: Tue Oct 31 10:48:45 2006 +0100 Several fixes, generate the service, add a test bundle commit 31c07be19ed9b7096cf7a098ad541666b525c879 Author: Marco Pesenti Gritti Date: Mon Oct 30 20:47:47 2006 +0100 Release 0.46 commit 1088013f924cd82517bc36eac4a1000f4d707a05 Author: Dan Williams Date: Mon Oct 30 14:28:28 2006 -0500 Fix active device handling commit 37b4d2bb05f0784b13ff116a3350d0b18a2157bd Author: Dan Williams Date: Mon Oct 30 14:27:23 2006 -0500 Switch back to 75x75 icons commit 710c225e6426edb2d3c4ddae7d05a7b55ae3a34b Author: Dan Williams Date: Mon Oct 30 13:16:40 2006 -0500 Organize menu items to conform with Eben's mockups commit c3ea2ab080354752d8e9b8a1d1d5575279d91803 Merge: b241def 9504074 Author: Dan Williams Date: Mon Oct 30 12:40:49 2006 -0500 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit b241defcb270569bf65908b7ea10216483d5f79a Author: Dan Williams Date: Mon Oct 30 12:40:33 2006 -0500 Make the Hippo-fied menu much prettier commit 9504074046cebdf5ba02e41d308517c434386f56 Author: Marco Pesenti Gritti Date: Mon Oct 30 17:21:45 2006 +0100 Add notification stuff commit 3e4f570d16cdb74472f42a7b6b2fe87865106ae5 Author: Marco Pesenti Gritti Date: Mon Oct 30 17:05:01 2006 +0100 Do not catch exceptions from the called method commit 72832e01743c9676442e2a46cfa79dbc56aba3a7 Author: Dan Williams Date: Sun Oct 29 22:42:51 2006 -0500 Convert to an ugly Hippo menu commit 4bf76960a0982b2facb007847c163e9a32b0ee9f Author: Dan Williams Date: Sun Oct 29 22:41:52 2006 -0500 Add a text style commit ce107c30f6bd43cfd652a8f9b97704e6e0d99f43 Author: Dan Williams Date: Sun Oct 29 16:21:00 2006 -0500 Load icons at start and scale to 25x25 commit 546dc26beaa1248071497f720a76a7e43d496734 Author: Marco Pesenti Gritti Date: Sun Oct 29 22:43:52 2006 +0100 Activate the logger before importing the ps, so that we show meaningful errors if avahi is missing. commit b44dac10102f1ebe5615ee60130f3c8338d9ad81 Author: Marco Pesenti Gritti Date: Sun Oct 29 21:03:28 2006 +0100 Don't crash if bundles dir doesn't exist in the profiles commit 9a0401e0d082b40e564bb1d911c51385b73101ac Author: Marco Pesenti Gritti Date: Sun Oct 29 19:09:13 2006 +0100 Fix makefiles commit d150ac40cc3a6a22111131799528c8090a356ee1 Author: Marco Pesenti Gritti Date: Sun Oct 29 19:05:09 2006 +0100 More work on bundles support commit 87274fd89f0c127f05cd34ad912b47a185c4b0e3 Author: Marco Pesenti Gritti Date: Sun Oct 29 18:28:48 2006 +0100 Initial bundle registry code commit ff2bee3d9b560148472633381f6dd74d2ebf24ba Merge: 28f5de3 4071b19 Author: Marco Pesenti Gritti Date: Sun Oct 29 17:35:50 2006 +0100 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 28f5de3deba2915ef0a926cc4113a834bd502301 Author: Marco Pesenti Gritti Date: Sun Oct 29 17:34:27 2006 +0100 Remove unused file commit 4071b1970e1027ac882d2dcd270ff67e82502d07 Author: Dan Williams Date: Sun Oct 29 11:06:21 2006 -0500 Change to /usr/bin/python instead of /bin/env python commit f679b4b3cc2b0deab5fd4a2e17bb047cb0f3157e Author: Dan Williams Date: Sun Oct 29 11:05:50 2006 -0500 Add copyright header commit de7c2bba5e6653b577db406534bc75d8a6ed89b6 Author: Marco Pesenti Gritti Date: Sun Oct 29 11:50:47 2006 +0100 Import pygtk commit b2983ac76367bde89ce84a147b90845bbed670b2 Author: Dan Williams Date: Sun Oct 29 01:33:42 2006 -0400 Better working nm-applet - Start nm-applet when the shell starts - Use the artwork - Respond to signals and get initial states commit 173817ae18f475e278ccd209d25ece613980d51d Author: Marco Pesenti Gritti Date: Sun Oct 29 00:02:08 2006 +0200 Release 0.45 commit 45287c880c4a62b6a5b9da4d8fe34bbee801ff1e Merge: a95355c f1949d4 Author: Marco Pesenti Gritti Date: Fri Oct 27 22:18:49 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f1949d4672091daad1492f5c7a4d72b03db8142b Author: Tomeu Vizoso Date: Fri Oct 27 15:39:29 2006 +0200 Various fixes and code clean up. commit a95355c860a8cd28029a8f50b30b5a88f83744e1 Author: Marco Pesenti Gritti Date: Fri Oct 27 12:49:14 2006 +0200 Release 0.44 commit 2e65e2ca1dda1b2fde587d98d56e4b9ea1c0d96f Author: Tomeu Vizoso Date: Thu Oct 26 22:21:26 2006 +0200 Registered a nsITransfer for opening documents after downloading. commit 5ff6ba45d42335deb517a7f0629da75b432e4a16 Author: Dan Williams Date: Thu Oct 26 15:48:27 2006 -0400 Build up a network menu Build up the networks menu of wired and wireless devices, using GtkMenu for now. Doesn't respond to interaction yet. commit b148a0a6aad44e0376a0ec412c1ad1d23e1c9da3 Author: Dan Williams Date: Thu Oct 26 14:12:03 2006 -0400 Install the nm-applet dbus config file in the right place commit 88ddaab1c7fb2e659c5a493975d358be197b16d5 Author: Dan Williams Date: Thu Oct 26 13:04:39 2006 -0400 Add (slightly) sugarized NetworkManager applet An implementation of the NetworkManagerInfo service (for storing local networking config) and GUI bits for discovering network status and controlling networking, written in Python. commit dbd6fcaf3ec2cea0367b90dee8d10ad66070693c Author: Marco Pesenti Gritti Date: Thu Oct 26 16:43:22 2006 +0200 Some style fixes commit 1cc46c315db72e39648c4b66d1602cb6ba9557f5 Author: Marco Pesenti Gritti Date: Thu Oct 26 16:01:29 2006 +0200 Fix makefile screwup commit dade0fbabccb206591d776274d0925974ddaf1cf Author: Tomeu Vizoso Date: Thu Oct 26 15:47:57 2006 +0200 Created SugarBrowserChandler, for signaling when the browser has downloaded a file that cannot handle himself. commit 60fd7fb810a716bd9cedcdefe9b840fae60dc288 Author: Marco Pesenti Gritti Date: Thu Oct 26 12:18:03 2006 +0200 Add families for arabic fonts commit 22cecec21eb6103cdce9cd1cfa8ed1b449f8b412 Author: Marco Pesenti Gritti Date: Wed Oct 25 22:40:57 2006 +0200 Add some comments, add some prefs from epiphany configuration commit c29ec892ac6d51e6f1a03d9a7693e3039e59bc21 Author: Marco Pesenti Gritti Date: Wed Oct 25 22:34:43 2006 +0200 Release 0.42 commit 7a6c1595e3c02ccf1c56fb7ed9cf8f43ddf2c397 Author: Marco Pesenti Gritti Date: Wed Oct 25 18:00:52 2006 +0200 Removed by mistake commit ccfb901a10bfcb8cbc2b153dea4715d47d4a6bad Author: Marco Pesenti Gritti Date: Wed Oct 25 16:41:58 2006 +0200 Fix a couple of warnings commit ec6272ff47626716fec6b8e3416a7ece2a105472 Author: Marco Pesenti Gritti Date: Wed Oct 25 16:22:21 2006 +0200 Change the font size unit to points, so that we actually adapt to resolution. Default size are converted from mozilla pixel based sizes. commit b873bfe18d645dc8398b6584e4e3098ccebd13c4 Author: Marco Pesenti Gritti Date: Wed Oct 25 15:45:55 2006 +0200 Fix icon background color commit 581a3a0cb402fdc337ea04c5673baed5e98d671d Author: Marco Pesenti Gritti Date: Wed Oct 25 15:43:37 2006 +0200 Read mozilla prefs from a js file commit 96b150d2bb63720983d1957bb955367a6747c2f7 Author: Marco Pesenti Gritti Date: Wed Oct 25 15:24:40 2006 +0200 Add stdout and stderr to the logs commit ebb896cb5b11287e75f57f39aabbac3fb1484b3c Author: Marco Pesenti Gritti Date: Wed Oct 25 14:31:44 2006 +0200 Another iteration on the spread out box. Make it work well also for the mesh. commit 15e3a4f7914984422af0086cadc5bcea5a14f34a Author: Tomeu Vizoso Date: Wed Oct 25 10:18:43 2006 +0200 Register a nsIHelperAppLauncherDialog to handle docs out of gtkmozembed (pdfs, ...) commit fcac3b87cad4fe78272a4fda12a394c3192eaf1a Author: Marco Pesenti Gritti Date: Wed Oct 25 01:33:29 2006 +0200 Size the window to fill screen, to avoid wm races commit 159349e7e0fe62d076864d29ab83a6cbb5177219 Author: Marco Pesenti Gritti Date: Wed Oct 25 01:21:49 2006 +0200 Unused variable commit 71c08b526f25f80a2b98f447cdac2346f6b4460f Author: Marco Pesenti Gritti Date: Wed Oct 25 01:20:17 2006 +0200 Add a few snowflakes and pack them in a spread box commit cfa8c980b5e0d7a6b1cf4e18367c61b5dcba09cd Author: Marco Pesenti Gritti Date: Wed Oct 25 01:14:48 2006 +0200 Fix to use emulator commit eb48752a97994083152202c745987f55b37d6a3b Author: Marco Pesenti Gritti Date: Wed Oct 25 00:39:26 2006 +0200 Document sketch mode key commit 03d82108d71e4cbc0b8e32ef83d9dcca8a6277a6 Author: Marco Pesenti Gritti Date: Wed Oct 25 00:36:42 2006 +0200 Write a chat activity, remove some unused code commit bae47abd09dde8e6700646a8911c3b0e0b470cd6 Author: Marco Pesenti Gritti Date: Wed Oct 25 00:12:46 2006 +0200 s/groupchat/chat commit d238ae89c928dd3986859348281e375b75424388 Author: Marco Pesenti Gritti Date: Wed Oct 25 00:07:14 2006 +0200 Get rid of one to one chat, not part of the new design commit 083cb920551b730e9d0c8f5e2b23c42b0a8bc2cf Author: Marco Pesenti Gritti Date: Tue Oct 24 22:10:19 2006 +0200 Release 0.41 commit 2f58f41e9e4f15f9ace43bb1978c17d117de7725 Author: Marco Pesenti Gritti Date: Tue Oct 24 20:19:00 2006 +0200 Missing file commit ffbed7621083cd00a532cf20dc14a079df637da9 Author: Marco Pesenti Gritti Date: Tue Oct 24 20:15:41 2006 +0200 We was missing the warning level commit 6ab3b3c07e6c1f2b668b16d466f4f7faf155f365 Author: Marco Pesenti Gritti Date: Tue Oct 24 20:00:14 2006 +0200 Cleanup logs dir on shell startup commit 2aa69e7199b756db60c67f6438c4ffccf2ffde35 Author: Marco Pesenti Gritti Date: Tue Oct 24 19:44:18 2006 +0200 Add the overlay icon on the frame commit 77e0d33c3d24366ba8920f12688a525313016609 Author: Marco Pesenti Gritti Date: Tue Oct 24 17:22:32 2006 +0200 Add exthandler to mozilla includes. Needed by Tomeu. commit 745d11a79bd52c6dfe3173436e683689e8d0e5ef Author: Marco Pesenti Gritti Date: Tue Oct 24 15:46:10 2006 +0200 Fix opening links from gmail commit 06f815c713d498ca7e0e855b46b6a402a2197c28 Author: Marco Pesenti Gritti Date: Mon Oct 23 21:51:41 2006 +0200 Release 0.40 commit ad7d04f73637d6228b82fbb89d51c13844cb1025 Author: Marco Pesenti Gritti Date: Mon Oct 23 21:28:19 2006 +0200 Fix styling of the invites icon commit 31f6ffe916dd40d684389bfc247b126fac5c5320 Author: Marco Pesenti Gritti Date: Mon Oct 23 18:31:13 2006 +0200 Fix up buffering. Improve perf and avoid flickering. commit 1ed54506516e1b2ea7e506b182f07b66978ab0ba Author: Marco Pesenti Gritti Date: Mon Oct 23 17:22:26 2006 +0200 Do not trap all exceptions grrr commit 8ae89863542a21f4827e7ace2709f472be879653 Author: Marco Pesenti Gritti Date: Fri Oct 20 21:53:41 2006 +0200 Release 0.39 commit e92dc1d29f37964bcbe9c75425b2dcc2ea368a75 Merge: b837f91 f620e8f Author: Marco Pesenti Gritti Date: Fri Oct 20 21:44:03 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f620e8f9fba07a095d086a36dd41f5dee77333b5 Author: Dan Williams Date: Fri Oct 20 15:50:34 2006 -0400 Add the Sketch activity (shared whiteboard, basically) commit b837f915d7a4dcdb0264287c7f9075c54d2f27a8 Merge: edb4e7a ed7016e Author: Marco Pesenti Gritti Date: Fri Oct 20 21:31:20 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit edb4e7aae1edda23c6b2a6e5281585b5267f7eed Author: Marco Pesenti Gritti Date: Fri Oct 20 21:31:03 2006 +0200 Double click select the whole address commit ed7016e6995ae27229b1747f48437418e3899c48 Merge: 6290a5f 5a26d51 Author: Dan Williams Date: Fri Oct 20 15:01:20 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6290a5fae9fe49a51d08537a95bf10e893319040 Author: Dan Williams Date: Fri Oct 20 15:01:08 2006 -0400 Retry resolution of a buddy presence service up to 3 times commit 5a26d51d20938b7e982ef5d9fa5137e07b4a3f83 Author: Marco Pesenti Gritti Date: Fri Oct 20 19:54:28 2006 +0200 Grab focus on the browser when explicitly opening an uri commit 19715991ecebb510c2e819b5c6f4442ce629d62e Merge: 887b071 c15e05e Author: Marco Pesenti Gritti Date: Fri Oct 20 19:18:30 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit c15e05ed39cc0f1ac060ee25c25f0f04d09ec646 Merge: 1226b0b ae34c6d Author: Dan Williams Date: Fri Oct 20 13:15:30 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1226b0b6b957f70b7885535b1f0213ed7072dc9a Author: Dan Williams Date: Fri Oct 20 13:15:23 2006 -0400 Fix Buddy object's get_service_of_type() method This call would always fail for activity services because the dbus bindings for it did not pass in the activity at all. Fix that. commit 887b0710ec60775bb5423f9f72e39838c1aa6b8f Author: Marco Pesenti Gritti Date: Fri Oct 20 19:15:10 2006 +0200 Show the title in the entry, needs some love commit fe448938b1a9792250e0bd9a75f0eda4fcd793a5 Author: Dan Williams Date: Fri Oct 20 12:30:29 2006 -0400 Add default_type accessort to Activity class commit f7f1455b4691752abc6753a26dad13060ddb6695 Author: Dan Williams Date: Fri Oct 20 12:29:11 2006 -0400 Revert to IP4 only since Avahi mixes up IP4 and IP6 when using PROTO_UNSPEC commit ae34c6d5fea226729553e8b266c4b2e76fc7f2c6 Merge: 077bc6a fe44893 Author: Marco Pesenti Gritti Date: Fri Oct 20 18:24:33 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 077bc6a4f163eec310b4b9a59a46dac669d518fe Author: Marco Pesenti Gritti Date: Fri Oct 20 18:24:17 2006 +0200 Do not return the whole dict, just the values! commit 01ad8968be0f72ddddac26eb6e1bd6f98d826a6f Author: Marco Pesenti Gritti Date: Fri Oct 20 16:34:42 2006 +0200 Tweak address entry length commit f997d02a7a76e64e1ff963b1621bfbcb28c29525 Author: Marco Pesenti Gritti Date: Fri Oct 20 16:30:30 2006 +0200 should be add_alone_buddy, add_buddy does not exist commit a5fab157ee39b85daae7a9de2b7632a50573cbdc Author: Marco Pesenti Gritti Date: Fri Oct 20 16:21:10 2006 +0200 Show a minimum amount of progress even when request count would be 0. commit e4c6a5befadd938a0e6e2f2014ee2a97232819bc Author: Marco Pesenti Gritti Date: Fri Oct 20 15:43:05 2006 +0200 Add stop/reload buttons. commit bb4085373ca82eaa31e40592995f8436cc1b2575 Author: Marco Pesenti Gritti Date: Fri Oct 20 10:15:57 2006 +0200 Fix commit 85bf5e0e8428dfcf9ba326aa477e304b18d9269a Author: Marco Pesenti Gritti Date: Fri Oct 20 00:32:54 2006 +0200 Fix popups commit d784a906e440322c44acf037b37f96753761795b Author: Dan Williams Date: Thu Oct 19 15:07:21 2006 -0400 Add initial buddies, protect against buddies we don't know about before using them commit 4a09253f5f848a8557d97a1c58467a6e5ff9464a Author: Dan Williams Date: Thu Oct 19 15:06:01 2006 -0400 Add initial activities & protect against addition/removal of buddies we don't know about commit cacb967ec3b1c7319621880930a76e50b254c8b7 Author: Marco Pesenti Gritti Date: Thu Oct 19 18:08:11 2006 +0200 Release 0.38 commit 54941c542b3ad56e9b96f081c98e02d9eac39ae4 Author: Marco Pesenti Gritti Date: Thu Oct 19 17:09:42 2006 +0200 Do not traceback on properties containing = commit 4f81f305b2da8098f323d22bae78e0239c88188f Author: Marco Pesenti Gritti Date: Thu Oct 19 16:49:53 2006 +0200 Fix a race in the spread box. Adapt to api change. commit 6eafa739223ad00b27957d158b6e188c8b9e37db Merge: 36e535a 941345d Author: Marco Pesenti Gritti Date: Thu Oct 19 16:14:37 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 36e535a29aea17b6f49ae7e3c48d3f055e1bde1b Author: Marco Pesenti Gritti Date: Thu Oct 19 16:12:55 2006 +0200 More fixes commit 941345d6498b9012eaf479ffb56ace8c60a51467 Author: Dan Williams Date: Thu Oct 19 10:04:07 2006 -0400 Add stylesheet.py to Makefile.am commit 4260c5a4a57085c27f44f3c6946aedcec09d9679 Author: Dan Williams Date: Thu Oct 19 09:54:51 2006 -0400 Enhance SketchPad for easier subclass usage - New 'new-user-sketch' signal when a local path is closed - Trap BUTTON_RELEASE_EVENTs now commit 4f54f7921fa0a4abc93bbd938fb132067999f528 Merge: 5a3e7c3 62659e2 Author: Dan Williams Date: Thu Oct 19 09:52:55 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5a3e7c3c0a8e5fb525a5683d9144054092876c91 Author: Dan Williams Date: Thu Oct 19 09:52:15 2006 -0400 Add get_points accessor commit 62659e280638e8b4a7509dbb1a6c6cd8c601bd7f Author: Marco Pesenti Gritti Date: Thu Oct 19 15:44:00 2006 +0200 Show the share button only when the activity is not shared commit cd29967c2ece4e5569bbc5e11752e415ab971fda Author: Marco Pesenti Gritti Date: Thu Oct 19 15:22:42 2006 +0200 Refactor a bit to keep host independent from the shell commit cf13a7ff5bcf4987d23d56669e6c984142033338 Author: Marco Pesenti Gritti Date: Thu Oct 19 14:51:13 2006 +0200 Unregister the chat service on destroy. commit 21aa37cc24edf3b4f4e69e263f049c7298bf7bf0 Author: Marco Pesenti Gritti Date: Thu Oct 19 13:28:59 2006 +0200 Do not assume when curactivity change we already know about that activity. commit 3d3ef947e10e5d5fc2b6656bd299a42cc17f9615 Author: Marco Pesenti Gritti Date: Thu Oct 19 12:55:25 2006 +0200 Fix method naming conflict commit fafa1ae35ed73141131e445f4a883d71f9ef278d Author: Marco Pesenti Gritti Date: Thu Oct 19 11:54:51 2006 +0200 Refactor stylsheets code a bit to load the global stylsheet for all modules. Implement the links sidebar per discussion with Eben. commit e098bdf8ebfdf4a403f48479699ba767df020957 Author: Marco Pesenti Gritti Date: Wed Oct 18 21:50:14 2006 +0200 Fix out of screen computation. Release 0.37 commit 6c375a20f3e08f28d3a9fa6d020f71aca9b9bcd3 Author: Marco Pesenti Gritti Date: Wed Oct 18 19:41:34 2006 +0200 Center the icon in the allocation space commit ea8d801ad8881a46fdfd05a9aa57ef44e5eaf059 Merge: f3fbea7 ea103dc Author: Marco Pesenti Gritti Date: Wed Oct 18 17:59:40 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f3fbea70a34ea7e762d0c8057fdb2cbc813bdf6f Author: Marco Pesenti Gritti Date: Wed Oct 18 17:57:41 2006 +0200 Rework menu positioning logic commit ea103dc6d8f678d2240f72a6558e9c73ea429402 Author: Dan Williams Date: Wed Oct 18 11:14:02 2006 -0400 Make SketchPad background color settable at object creation time rather than hardcoded to ugly green commit 54dcb672e563063b590775eb157b3b6c9f9af752 Author: Marco Pesenti Gritti Date: Wed Oct 18 16:23:06 2006 +0200 Move the menu positioning code inside menu shell and unify it. commit 7a06102b2eff1d7e19cd1a9b153f328dba989704 Author: Marco Pesenti Gritti Date: Wed Oct 18 14:26:07 2006 +0200 Fix programmatical popdown commit 18cbe0a68dc979b02cde25eb19498b5e98d2e25c Author: Marco Pesenti Gritti Date: Wed Oct 18 14:18:31 2006 +0200 Fix. Use sugar-emulator to run this commit a4ef03fbdaec68c85f88e960aab846112b63272b Author: Marco Pesenti Gritti Date: Wed Oct 18 14:05:50 2006 +0200 Rewrite the menu activation/deactivation logic using a timeline commit 37e1bf6100fb175083731cc3c0735f2a9269c404 Author: Marco Pesenti Gritti Date: Wed Oct 18 00:57:05 2006 +0200 When showing the frame automatically hide it on leave, otherwise it gets annoying. commit 03bca1037688dfe543f1fdb397f5626fdff78244 Author: Marco Pesenti Gritti Date: Wed Oct 18 00:44:23 2006 +0200 Listen also to enter event for frame activation. This makes mouse activation actually reliable. commit 3cda316d11d8ae6916f124cd3800cfebf329df24 Author: Marco Pesenti Gritti Date: Wed Oct 18 00:08:14 2006 +0200 Enable logging for the shell too commit 52a207527192e87ea667c4a67abbead51aa76392 Author: Marco Pesenti Gritti Date: Tue Oct 17 23:45:52 2006 +0200 Disable the scroller for now. Will finish it up post 23. commit 79c4bde2b473956bebe53c56c8d27d9dc70b5bce Author: Marco Pesenti Gritti Date: Tue Oct 17 21:53:29 2006 +0200 Some infrastructure for scrolling. Based on epiphany extension. commit f7a04ed3d3df5f82b6b3f69ba93a209dc3bfd2e1 Author: Marco Pesenti Gritti Date: Tue Oct 17 19:38:24 2006 +0200 Hack around the background color issues. commit 157d702ad1190f2eae6ea59903625ecc9b0f587c Author: Marco Pesenti Gritti Date: Tue Oct 17 18:00:02 2006 +0200 Fix the theme test commit b1db1366e0ea31c8de3e8ab26e79c32419b48d4d Author: Marco Pesenti Gritti Date: Tue Oct 17 17:23:33 2006 +0200 Explicitly set some mozilla colors to work around problems with our theme. commit 6ac9e4d666b26873040c1da41873272fa086169f Author: Marco Pesenti Gritti Date: Tue Oct 17 15:06:08 2006 +0200 Disable warn on unsecure submit commit 1ea0f49f5225e4d0189e93ceded68526eba6fea5 Author: Marco Pesenti Gritti Date: Tue Oct 17 14:58:24 2006 +0200 Release 0.36 commit ddac6e07d04608605cb1d7c84a0e103f1a323d4a Author: Marco Pesenti Gritti Date: Tue Oct 17 14:52:55 2006 +0200 Remove debug code commit 96867a37bf544fa78fa3783fd5ae50ded6fd32ec Author: Marco Pesenti Gritti Date: Tue Oct 17 14:51:20 2006 +0200 Fix browser initialization commit 84a2dfac318713c763fb8f4c41cb66d0852410db Author: Marco Pesenti Gritti Date: Tue Oct 17 14:48:03 2006 +0200 Missing var commit 637a08154ed1ebe6c6dd5ee326288fba061842f6 Author: Marco Pesenti Gritti Date: Tue Oct 17 14:31:04 2006 +0200 Fix some path bugs. Reload the profile when first time dialog wrote it. commit b481373db0addfa38c52d183610e030c821dc05e Author: Marco Pesenti Gritti Date: Tue Oct 17 12:08:16 2006 +0200 Fix prefix commit a906c1e758a2b392c561d139e897024379187164 Author: Marco Pesenti Gritti Date: Tue Oct 17 11:34:45 2006 +0200 Release 0.35 commit 5fac1601d2a11121443dd74e49e7eebaa13985ca Author: Marco Pesenti Gritti Date: Tue Oct 17 11:23:18 2006 +0200 Add a sample xinitrc commit 99cd1512ae71742b308c36587eb3efa40fce06d8 Author: Marco Pesenti Gritti Date: Tue Oct 17 10:35:38 2006 +0200 Some cleanups commit ec3094e08b84f98228dd981e19042470815e30ef Author: Marco Pesenti Gritti Date: Tue Oct 17 10:25:47 2006 +0200 Move the running from source dir hacks in the emulator. commit 9ca5c6c0bf8e5679235373620ed455edebb338f4 Author: Marco Pesenti Gritti Date: Tue Oct 17 10:17:30 2006 +0200 Fix opening activities commit 0836c57f76ad4c7c375c6d99ded0925d97c3d691 Author: Marco Pesenti Gritti Date: Tue Oct 17 10:14:42 2006 +0200 Get rid of the global python path extensions commit 77f2de8f737d816391a9447e7b4e1ef77be92a6d Author: Marco Pesenti Gritti Date: Tue Oct 17 10:07:35 2006 +0200 Let activities extend their own path commit 4b7b1586d2783d9d3dad999b6e9c7e647136c2af Author: Marco Pesenti Gritti Date: Tue Oct 17 09:58:35 2006 +0200 Remove unnecessary path commit dc0de1d35d5424a042888cde90b0cc8e8e6be066 Author: Marco Pesenti Gritti Date: Tue Oct 17 09:57:00 2006 +0200 Let the presence service set his own path commit f74614a02bcf9447404e06059306ccf544c053fb Author: Marco Pesenti Gritti Date: Tue Oct 17 09:39:31 2006 +0200 Let the shell deal with extending his own path commit 535b67ea41bbe150888f19ac89a7bde99cd86bb6 Author: Marco Pesenti Gritti Date: Tue Oct 17 01:09:44 2006 +0200 alt+q shutdown the emulator commit 87458b63f5f2b38b5ac0e114f4c140e61ddd91f2 Author: Marco Pesenti Gritti Date: Mon Oct 16 20:59:59 2006 +0200 Fix commit 1803ab1a88dae40d516e2b63c9d4b5cc645453bd Author: Marco Pesenti Gritti Date: Mon Oct 16 20:42:39 2006 +0200 Handle icon removal, better alignment commit 528dc5a0464bed2d243915f53118180b91d2ba78 Author: Marco Pesenti Gritti Date: Mon Oct 16 18:43:31 2006 +0200 Forgot to add these commit 5e503f77d12baee7c8d97e4641d982da1c77c0ac Author: Marco Pesenti Gritti Date: Mon Oct 16 18:43:04 2006 +0200 Get the tray icon to sort of work. commit 0d2caab8a1037fc477ba213d87794ba3c053f9a5 Author: Marco Pesenti Gritti Date: Mon Oct 16 18:19:44 2006 +0200 tray-manager with bindings, adapted from gnome-panel commit 781988589a012c07959dc391d87b9a4b33b8fae1 Author: Marco Pesenti Gritti Date: Mon Oct 16 17:22:05 2006 +0200 Add a fullscreen option to the emulator commit f98956acda4402520e517c5d2985b54dc60d2049 Author: Marco Pesenti Gritti Date: Mon Oct 16 17:04:26 2006 +0200 Cleanup the messages commit 4a65739b71ba4d1ba4a1e01f4326f66f2efc3ae1 Author: Marco Pesenti Gritti Date: Mon Oct 16 16:56:48 2006 +0200 Flush the stream after writing a log commit ab5545680160e024d052a871acc5732e7961fa96 Merge: e00fea9 8b46b55 Author: Marco Pesenti Gritti Date: Mon Oct 16 16:42:06 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e00fea94800913e9f4ab0a36ea773ac0da51558b Author: Marco Pesenti Gritti Date: Mon Oct 16 16:38:02 2006 +0200 Fix a few bugs commit 8b46b55e8061ff23c6b43de16c848cf92166be0d Author: Dan Williams Date: Mon Oct 16 10:37:46 2006 -0400 Remove dead file from makefile commit 790129cb522e6cfe040a22bc4b42b9e29455331f Author: Marco Pesenti Gritti Date: Mon Oct 16 16:26:37 2006 +0200 Add support for multiple logs commit 69647f75b7a0299434bb6cdc006ccc5d996a0feb Author: Marco Pesenti Gritti Date: Mon Oct 16 16:04:14 2006 +0200 Remove more bits of the old console commit 4e88e927fbed34ab86cfc95cd963c9a9939944ed Author: Marco Pesenti Gritti Date: Mon Oct 16 15:56:22 2006 +0200 Remove the old dbus stuff, use one log file per process commit 5cee6aa01db4162e9a5aba7a4a3729d23794de06 Author: Marco Pesenti Gritti Date: Mon Oct 16 15:29:32 2006 +0200 Hook the log viewer to F12 commit 07dd398e2245909c0111edfe845dd5c66559d47f Author: Marco Pesenti Gritti Date: Mon Oct 16 15:24:23 2006 +0200 Hack a simple log viewer. commit 096d5c523813b9716ef10d7f76e3f2c02717ae37 Author: Marco Pesenti Gritti Date: Mon Oct 16 13:40:59 2006 +0200 Fix makefiles commit 6bd4e0f7938cce5fbf73d327bdc20a52cdee5af8 Author: Marco Pesenti Gritti Date: Mon Oct 16 13:35:07 2006 +0200 Forgot to add these commit bc0ee6d34c963de81f65d3319e99be0b1e13effc Author: Marco Pesenti Gritti Date: Mon Oct 16 13:34:43 2006 +0200 Refactor startup. In progress, give me a couple hours. For now start sugar with "sugar-emulator shell/sugar-shell" commit a3be4492b2c910bd78ced7daf3208f69d0862005 Author: Marco Pesenti Gritti Date: Sun Oct 15 02:03:58 2006 +0200 Delete unused p2p model code. Fix distcheck. commit c018f5075e3dbd6c776c4879c54c46f4559ce27e Author: Marco Pesenti Gritti Date: Sun Oct 15 01:33:34 2006 +0200 Relicense to LGPL. I'm the only contributor. commit 94dcfa8a9445fbddc7840922acccb4bf69710edb Author: Marco Pesenti Gritti Date: Sun Oct 15 01:25:50 2006 +0200 Add GPL headers commit 43bd44b4072307baac1c8df74f4b496ca1177d77 Author: Marco Pesenti Gritti Date: Sun Oct 15 01:24:45 2006 +0200 Add GPL headers commit ae9b28cb1b26a5181ec6bcfae0c44b8dd47e760c Author: Marco Pesenti Gritti Date: Sun Oct 15 01:16:43 2006 +0200 Add GPL headers, remove some obsolete tests commit 30eedd9e2e4ef537a67680b5903b3b4b5edc1b9b Author: Marco Pesenti Gritti Date: Sun Oct 15 01:12:48 2006 +0200 Add GPL header commit 615242f4f8c7dc1b7ed02751242b31352777e7b1 Author: Marco Pesenti Gritti Date: Sun Oct 15 01:08:44 2006 +0200 Add LGPL header commit 7ab8065053141a76e2039cdbfe7e58992a9f5c59 Author: Marco Pesenti Gritti Date: Sun Oct 15 00:49:21 2006 +0200 Add licenses and some header templates commit e55d447cc9d38fe5c6fbce0088d1a80c1497eb2e Author: Marco Pesenti Gritti Date: Fri Oct 13 21:56:27 2006 +0200 Actually increase release number commit 34a70e34107ead4d9f40f4a6677d0cc1007c621f Author: Marco Pesenti Gritti Date: Fri Oct 13 21:50:30 2006 +0200 Release 0.34 commit e176a531abb2dd1ac29f4afb9fd0a0220048548e Author: Marco Pesenti Gritti Date: Fri Oct 13 21:31:51 2006 +0200 Remove old browser and fix makefiles commit 37c5aaf1393e43670fa94984be945df9bd55e6c4 Author: Marco Pesenti Gritti Date: Fri Oct 13 20:55:33 2006 +0200 More style fixes. Get it to work with multiple buddies on the same box. commit 3c0b08c81105ce955de0616394eee2c65365ac2e Author: Marco Pesenti Gritti Date: Fri Oct 13 19:52:44 2006 +0200 Style tweaks commit 8c78419bbba22cb88756656f85c8595e87f3e5a7 Author: Marco Pesenti Gritti Date: Fri Oct 13 19:08:42 2006 +0200 Adding some padding to the bubbles text commit 62fd4dcd89512299be4705db81f39cb3e8827dcd Author: Marco Pesenti Gritti Date: Fri Oct 13 19:04:04 2006 +0200 Basic functionalities mostly working commit 63e12fbd5ea5aef17a5b7aa26cb3c772cb0cb3db Author: Marco Pesenti Gritti Date: Fri Oct 13 18:05:48 2006 +0200 More work on links commit 75b158c3d76eca9b13c4c1cced7a4cfd009927e9 Author: Marco Pesenti Gritti Date: Fri Oct 13 15:46:11 2006 +0200 First go at shared links (not functional) commit 4ac331200d3a40853ea483fe9840c430d7db35ba Author: Marco Pesenti Gritti Date: Fri Oct 13 13:57:39 2006 +0200 Publish a URL property and open it on join. commit 1df5b0020df173a5d15c90aa08167c19455cb6e2 Author: Marco Pesenti Gritti Date: Fri Oct 13 13:03:24 2006 +0200 Fix get_published_values to actually return the dict. Get rid of the activity title property, we are not using it anyway. commit 395472edea6fe56d48028a65176ea62dcb2ee83a Author: Marco Pesenti Gritti Date: Fri Oct 13 11:24:07 2006 +0200 Shutdown the factory when all activities has been destroyed. Initialize the profile. commit c7fdae260681150265142e702f2431236c69ef5a Author: Marco Pesenti Gritti Date: Fri Oct 13 11:17:35 2006 +0200 Fix title handling. Hide old browser and chat. commit f1778669ba4f17f40a2148bca68fee5a1c892842 Author: Marco Pesenti Gritti Date: Fri Oct 13 11:05:47 2006 +0200 Get basic functionalities back to work. commit c566726f461b147d9b44c1dc09ee0818cbc96f24 Author: Marco Pesenti Gritti Date: Fri Oct 13 10:22:01 2006 +0200 Add a bunch of files I forgot commit b10be5bf006f306307b1f40c51310976f6646169 Author: Marco Pesenti Gritti Date: Fri Oct 13 01:22:49 2006 +0200 Start rewriting the web activity commit 5a7a2fedc3d28b693e4208523ac9872c82771d27 Author: Marco Pesenti Gritti Date: Fri Oct 13 01:04:01 2006 +0200 A bunch of cleanups. Add some useful properties to the browser. commit 5101efb75bed09e2f7fcbe2a5db9ddf947fabef1 Author: Marco Pesenti Gritti Date: Thu Oct 12 16:35:42 2006 +0200 Avoid flickering of the progress bar. commit 3a3fe02b6198d08b944c4b69a55b240e1e1ab813 Author: Marco Pesenti Gritti Date: Thu Oct 12 16:05:53 2006 +0200 Round the progress bar angles. Keep location entry updated. commit fce6d1482c8ad41c06e872c153a1822555d28b32 Author: Marco Pesenti Gritti Date: Thu Oct 12 15:53:26 2006 +0200 Redraw when progress changes commit 3cfa9c40bd2d79e740cd511c2f23054a76917bfb Author: Marco Pesenti Gritti Date: Thu Oct 12 15:49:11 2006 +0200 First go at progress in the entry. commit 62a46ff92b234d07437f9f36efea576996eb84e2 Author: Marco Pesenti Gritti Date: Thu Oct 12 12:47:17 2006 +0200 Create a private sugar lib and put our extensions there. commit 5cc6ee3235b6b1301f14f7aae9d1a36abef45557 Author: Marco Pesenti Gritti Date: Thu Oct 12 03:10:14 2006 +0200 Make the entry a bit bigger commit d01a5cdf950b7421703e2a018ee0306935e79555 Author: Marco Pesenti Gritti Date: Thu Oct 12 02:59:20 2006 +0200 Move font size in the theme commit d791577e797bdcdabe68ef4999e39d2b2d99a291 Author: Marco Pesenti Gritti Date: Wed Oct 11 21:55:10 2006 +0200 Set default font size to 14 commit 0ec52830815afd6bc274d8f5c12853464ac62f0b Author: Marco Pesenti Gritti Date: Wed Oct 11 19:58:57 2006 +0200 Adapt gtk icon size to the grid commit 3f68640c1396964169f2c12084ff53814b92086e Author: Marco Pesenti Gritti Date: Tue Oct 10 16:35:52 2006 +0200 Get rid of the old simulator commit f1f0e9d26ccb5564b5ccd08fb1697338b1f52a07 Author: Marco Pesenti Gritti Date: Tue Oct 10 10:02:03 2006 +0200 Get names in random order commit 279ebda451f69edb862aec7590507ee10d65af84 Author: Marco Pesenti Gritti Date: Tue Oct 10 01:14:24 2006 +0200 Fix children counting commit 7fa1b02a8254609aeff5f33999b52662e820b492 Author: Marco Pesenti Gritti Date: Tue Oct 10 00:56:19 2006 +0200 Fix size request calculation commit 067d60573e70dfbe714b57c479889d3d39e1eec0 Author: Marco Pesenti Gritti Date: Tue Oct 10 00:35:37 2006 +0200 Join the activity before changing to it commit b309da53f6eb52484ae69139d5dc0d70ec0ce05c Author: Marco Pesenti Gritti Date: Mon Oct 9 18:29:54 2006 +0200 Add activity change commit c9b5381c16fce563307379aa8b52a5b902a7cc98 Author: Marco Pesenti Gritti Date: Mon Oct 9 18:03:35 2006 +0200 Add a list of names to pick from. Refactor a bit to allow different simulator stages. Create a bunch of random bots. commit 386dbe71232110c8177ab1833f77f42c32c85283 Author: Marco Pesenti Gritti Date: Mon Oct 9 16:35:36 2006 +0200 Add a wait method to the bot commit 994b337709383dc7858ae4c8d67870858d4fd120 Author: Marco Pesenti Gritti Date: Mon Oct 9 16:10:01 2006 +0200 Add a bot and ability to share chat commit cbd3a52a6852574e3f481dac0ff2fc51c8d5038d Author: Marco Pesenti Gritti Date: Mon Oct 9 15:11:15 2006 +0200 Do not set up the owner of the presence service if there is no nick name in the env. I'm not sure this is the best approach, we need to figure it out. First go at the new simulator. commit 1dd8f784535920dc1eb404b491761f442590e68c Author: Marco Pesenti Gritti Date: Mon Oct 9 13:28:01 2006 +0200 Rename the old simulator to oldsimulator to keep kiu working commit 4a15327297ac1cacb3f75df8d2b7b0e48474916d Author: Marco Pesenti Gritti Date: Mon Oct 9 13:20:39 2006 +0200 Refactor directory structure a bit in preparation to the new simulator. commit 8c3ac8960fdee7e4bcc8b0bf813ec5d84eb7bcc9 Author: Marco Pesenti Gritti Date: Sat Oct 7 14:33:08 2006 +0200 Spread box cleanups and fixes commit 55f82602c4e7dfdaa4e402d1166bbd2bf75d1d27 Merge: 18716b3 41c2dde Author: Marco Pesenti Gritti Date: Fri Oct 6 23:34:11 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 18716b308e614c9a7a93d687dbb33854a0129864 Author: Marco Pesenti Gritti Date: Fri Oct 6 23:33:26 2006 +0200 Actually fixup the test commit e973b948da148a568c5b762098fca5409863a73c Author: Marco Pesenti Gritti Date: Fri Oct 6 23:28:12 2006 +0200 Some work on the snowflake test commit 41c2ddeb818a821dbba3bd390f043ea019bd2812 Merge: 2207de4 7801e05 Author: Bert Freudenberg Date: Fri Oct 6 21:11:54 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2207de4347ab6e37c49f82ecfa6b134f46b5a5f1 Author: Bert Freudenberg Date: Fri Oct 6 21:08:18 2006 +0200 added optional prefix and buildroot args (for RPM) commit 7801e0529338f622a137bf677dee33c3ba538f8c Author: Marco Pesenti Gritti Date: Fri Oct 6 18:53:12 2006 +0200 Put the log in the profile. Release 0.33 commit 031aa6c7d65b8a50b27b3c34a03e532b31afa015 Author: Marco Pesenti Gritti Date: Fri Oct 6 18:14:28 2006 +0200 Release 0.32 commit d1205dd2559e335bc12732174134005f1aeeb01b Author: Marco Pesenti Gritti Date: Fri Oct 6 18:07:49 2006 +0200 Fix the spread box test and fix the box layout logic too commit 75fb1a33de7243cb33be322597d0ae21ae95311b Author: Dan Williams Date: Fri Oct 6 11:05:27 2006 -0400 Send empty lists rather than NotFoundError exceptions where appropriate; compact some code commit 022c183016ad554b7037b0e4fee8d55ae840e843 Author: Dan Williams Date: Fri Oct 6 10:46:17 2006 -0400 Fix wrong conversion of typechecking to isinstance commit 7f232c30c2b647f43b5ad06d393511d76cfcbdcd Author: Marco Pesenti Gritti Date: Fri Oct 6 11:34:29 2006 +0200 More fixes commit 953b5bf286dd251d07eb5d72c9c5c7aed88d76e2 Author: Marco Pesenti Gritti Date: Fri Oct 6 11:17:38 2006 +0200 Some fixes commit b33a1c141f8e47b7d57a033baa9f0a44ea8d8834 Author: Marco Pesenti Gritti Date: Fri Oct 6 11:11:38 2006 +0200 Move the layouts to be box and subclass them. commit f216f7bc0a20b446bc9723e7a1e50486931ebbac Author: Marco Pesenti Gritti Date: Thu Oct 5 21:32:31 2006 +0200 Release 0.31 commit 4b36f84c3093e8a12239dd72c136bae3edae6c91 Author: Marco Pesenti Gritti Date: Thu Oct 5 19:48:12 2006 +0200 Fix several makefiles, use olpc theme for matchbox commit 5b37955647ae4b82aefd6f5c491c8a98b109abfa Author: Marco Pesenti Gritti Date: Thu Oct 5 19:34:19 2006 +0200 Revert "Install our own matchbox theme to disable shadows" This reverts 0e77fc5bf9476ff08baf7855476c99fb2aadbc86 commit. commit 1b0e469dbd90572d2bf6e4b928d1022a99c447c3 Author: Marco Pesenti Gritti Date: Thu Oct 5 18:53:34 2006 +0200 More work on the views layout commit 924fe94b1697f96acc04ccc632b164c9256e1f35 Author: Marco Pesenti Gritti Date: Thu Oct 5 18:32:35 2006 +0200 Adapt spread layout to hippo commit aec5cdbdcd140f8be463697e887de3d0e9fd728b Author: Marco Pesenti Gritti Date: Thu Oct 5 17:49:37 2006 +0200 Ooops broke default positioning strategy commit 0533d1ffd60f9f37e6606e0218b36eeeca79fef9 Author: Marco Pesenti Gritti Date: Thu Oct 5 17:46:36 2006 +0200 Rewrite for hippo commit 6479962ca7740a7784953ffcc6ce00544bd21004 Author: Marco Pesenti Gritti Date: Thu Oct 5 17:09:38 2006 +0200 Get back presence list to work commit 847f69fce7fdef17e04d860b845495a49e06dab3 Author: Marco Pesenti Gritti Date: Thu Oct 5 16:29:55 2006 +0200 More stylification commit 0bd96b3987b5f6e0be7e55f483278c93d27b698b Author: Marco Pesenti Gritti Date: Thu Oct 5 14:52:33 2006 +0200 More stylsheets work commit 250060b7f806c0c31cd0f0b21d84f24304eff50b Author: Marco Pesenti Gritti Date: Thu Oct 5 14:38:37 2006 +0200 Remove several hardcoded sizes, substitute them with stylesheets. commit b3abf30decf9804b492f938daaedd04cc2a9aed0 Author: Marco Pesenti Gritti Date: Thu Oct 5 13:26:02 2006 +0200 Improve stylesheet loading commit 3972ff86511a09ff4e86e8f293d8bee0122667ea Author: Marco Pesenti Gritti Date: Wed Oct 4 21:35:30 2006 +0200 Release 0.30 commit 0e77fc5bf9476ff08baf7855476c99fb2aadbc86 Author: Marco Pesenti Gritti Date: Wed Oct 4 19:52:03 2006 +0200 Install our own matchbox theme to disable shadows commit 5da630c13a4ec45b96fc42ba3b8ea1c9c1712be5 Author: Marco Pesenti Gritti Date: Wed Oct 4 15:37:53 2006 +0200 Kill unused code, fix makefiles commit 62ee1df83c66a6b518873a288a4926c36c52d986 Author: Marco Pesenti Gritti Date: Wed Oct 4 15:26:41 2006 +0200 Complete the de-goocanvasification commit 72a4aa6fe217d3a3d838dd8a7fcb67d17672ae7c Author: Marco Pesenti Gritti Date: Wed Oct 4 14:23:15 2006 +0200 Reimplement the donut using hippo canvas commit 1f8ff1db1fddbf60fc776c484b980d8926c44538 Author: Marco Pesenti Gritti Date: Wed Oct 4 00:55:20 2006 +0200 Move all the canvas code that doesn't depend on goocanvas anymore in graphics. commit 717bdd66f45e31074952bbf49c78e14153f92c57 Author: Marco Pesenti Gritti Date: Wed Oct 4 00:25:03 2006 +0200 Get rid of the old Grid and CanvasBox commit 6f337e0b14f022e942c723ddcad89279f727a099 Author: John (J5) Palmieri Date: Tue Oct 3 17:06:48 2006 -0400 Changed all type checking to use isinstance commit 7c342e75bf0cd3a1e1a208568cf14f7d013bf8c8 Author: John (J5) Palmieri Date: Tue Oct 3 14:32:29 2006 -0400 s/type(val) == type({})/isinstance(val, dict) This needs to be changed everwhere in the code because isinstance will match derived types where == will not commit be29c542bf79de9c9b25e6f8336f685e2bed8b2b Author: John (J5) Palmieri Date: Tue Oct 3 14:27:51 2006 -0400 Deprecate dbus.dbus_bindings import and use new name_has_owner API when available commit bd0e612f1ab86dd0d10d1a45ecd144e4721b1dc8 Author: Ian Bicking Date: Tue Oct 3 12:57:50 2006 -0500 Changed to tabs, to keep things consistent. commit bdf9c1b3925b09f523b28f42d1205ba301df3d0f Author: Ian Bicking Date: Tue Oct 3 12:50:21 2006 -0500 Updates to presence test and mockdbus commit b010c0cd42590efde2924ac6d2f99b142b552180 Author: Ian Bicking Date: Tue Oct 3 12:25:05 2006 -0500 I added tests for the presence client interface. But the presence client interface, I realize, is really boring and not worth testing much. More interesting, I guess, is the mockdbus module. This will need some more extension to be used by a server (I think), like the presence server. commit 48951dc1cb8efcba60463b31226d0aaf05fc1afd Merge: dcf9754 0cd31b9 Author: Ian Bicking Date: Tue Oct 3 11:59:40 2006 -0500 Merge branch 'master' of git://dev.laptop.org/sugar commit 0cd31b900a92936cbc7e850ca641ea7a1f879cb4 Author: Marco Pesenti Gritti Date: Tue Oct 3 18:52:11 2006 +0200 Move the menu to hippo canvas commit 9fd16ddd2170fc694353cf53db17d52548bbaa5b Author: Marco Pesenti Gritti Date: Tue Oct 3 17:17:09 2006 +0200 Remove the old menu icon code commit 8f9f473073df75e5dd0c5443f7ba67c2434da7d4 Author: Marco Pesenti Gritti Date: Tue Oct 3 17:12:34 2006 +0200 Fix makefiles commit 75b86618ded7ae9d0821c612a801bb1f27bdfb56 Merge: e14aa30 3919643 Author: Marco Pesenti Gritti Date: Tue Oct 3 16:34:14 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e14aa30f0720289c79176a5d55b6c04ac9ec18cc Author: Marco Pesenti Gritti Date: Tue Oct 3 16:31:32 2006 +0200 Port mesh and friends view to hippo, needs work commit dcf97548c42b1b43e3ebb6b06fdbd15e65736e52 Merge: 9a4cc50 3919643 Author: Ian Bicking Date: Mon Oct 2 18:15:34 2006 -0500 Merge branch 'master' of git://dev.laptop.org/sugar commit 3919643c7dc0f22f6d4068b6b229d654d55b8b4f Author: Dan Williams Date: Mon Oct 2 17:11:20 2006 -0400 Expose local name collision errors (ie, somebody else registered that service) commit 3524042ad75063743227cad8fcbeae932610f80c Author: Dan Williams Date: Mon Oct 2 15:46:37 2006 -0400 Update makefile commit 88da2c7e2d83bce4bcae8c4f83432f5484fb6e8d Author: Dan Williams Date: Mon Oct 2 15:41:44 2006 -0400 Update makefile commit 9a4cc50ee8207fcb7ca63b740dcf2e38d087d166 Merge: 607a8e6 a951b36 Author: Ian Bicking Date: Mon Oct 2 10:35:28 2006 -0500 Merge branch 'master' of git://dev.laptop.org/sugar commit a951b36347bfb5350c4c6031ba1126c25b94f44d Author: Marco Pesenti Gritti Date: Mon Oct 2 16:37:30 2006 +0200 Reimplement menu using hippo and hook it up for the activity menu. commit 4958c43b33f3a02982b58f612f2ba46b069d12bf Author: Marco Pesenti Gritti Date: Mon Oct 2 14:28:22 2006 +0200 Add window manager test commit c6aa561fe9bdbc69d9e85bc57461305b365eb464 Author: Marco Pesenti Gritti Date: Mon Oct 2 13:35:22 2006 +0200 Test theme from Manu commit 0a912e214a815717be270a4ae49becc8721a26dc Author: Marco Pesenti Gritti Date: Mon Oct 2 01:50:43 2006 +0200 Start moving to hippo canvas. (Friends presence in the activity regressed) commit d05f1f13d325dc41674ff99020dbcb67ef78dab8 Author: Marco Pesenti Gritti Date: Sun Oct 1 19:08:26 2006 +0200 Start rewriting our canvas stuff to cleanup and use hippo. Out of the build. commit be70008c0705093fbc666702c1bc208b91b45d36 Merge: 1e75007 fc9c923 Author: Marco Pesenti Gritti Date: Sun Oct 1 19:06:09 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 607a8e6e9a64c99c51993cb9b5dc3be3226cfb59 Merge: 242f96d fc9c923 Author: Ian Bicking Date: Fri Sep 29 16:38:52 2006 -0500 Merge branch 'master' of git://dev.laptop.org/sugar commit fc9c923da9338f47987377a69b60d7b7f8ce2e32 Author: Dan Williams Date: Fri Sep 29 16:53:42 2006 -0400 Ignore local name collisions again commit ca56406aa4f352f889dae70187e89e1d7acd4f7a Author: Dan Williams Date: Fri Sep 29 16:46:12 2006 -0400 Add OverlayWindow to makefile commit 72562502b9e28eebe7884eb8f4f911a9e842ebea Author: Dan Williams Date: Fri Sep 29 13:35:48 2006 -0400 Add composited overlay window underneath chat commit 242f96deb376f2ce76d1cb2bdb7746e2ed66141d Merge: 56281c8 ba05afd Author: Ian Bicking Date: Thu Sep 28 17:54:19 2006 -0500 Merge branch 'master' of git://dev.laptop.org/sugar commit 1e750071610c988324ea5848598823eefe7dfaea Merge: 4f2b8b3 ba05afd Author: Marco Pesenti Gritti Date: Fri Sep 29 00:24:12 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 4f2b8b3e31ed29c5eece4126f224216c0d30b04c Author: Marco Pesenti Gritti Date: Fri Sep 29 00:23:24 2006 +0200 No need to initialize gtk threads, glib is enough. Fix lockups in the browser. commit ba05afdc535278101b134d6c1c66e8ab0fe482be Author: Dan Williams Date: Thu Sep 28 17:08:42 2006 -0400 Activate chat service when activity gets shared commit a09dc486692844a4c4e2bce74f3650da4fadd52d Author: Dan Williams Date: Thu Sep 28 17:03:24 2006 -0400 Fix missing icon check commit 8e7fe5dd659db80f6a09541379037d5237d92a30 Author: Dan Williams Date: Thu Sep 28 17:00:15 2006 -0400 Deal with missing icons commit 5db9888666078dddfe5f51b3c2b1e72de6eb2511 Author: Dan Williams Date: Thu Sep 28 17:00:03 2006 -0400 Set default chat window size commit a55242d798b98eabe21cba08632625851c98ab9a Author: Dan Williams Date: Thu Sep 28 16:20:48 2006 -0400 Center chat window, and give it a frame commit e2225c443f263bffb5cb11e9eea30e8add860b0a Author: Dan Williams Date: Thu Sep 28 16:13:48 2006 -0400 Initialize _frame_was_visible, and move signal connections lower commit ef539c50d9eadec934da5ba7b145c41f694518f1 Author: Dan Williams Date: Thu Sep 28 16:12:07 2006 -0400 Fix frame behavior on chat; when we show the chat remember previous frame state and return to it when we hide chat commit a91738d3a9a85b46952995df12ed473692e5c2e6 Author: Dan Williams Date: Thu Sep 28 16:11:29 2006 -0400 Default values for args for do_slide_in and do_slide_out, and add is_visisble() commit 5a6a0d2d7d13613b2cb312bca41c36dc608ea032 Author: Dan Williams Date: Thu Sep 28 15:52:56 2006 -0400 Start making activity chat work; hit F9 to activate commit e95e6c2a4e9a721b03e7ba16f9f14d8f00750005 Author: Dan Williams Date: Thu Sep 28 15:51:40 2006 -0400 Import the PS correctly commit ddef3947d4b642978e4c603db4a2d4e93939cea3 Author: Dan Williams Date: Thu Sep 28 14:45:32 2006 -0400 Import gobject commit ea967b02d50b66ea0e6a656d4deeb59321b55ebf Author: Marco Pesenti Gritti Date: Thu Sep 28 19:35:12 2006 +0200 Add some logs to debug popups commit 56281c804f99d6bb5381e710260e1bb88ff67313 Author: Ian Bicking Date: Wed Sep 27 16:51:56 2006 -0500 Revert "Make ShellModel emit signals on activity change, and make Owner listen for them. Fix Owner's current activity update code to actually update at the correct interval" This reverts 906f5bbed0c2199d738f6f4b0b28a398afa8054b commit. commit 906f5bbed0c2199d738f6f4b0b28a398afa8054b Author: Dan Williams Date: Wed Sep 27 17:00:12 2006 -0400 Make ShellModel emit signals on activity change, and make Owner listen for them. Fix Owner's current activity update code to actually update at the correct interval commit 22be6cb0dafe115683240e495f1b61bda0e00a9d Author: Dan Williams Date: Wed Sep 27 16:47:23 2006 -0400 Work around bug where Avahi passes back a blank service type; and don't traceback on invalid service types commit 70cbd90c7a1fd32e9087df8b19f860e9aecc128e Author: Dan Williams Date: Wed Sep 27 15:01:40 2006 -0400 Fix signal args commit 71b0e7c3a9cc5db885e3eeaf52e1499b16cefbb4 Author: Dan Williams Date: Wed Sep 27 14:27:17 2006 -0400 Don't traceback on unknown image formats commit 0064e6c3ff340038abf252c63bbd5db2df1ed74b Merge: 9ce768c 03f6c9c Author: Dan Williams Date: Wed Sep 27 11:43:27 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 9ce768ca394551a623ac7e36ea5ae2f9ca57ce8a Author: Dan Williams Date: Wed Sep 27 11:35:34 2006 -0400 Add and remove activities to/from Buddy objects at appropriate times commit 38e85f3987ed945a46e594cbaae959447b7e16d6 Author: Dan Williams Date: Wed Sep 27 11:35:15 2006 -0400 Ignore duplicate activity additions commit 03f6c9caf24b4ae49d1c31fb38d1625e7fc9a737 Author: Marco Pesenti Gritti Date: Wed Sep 27 17:27:08 2006 +0200 Make the popup transient commit da21d28a2f5c1f95dd99ac957a7a1aa3542d733f Author: Marco Pesenti Gritti Date: Wed Sep 27 15:41:13 2006 +0200 Remove debug code commit 98e223a7e8c2223a103c4456b49ff7b44b8a535e Author: Marco Pesenti Gritti Date: Wed Sep 27 15:30:56 2006 +0200 Show sized popups as dialogs commit df6dd4618bfdf4915229349a6dc967890fbf8470 Author: Marco Pesenti Gritti Date: Wed Sep 27 14:45:55 2006 +0200 Open "requested" popups in a new activity commit 7443ee4c8ba36e1867fc7f89096c34d08c1c69da Author: Marco Pesenti Gritti Date: Tue Sep 26 22:52:45 2006 +0200 Don't allow empty nick names and if it happens consider the profile invalid. commit 72d43fde28c19adf61f37c38d4168c02efed0582 Author: Marco Pesenti Gritti Date: Tue Sep 26 22:12:18 2006 +0200 Add a start method to the activity module, for initialization. commit 5d78b148ffe14e1653882bb352afdc8384d8c8e2 Author: Marco Pesenti Gritti Date: Tue Sep 26 21:58:54 2006 +0200 Add a gecko module. Disable popups. commit 92e37fd9048ae5a89a65eec1915e588108125d3c Author: Marco Pesenti Gritti Date: Tue Sep 26 19:49:41 2006 +0200 Fix add and remove friends commit c8fd8ef3d90da0be5c4307ee84771ed28ad8cb1f Merge: 4975e94 ba21a36 Author: Marco Pesenti Gritti Date: Tue Sep 26 19:37:43 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit ba21a36ef8053c4dc96fb281cfd89b9d92b82144 Author: Dan Williams Date: Tue Sep 26 13:40:52 2006 -0400 Correctly deal with current activities on startup, buddy presence changes, and current activity changes commit c9533d448bdf082cf709de57c3e254ea475ca3ad Author: Dan Williams Date: Tue Sep 26 13:39:42 2006 -0400 Fix current activity handling commit 4975e94a8449341145c951f572ce13234f08640c Author: Marco Pesenti Gritti Date: Tue Sep 26 19:35:58 2006 +0200 Update some icon names commit ce577a6376b96bd564d8df6af821ae18ee44dad1 Author: Dan Williams Date: Tue Sep 26 13:31:14 2006 -0400 Refactor current activity handling to be top-level attributes and D-Bus signals, not stuck in the property dict commit 31c69ed1679ee1f31766bf2b6ee6ab9ca28205fd Author: Dan Williams Date: Tue Sep 26 13:23:12 2006 -0400 Hook up Buddy.add_activity() and Buddy.remove_activity() commit fa31b7c0bdb701886419c84b292803b19a077322 Author: Marco Pesenti Gritti Date: Mon Sep 25 22:06:45 2006 +0200 Align to the center of the icon commit 5b3eeb0a9c0baa359fc63798f454be634be42273 Author: Marco Pesenti Gritti Date: Mon Sep 25 22:01:35 2006 +0200 Keep the icon layout updated when adding buddies to the snow flake commit 961992173592232783a6eafe141712e873d99e5a Author: Marco Pesenti Gritti Date: Mon Sep 25 21:35:25 2006 +0200 Image layout fixes commit ef24aa7553b3ecbbf17ce788d0f29993970b2730 Author: Dan Williams Date: Mon Sep 25 15:36:40 2006 -0400 Scale the icon to a paritcular size commit 5343a4d6ef5fa3a4d2b48da40f77136238e5044e Author: Dan Williams Date: Mon Sep 25 15:27:52 2006 -0400 Fix mixup of set_constraints() args commit 6e28f4467d051ed981bcb6ec91d833c5eff34613 Author: Dan Williams Date: Mon Sep 25 15:20:28 2006 -0400 Add buddy icon to the buddy menu commit d585a251bdf11f5cd5af8a694f5790adf7f3cc48 Author: Dan Williams Date: Mon Sep 25 15:20:08 2006 -0400 Do simple height-flow layout on menu items, and add an add_image() function commit a8322a76eb4857bb8fd376e7f898d641c41d4ede Author: Marco Pesenti Gritti Date: Mon Sep 25 20:50:15 2006 +0200 Fixes commit 550c201101f5050c75d9a88610fd26eda1619a69 Merge: 0e67d93 9dd9894 Author: Dan Williams Date: Mon Sep 25 14:15:49 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0e67d939a8c7b3d8e3cb385c841418118abc12d4 Author: Dan Williams Date: Mon Sep 25 14:15:42 2006 -0400 Set icon cache earlier commit d0664dc8018577dc839f589e8d2aa40ff3a85525 Author: Dan Williams Date: Mon Sep 25 14:05:01 2006 -0400 Add icon-changed signal commit 9dd98949e53e7847ea823f3dbed666e8c858c53e Author: Marco Pesenti Gritti Date: Mon Sep 25 19:59:47 2006 +0200 Hrm not really sure why I need this commit 7ba30ea0d2f82e3f9099f00e7868ceccab51d5d5 Author: Dan Williams Date: Mon Sep 25 13:42:37 2006 -0400 Clean up debug messages commit 5f88062cba7280a7dca2f49c9d8ad18dd00c0c9b Merge: 57992d3 7ba30ea Author: Marco Pesenti Gritti Date: Mon Sep 25 19:41:24 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 57992d3fb419561a38cc2e84cf68c4b5790203bb Author: Marco Pesenti Gritti Date: Mon Sep 25 19:41:08 2006 +0200 Handle None current activity case commit b1354cf7110e72cdfea48ba55d0dbfb6a0aa34ac Merge: e89c88b aa71d35 Author: Dan Williams Date: Mon Sep 25 13:24:40 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit e89c88b191b8013763fb265daf655488309c15e5 Author: Dan Williams Date: Mon Sep 25 13:24:27 2006 -0400 Fix location of cache debug prints commit aa71d354b22f50c1f6d4d8fa9353c277fd2374ce Merge: 2ad9696 5e3d56f Author: Marco Pesenti Gritti Date: Mon Sep 25 19:15:44 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5e3d56fe77439b0399d9ff62beb6169be482fffc Author: Dan Williams Date: Mon Sep 25 13:15:36 2006 -0400 Rename function to match previous _request_buddy_icon->_get_buddy_icon commit 2ad9696c87c039bbf8449665f237157f71f1b060 Author: Marco Pesenti Gritti Date: Mon Sep 25 19:15:23 2006 +0200 Adapt to BuddyModel constructor change commit 709eefc5bda6e9891da3b61cb904286dc8f6c1d0 Merge: de23158 2ac1bf7 Author: Dan Williams Date: Mon Sep 25 13:14:36 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2ac1bf73029b01d94ca750c2b9aa52821ff6ef97 Author: Marco Pesenti Gritti Date: Mon Sep 25 19:06:31 2006 +0200 Handle image size allocation commit d63180c4f402f16629006d699004df93ac685179 Author: Marco Pesenti Gritti Date: Mon Sep 25 18:55:35 2006 +0200 Some fixes commit 59add6e9011bee1ab0fe9609659e0c5a04e91c6a Author: Marco Pesenti Gritti Date: Mon Sep 25 18:38:01 2006 +0200 More work on the mesh view commit de231589798eb580d6b000f4024610331bed0c1e Merge: 85d70f2 2ee61e4 Author: Dan Williams Date: Mon Sep 25 10:57:26 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 85d70f2383b4df61d95d62f8de4ce037d0dd69c8 Author: Dan Williams Date: Mon Sep 25 10:57:21 2006 -0400 Use the buddy icon cache commit f6c043b2043371837e885bdb3233aaea33565e17 Author: Dan Williams Date: Mon Sep 25 10:56:31 2006 -0400 Add a buddy icon cache commit ea5b59dca73596d3ceb4f2fb0e2e86522d451371 Author: Dan Williams Date: Mon Sep 25 10:56:12 2006 -0400 Send buddy icon hash in presence service announcement too commit 2ee61e447569e31d2bc5ba67ac624d4b1f63752a Author: Marco Pesenti Gritti Date: Mon Sep 25 16:40:15 2006 +0200 Show activities again commit e31bcc76b3fec3d3311f32ffb4e324693a26db84 Merge: 56229aa 804848b Author: Marco Pesenti Gritti Date: Mon Sep 25 16:01:29 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 56229aad368973c66eae89d4282ace59f7778024 Author: Marco Pesenti Gritti Date: Mon Sep 25 16:01:11 2006 +0200 Write a mesh model and start using it in the mesh view commit 804848ba473396a33a4e457ebb6f688926549057 Author: Dan Williams Date: Mon Sep 25 09:45:24 2006 -0400 _stringify_hash -> printable_hash; generalize, make more public commit 9fa9bd958338248150af6031ff8ddd1642572658 Author: Dan Williams Date: Mon Sep 25 09:25:44 2006 -0400 Add BuddyActivityView.py to makefile commit 73be416c672829b5f6aa1f4750d24283665b6794 Merge: 0092d85 aa0adcf Author: Marco Pesenti Gritti Date: Mon Sep 25 14:32:25 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 0092d85d61b55c19ca6e2edffe38c7d7965ba9d7 Author: Marco Pesenti Gritti Date: Mon Sep 25 14:32:08 2006 +0200 Initial snow flake layout implementation commit aa0adcf0c514cd8f2c803466220df9652a1c7abf Author: Dan Williams Date: Mon Sep 25 07:35:44 2006 -0400 Unconditionally reschedule current activity switch timeout commit 1070ed3ae6c64049106040f8f3fa8ee6e85b0669 Author: Marco Pesenti Gritti Date: Mon Sep 25 11:42:13 2006 +0200 Better layout commit d5f8d62d35646466162592b6f9634529216fa25b Author: Marco Pesenti Gritti Date: Mon Sep 25 11:35:30 2006 +0200 Add size request to BuddyActivityView and use it in IconLayout commit 3e4c8cabc7b7f3304134295fb26bbeab7bd5f4e6 Author: Dan Williams Date: Sun Sep 24 23:15:53 2006 -0400 Switch to BuddyActivityView to show current activity commit da221ee84e8200abc0de255ec02e3206ab6204b7 Author: Dan Williams Date: Sun Sep 24 23:12:46 2006 -0400 Add get_current_activity accessor commit 07c0ffbb7df1ce5a52a58866412696326502cdab Author: Dan Williams Date: Sun Sep 24 23:12:09 2006 -0400 Use two different activity types commit f83567ba32b1d2d5c8ca49542d6d142f091c5c20 Author: Dan Williams Date: Sun Sep 24 21:53:39 2006 -0400 Determine scale as a float so it's not clamped at 0 commit e2f82f02a0b394c81347953f86c0175bc63cda70 Merge: 701cef3 bcd150f Author: Dan Williams Date: Sun Sep 24 21:37:46 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar Conflicts: shell/view/home/IconLayout.py commit 701cef3f1d6697651e20a2146f62e7dda7b2dd7e Author: Dan Williams Date: Sun Sep 24 21:31:48 2006 -0400 Only broadcast and activity change if it actually changed commit b67c0a6b3d637e722570de9f1ac8ccd3250062be Author: Dan Williams Date: Sun Sep 24 21:30:48 2006 -0400 Don't print EntryGroup messages for now commit d2e235838eefbde786acff96fd5051c1343de4bf Author: Dan Williams Date: Sun Sep 24 21:30:28 2006 -0400 Only print out service resolutions, not updates commit 7268d8803d665f25a676dec0ecabcb5220f28555 Author: Dan Williams Date: Sun Sep 24 21:29:11 2006 -0400 Ensure owner validity before using commit d42b9da06d5cde89a6116d711fc6ae216256cabc Author: Dan Williams Date: Sun Sep 24 18:52:10 2006 -0400 Use get/set_property rather than direct accessors commit bcd150fa81ac06c4680ce022fc85919850c0f6fd Author: Marco Pesenti Gritti Date: Mon Sep 25 00:08:33 2006 +0200 Implement very simple spread out logic for the IconLayout commit 3f73da05492dc22e04b24a12e48c6844b5cd9726 Author: Marco Pesenti Gritti Date: Sun Sep 24 22:55:13 2006 +0200 Some cleanups of the IconLayout commit eac58dcfede3b17163ca625813f55dbaf1d72d38 Author: Marco Pesenti Gritti Date: Sun Sep 24 02:24:02 2006 +0200 Add test for icon layout commit ee4a416464220448ffdfe8c189c2838b524190da Merge: 24987a8 e92548d Author: Marco Pesenti Gritti Date: Sun Sep 24 02:12:12 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 24987a8de122191f7d655466b080e0d0ff01a995 Author: Marco Pesenti Gritti Date: Sun Sep 24 02:11:43 2006 +0200 Adapt to the new icons commit e92548df5c0cd1db4b6fd31a80844ffd4e530448 Author: Dan Williams Date: Fri Sep 22 17:37:41 2006 -0400 Use the new BuddyModel color-changed signal commit d12c57895ccc310f51fb5ccaa3e8bad2bfdcb788 Author: Dan Williams Date: Fri Sep 22 17:37:16 2006 -0400 Add color-changed and current-activity-changed signals commit 188394f09f788b19303909738adfff8ec8c788c0 Author: Dan Williams Date: Fri Sep 22 17:24:56 2006 -0400 - Track BuddyModel appeared/disappeared signals, and update our icon colors accordingly - s/friend/buddy since BuddyModel isn't just for friends commit 2031eb650a7734029383bf49f01ad79870ccc16d Author: Dan Williams Date: Fri Sep 22 17:24:00 2006 -0400 - don't hardcode inactive buddy color - shorten signal handler id variable names - add appeared/disappeared signals to BuddyModel - deal with buddy disappearance commit 6473444e099e004d5840e034a22151c77654b360 Author: Dan Williams Date: Fri Sep 22 17:21:34 2006 -0400 Add a 'Disappeared' signal on the buddy object commit 0aea72f4859a8480bb9523f4ce2373e4c484a803 Merge: 9403297 fc00034 Author: Dan Williams Date: Fri Sep 22 16:35:09 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 940329703f5106a6ee13e58c7f2bbd2ebf808415 Author: Dan Williams Date: Fri Sep 22 16:35:03 2006 -0400 Clean up buddy checking & retrieval; make constructor choice between name & real buddy explicit. commit fc000346e45b352d58d2ce4fa8388ebd5f46f06b Merge: a2489b4 2d445fc Author: Marco Pesenti Gritti Date: Fri Sep 22 21:50:20 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a2489b49d4ad6aa1b33df8563cde8041b8dc524b Author: Marco Pesenti Gritti Date: Fri Sep 22 21:49:59 2006 +0200 Fix a few bugs commit 2d445fcc5f9914a8969fbc10cc1f974e719eb3aa Merge: 2f7b3ab f2b2b8c Author: Dan Williams Date: Fri Sep 22 15:49:23 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2f7b3abef774affe10439b1616be505a3bd66229 Author: Dan Williams Date: Fri Sep 22 15:49:16 2006 -0400 Monitor buddy property change signals on creation; misc cleanups commit fcef47181b910e10851ae22621c10f7a393e7b29 Author: Dan Williams Date: Fri Sep 22 15:47:12 2006 -0400 Don't hardcode property key names; protect against spurious _presence_olpc services; watch for changes on the _presence_olpc service, like current activity updates commit 1ab808945742d11732584d8f3180903f7e610686 Author: Dan Williams Date: Fri Sep 22 15:44:25 2006 -0400 Make Service a GObject subclass, and add a property-changed signal Also fix bug where all property keys were sent in the property-changed signal because the properties dict was cleared too early. commit c978b5ed6db661715c098bbde5f85fbf32777013 Author: Dan Williams Date: Fri Sep 22 15:42:11 2006 -0400 Ensure properties will always be an empty dict commit f2b2b8c6baaf9cb1159c2f962e3c609b927bd550 Author: Marco Pesenti Gritti Date: Fri Sep 22 21:36:52 2006 +0200 Fix friends removal commit 17913d20b893ebdf5b23e9e06a9e20c927a70c7e Author: Marco Pesenti Gritti Date: Fri Sep 22 21:29:48 2006 +0200 Increase zoom view icon sizes commit 1f8b5cfbf38f99b9d999f157aba3d76c6dd632a3 Author: Marco Pesenti Gritti Date: Fri Sep 22 21:11:14 2006 +0200 Work around browser crash. commit 9b9d939e45f388b13d9874ddeca3d138378a5932 Merge: 2d11fad 801d020 Author: Marco Pesenti Gritti Date: Fri Sep 22 19:39:44 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 2d11fad1aa7b3144f51c9849f0f72f094583b4eb Author: Marco Pesenti Gritti Date: Fri Sep 22 19:31:24 2006 +0200 Notes about the mesh commit 801d02005893601a8037f392bb290038c21bd051 Author: Dan Williams Date: Fri Sep 22 12:50:55 2006 -0400 Don't die on malformed friends config file commit 7061434703103bb84d01b774d49d2b17498c160f Author: Dan Williams Date: Fri Sep 22 12:13:34 2006 -0400 Don't traceback on Ctrl+C commit 4a1995af8d9e31602628900337328c366e5ea56f Author: Marco Pesenti Gritti Date: Fri Sep 22 15:06:43 2006 +0200 Play with sizes a bit commit b6e32680aaa1aed240206ddf5c7abc8561c45472 Author: Marco Pesenti Gritti Date: Fri Sep 22 14:50:26 2006 +0200 Use white for the separator commit d8c61d271ad12225b2e08cf23a8b60feccb07bd1 Author: Marco Pesenti Gritti Date: Fri Sep 22 14:32:07 2006 +0200 Convert to the new icon format commit 092ded9e5384e4506e1cfc527c4041e416371f23 Author: Marco Pesenti Gritti Date: Fri Sep 22 11:57:19 2006 +0200 Ungrab keyboard on release. Use the new stock icons for browser (still broken) commit ccb33fe2548aaf9aa8ecfbe666372e93f82f9114 Author: Marco Pesenti Gritti Date: Fri Sep 22 11:43:44 2006 +0200 Missing casts commit 2d8c9a3310714a5281a2c6250bc341103752e28f Author: Marco Pesenti Gritti Date: Fri Sep 22 11:14:33 2006 +0200 Implement activation modes. Do not hide when sticky because activated by single frame key press. commit 5e55efe9d527ac1e5a557f07346915d6cfd1984e Author: Marco Pesenti Gritti Date: Fri Sep 22 10:55:10 2006 +0200 Get icon size from the handle. Remove the padding from the zoom view icons and reorder them. commit 4d0dae0e35b7f317d998939106b31e3de6b97337 Author: Dan Williams Date: Thu Sep 21 17:03:18 2006 -0400 Change update frequency to 10 - 20 seconds commit 4410ad50562154aa3894432ec10f0b1452402b03 Author: Dan Williams Date: Thu Sep 21 17:02:20 2006 -0400 Don't traceback on reset-by-peer errors commit 3c11feca6f74d8bd6e45fefcac9d7e1ef5a9e02f Author: Dan Williams Date: Thu Sep 21 16:49:25 2006 -0400 Start trying to deal with current activity changes commit ab7ef75518c66a4a6060812f71c0e87a19f350aa Author: Dan Williams Date: Thu Sep 21 16:44:19 2006 -0400 Add current activity accessor commit 66a15398958f24273ee07f382ee9103c9f7e8058 Author: Dan Williams Date: Thu Sep 21 16:43:51 2006 -0400 Let Kiu change activities randomly commit f9012b88f60f8e4ac96cb55aea763edc74ad586e Author: Dan Williams Date: Thu Sep 21 13:52:17 2006 -0400 Move remove code down to fix undefined var error commit 66124465e89b9d39edfab62c5a6761f5b8b7656a Author: Marco Pesenti Gritti Date: Thu Sep 21 18:04:37 2006 +0200 Do not show the frame when leaving the edge before the time commit c982879815f938deb6fb274c722933fe3b4584c8 Author: Marco Pesenti Gritti Date: Thu Sep 21 16:09:23 2006 +0200 Rework toolbar to be more similar to the design. Cleanup code commit af54df80ec90aafc4912b831424ac74a975547c1 Author: Marco Pesenti Gritti Date: Thu Sep 21 15:16:36 2006 +0200 Handle closing all activities correctly commit 229793e9f0b600da7a5c6bfd8b92de7925039ecf Author: Marco Pesenti Gritti Date: Thu Sep 21 15:02:46 2006 +0200 Adapt to API change commit 3c64b65829240080d532a415fb9d157a98653e97 Author: Marco Pesenti Gritti Date: Thu Sep 21 15:00:59 2006 +0200 Drop color schemes per design change commit a054eb3a4b2b58d65db7e49ba093b48e47f26a34 Author: Marco Pesenti Gritti Date: Thu Sep 21 14:45:36 2006 +0200 Implement the frame mouse activation logic. Some fixes in the Timeline commit 446a58d52c5997c21245a9da9198d111f41532b5 Author: Marco Pesenti Gritti Date: Thu Sep 21 14:08:10 2006 +0200 Simple timeline API. Use it to implement the frame key logic. commit 4977b44037abc349b9e06b3d8c2d3bbc347eaaa7 Author: Marco Pesenti Gritti Date: Thu Sep 21 01:27:47 2006 +0200 Use gtkmozembed commit 7539de476eaf28adfdb5f53a99be3fa301b084cf Author: Marco Pesenti Gritti Date: Wed Sep 20 21:33:48 2006 +0200 More chat pasting commit 03539cf942f21e535c6467bae61b41376ac16b00 Author: Marco Pesenti Gritti Date: Wed Sep 20 19:54:49 2006 +0200 Add missing file, thanks to bertf commit 09db49cc18d45d1dc3d3eaaf8132b45492554476 Author: Marco Pesenti Gritti Date: Wed Sep 20 12:27:38 2006 +0200 s/BuddyInfo/BuddyModel commit d0f23744f05d1c91c50ec41938c25919179feb9a Author: Dan Williams Date: Tue Sep 19 13:54:32 2006 -0400 Use asynchronous service resolution to capture service updates too commit b6897cf1c59d27cdd6bc32f273af3533959556b2 Author: Marco Pesenti Gritti Date: Tue Sep 19 15:54:31 2006 +0200 Start writing down some design stuff commit ec0debdb303917aca1381af3ed5379598110bb5b Author: Marco Pesenti Gritti Date: Tue Sep 19 14:43:42 2006 +0200 Do not hide the frame if menushell is active. commit 9ff192d0b3ab7ed3259e1f934eb4421e3ff9032d Author: Marco Pesenti Gritti Date: Tue Sep 19 14:04:11 2006 +0200 Use a different menu shell for the zoom view and the frame commit e8a457a2663f809e3d745bac35f718fe420e1135 Author: Marco Pesenti Gritti Date: Mon Sep 18 18:04:16 2006 +0200 Design notes commit f5ef5d8c946a871a54d424d6685c22f32a7df50c Author: Marco Pesenti Gritti Date: Mon Sep 18 16:51:21 2006 +0200 Show/hide the frame on mouse motion, needs work commit 0c099a4b7c4552fc983ba016297c0793c549a4b0 Author: Marco Pesenti Gritti Date: Mon Sep 18 12:04:16 2006 +0200 Do not show titlebar commit 180c65e81c80bd48362a30719502c688ab660985 Author: Marco Pesenti Gritti Date: Mon Sep 18 11:56:53 2006 +0200 Implement close button for the activity. Some fixes. commit 1f3187e0b548ff87463a0a1ea98fa15779361c1b Author: Marco Pesenti Gritti Date: Mon Sep 18 11:48:33 2006 +0200 Cleanup shell model/view separation commit 274dfbbf6a9976cd543e3ab160e4b6d1d4274f49 Author: Marco Pesenti Gritti Date: Mon Sep 18 10:12:26 2006 +0200 Add Menu.py, patch by Tomeu Vizoso commit e48c135ae959e80a8a9d7822bc4b93093564b562 Author: Marco Pesenti Gritti Date: Sun Sep 17 03:35:14 2006 +0200 Rewrite canvas box layout commit 27b2e0080b2dcfe4ac1f84f701083170d7893f9e Author: Marco Pesenti Gritti Date: Sun Sep 17 01:19:36 2006 +0200 Remove brain dead -1 commit 89e2f5be91803bf99fcb326f4b5dd51200b7211a Author: Marco Pesenti Gritti Date: Sun Sep 17 01:05:59 2006 +0200 Rework menu positioning. Cleanups. commit f77046e76a090f3ca4623064d0734b8e3c78f90a Author: Marco Pesenti Gritti Date: Sat Sep 16 21:53:03 2006 +0200 Correct rect allocation commit edba3e008287a7849069b36e62a6abc1af1249b8 Author: Marco Pesenti Gritti Date: Sat Sep 16 20:48:27 2006 +0200 Implement menu color scheme and fixup colors commit 465253d95e02f45f1637937b8cfd1c49bf131426 Author: Marco Pesenti Gritti Date: Sat Sep 16 20:35:03 2006 +0200 Initial implementation of the activity menu commit d9fc47ca01b3a4d216cecea80954f9a627647931 Author: Marco Pesenti Gritti Date: Sat Sep 16 15:43:07 2006 +0200 s/BuddyPopup/BuddyMenu commit a1d2b993c053284c4cc352dfa0f26928f0e6558f Author: Marco Pesenti Gritti Date: Sat Sep 16 15:36:39 2006 +0200 Generic menu commit 8dbdda53846b08f56ab87028a92e5b26fcf9cc3d Author: Marco Pesenti Gritti Date: Sat Sep 16 15:01:38 2006 +0200 Move all the popup logic from IconItem to MenuIcon commit dd6c3fd0fe669152386f0128597225e203fab734 Author: Marco Pesenti Gritti Date: Sat Sep 16 14:47:25 2006 +0200 s/rows/cols commit 7c91b1c49f1f2d03dd1022240c4aef45892829c2 Author: Marco Pesenti Gritti Date: Sat Sep 16 14:45:09 2006 +0200 Factor out to a generic icon with menu commit 956b663409ae61234f1e73641d0b2eaddf1d0a57 Author: Marco Pesenti Gritti Date: Sat Sep 16 11:00:46 2006 +0200 Do not show invite if there is no active activity commit 11a013aff2c21ac75d76b492acb848dad9976776 Author: Marco Pesenti Gritti Date: Sat Sep 16 10:46:10 2006 +0200 For the owner show only nick name commit 14763c0f5cdc6019987dc6450706c256c3cbb65d Author: Dan Williams Date: Fri Sep 15 18:37:54 2006 -0400 Fix up registered service type checking code commit 922b7238b9db8307f6b9df9b3a4e36f9a46e81a0 Merge: b39eff3 e79a5f5 Author: Dan Williams Date: Fri Sep 15 16:50:06 2006 -0400 Merge commit b39eff33655590565aaac3d514df640f1ad3f2a8 Author: Dan Williams Date: Fri Sep 15 16:41:11 2006 -0400 Refcount tracked service types; ensure only the process that registers a service can change it; add support for updated service properties/published values commit e79a5f5e989fa062366295c3f236692fc3c889e5 Author: Marco Pesenti Gritti Date: Fri Sep 15 16:19:56 2006 +0200 Really fix invites commit fe64b7c6d4d2351652cb311849b37fe95888834d Author: Marco Pesenti Gritti Date: Fri Sep 15 16:04:30 2006 +0200 Fix invites commit 7fb01c51e3dff5eb49ade044f15de30778355854 Author: Marco Pesenti Gritti Date: Fri Sep 15 15:49:52 2006 +0200 Missing directory commit a2655faa7d373b40b917cb061f9058e6f0fabc41 Author: Marco Pesenti Gritti Date: Fri Sep 15 15:35:20 2006 +0200 Fix makefiles commit 7b37c4d38b0ae6fe6f5a346b3685414185237a09 Author: Marco Pesenti Gritti Date: Fri Sep 15 15:30:46 2006 +0200 Fix opening new activities commit f2f25f874d639c31d4c8182c18ee8f11acb0b579 Author: Marco Pesenti Gritti Date: Fri Sep 15 15:28:18 2006 +0200 Implement friends removal, lots of cleanups commit 16574cbfccdd5a5bb8da7a8c6165a0063f5f7ce3 Author: Marco Pesenti Gritti Date: Fri Sep 15 14:41:56 2006 +0200 s/FriendIcon/BuddyIcon since that is generic now commit 844216585a1d4e8f6ec9033a213d0d6cf1e1694a Author: Marco Pesenti Gritti Date: Fri Sep 15 14:24:26 2006 +0200 Pass around the shell so that groups can reuse the grid commit 5f99dcf9a5375847c970cfd769b3c85b84cf66b0 Author: Marco Pesenti Gritti Date: Fri Sep 15 13:54:16 2006 +0200 Move the presence service out of the shell commit bcc1740f7f514f04629cecb7536c93d4feaf83cf Author: Marco Pesenti Gritti Date: Fri Sep 15 13:23:21 2006 +0200 Move the view to his own module commit ca19f0f25100006c0f6c84e405e2e6a0cecdd15b Author: Marco Pesenti Gritti Date: Fri Sep 15 12:52:37 2006 +0200 Move the model to his own module commit 14383f4fc7c6e182fc8a79e5f9d56c740b2bc7e7 Author: Marco Pesenti Gritti Date: Fri Sep 15 12:40:46 2006 +0200 Forgot to add the model commit 645aa93e50288547dda88c156795839178426df9 Author: Marco Pesenti Gritti Date: Fri Sep 15 12:40:22 2006 +0200 Split shell in model/view, cleanup things a lot commit 0232dc73b55b5246c927bcbc4b63d4a195b1e9c1 Author: Marco Pesenti Gritti Date: Fri Sep 15 11:49:04 2006 +0200 Remove unused code commit 207f643d388fc24d997f622d7980c26a5494dabf Author: Marco Pesenti Gritti Date: Fri Sep 15 03:33:09 2006 +0200 Typo commit b7a5854a0bf365eda66c66cf4db7818c7f739188 Author: Marco Pesenti Gritti Date: Fri Sep 15 03:22:01 2006 +0200 More color fixes commit 86c2de3e68b6e7ff5370add495d6276ee46676b5 Author: Marco Pesenti Gritti Date: Fri Sep 15 03:08:22 2006 +0200 Urgh I had fill/stroke inverted, no wonder I was getting ugly colors! commit 3a10f80aa1bc003329498f4e2df7d9d4ef6f3770 Author: Marco Pesenti Gritti Date: Fri Sep 15 02:54:25 2006 +0200 A bunch of cleanups and fixes commit dd15b0d063ccfa2e76a81231b969dc0ec4293efd Author: Marco Pesenti Gritti Date: Fri Sep 15 01:59:49 2006 +0200 Improve function naming commit 40ac3960554373fd6fed54f193f932d3e050ab51 Author: Marco Pesenti Gritti Date: Fri Sep 15 01:56:59 2006 +0200 Fix small bugs in the grid logic commit ae9adff40bda83fafe6e44ac9df7dfe9a981a8a8 Author: Marco Pesenti Gritti Date: Fri Sep 15 01:30:37 2006 +0200 Cleanup commit 3fc81ae94530fb19f1519da983605e33ca2b4cb1 Author: Marco Pesenti Gritti Date: Fri Sep 15 01:01:26 2006 +0200 Add a popup shell which ensure only one popup is active at the same time. commit fd92a6d7d92e8cad3b4ca9a69c5f73e2fbe03f54 Author: Marco Pesenti Gritti Date: Fri Sep 15 00:34:42 2006 +0200 Improve popup/popdown logic commit 3ee23b3a92c0be2e6eae3be19a9922934bab4b4c Author: Marco Pesenti Gritti Date: Thu Sep 14 21:15:48 2006 +0200 Keep popups out of the frame commit e12881e36b760bd7ce703961f97a39c89da6c8de Author: Marco Pesenti Gritti Date: Thu Sep 14 21:01:59 2006 +0200 Pass screen relative coordinates in the popup event commit 8265e29cdfffb06c94ca5a17029b4aaab5df6a7f Author: Marco Pesenti Gritti Date: Thu Sep 14 20:52:21 2006 +0200 Use FriendIcon in the frame commit 3a4f8da5ce573ed8728cf2a0d3d35603aeb5fffa Author: Marco Pesenti Gritti Date: Thu Sep 14 19:37:40 2006 +0200 Factor out friend icon commit c36089522bb728fad34d79ad27e111098a5db453 Author: Marco Pesenti Gritti Date: Thu Sep 14 15:21:36 2006 +0200 s/BuddyPopup/FriendPopup commit 2a6d2139ad98e8d99a71b99c1ecb3578ce36cdb9 Author: Marco Pesenti Gritti Date: Thu Sep 14 15:12:34 2006 +0200 Move popup menu handling in the icon commit 3b41f1248a56fa06758c50c0ac48cca76a6b58bb Author: Marco Pesenti Gritti Date: Thu Sep 14 15:07:22 2006 +0200 More layout fixes commit d053a7f2191033922445ed5d2e566a0ac7a428be Author: Marco Pesenti Gritti Date: Thu Sep 14 14:24:14 2006 +0200 Make the popup logic more solid commit fe69dec4ad5b6d117006f9038afad9e4c973814c Author: Marco Pesenti Gritti Date: Thu Sep 14 13:03:11 2006 +0200 Implement popup menu for friends commit 8f6baf62399edd81d6e1fa4a101690f200aeb89b Author: Marco Pesenti Gritti Date: Wed Sep 13 16:26:54 2006 +0200 Skeleton theme test commit a1d629b6cd66b183a07ec6bf2b1bfbf776caad83 Author: Marco Pesenti Gritti Date: Wed Sep 13 14:11:12 2006 +0200 Set constraints for the added items commit 016891ec9a89c61a739e3b8c8d85fb640ad543b0 Author: Marco Pesenti Gritti Date: Wed Sep 13 13:53:27 2006 +0200 Get rid of old grid implementation leftovers commit 5086f2835e12ce4feebfa6e7c9d1e288552a1534 Author: Marco Pesenti Gritti Date: Wed Sep 13 13:50:17 2006 +0200 Forgot to add files commit 857b9cb659a2b482483196fc9d54387f820b9a9f Author: Marco Pesenti Gritti Date: Wed Sep 13 13:50:00 2006 +0200 Rewrite of the grid stuff. Simpler api and cleaner implementation. Also follow the micro grids in pentagram design. commit 5ec92a2cab78828cfdebfee0407cca3ccc357da5 Author: Marco Pesenti Gritti Date: Tue Sep 12 23:49:49 2006 +0200 Release 0.29 commit 7fc7656f78d9cd2e4e76ee66fd80182480377536 Author: Dan Williams Date: Tue Sep 12 14:22:06 2006 -0400 Fix dead code error commit 1853ea3a3e7d5d626ee1c7c95a8e774516d7d4e2 Author: Dan Williams Date: Tue Sep 12 14:04:35 2006 -0400 Fix traceback in logging print commit 8c58dcd5401fd52a4d51f85f05120d84afbff354 Author: Dan Williams Date: Tue Sep 12 12:58:24 2006 -0400 spacing cleanups; refactor service addition so that service address checks aren't done for owner commit bf035f3685fed168807aa8569a6e8e5bc73c8f3f Author: Dan Williams Date: Tue Sep 12 12:48:32 2006 -0400 Cosmetic spacing fix commit 13cca4606fe0af6e0e15bccdd8b7aaa107342dec Merge: f205e8c 2956a3a Author: Dan Williams Date: Tue Sep 12 12:37:23 2006 -0400 Merge fix commit f205e8c67bdfc1f6861e9d5ac1a68abaa6ff1117 Author: Dan Williams Date: Tue Sep 12 12:36:24 2006 -0400 Rework PS owner service handling to use avahi flags for local services commit 2956a3ab8cb37ad61379fe61ead6eb5719bbc67d Author: Marco Pesenti Gritti Date: Tue Sep 12 13:39:48 2006 +0200 Adapt to LocalModel interface commit 8ebb57d98555f34624ee2bbbf19fb52fe225d5d1 Author: Marco Pesenti Gritti Date: Tue Sep 12 13:26:51 2006 +0200 I messed up... back to actually remove the service commit 53f7cc1f343e9f54bd61f92d434a9e700e7aa160 Author: Marco Pesenti Gritti Date: Tue Sep 12 13:21:18 2006 +0200 Cleanup browser model service on destroy. Remove the activity service even if the owner is gone. commit d65e8b88e70350b24fd482946a47d6d418995f75 Author: Marco Pesenti Gritti Date: Tue Sep 12 12:19:20 2006 +0200 Handle activity removal and cleanup a bit commit d06cb74d2594c60ded1f7be052d0d8a8262eeaf5 Author: Marco Pesenti Gritti Date: Mon Sep 11 19:25:16 2006 +0200 Cast size to int commit 4ae80802cedfc8c1e8b01b80470db843e14f4bf7 Author: Marco Pesenti Gritti Date: Mon Sep 11 16:00:24 2006 +0200 Add some more error log messages commit 6a90ef11d3f0b360f9d9eaca64f22a173093d046 Author: Marco Pesenti Gritti Date: Mon Sep 11 15:18:57 2006 +0200 Export the color in the env and initialize the buddy with it commit d14628fdfa612f4bf84018ebc4d8b3cec934483c Author: Marco Pesenti Gritti Date: Mon Sep 11 13:21:49 2006 +0200 Release 0.27 commit 8950e0e3556c31770a0e008e32eb13a41869a12a Merge: 6bf9c36 8256be0 Author: Marco Pesenti Gritti Date: Mon Sep 11 13:13:35 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6bf9c36e7fca053cbccc7df1e8dfaee729b0925b Author: Marco Pesenti Gritti Date: Mon Sep 11 13:13:17 2006 +0200 Simple svg render buffering commit 8256be0cf2cc714c54c2d3437bbcb43da43d0ad0 Author: Ivan Krstić Date: Mon Sep 11 01:29:20 2006 -0400 Log unhandled exceptions in /tmp/sugar.log commit 3bcc3d0542057c1ca2b9e86705f42dea2393481a Author: Marco Pesenti Gritti Date: Mon Sep 11 01:26:02 2006 +0200 Release 0.25 commit 9aaaa500a6506a9196ecc47c742e22431d50991d Author: Marco Pesenti Gritti Date: Mon Sep 11 00:36:12 2006 +0200 Optimize cache a bit and cleanup code commit a33cce71b60bebf59d6ff7e27347a108f2c823a8 Author: Marco Pesenti Gritti Date: Sun Sep 10 23:50:07 2006 +0200 Add test commit 35e64c154a606879d8309cc285279b814800de8d Author: Marco Pesenti Gritti Date: Sun Sep 10 23:48:23 2006 +0200 Redraw existing bounds on do_update commit a75adee698e786e2480e59c7bc0ae6ebbba170ca Author: Marco Pesenti Gritti Date: Sun Sep 10 23:41:11 2006 +0200 Redraw on properties changes commit f43b97a2029946e2338924cda9a8843143a09b6d Author: Marco Pesenti Gritti Date: Sun Sep 10 13:50:22 2006 +0200 Add timelined actions commit 5b31e2b134a9ba6ad0d1d1bf945407450b0a25a6 Author: Marco Pesenti Gritti Date: Sun Sep 10 13:31:08 2006 +0200 Abtract the bot code out to Bot commit f438f851eaadd1335fe894b8045eb01552eb405d Author: Marco Pesenti Gritti Date: Sun Sep 10 13:10:46 2006 +0200 Check we have a color before registering the icon commit 6e2ab8dee145be4861a15fb8b5bcca8a04bd0fe0 Author: Marco Pesenti Gritti Date: Sun Sep 10 11:57:41 2006 +0200 Make the bot public a service. Crappy code, trying things out for now. commit 7958f30744fe646507e3c654247b26480f2baf61 Author: Marco Pesenti Gritti Date: Sun Sep 10 03:07:10 2006 +0200 Write a non ui test session. commit 3884507a741856e3db77617bb6a85b3c2595e21b Author: Marco Pesenti Gritti Date: Sun Sep 10 02:54:05 2006 +0200 Write a session for ui tests and use it for test-icons commit 47cc58b1e648a586252046eb79339357cd38f939 Author: Marco Pesenti Gritti Date: Sun Sep 10 02:35:53 2006 +0200 Make part of the session public so that it can used by tests commit f4f70d22f1d29d24b7234e9a6fb3203deec5adfa Author: Marco Pesenti Gritti Date: Sun Sep 10 01:38:04 2006 +0200 Remove old bots implementation. I'm going to rewrite this. commit 62674bbd91931a466a96b7e5121792f4cbe8c79a Author: Marco Pesenti Gritti Date: Sun Sep 10 01:33:34 2006 +0200 Use a notebook to work around goocanvas bugs :/ commit 6296a4db9eb4f27c8be7253cc6a989d686364c72 Author: Marco Pesenti Gritti Date: Sat Sep 9 18:29:07 2006 +0200 Remove some unused imports commit 85a10c77755bdf12ac5e3bc9f86a920740a9979e Author: Marco Pesenti Gritti Date: Sat Sep 9 14:52:50 2006 +0200 Add missing file commit 1cc21aa7cf25b35c4cbda55753f832332b15dbf0 Author: Marco Pesenti Gritti Date: Sat Sep 9 14:37:11 2006 +0200 Remove invites when accepted commit 9d4911d1e3bd39c654fffa2cc629b1796e9588a7 Author: Marco Pesenti Gritti Date: Sat Sep 9 14:11:24 2006 +0200 Insert the invites before the activities commit 4cca5dc9ff5cf8cb034259728ae64491b33b69e6 Author: Marco Pesenti Gritti Date: Sat Sep 9 13:25:56 2006 +0200 Use stock-missing when there is no activity icon commit 2b1a11fb66ea3704c60d3a43ca2ba855190dc2fa Author: Marco Pesenti Gritti Date: Sat Sep 9 12:23:01 2006 +0200 Improved layout strategy commit 678cab55f90185799d7ce226598a096099ba2ee5 Author: Marco Pesenti Gritti Date: Sat Sep 9 11:43:52 2006 +0200 Implement a simple box group and use it for the dynamic panels commit dd9e09ab1c2ce0d9ebb0567b54758ccaf9ea9cc8 Author: Marco Pesenti Gritti Date: Sat Sep 9 02:34:47 2006 +0200 More cleanups, show my icon at the center of the screen commit 665f83d7efe41b7ce72fb4f8299e6a3d17eb0cef Author: Marco Pesenti Gritti Date: Sat Sep 9 02:08:00 2006 +0200 Use the colors in the new design commit 695fb7e1c5f093a6976d3a8d3167ed383662cb8e Author: Marco Pesenti Gritti Date: Sat Sep 9 02:05:00 2006 +0200 Fix up dimensions commit 5fc7e1137d8c5cdbe7c38df022918b923e140fb9 Author: Marco Pesenti Gritti Date: Sat Sep 9 01:55:25 2006 +0200 Fix makefile commit 41b528284c6bedfad3f627637b67b6bd8c6f0962 Author: Marco Pesenti Gritti Date: Sat Sep 9 01:54:44 2006 +0200 Use CanvasView, rework to the new design, cleanup code a lot commit 1eae3082c2e4404f9fbd6d53d7927109db7b01e4 Author: Marco Pesenti Gritti Date: Fri Sep 8 22:52:06 2006 +0200 add file commit f26e85a1fa702306a51a1c23d742a8f642455ddd Author: Marco Pesenti Gritti Date: Fri Sep 8 22:49:49 2006 +0200 Write a canvas subclass in 1200x900 that adapts to screen. Use it in the test. commit 7232f0e0ea1f4209270a7e3baf8f3ace0061ec53 Author: Marco Pesenti Gritti Date: Fri Sep 8 18:23:16 2006 +0200 Check there is actually a current activity before getting his id commit bfb09abf7d147f13769b4cb2ecfbea719a8b7b8b Author: Marco Pesenti Gritti Date: Fri Sep 8 18:12:08 2006 +0200 Fixup friends positioning and cleanup the code commit f4d8e538f403c6f58553015ca18554087ac4aa34 Author: Marco Pesenti Gritti Date: Fri Sep 8 18:03:40 2006 +0200 Use has_key to check environ var commit bfe4922808b8ea66b718d2555e12ff8e670c6137 Merge: 3ecb7fe 6e55871 Author: Marco Pesenti Gritti Date: Fri Sep 8 18:02:01 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6e558713fffe9d2645b314031f840c4aca7bb400 Author: Dan Williams Date: Fri Sep 8 11:47:02 2006 -0400 Add environment variable to control dbus monitor commit e402fe32864e70e2b6a428c8efd1d012854fe0ca Author: Dan Williams Date: Fri Sep 8 11:26:40 2006 -0400 Get initial properties synchronously rather than async commit 3ecb7fe70dbcfa16f55f23b23582963a30c70d3e Merge: 03aa335 e402fe3 Author: Marco Pesenti Gritti Date: Fri Sep 8 17:21:32 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 03aa33566162601d65fda9e7d137234b06b52057 Author: Marco Pesenti Gritti Date: Fri Sep 8 16:27:17 2006 +0200 Fix friends colors commit 3e82db03c0471bed8fc2f6f426a4b66f54c2a0fb Author: Marco Pesenti Gritti Date: Fri Sep 8 15:26:27 2006 +0200 Show different icons commit 233051875b0eb7466612156fbe7c5d7b33e6ddc4 Author: Marco Pesenti Gritti Date: Fri Sep 8 15:09:10 2006 +0200 Bring around both colors, since multiple combinations can have the same base color. commit 2a2554f157d977efb182e55bb71e5c38d4ae4263 Author: Marco Pesenti Gritti Date: Fri Sep 8 14:22:31 2006 +0200 forgot to add files commit b8018bb889fc6921a6af8d6512f34cff387431a7 Author: Marco Pesenti Gritti Date: Fri Sep 8 14:21:56 2006 +0200 Add a test for icons commit 8d27527fd90eb686ec3b65d49d6f2e685106e16f Author: Marco Pesenti Gritti Date: Fri Sep 8 13:53:55 2006 +0200 Integrate new colors table commit 7abb2f73879a5d73d9c0b52bc321f793b378ef9f Author: Marco Pesenti Gritti Date: Fri Sep 8 12:23:33 2006 +0200 Remove buddies when they leave commit 4e8278d4a6dde510c3e9c01380df859e7c7dad27 Author: Marco Pesenti Gritti Date: Fri Sep 8 12:15:50 2006 +0200 Implement clear commit 39e1e0808224b33f898fcd240300e76418560c6a Author: Marco Pesenti Gritti Date: Fri Sep 8 11:54:31 2006 +0200 Fix redrawing commit 188edf560a2bddd3b740a8f1999e9d84f4a6ae56 Author: Marco Pesenti Gritti Date: Fri Sep 8 11:35:28 2006 +0200 Correct buddies placement commit 071719e0a4ec51adf9b2ba2cd561671b6a20e9b1 Author: Marco Pesenti Gritti Date: Fri Sep 8 11:31:11 2006 +0200 Do not sum up multiple translations commit 10f3c1bc9244bd1fb5c79956c3311949c9c65210 Author: Marco Pesenti Gritti Date: Fri Sep 8 10:38:45 2006 +0200 More fixes commit d2ca088057542f5cce0b050ae6f514aa27da3011 Merge: 53d9686 e2306d8 Author: Marco Pesenti Gritti Date: Fri Sep 8 10:20:17 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 53d9686e6ef59171d66daa6d12e647fc00554ad3 Author: Marco Pesenti Gritti Date: Fri Sep 8 10:16:23 2006 +0200 Use float for x,y,w,h commit e2306d81bd15455d1f0639d0ceaea091b7c2a127 Author: Dan Williams Date: Thu Sep 7 23:30:22 2006 -0400 Add PropertyChanged signal for Buddy objects because color and address can change later. Also don't try to stuff None through dbus commit 4c167037d4789d37f4627460b55bab0fd1e407ca Author: Dan Williams Date: Thu Sep 7 23:29:28 2006 -0400 Add Owner to buddy list commit 45e37349d2842fae601091b55e76230a2e5773ef Author: Dan Williams Date: Thu Sep 7 23:28:01 2006 -0400 Add dbus-monitor service, but disable to reduce spew commit 5f93f4138724f25cacff40c2ce0fc7f9632e5613 Author: Marco Pesenti Gritti Date: Fri Sep 8 02:59:05 2006 +0200 Typo commit e56954cf485cf26acd8caf0971a03cf64834e695 Author: Marco Pesenti Gritti Date: Fri Sep 8 02:51:10 2006 +0200 Create with correct grid size commit 6bbb20c4c7fff8a9ca5797aac3522baefe037ab6 Author: Marco Pesenti Gritti Date: Fri Sep 8 02:20:11 2006 +0200 Add padding in the constraints constructor commit 57d1221cd31150e403db66f796d3f7470e552012 Author: Marco Pesenti Gritti Date: Fri Sep 8 02:11:46 2006 +0200 Ensure w/h > 0 commit d58936869f3223624d08ec5530bc3bc51b24e29c Author: Marco Pesenti Gritti Date: Fri Sep 8 01:54:52 2006 +0200 Bugfixes commit d8d80854d6ca834dd55893c9cb7873fd0149d848 Author: Marco Pesenti Gritti Date: Fri Sep 8 01:13:42 2006 +0200 Fix up the right panel, unfinished commit d51a00eaec74f81ffe32cfc0acd7db1ed8d2d5f7 Author: Marco Pesenti Gritti Date: Fri Sep 8 00:51:45 2006 +0200 Get the top panel back commit 7850970f27feb18439d2bc0c4c3e1573fb129308 Author: Marco Pesenti Gritti Date: Thu Sep 7 19:51:27 2006 +0200 Make the frame adapt to screen size again. Several cleanups. Fixup makefiles commit 5988a895176e662dc0a1b0629bb7da1441cfe107 Author: Marco Pesenti Gritti Date: Thu Sep 7 19:03:40 2006 +0200 Write a GridModel, with correct size and layout, and use it commit fbc7bd8b976bb26dddadc43f9b3737a870616149 Author: Marco Pesenti Gritti Date: Thu Sep 7 18:47:15 2006 +0200 Fix inverted rows/cols commit 4f0a470b8e4a327dcb91394691b8e01e4fd88e3f Author: Marco Pesenti Gritti Date: Thu Sep 7 16:42:12 2006 +0200 Forgot to add files. Remove debug code commit 21b19924eab1d0a4d7ce2f83e8c10e2972ac7a3d Author: Marco Pesenti Gritti Date: Thu Sep 7 15:11:51 2006 +0200 Implement the grid, regress UI a bit commit 61058e011058dda4518ddae9778418995b197e00 Merge: 6aadff4 ef254ce Author: Marco Pesenti Gritti Date: Thu Sep 7 11:36:33 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 6aadff4e87d9f4325ff8dc398f659047088c66db Author: Marco Pesenti Gritti Date: Thu Sep 7 11:36:04 2006 +0200 Simple grid layout commit ef254ce128b7f8f676f62dacfaecbfe56435a205 Author: Dan Williams Date: Wed Sep 6 10:16:49 2006 -0400 Create placeholder Owner object when PS starts, fill in services later commit f40485aad433138da6c616f5baef0b04335d9ce6 Author: Marco Pesenti Gritti Date: Mon Sep 4 22:37:17 2006 +0200 Handle F6 in sugar commit 693b14f3c9e6a1bd63595cccaf451e08250da7a3 Author: Marco Pesenti Gritti Date: Mon Sep 4 22:20:13 2006 +0200 Some makefile fixes commit b9cc263d7529b319020d1a2ceb294663ddcb05ce Author: Marco Pesenti Gritti Date: Mon Sep 4 21:49:58 2006 +0200 Cleanup and startup the wm before first time dialog commit 01c4658ee0e5f36a966d03375de1afb14605d9e3 Author: Marco Pesenti Gritti Date: Mon Sep 4 21:34:54 2006 +0200 Make conf private, expose the nick name from env commit 995c74b11640941d985bd756320068cb0a7d05a1 Author: Marco Pesenti Gritti Date: Mon Sep 4 17:00:45 2006 +0200 Sort of functional invites implementation commit cdbd4e28b4b222dc42ec8d6f16d79038d3b7bcc7 Author: Marco Pesenti Gritti Date: Mon Sep 4 14:30:44 2006 +0200 Start implementing invites... commit 73b793472c48cf0373c09a397b706aaaa42bc729 Author: Marco Pesenti Gritti Date: Mon Sep 4 13:32:31 2006 +0200 fix the problem with registering services with the same stype inside different activities. commit b1b9cb57fe23442389978ea8185ad71932a3e013 Author: Marco Pesenti Gritti Date: Mon Sep 4 12:13:16 2006 +0200 Add icon commit 98c301568db7a4eb982be70b8f80930b4cabf255 Author: Marco Pesenti Gritti Date: Sat Sep 2 11:43:32 2006 +0200 Remove unnecessary method from the dbus service commit 58a79eb1234f1681af033ff8711c3dbc6baa00b0 Author: Marco Pesenti Gritti Date: Sat Sep 2 10:54:34 2006 +0200 Get rid of default type from the activity definition. Modify code to use activity type id instead, except from mapping service to activity. commit 8ffff18bc330540d38a8188a79e53467dcf19874 Author: Marco Pesenti Gritti Date: Fri Sep 1 21:06:34 2006 +0200 Correct installation path commit bcfe526a85ac233e92d1bf37a241cbd5bd663f16 Author: Marco Pesenti Gritti Date: Fri Sep 1 18:59:14 2006 +0200 Disconnect the signals from the right object commit c39d693d089972220df3901743d669f49376d53d Author: Marco Pesenti Gritti Date: Fri Sep 1 18:46:56 2006 +0200 Handle transformations commit e6b839f2025d7c15047bacf8c7e2fcfdad199a95 Author: Marco Pesenti Gritti Date: Fri Sep 1 18:38:23 2006 +0200 Fix logic commit b15fb5ad501d197c14da63f0893299f5310155f1 Author: Marco Pesenti Gritti Date: Fri Sep 1 15:33:55 2006 +0200 Cleanups commit a6f9241e95a751fe15e0ba00e1fa1719e9ad614a Author: Marco Pesenti Gritti Date: Fri Sep 1 15:11:52 2006 +0200 Refactor frame stuff naming some commit 4c80db6da0e4468b2b6fa748f58ae0c40a9865da Author: Marco Pesenti Gritti Date: Fri Sep 1 15:00:45 2006 +0200 Some cleanups commit 126ed5840f90645f8638155781ff03bf65b6f1ad Author: Marco Pesenti Gritti Date: Thu Aug 31 22:41:41 2006 +0200 Respect constructor properties commit 0ae39c93e7a364f42b4765da92d80b21377527d0 Author: Marco Pesenti Gritti Date: Thu Aug 31 22:29:31 2006 +0200 Reimplement the icon item to render svg directly. Some regressions sorry, need also to fix pygoocanvas... commit 110d1bf8ce2783cb5086f06eb4e8993da631864a Author: Marco Pesenti Gritti Date: Thu Aug 31 17:58:18 2006 +0200 No more need to keep zoom level in the shell. Work around redrawing issue. commit 26c50e3b3dc98a16572686c015818b7769ab0ea0 Author: Marco Pesenti Gritti Date: Thu Aug 31 10:10:45 2006 +0200 Panels doesn't take focus commit 590608b19b46087ab8c85d5151b925726fd747ee Author: Marco Pesenti Gritti Date: Wed Aug 30 13:14:37 2006 +0200 Missing service getter commit 77e689f21b95ce32d0cf85b1f502fa4716bc4bd6 Author: Marco Pesenti Gritti Date: Wed Aug 30 13:04:12 2006 +0200 Persist the friends list commit 030ba2b56d1a698e3bb4a8dfb5843302e3c7569c Author: Marco Pesenti Gritti Date: Wed Aug 30 12:22:01 2006 +0200 Clicking on the friend icon in the frame add it to friends. commit 6865148c901079b5fccb33e0f3d148b9d6e42bea Author: Marco Pesenti Gritti Date: Wed Aug 30 11:46:14 2006 +0200 More refactoring. Start implementing friends. commit 028d22cdd74728f9af47672046d569024eb6ba8d Author: Marco Pesenti Gritti Date: Wed Aug 30 11:15:21 2006 +0200 More refactoring of the home implementation commit adb269709c51601f8c55a71594e2274a8fa9ad64 Author: Marco Pesenti Gritti Date: Wed Aug 30 10:55:57 2006 +0200 Remove obsolete import commit cd0b794879bd8803f9be9695c9987bfaf3966ca2 Author: Marco Pesenti Gritti Date: Wed Aug 30 10:54:28 2006 +0200 Simplify overdesigned Mesh view impl commit aea10ae9004b57c22986cbc3369f65a2a7855e4d Author: Dan Williams Date: Tue Aug 29 16:52:55 2006 -0400 Fix array signature for mdns call properties commit 721ef6e29cccfd3b4804c947d3746aa3a5498452 Author: Dan Williams Date: Tue Aug 29 11:52:49 2006 -0400 Write out log strings as utf8 commit 47af6a7b9dfcb98bc10565242a6a7a43ffb19ea9 Author: Marco Pesenti Gritti Date: Tue Aug 29 17:28:44 2006 +0200 FIx makefile commit fa8ad923228a39c265616c44849db4527e5a284f Author: Marco Pesenti Gritti Date: Tue Aug 29 17:18:16 2006 +0200 Take icon size and borders into account commit fddc1f56af30cc04b313bd433a7d94e2ef366339 Author: Marco Pesenti Gritti Date: Tue Aug 29 17:12:39 2006 +0200 Cleanup code a bit, fix redraw issue on startup commit f496a2f54354b0f373ebb362d48cc7383547123b Author: Marco Pesenti Gritti Date: Tue Aug 29 16:47:36 2006 +0200 Kill unused code commit fcc06834bcd56464182abdf4b82593b16488fd80 Author: Marco Pesenti Gritti Date: Tue Aug 29 16:29:56 2006 +0200 Hook up activity activation commit 19178464fbe8cdb27f1d6491bc59395774cb7430 Author: Marco Pesenti Gritti Date: Tue Aug 29 16:17:00 2006 +0200 Hook up opening shared activity again commit 8722255b17e41664bf11cdbe7af99c3a4dd12ba5 Author: Marco Pesenti Gritti Date: Tue Aug 29 16:07:23 2006 +0200 Add some simple layout logic for the icons commit db4553184e181c0466ec60736247f611d5f8ab9f Author: Marco Pesenti Gritti Date: Tue Aug 29 14:47:33 2006 +0200 Bigger angles radius commit f597375aff4f157e34ade45a7bedcb009f7a6dd0 Author: Marco Pesenti Gritti Date: Tue Aug 29 14:39:34 2006 +0200 Improved zoom model commit a29230c1834d3738e783f83ae0c5e633d9381860 Author: Marco Pesenti Gritti Date: Tue Aug 29 11:48:20 2006 +0200 Rewrite the zoom logic. Regress some stuff... will fix. commit f75d36055fef9af414d1e9c535a498b307b809a5 Author: Marco Pesenti Gritti Date: Tue Aug 29 00:30:19 2006 +0200 As suggested by Eben, do not autohide the frame and show it for 10 seconds at startup. commit 3ac947391cf582174aa0a20b0b25b54e9de0c349 Author: Marco Pesenti Gritti Date: Tue Aug 29 00:18:35 2006 +0200 Fix nast bug, don't construct multiple times! commit 95be6c3e423771be32c626bf82bb46ffd924d56a Author: Marco Pesenti Gritti Date: Mon Aug 28 23:03:01 2006 +0200 Fix some bugs, make it more solid, update on share. commit c630a8b11ec51b3160b30c40dc6058780c37b84d Author: Marco Pesenti Gritti Date: Mon Aug 28 21:52:02 2006 +0200 Fix up sizing removing the work around for mb. mb should be fixed soon (and latest svn is screwed anyway) commit 7d6452f17a6f68e4c31cbd4ef69fb4580b4250b7 Author: Marco Pesenti Gritti Date: Mon Aug 28 21:38:36 2006 +0200 Complete presence list implementation commit 4dbf80369b8d4a44b9d53075d2dd922cd2000e29 Author: Marco Pesenti Gritti Date: Mon Aug 28 18:40:41 2006 +0200 Start implementing presence on the friends panel commit 7d01cee2efb9d647bf67de65c456e9c4be55c553 Author: Marco Pesenti Gritti Date: Mon Aug 28 16:53:29 2006 +0200 Activate/deactivate the frame on F5 commit 3f4625f0a1262f4d1255cac1dee05eb3daa3f7a2 Author: Marco Pesenti Gritti Date: Mon Aug 28 15:22:52 2006 +0200 Get rid of the contextual chat. commit 7af2ea5bbd566a3087f65c71c7ee7aa82be83006 Author: Marco Pesenti Gritti Date: Mon Aug 28 15:10:31 2006 +0200 Fix donut activity icon, implement share commit 8d26a76a88551cf83b8b12ca9d3db696e1c71f7d Author: Marco Pesenti Gritti Date: Mon Aug 28 14:58:21 2006 +0200 Add the actions buttons on the friends panel commit b6cf5ef31e30e23cb608fbc803af3026a5bb6e0b Author: Marco Pesenti Gritti Date: Mon Aug 28 14:36:48 2006 +0200 Get the zoom level buttons to work commit a0127aa4df05dfac0c99019f1fdfa89f587b4932 Author: Marco Pesenti Gritti Date: Mon Aug 28 14:04:51 2006 +0200 Add the top panel, unfinished. commit 766f9d6e6883822a4b3f76c73e7d7d5e124fb51e Author: Marco Pesenti Gritti Date: Mon Aug 28 12:44:46 2006 +0200 Use gproperties in IconItem, make the color optional commit 22e290332edc221f3020cb1d3f69dddc0c830af5 Author: Marco Pesenti Gritti Date: Sat Aug 26 14:59:19 2006 +0200 Remove buddies when they disappear. The canvas model / data model separation makes this more complicated than I'd like. Maybe it's worth to merge the two levels, I dunno. commit 83bbe54bc8f7f8be451f52ffd919569e47783930 Author: Marco Pesenti Gritti Date: Sat Aug 26 14:17:55 2006 +0200 Hook up activity colors commit e34d437fb9ede1c5a547bbabe99978207e2a389b Author: Marco Pesenti Gritti Date: Sat Aug 26 13:38:42 2006 +0200 Make paths manipulation stuff private commit 93d489741d676d4ed3b3285bf732c614e6fff371 Author: Marco Pesenti Gritti Date: Sat Aug 26 13:35:03 2006 +0200 Automatically read the profile (lazily) commit a7c552c038ee090018f6becad5f84f8141e3e79b Author: Marco Pesenti Gritti Date: Sat Aug 26 13:03:06 2006 +0200 Get rid of env.get_nick_name, that comes from the profile now commit 4f3e3a290c9c70ba18c43c5d01b497c483758ccc Author: Marco Pesenti Gritti Date: Sat Aug 26 12:56:40 2006 +0200 Remove unused MeshChat commit 8ab45f697dd2af0a6598c73486b70c23ab618e4b Author: Marco Pesenti Gritti Date: Sat Aug 26 12:52:55 2006 +0200 Do not expose unnecessary api commit 508ab2af25027f1b40e6feee5b0556514ef889c6 Author: Marco Pesenti Gritti Date: Sat Aug 26 11:47:02 2006 +0200 Move DonutItem out of public api commit 93a97660b4175731fabdf0f27bd5874725411853 Author: Dan Williams Date: Fri Aug 25 16:09:54 2006 -0400 Remove obsolete gtk import and code and save 1.7MiB writeable. Whee\! commit ef47f6e4c5baedf9c7f6aa4e44e5564da431d071 Author: Dan Williams Date: Fri Aug 25 14:55:19 2006 -0400 Fix buddy & activity visibility leaks if they are not yet valid; add Activity color attribute and don't make activity valid until we get the color commit 6b232d97d823012a51c7de8565dd3bbb428d3397 Author: Marco Pesenti Gritti Date: Fri Aug 25 20:12:52 2006 +0200 Rework profiles code a bit, initialize gecko profile commit ba3d5fce8c5051fbb6d9557d127f922145ad7f41 Author: Dan Williams Date: Fri Aug 25 12:11:25 2006 -0400 Don't traceback when buddies have bad colors commit 8ac55c287ebf678a1166fd5d4f3c3d6676168f2d Merge: cbfb10d f0a4459 Author: Marco Pesenti Gritti Date: Fri Aug 25 17:44:45 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit cbfb10d02033787d7b37eafa23c50b96cd689eef Author: Marco Pesenti Gritti Date: Fri Aug 25 17:44:07 2006 +0200 Keep a reference on the key grabber commit f0a445910366e54de3365140bdc51933c2a9c171 Author: Dan Williams Date: Fri Aug 25 11:24:39 2006 -0400 Don't die when an activity doesn't have an icon commit 76463665539bb1642dc000d153245974286798cd Author: Marco Pesenti Gritti Date: Fri Aug 25 14:39:58 2006 +0200 Keep the bindings private commit 760651e3d7b7ecaa43825a848cc99ee32146b7c4 Author: Marco Pesenti Gritti Date: Fri Aug 25 14:08:39 2006 +0200 Scale the home canvases to actual screen size commit 6cd4db9a2d75c33267b87ed82568855577ca4af8 Author: Marco Pesenti Gritti Date: Fri Aug 25 14:04:46 2006 +0200 Update keybindings commit 6e920265ad6c21c96bc2c78c783031d7a324c3bc Author: Marco Pesenti Gritti Date: Fri Aug 25 14:03:48 2006 +0200 Complete the keybindings stuff and use it for the home page commit 4425e14f136e2e1a6474737ec169b2800e91fcea Author: Marco Pesenti Gritti Date: Fri Aug 25 12:28:52 2006 +0200 More work on global keybindings commit 1ada2b68b62c44b7379f3623567dbb291d04ab7a Author: Marco Pesenti Gritti Date: Fri Aug 25 11:19:27 2006 +0200 Skeleton for the global keys stuff commit b34cff91a39481744107ef0453f8d44ae5c7fb73 Author: Marco Pesenti Gritti Date: Fri Aug 25 10:33:39 2006 +0200 Move threadframe inside bindings directory, will add more stuff there. commit 7fe9f84a0aed873c9d5d16bdcd1242ba6ea0d6e1 Author: Marco Pesenti Gritti Date: Fri Aug 25 01:06:37 2006 +0200 Initialize the service to None commit 05061c5e3de5e1da5193c6e6af4b018bca0fcfb0 Author: Marco Pesenti Gritti Date: Fri Aug 25 00:49:39 2006 +0200 Use the actual buddy color commit 9e970b5b0f3f7254551c84c0ef85d5c403c1f9e3 Author: Dan Williams Date: Thu Aug 24 14:39:53 2006 -0400 Add IconColor.py to makefile commit 18a9ea1872c081b63de5dd554ffbf69ae7223de4 Author: Dan Williams Date: Thu Aug 24 12:40:12 2006 -0400 Try to fix MostlyReliablePipe tracebacks in multicast stuff commit d2c082916573fad6ac06ffa8226b01ec98ae888c Author: Dan Williams Date: Thu Aug 24 11:09:53 2006 -0400 Don't traceback when somebody doesn't advertise their color commit 3f50668494739fdb5e674542df4df19d83638ced Author: Marco Pesenti Gritti Date: Wed Aug 23 21:03:17 2006 +0200 Add color support to the profile commit c3d0ae03591b64406c83a54685552090cd5fe56d Author: Dan Williams Date: Wed Aug 23 13:35:29 2006 -0400 Add Theme.py to the makefile commit eef5e5b18a4fd49360758df880a1a14c3b97446f Author: Dan Williams Date: Wed Aug 23 11:38:56 2006 -0400 Convert PS bindings instantiation into a singleton to cut resource usage commit d334b6e3bdc44cc044e508d6e3886c6214c43c06 Author: Dan Williams Date: Wed Aug 23 11:14:46 2006 -0400 Add a color property and access to Buddy objects commit e366753ab0b3c2f21109859745fd60b927b9504c Author: Dan Williams Date: Wed Aug 23 10:41:12 2006 -0400 Make theme color accessors more descriptive; add mesh view zoom rects commit 4eb5a6127621c727372e111a2d9450afc438caca Author: Dan Williams Date: Wed Aug 23 08:13:15 2006 -0400 Actually make theme object a singleton commit 3b9d3daa3baf991f071438e21e07f2e8a4834e72 Author: Dan Williams Date: Wed Aug 23 08:06:45 2006 -0400 Implent color theming for Friends view commit f3435bb9148bf5d7fe91c6fef591b5e9156e9a41 Author: Dan Williams Date: Wed Aug 23 07:09:10 2006 -0400 Add simple theme support to pick up color themes in the Home Window commit 1b688469c1861f0f47729393d7649d38b100fc61 Author: Marco Pesenti Gritti Date: Wed Aug 23 11:56:59 2006 +0200 Update horribly outdated README commit 631c3fa58ade6b2ec1e83da11c482159669fe993 Merge: f53af6a 4e85e24 Author: Marco Pesenti Gritti Date: Wed Aug 23 11:52:47 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit f53af6af4c4bfd215e357363b047fad0e0be2301 Author: Marco Pesenti Gritti Date: Wed Aug 23 11:52:18 2006 +0200 Start implementing the panels. commit 4e85e24fa9be601a6235e39330a0b05a155b03df Author: Dan Williams Date: Wed Aug 23 00:59:42 2006 -0400 Add note about SUGAR_EMULATOR commit 9f674ef23265eea5915b96dca95eed67d35116e7 Author: Marco Pesenti Gritti Date: Tue Aug 22 16:18:49 2006 +0200 Add missing files commit bf8f1e30adf4894883a8a9dc024e067202c021a1 Author: Marco Pesenti Gritti Date: Tue Aug 22 16:15:52 2006 +0200 Forgot to add these commit 511fec421fd4f14f8d2d8d09ac8269101a3940ea Author: Marco Pesenti Gritti Date: Tue Aug 22 16:15:34 2006 +0200 Simple profile support. First time dialog (ugly and only nick atm). commit 3e51b086df1221a469bc98842fe779c47f4f2514 Author: Marco Pesenti Gritti Date: Tue Aug 22 14:01:53 2006 +0200 Create a conf module. Move activity registry out of the shell (should only be graphical) into it. commit 49073039e94685f697389712dbed35f5d39e4270 Author: Marco Pesenti Gritti Date: Tue Aug 22 10:37:24 2006 +0200 Run the session dbus from the emulator. The olpc run his own. commit 1017bba22d7e72d84b5e2b59611077bf78e66e93 Author: Marco Pesenti Gritti Date: Mon Aug 21 21:28:16 2006 +0200 Release 0.20 commit da80c910811e327e0493e8c6c2acce14f0ae7754 Author: Marco Pesenti Gritti Date: Mon Aug 21 19:37:55 2006 +0200 Enable sugar emulator only if SUGAR_EMULATOR=yes is set commit 7d6adc55a3f174f469c607689572e62a1bcd0aaf Author: Marco Pesenti Gritti Date: Mon Aug 21 15:59:40 2006 +0200 Fixup distcheck, release 0.19 commit c3b7a84cbc7b557909a00990c976b4abdeefea35 Author: Marco Pesenti Gritti Date: Sun Aug 20 12:10:12 2006 +0200 Use olpc matchbox theme commit 5e00d939de1e94fb4b5310f65a1cc03697c6923c Author: Marco Pesenti Gritti Date: Sat Aug 19 14:42:14 2006 +0200 Fix the zooming cycle commit a3f62ee68f47686e52128e7f1a1e2278bb287ebc Author: Marco Pesenti Gritti Date: Sat Aug 19 14:27:56 2006 +0200 Integrate Walter color values. (Still not fully hooked up to buddies) commit 32a368bdbb5dc9ce0de9adb5a1b120b39044dd77 Author: Marco Pesenti Gritti Date: Sat Aug 19 13:39:13 2006 +0200 Adapt to the new artwork stylesheets commit fd20af1431b9f3b23128f80347f139c1816f18ce Author: Marco Pesenti Gritti Date: Sat Aug 19 12:14:12 2006 +0200 Update keybindings commit 58ddb555c44a02f33ddf9ef549db0a2395c82da1 Merge: e5eef2e f8c4f0b Author: Marco Pesenti Gritti Date: Sat Aug 19 11:56:49 2006 +0200 Merge demo4 branch commit f8c4f0bd66309fda38047d47fb57c47409dcecf0 Author: Marco Pesenti Gritti Date: Sat Aug 19 11:54:41 2006 +0200 Skeleton group chat activity. Fix positioning in the activity bar. commit 5a2653bf1edd835c1551a4410c2e468e9334dbf7 Author: Marco Pesenti Gritti Date: Sat Aug 19 11:33:58 2006 +0200 Functional mesh view commit 0d4acb6e78ecd52b31b0b861bcf4a77b22936e59 Author: Marco Pesenti Gritti Date: Sat Aug 19 11:12:25 2006 +0200 Start implementing friends/mesh commit de65daf5480b673df26c5144925c8041a766cc87 Author: Marco Pesenti Gritti Date: Sat Aug 19 02:00:04 2006 +0200 Implement zooming levels, actual view still empty commit 24dae31a9d1bb2141db3bfd0364f2d95219fc7fa Author: Marco Pesenti Gritti Date: Sat Aug 19 01:29:42 2006 +0200 Starting to create the mesh view... commit e5eef2e183fc13a0d7bbc1faff7c6c48c75671ae Author: Marco Pesenti Gritti Date: Fri Aug 18 19:40:05 2006 +0200 Back out the 0.2 delay hack commit 825758018df41500182c8834dc19e7893d353b3a Author: Marco Pesenti Gritti Date: Fri Aug 18 19:36:36 2006 +0200 Update the color property name commit 678c7b94743bf93a89f9f7d61e0d6eebf453e73f Author: Marco Pesenti Gritti Date: Fri Aug 18 00:53:04 2006 +0200 add a dir commit a60aface74e9e135e70d0027c997eb1537a9f48a Author: Marco Pesenti Gritti Date: Fri Aug 18 00:50:20 2006 +0200 Make it a Makefile.am so that it doesn't break autogen commit 8b912fb9fad33f98327945d11809321c92921da9 Author: Dan Williams Date: Thu Aug 17 16:27:16 2006 -0400 Don't use dbus for logging until we get deadlock issues sorted out commit 212b9a49dad6e3020d3d9cc554cca614f20a32ef Author: Dan Williams Date: Thu Aug 17 14:49:04 2006 -0400 Don't do anything if there's no console commit f1d6f96dc4981137c4a44af4db1bc37816cd587c Author: Dan Williams Date: Thu Aug 17 14:46:52 2006 -0400 Reset idle_id so we keep logging even if the console isn't set up yet commit 396a32ba7cb64727573e13c6e61a44dc940450b3 Author: Dan Williams Date: Thu Aug 17 14:11:17 2006 -0400 Make an uninstall target commit 4c923db7ea60ab05fb0d2a77e99064dd651f9ce9 Author: Dan Williams Date: Thu Aug 17 12:02:29 2006 -0400 Add traceback support to the session too commit 14c9c55731e15012aafd806f00707b80ca33aefb Author: Marco Pesenti Gritti Date: Thu Aug 17 14:43:17 2006 +0200 Typo commit 640fff56191efe08013f1194f18db824d9aa228d Author: Marco Pesenti Gritti Date: Thu Aug 17 14:42:29 2006 +0200 Handle activity closed by removing his piece from the donut. commit f65d23c44002fe94477cb3354667e9297e386092 Author: Marco Pesenti Gritti Date: Thu Aug 17 14:23:52 2006 +0200 Add icon for activity to the donut. Add signals in the shell for window open/close and use them in the task view. commit 10f356cb22ffcaddfbbcd0b8332ef65409e5bf5f Author: Marco Pesenti Gritti Date: Thu Aug 17 13:16:48 2006 +0200 Add fg and bg circles, fill the paths commit fb829989c7c04d1d5063df3a2c64d28f1f541704 Author: Marco Pesenti Gritti Date: Thu Aug 17 12:09:45 2006 +0200 Get tasks adding to work commit e5ed8275a1f375da460b3a757994f39ba80c4f08 Author: Marco Pesenti Gritti Date: Thu Aug 17 11:47:41 2006 +0200 Some work on the donut... commit 7990bc0d3126408e2728e3f41745e1332182de5b Author: Marco Pesenti Gritti Date: Thu Aug 17 10:32:59 2006 +0200 Get activity bar and activity creation to work commit 01bc6cc71dca04a7b69cbb8f715bb32ecf51de0f Author: Dan Williams Date: Wed Aug 16 23:12:22 2006 -0400 Forgot to add Makefile.in commit ea3b66aa0f74d5ee91369d3cc869912993fe550e Author: Dan Williams Date: Wed Aug 16 23:07:28 2006 -0400 Fix bug in get_services; self._services.values() is a list of lists of services commit 3b8dbb083693375f9397dd83fda7bced97e800e4 Author: Dan Williams Date: Wed Aug 16 23:06:13 2006 -0400 Enable traceback debugging in the PS commit 6d7782654c15ea13f4bc9adf92efd9506d4ebc20 Author: Dan Williams Date: Wed Aug 16 23:05:53 2006 -0400 Cache activity id commit 95c06280ca214fe13570e5aebd0d40857f90610c Author: Dan Williams Date: Wed Aug 16 23:05:44 2006 -0400 Add threadframe and TracebackUtils.py so we can get tracebacks of dbus deadlocks commit 653065363639ebb59bcbbd682c6a0249dd475f11 Author: Dan Williams Date: Wed Aug 16 23:02:06 2006 -0400 Wait for PS to start again to fix race issues with activation commit dae3d2be2b99cbbb59a3aff1ab00fb0b8705a3ff Author: Marco Pesenti Gritti Date: Wed Aug 16 23:20:22 2006 +0200 Some work to implement the activity bar commit 47f25f234ee9775b0c6723312b05ca69d3709449 Author: Marco Pesenti Gritti Date: Wed Aug 16 22:01:43 2006 +0200 Home page background commit a963c330780da5053c5030bde17138ed2a28d0cb Author: Marco Pesenti Gritti Date: Wed Aug 16 20:34:33 2006 +0200 Change emulator resolution to 800x600. Change canvas resolution to 1200x900, scale it down in the emulator. commit 7dddefe22902fd671fdcac19da83aa7c6874b065 Merge: 115eefb 9ad1fe6 Author: Marco Pesenti Gritti Date: Wed Aug 16 19:55:34 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar into demo4 commit 115eefb4c2bb8154f6834caa62be2bcba80f70dc Author: Marco Pesenti Gritti Date: Wed Aug 16 19:55:13 2006 +0200 Implement a canvas element that can draw svg icons with different colors. commit 9ad1fe62aeb5b360a2c6f7e81149b5b0669ce67a Author: Dan Williams Date: Wed Aug 16 12:09:43 2006 -0400 Don't allow PS to be started twice commit 2a50bbd3ca50e44b49c619b85ae1d697c75af7c4 Author: Dan Williams Date: Wed Aug 16 11:15:59 2006 -0400 Fix service unregistration; the service will get cleaned up when Avahi notices that it has gone away so we don't have to delete it ourselves commit 6b181ced1307e9e02d43735fd364befbcdfa972a Author: Marco Pesenti Gritti Date: Wed Aug 16 00:41:51 2006 +0200 Some cleanups commit 1cfd208f7bc6873b5fe7b610835fb7201363542d Author: Marco Pesenti Gritti Date: Wed Aug 16 00:30:50 2006 +0200 Do not pass the timeout argument if we are using the in-process console commit fa90ec41aa79d349406dd1fd0084da061627bb2b Merge: a6ef49b b1c7385 Author: Marco Pesenti Gritti Date: Tue Aug 15 13:47:21 2006 +0200 Merge from master Conflicts: shell/HomeWindow.py commit b1c73852040cacccd1345967b59b7ce242975d73 Author: Marco Pesenti Gritti Date: Tue Aug 15 13:15:46 2006 +0200 Print traces also on stderr commit a6ef49b731cfc570c4f7fd6d4f9d500fb95995de Author: Marco Pesenti Gritti Date: Tue Aug 15 12:20:09 2006 +0200 Make HomeWindow a canvas. Modify screen resolution to match what Walter said. commit 621e43563f9c3b4166b13bdda36419d17f5eb658 Author: Marco Pesenti Gritti Date: Mon Aug 14 20:54:33 2006 +0200 Get rid of the initial implementation of Diana design since that's no more the plan. commit 3d4330580c557fdf27de8c1fee149ec20ecd99e3 Author: Marco Pesenti Gritti Date: Mon Aug 14 12:18:58 2006 +0200 Factor out a queue from the handler and use it for exceptions too. Send all messages in the same dbus call. commit 8f5cd86cbafa0d9c1d488e2cc797666bbe815111 Author: Marco Pesenti Gritti Date: Mon Aug 14 01:07:40 2006 +0200 Fix up .service installation commit 6eb7117c25bfea1c0970d67eff2e36f744aa3049 Author: Marco Pesenti Gritti Date: Sun Aug 13 02:57:12 2006 +0200 Getting presence service logging to work. Don't lose debug state when switching tab. commit dd7fff79f87116dd69d975187363da48edfbfa4b Author: Marco Pesenti Gritti Date: Sun Aug 13 01:31:24 2006 +0200 Fix add_python_path, ensure service exist before trying to log commit c7c71d25a88fd6a1700885b87d33aa923730fb94 Author: Marco Pesenti Gritti Date: Sun Aug 13 00:28:38 2006 +0200 Use dbus activation to start the presence service commit e2e5bc0000ab616f5de2d9270a0a4c0b98c220d3 Author: Marco Pesenti Gritti Date: Sun Aug 13 00:06:52 2006 +0200 Install service files for the presence service commit e57f4da027bfcf0d9427cf15ab1f78778b3000bd Author: Marco Pesenti Gritti Date: Sat Aug 12 23:47:14 2006 +0200 Factor out a function to write services from the activities setup code commit c07612c858518c331313c0cd998653516639d7da Author: Marco Pesenti Gritti Date: Sat Aug 12 23:38:52 2006 +0200 Fix running from installed commit bb60b8ad3eefa7d98cd0d7659860209d5c411001 Author: Marco Pesenti Gritti Date: Sat Aug 12 23:35:52 2006 +0200 Cleanup environemnt setup commit d41c761e022ef9858c34edae9850611215665029 Author: Marco Pesenti Gritti Date: Sat Aug 12 21:34:06 2006 +0200 Simplify profile/nick name code. Use SUGAR_NICK_NAME env. commit 2636bc63d0d4c2227455925b7df9ad81d8691acb Author: Marco Pesenti Gritti Date: Sat Aug 12 16:19:47 2006 +0200 Split the console service out of the shell, to remove dep commit 0963329b478e7db5f0f14e2df0ceac1ae92317b5 Author: Marco Pesenti Gritti Date: Sat Aug 12 01:36:30 2006 +0200 Disable logging in the presence service, need to solve circular dep commit fc1aefc72c35b830ae36e5f29fce31947eb70dd7 Author: Marco Pesenti Gritti Date: Sat Aug 12 01:29:55 2006 +0200 Use dbus-launch with the --exit-with-session. dbus not exiting still not fully solved. commit c5fb39875c9a6609868ef7295193840df183a6f4 Author: Marco Pesenti Gritti Date: Sat Aug 12 00:29:32 2006 +0200 Do not open multiple copies of the same activity commit 72bf63709136bf26d73e43023b9b95af2e5737e9 Author: Marco Pesenti Gritti Date: Fri Aug 11 23:30:03 2006 +0200 Actually enable exception logging commit 9585330e43fe279f839d2f63f96109d00c2470c8 Author: Marco Pesenti Gritti Date: Fri Aug 11 17:05:06 2006 +0200 Add a way to enable/disable displaying debug messages commit 884eef4bd52a33d13a1c509bf004842fa7b58652 Author: Marco Pesenti Gritti Date: Fri Aug 11 15:21:11 2006 +0200 Show all activities output in the console, just activate the tab for the current activity. commit 628271959c97c49b64ed16203a5d8a2d0202ede7 Author: Marco Pesenti Gritti Date: Fri Aug 11 13:05:33 2006 +0200 Refactor the console stuff commit cb47f17b31dde57823d46d974e983aa7fe7cad98 Author: Marco Pesenti Gritti Date: Fri Aug 11 11:37:35 2006 +0200 Move session stuff to his own package commit 27456ff7231b65ffc4409f76b167110e32790626 Author: Marco Pesenti Gritti Date: Thu Aug 10 23:54:34 2006 +0200 Remove the theme hacks. sugar-jhbuild set this up fine now. commit 093a1981d50bbefc4e76a5c65b42baa76b095a81 Merge: 9b12b11 c095192 Author: Marco Pesenti Gritti Date: Thu Aug 10 00:57:08 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 9b12b11534a007c46e626b2b7b17265f4bddee5d Author: Marco Pesenti Gritti Date: Thu Aug 10 00:54:54 2006 +0200 Get one-to-one chat back to work commit c095192d08afd61d3b8686c359106fd074c2e12a Merge: a3b81d5 f5587ac Author: Dan Williams Date: Wed Aug 9 15:50:03 2006 -0400 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit a3b81d5f0cb9eccb88ce08936db24564a7ee2e88 Author: Dan Williams Date: Wed Aug 9 15:49:50 2006 -0400 Fix log message args commit f5587ac7995feb4af14f23dd0f2dd389787758a6 Merge: aae859f ddddde5 Author: Marco Pesenti Gritti Date: Wed Aug 9 21:12:27 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit aae859f4d3a676d7a379403eab16bcb1303c4bee Author: Marco Pesenti Gritti Date: Wed Aug 9 21:09:24 2006 +0200 Load google as homepage. Some cleanups. commit ddddde54b17b860794f87f5a034604399e2540da Author: Dan Williams Date: Wed Aug 9 15:05:45 2006 -0400 Add ChatController.py to the makefile commit 0dcaf314f7933a6852bd45ea1d6705bfb5659443 Author: Marco Pesenti Gritti Date: Wed Aug 9 18:29:33 2006 +0200 Several fixes and cleanups commit 95d9b7fe8e7cbde413ef5f937cc1dda2b7fa8813 Author: Marco Pesenti Gritti Date: Wed Aug 9 15:53:10 2006 +0200 More work on the chat. Fix terminal api commit a9a65f42dfe4f0ca4eb7c916ec4afc9b3e376c69 Author: Marco Pesenti Gritti Date: Wed Aug 9 14:22:58 2006 +0200 Create the hosts when windows are displayed commit a0c69066d4531a85acfe8917cf94db7a3e36b9d9 Author: Marco Pesenti Gritti Date: Wed Aug 9 13:05:57 2006 +0200 Remove default_type from the dbus service too commit 7db5479c5c5c9ec6cafb52a60276d80caa6f9fce Author: Marco Pesenti Gritti Date: Wed Aug 9 13:01:47 2006 +0200 It's not necessary to pass the default_type around anymore. commit 7e85c5160ec0a04cb7434cd53368a7c5ba8ce0fa Author: Marco Pesenti Gritti Date: Wed Aug 9 12:57:42 2006 +0200 Setup the activity from the shell process, through dbus, this simplifies things a lot... commit e4c4e866a5c99d81f7fa0a0972311a604c6f1af2 Author: Marco Pesenti Gritti Date: Wed Aug 9 11:47:17 2006 +0200 Start refactoring to get back buddy chat to work... commit 4d67407f6a60631a9cd494c81880167c815ef51a Author: Marco Pesenti Gritti Date: Wed Aug 9 02:13:56 2006 +0200 Cleanups commit 70485218c07c56c8ce5c77ce435663b1c920b347 Author: Marco Pesenti Gritti Date: Wed Aug 9 02:02:34 2006 +0200 Split the factory to his own module commit 7ab6da7278b2a8d50db43f7737ed145e8f27ae7a Author: Marco Pesenti Gritti Date: Wed Aug 9 01:50:35 2006 +0200 Actually join the activity, check for duplicates in the model. commit c6d59fd7b44e65d33cb0a607c1321f1a62405aa2 Author: Marco Pesenti Gritti Date: Wed Aug 9 01:08:19 2006 +0200 Improve the activity api commit f1821704e708e85aeb8dc1132ff96ba6ea235395 Author: Marco Pesenti Gritti Date: Tue Aug 8 12:34:04 2006 +0200 Cleanups and document a bit commit 892c61e63a0d2fc7bb5bd0c9b128228429ac57f5 Author: Marco Pesenti Gritti Date: Tue Aug 8 12:08:16 2006 +0200 Publish and use title for the activities model commit 2535a886452337cbda22720422ffe27d4dca72c9 Author: Marco Pesenti Gritti Date: Tue Aug 8 12:01:45 2006 +0200 Use the default service to get activity informations, instead of Activity ps object. commit 544e47cbe0fc73f153f4572051bd88b688af2533 Author: Marco Pesenti Gritti Date: Mon Aug 7 16:42:36 2006 +0200 Move activity service registration in Activity commit 9274f9707f7909a64efee9254d0e9b248523472e Author: Marco Pesenti Gritti Date: Mon Aug 7 16:26:54 2006 +0200 Remove args from the factory interface commit d919848324317aa633464313c0f7609a035f096f Author: Marco Pesenti Gritti Date: Mon Aug 7 11:08:10 2006 +0200 Rework to not use protected API commit 167dbec0f5b66536e4096cd1d4d335200586feba Author: Marco Pesenti Gritti Date: Fri Aug 4 15:54:28 2006 +0200 Add a script to install external activities commit 3117d454b9dd3cfae7ed817cb07e17f4eeef28eb Author: Dan Williams Date: Wed Aug 2 10:27:09 2006 -0400 add service unregistration commit ebd27c2cbbb0440e6e72bbe3bc80da02b7b49ee7 Author: Marco Pesenti Gritti Date: Mon Jul 31 16:15:05 2006 +0200 Adapt to gecko-embed api change commit 2647b964337df8cb859f1b17d309b2efa2bfe859 Author: Marco Pesenti Gritti Date: Fri Jul 28 21:45:12 2006 +0200 Fix for dbus 0.61 commit 86bd6f50f0ad5eaaf2110e245c979687eb041d22 Author: Marco Pesenti Gritti Date: Fri Jul 28 01:25:08 2006 +0200 Use dbus activation to launch factories. This breaks p-to-p chat and ./sugar/activities. Will fix tomorrow. commit 1d370ca8e5b8f4f4b863adb7bb9ea39fe885d284 Author: Marco Pesenti Gritti Date: Thu Jul 27 10:35:59 2006 +0200 Minor fixes commit d778d45b13eb261d623d426097bf36bf6470a398 Author: Marco Pesenti Gritti Date: Wed Jul 26 18:00:28 2006 +0200 Load the current page when joining an active. Get back page sharing to work. commit e1928878f9fd7bba493b10eacc726a470f531086 Author: Marco Pesenti Gritti Date: Wed Jul 26 16:48:21 2006 +0200 Accidentally commented out console code... commit b4b4c13c905a0c3d00021ba33f30fc7e960bca06 Author: Marco Pesenti Gritti Date: Wed Jul 26 16:45:40 2006 +0200 Get one-to-one chat back to work commit 51c08af67c23f639b7f17f4de001e952f595950a Author: Marco Pesenti Gritti Date: Wed Jul 26 16:33:44 2006 +0200 Add back the ip check, ipv6 needs to be disabled in the avahi daemon config for this to work though commit 8444bd63d6af1592ce1f29dd9b2df11a0967bb1e Author: Marco Pesenti Gritti Date: Wed Jul 26 16:14:29 2006 +0200 More chat fixes... commit f5b1be244f1974178c2aae53144472cbcbccf712 Author: Marco Pesenti Gritti Date: Wed Jul 26 15:38:54 2006 +0200 Get private chat to show, not working yet commit fd6367007ae4af085382bb778bfe8fe8a24f12fb Author: Marco Pesenti Gritti Date: Wed Jul 26 14:05:43 2006 +0200 Get chat to work again commit 5f628f1a4fcb006afd006a459bd14f05e9ce18c5 Author: Marco Pesenti Gritti Date: Wed Jul 26 13:41:49 2006 +0200 Get presence to work on the chat window commit 0947581a113af6eaa3660ae37b2720c4806ab0e8 Author: Marco Pesenti Gritti Date: Wed Jul 26 12:57:54 2006 +0200 A bunch of fixes... commit 57cc6a303c6c062c7af5544fc9469f80d92a808f Author: Marco Pesenti Gritti Date: Wed Jul 26 11:44:54 2006 +0200 Some fixes, adapt the presence view to the new api commit 4cf8e8de498f01519fc020131c5b327171d9e205 Author: Dan Williams Date: Wed Jul 26 00:19:05 2006 -0500 Disable Share button when activity is already shared commit cf35d9f3747648b1d1e1d72b02904e1f4bf89b4f Author: Dan Williams Date: Wed Jul 26 00:14:09 2006 -0500 Separate a service's address into source address and the service address, and explicitly set each when required commit ae1b278d7a1a215be14d9326562f8c6e0411ba90 Author: Dan Williams Date: Tue Jul 25 19:15:36 2006 -0500 Fix getting published service values commit 80b92fe2aa0b65b3d1f61199bb34232158160d95 Merge: 164add9 2e58cc8 Author: Dan Williams Date: Tue Jul 25 19:04:20 2006 -0500 Merge branch 'master' of git+ssh://dcbw@dev.laptop.org/git/sugar commit 164add907d263a39c8b4b90b0ac0b262445de7fd Author: Dan Williams Date: Tue Jul 25 19:04:15 2006 -0500 Make shareActivity work commit 2e58cc8786342daceea9a4f7bdddfafd6d0687e1 Author: Marco Pesenti Gritti Date: Wed Jul 26 01:14:31 2006 +0200 Work around for dbus locking issue commit e5065263a9e9a8e2295d46effab39ce35d7a1349 Author: Dan Williams Date: Tue Jul 25 17:17:05 2006 -0500 s/publish/share commit 8d232ae292cf3b3b85cd34920c5eaf915c882c8a Author: Dan Williams Date: Tue Jul 25 16:46:09 2006 -0500 Fix spacing commit e3065ba02da8525b98a1aed645890ccc6dd87984 Merge: ea133a9 9e32bbb Author: Dan Williams Date: Tue Jul 25 16:38:52 2006 -0500 Merge branch 'master' of git+ssh://dcbw@dev.laptop.org/git/sugar commit ea133a9c6dd7bc64e9d375ec1d050385bd726eb4 Author: Dan Williams Date: Tue Jul 25 16:38:48 2006 -0500 merge commit c1e0bd39b211aed599b5a2cece670f96ef5aeb30 Author: Dan Williams Date: Tue Jul 25 16:36:51 2006 -0500 presence.py is no longer used commit 9e32bbba7addaff7985329af0a4fdbecc65e1223 Author: Marco Pesenti Gritti Date: Tue Jul 25 23:00:45 2006 +0200 Import some missing dbus.glib imports commit 1ef5c576c2d66ee7674ceccc6efea5c52777b443 Author: Marco Pesenti Gritti Date: Tue Jul 25 22:52:45 2006 +0200 Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to point it out. commit ef71679ed6a59626bde91d2be7c7f064a6aa6d73 Author: Marco Pesenti Gritti Date: Tue Jul 25 18:39:03 2006 +0200 Rewrite this since I forgot to add it and lost it grrr commit c094bbd8b5664aa29300644181b457013ba93476 Author: Marco Pesenti Gritti Date: Tue Jul 25 18:28:51 2006 +0200 Missing script commit 2c790da716bc5519af9c541860a88efef5113e3a Author: Dan Williams Date: Mon Jul 24 11:48:19 2006 -0500 Add debug logging support to the PresenceService commit 7cc68303f9b369d650efd26f1ab3636c26b5be0c Author: Dan Williams Date: Mon Jul 24 11:45:53 2006 -0500 Don't import gtk, just use gobject commit bfab84acc9cfea367ac08086eb4de0d753d91653 Author: Dan Williams Date: Mon Jul 24 11:27:52 2006 -0500 Poll for PS readiness rather than a hard wait time commit 3798f29a6b18e26e85178a0c924cfcfc89c4422d Author: Dan Williams Date: Mon Jul 24 11:27:21 2006 -0500 Make dbus service properties public commit 318c49bacfe9f8c6baaa486673fc845145f3ef30 Author: Dan Williams Date: Mon Jul 24 11:13:07 2006 -0500 Don't traceback when our activity can't be found (because it's not shared) commit a827175a28fe76a0c428b8319cdb5caf54e8212a Author: Dan Williams Date: Mon Jul 24 11:08:59 2006 -0500 Fix dbus_bindings import namespace commit ba6c75725d633605195515b84b8056d2fb27d735 Author: Dan Williams Date: Mon Jul 24 10:57:21 2006 -0500 Fix occurances of get_nick_name() -> get_name() commit a216a19f3f62eba01de33db81143c2d6e54f568e Author: Dan Williams Date: Mon Jul 24 10:57:02 2006 -0500 Re-enable ActivityChat service existing chat service detection code commit 5887cb39bb65e6ddb743ba1aa1e0bac90edc8e80 Author: Dan Williams Date: Mon Jul 24 10:56:06 2006 -0500 Fix get_icon_pixbuf() commit f53c5326f2fa824265618104be96efdda85e43b6 Author: Dan Williams Date: Mon Jul 24 10:55:42 2006 -0500 Add initial non-working bits of ShareActivity commit 7f39ed44e9427a0b045a8d5833b968a0807c9d8e Author: Marco Pesenti Gritti Date: Mon Jul 24 16:24:39 2006 +0200 More build fixes. Add a script for presence service. commit 7e4002596614f82f579f58946eaf67f6b7b3b87f Author: Marco Pesenti Gritti Date: Mon Jul 24 15:50:26 2006 +0200 Build fixes commit edb7e8fdc9c095ae9603c63397ebe76f067994b2 Author: Marco Pesenti Gritti Date: Mon Jul 24 15:21:58 2006 +0200 Typo commit d2f76cc41db72721d435f33f2f16f5d75a738203 Author: Marco Pesenti Gritti Date: Mon Jul 24 15:11:14 2006 +0200 More work on the new home page. Remove obsolete import. commit 1acd82599aa1c90faae98843c017263b93268190 Author: Marco Pesenti Gritti Date: Mon Jul 24 12:48:12 2006 +0200 Start working on Diana's home window visual design commit e4a87bea06ef2f5d943888df23a1c03a202dee5b Author: Marco Pesenti Gritti Date: Mon Jul 24 12:15:52 2006 +0200 Implement a stage view commit 5cec8f9734a0ac4aa26ccb0b920b456d6b8d5e9c Author: Marco Pesenti Gritti Date: Mon Jul 24 11:53:02 2006 +0200 Better applying of transformations commit 78660bfcf6d5e032cc2e0e716d123ad460188bab Merge: 1e3633b 5afb98d Author: Marco Pesenti Gritti Date: Mon Jul 24 11:02:10 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 1e3633baf791e00e4a17c09d7c29dde9762d55ed Author: Marco Pesenti Gritti Date: Mon Jul 24 11:01:25 2006 +0200 Implement translation commit 5afb98d0ae66ab767eb9055274c1851d79c6bc19 Author: Dan Williams Date: Sun Jul 23 22:29:27 2006 -0500 Add missing import commit 7c996b00114c1cdc6579af57a7da63639b5fe1d5 Author: Dan Williams Date: Sun Jul 23 09:21:00 2006 -0500 More fixes, and convert python PS bindings to more glib style method names commit 1d0b4e12b8f6a0ddc7df0c80fe34796d127f80c5 Author: Dan Williams Date: Sun Jul 23 00:32:10 2006 -0500 More PS fixes commit bca4e1ca9beb28c4afc48ef473ca35c689902de6 Author: Dan Williams Date: Sat Jul 22 23:57:18 2006 -0500 Fix typo commit b63e78a174d1db625edfd20ff6ae3fa6a412bde9 Author: Dan Williams Date: Sat Jul 22 23:56:40 2006 -0500 Make the PresenceService stuff start to work commit 1c35f8d92ca82525c82ede9b543fe603798ee817 Author: Marco Pesenti Gritti Date: Sat Jul 22 14:32:04 2006 +0200 Small improvements commit 1e3af85c4076fd03bc01592c615d3d2e291ef3a9 Author: Marco Pesenti Gritti Date: Sat Jul 22 13:48:47 2006 +0200 Implement basic animation commit a292b642e1ee6d0907fd618dd580c4f552a8db58 Merge: fe69904 ea264a1 Author: Marco Pesenti Gritti Date: Sat Jul 22 12:42:02 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit fe69904b6c3adf4874893a6ff9154265d45b9b8f Author: Marco Pesenti Gritti Date: Sat Jul 22 12:28:59 2006 +0200 Add layout manager and a circle layout commit a02313d85aa3dd2e53c4ee98a5e407460e292456 Author: Marco Pesenti Gritti Date: Sat Jul 22 11:54:27 2006 +0200 Beginnings of a simple scene API. Inspired opened-hand's Clutter commit ea264a1a83d56890d7d288a1bb7a84e05e164249 Author: Dan Williams Date: Sat Jul 22 01:26:39 2006 -0400 More PS bits commit 2aa23cfa42e1ea5db895bb12a47ca1b35451bcb1 Author: Marco Pesenti Gritti Date: Thu Jul 20 17:56:09 2006 +0200 Document the new keybindings commit 48a21ef1439d262d2c750ba0c9c6a77053f110b6 Author: Marco Pesenti Gritti Date: Thu Jul 20 17:52:31 2006 +0200 Add each activity to a separate window group to get a correct behavior with transient windows in matchbox. Thanks to Matthew Allum for suggesting this. commit 32bb288389e2b598f9dcf59e766d8e3aaad67ec8 Author: Marco Pesenti Gritti Date: Thu Jul 20 16:49:11 2006 +0200 Some build fixes. pygtk.require at least one time for process. commit d6ec6db8809659e827a2d5f6387451084e99338c Author: Marco Pesenti Gritti Date: Thu Jul 20 12:13:47 2006 +0200 Make the console contextual to the activity and use the window manager to activate it. commit 87cb115aa0155291d2473537a3fa2da1400c174f Author: Marco Pesenti Gritti Date: Thu Jul 20 11:34:06 2006 +0200 Abstract activity on the shell side into an ActivityHost object. Comment out/fix more ps borkage. commit 53947aaaf2db8aa7c5b0229f06730626666f870b Author: Marco Pesenti Gritti Date: Thu Jul 20 10:49:44 2006 +0200 Add script to launch an activity. Associate F4 in the wm to the terminal activity commit af54f25e0e0b95551483cf46ecb6e274984cc96e Author: Marco Pesenti Gritti Date: Thu Jul 20 10:40:18 2006 +0200 Rename sugar-activity to sugar-activity-factory commit 2a28ea38b12f617a1b78b8a0f8eb96e2536394cf Author: Marco Pesenti Gritti Date: Thu Jul 20 10:35:41 2006 +0200 Add a show_launcher property. Show only the web activity commit a06d75bd56b73c4703513454a35225d92759b6ef Author: Marco Pesenti Gritti Date: Thu Jul 20 10:12:42 2006 +0200 Port some stuff to new presence service (not tested, but I need this to at least run). Comment out some broken code in Owner.py, Dan please take a look at this. commit e348de9c7e08bb180934737a16f0cf5778d42df4 Merge: 5731405 766b82d Author: Marco Pesenti Gritti Date: Thu Jul 20 09:59:24 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit 5731405901d7713182c5e1eb46b20b9377d9d8c6 Author: Marco Pesenti Gritti Date: Thu Jul 20 09:58:45 2006 +0200 Promote terminal activity from terminal to activities. Fix api commit 766b82d46706c0a9f4e32635e27db8aa55a1b820 Author: Dan Williams Date: Wed Jul 19 15:27:37 2006 -0400 Switch sugar/presence module over to a thin API wrapper around the PresenceService dbus API commit d2fdd6400348b2adc08b99e69e67c64aa092ac65 Author: Marco Pesenti Gritti Date: Wed Jul 19 21:06:18 2006 +0200 Install the new PresenceService stuff commit 1590e15c2569a3d1478286d21027d43a79d973da Author: Marco Pesenti Gritti Date: Wed Jul 19 20:59:46 2006 +0200 Fix path building commit c3de9649b913ab5ffe831989f22bf2f397431474 Author: Marco Pesenti Gritti Date: Wed Jul 19 20:58:29 2006 +0200 Use the new -kbdconfig option in matchbox commit 5daa5aa69b0cd80de78e280eca8fd0620340e420 Author: Marco Pesenti Gritti Date: Wed Jul 19 19:35:32 2006 +0200 Missing return, yay for python commit 24e078471f752381ca3343633233179e6183fdc3 Author: Marco Pesenti Gritti Date: Wed Jul 19 18:43:24 2006 +0200 Update the title commit 3151281354192b7b198b142d3c60f25a768c9ac9 Author: Marco Pesenti Gritti Date: Wed Jul 19 18:35:37 2006 +0200 Set the people window transient commit a33bdbc8c5f6fd65f0504f5a9a3c073dbfd842e9 Author: Marco Pesenti Gritti Date: Wed Jul 19 18:19:00 2006 +0200 Tweak people window size commit e8a342c21447e663c40f9408dd0541485be69e09 Author: Marco Pesenti Gritti Date: Wed Jul 19 18:16:44 2006 +0200 Do not destroy chat on close, just hide it commit a9cdfa061721a23e537bcd42185b8218963c4c18 Author: Marco Pesenti Gritti Date: Wed Jul 19 17:49:34 2006 +0200 Add a matchbox kbdconfig commit c2f9d4c2067db08b4ca3c02a76797ae72faa5e6a Merge: ae00121 db04a3d Author: Marco Pesenti Gritti Date: Wed Jul 19 17:42:34 2006 +0200 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar commit ae00121fbffdb3434d79716a112bd5956b9e5e67 Author: Marco Pesenti Gritti Date: Wed Jul 19 13:38:24 2006 +0200 Use matchbox to activate home and people page commit db04a3d2c9633df327707d869c5814fa2c35513f Author: Dan Williams Date: Wed Jul 19 07:36:58 2006 -0400 Fix up signal decorator arguments and some undefined variables commit f413416e159887240151a29db5e163b8aa8a5c5f Author: Dan Williams Date: Wed Jul 19 00:10:35 2006 -0400 Continue to fill out presence service to the spec commit 08a52809a6ae3c712d67a9b50f10821ab5225e48 Author: Marco Pesenti Gritti Date: Tue Jul 18 21:13:10 2006 +0200 Hint home window as desktop commit 79007cfb0af7dd3454ff75796203d0586f00f9c8 Author: Dan Williams Date: Tue Jul 18 10:51:04 2006 -0400 Add most bits of new presence service code commit 46d2f1c532278bee5b5c8550d83d4ceb064ccc95 Author: Marco Pesenti Gritti Date: Sun Jul 16 17:25:32 2006 +0200 Get rid of pygtk.require. It doesn't make a lot of sense and recent apps are not using it anyway. commit ca48a95ef1f6c83e191c87f2684f14d6e011affc Author: Marco Pesenti Gritti Date: Sun Jul 16 16:44:23 2006 +0200 Add some options to Xnest commit 5ec089b82956aae93bb1ba06ffab7f30cbfce382 Author: Marco Pesenti Gritti Date: Sun Jul 16 14:22:10 2006 +0200 Add support for Xnest commit ed303285a8873e9c91186fee372d101a87dbd99e Author: Marco Pesenti Gritti Date: Sat Jul 15 17:07:59 2006 +0200 Close the socket once we are done commit bb2ba6da39882d3438fc8870d298bed19ffb204c Author: Marco Pesenti Gritti Date: Sat Jul 15 15:43:23 2006 +0200 Typo commit faac100ba5cd7f344558904713c4f397a711396c Author: Marco Pesenti Gritti Date: Sat Jul 15 15:32:05 2006 +0200 Automatically find a free display commit 21b46a002256f7004c45c7ac379a93ce75d7834f Author: Marco Pesenti Gritti Date: Sat Jul 15 12:31:06 2006 +0200 Bunch of fixes, sharing should be back to work commit db08c3795f5e02245477126e8eb19e0049303332 Author: Marco Pesenti Gritti Date: Fri Jul 14 16:40:45 2006 +0200 Read service type from the .activity file commit 5ff09a10f7fe85c78c911b0393d88a4b2095cb5d Author: Marco Pesenti Gritti Date: Fri Jul 14 15:47:42 2006 +0200 Write a model for activities and use it in home page commit e079d763801670453ef7e5aa1c5d414587e34e0f Author: Marco Pesenti Gritti Date: Thu Jul 13 11:10:27 2006 +0200 Update the task list on add/remove rather than rebuilding every time. Note that this is _not_ the real UI. It's just some stuff I put there because we need the functionality while we finalize the real design and we figure out how to implement it. commit cc66d7d4df08a8654bfe2050eeea6575ffe2ddac Author: Marco Pesenti Gritti Date: Thu Jul 13 10:47:36 2006 +0200 Merge presence window and chat in one window commit 326f372f54d812044a1d20ce41dbc306371af4d8 Author: Marco Pesenti Gritti Date: Wed Jul 12 22:45:13 2006 +0200 Adapt to the new API commit 02c697d862feef046a4ee2407cc29010a65382c5 Author: Marco Pesenti Gritti Date: Wed Jul 12 22:24:49 2006 +0200 Reuse the spawn code commit 2bbedf988b39c5af35777954444ba54ceba13ecb Author: Marco Pesenti Gritti Date: Wed Jul 12 22:17:57 2006 +0200 Fix a bunch of bugs, more cleanups commit d12b780074b05b0abcaf6b3877a9a4047c6e0d0e Author: Marco Pesenti Gritti Date: Wed Jul 12 17:21:22 2006 +0200 More work on session refactoring commit be806eb1918f7db90e661b5fcb4e260a0b1ba669 Author: Marco Pesenti Gritti Date: Wed Jul 12 14:02:29 2006 +0200 More cleanups and some fixes commit ca2b08f8b6fb1bc54a4e4f9cfc457f57cf958c7f Author: Marco Pesenti Gritti Date: Wed Jul 12 13:20:41 2006 +0200 Cleanup and document session creation and activity registry commit e959a6f37f07550e62d670ce6bad69a7e1ad8270 Author: Marco Pesenti Gritti Date: Tue Jul 11 15:32:10 2006 +0200 Add a few translations, thanks to Shina Owolabi commit 01da88551614a062b11659bd7f3a7330e5bde59a Author: Marco Pesenti Gritti Date: Mon Jul 10 16:16:30 2006 +0200 Lots of build fixes commit 3e30af13f6870eeee89b957a0e2e5f419c68ccaf Merge: e6a8860 9f9f420 Author: Marco Pesenti Gritti Date: Mon Jul 10 14:00:06 2006 +0200 Merge design-review-3-no-tabs Conflicts: activities/browser/BrowserActivity.py shell/ActivityContainer.py shell/ActivityHost.py shell/ConsoleLogger.py shell/HomeWindow.py shell/Shell.py shell/WindowManager.py sugar/activity/Activity.py commit 9f9f42086333ad7fec3a2f5c0658145cd57dd992 Author: Marco Pesenti Gritti Date: Mon Jul 10 13:42:34 2006 +0200 Add tasks to the home window. A bunch of fixes. commit 1cc14e406a62a015067446976d149a1f60de5197 Author: Marco Pesenti Gritti Date: Sun Jul 9 17:37:54 2006 +0200 More work on the window management refactor commit e6a8860f3ee0aa890528af07c4a44bb05cbd74f6 Author: Marco Pesenti Gritti Date: Sun Jul 9 01:04:40 2006 +0200 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. commit d4cb9a27149126de64fb003aafb8673633b885b0 Author: Marco Pesenti Gritti Date: Sat Jul 8 15:47:51 2006 +0200 More work on the new design commit 0cbe559dbf6a5a324828a94e28fe06e9fbb26f9c Author: Marco Pesenti Gritti Date: Sat Jul 8 11:56:13 2006 +0200 Forgot to add these commit 2999244b54848d989894c19664a3b0da2454d469 Author: Marco Pesenti Gritti Date: Sat Jul 8 11:55:33 2006 +0200 Stat refactoring the shell to use windows rather than tabs. Initial implementation of the new activity menu commit 239358f56cdb63e4384e2800f96b897fb41734e5 Merge: 10054cd 86c3e9d Author: Marco Pesenti Gritti Date: Fri Jul 7 18:01:57 2006 +0200 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 86c3e9d1b0292780077139b2ce0e42e5248ccb9e Author: Dan Williams Date: Fri Jul 7 11:49:56 2006 -0400 Another merge fix commit 10054cd5052d56c130206f9a0625eb5b9b320515 Author: Marco Pesenti Gritti Date: Fri Jul 7 17:43:40 2006 +0200 Try to fix traceback dcbw commit introduced commit 3c5ebf424fd7c6126667a7bf0ece245971511b0b Merge: 1b6e8b4 70965d0 Author: Marco Pesenti Gritti Date: Fri Jul 7 17:18:48 2006 +0200 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 1b6e8b4480ba5b9c3a4f769152e2735b18dba6c7 Author: Marco Pesenti Gritti Date: Fri Jul 7 17:18:21 2006 +0200 Ensure we are not overwflowing target position commit 70965d03445539bf2eadb0769ea0ab4da971c39c Author: Dan Williams Date: Fri Jul 7 11:03:34 2006 -0400 Remove merge conflict junk commit fdd2ded8d8b5fd32fe5c0057e4dfc3edf377f8ca Merge: 8270a84 63c93e4 Author: Dan Williams Date: Fri Jul 7 11:02:48 2006 -0400 Merge commit 8270a84e0955dffabdcd733a572cb2552e58d00a Author: Dan Williams Date: Fri Jul 7 11:00:20 2006 -0400 Fix activity double-join bug where opening a shared activity twice opened a blank tab commit 63c93e4f2da2a5f8935835da876d118bdc99c495 Author: Marco Pesenti Gritti Date: Fri Jul 7 16:37:52 2006 +0200 Rewrite the wm, implement smarter sliding, "merge" presence window and chat, activate by F1 commit 446754f4d3a8f5eda0b77f446f24f28b736ec4b6 Author: Marco Pesenti Gritti Date: Thu Jul 6 23:35:16 2006 +0200 Forgot to add these commit ba09278c6705461f2c79f1074af66ec448454e59 Author: Marco Pesenti Gritti Date: Thu Jul 6 23:34:23 2006 +0200 Split classes out of shell.py commit 270bb8aaf6cb1724958b6e22a05eab42de0b3368 Author: Marco Pesenti Gritti Date: Thu Jul 6 23:08:35 2006 +0200 This should fix one-to-one chat, can't test now though commit fbb2621fffa6e1e7fc9338b9cb8ab5a789260429 Author: Marco Pesenti Gritti Date: Thu Jul 6 20:25:56 2006 +0200 Make missing strings translatable commit 6f9ae0c769fad8e8e75484d21dc96fc3208f4f0c Author: Marco Pesenti Gritti Date: Thu Jul 6 16:06:07 2006 +0200 Initialize the console commit 85ff44db1c49e688fa17e7759f7d785eed8a8755 Author: Marco Pesenti Gritti Date: Thu Jul 6 15:59:48 2006 +0200 Forgot to commit changes... This breaks one-to-one chat, I'm going to fix it. commit e8acfd6be35476a19a52c3d3bf6acf66f2c1cb54 Author: Marco Pesenti Gritti Date: Thu Jul 6 15:58:15 2006 +0200 Implement abstract activity factory. This makes writing activities way easier and will be necessary to implement the New->"X Activity" thing. commit 1eba377add4879c076abf8cdcd1ec4928184d4ef Author: Marco Pesenti Gritti Date: Wed Jul 5 17:00:11 2006 +0200 Translation support commit 47524d177a24b6f02cc9a97074c7b42f5228e117 Author: Marco Pesenti Gritti Date: Wed Jul 5 16:59:21 2006 +0200 Add translation support commit 679d92dac8999988b71d5a4fb7f081f824bcfde0 Author: Marco Pesenti Gritti Date: Fri Jun 30 13:06:03 2006 -0400 Release 0.18 commit 0cd9d8631039847aab28512a7ca9cd278f327bcf Author: Marco Pesenti Gritti Date: Fri Jun 30 12:32:15 2006 -0400 No need to use presence service if it's all well known commit 23b6c1e98a0fcadbcfb26ee1d475e36bce67dc88 Author: Marco Pesenti Gritti Date: Fri Jun 30 12:26:12 2006 -0400 Use well known address for mesh chat commit 27927f80f63dcb25a208bf98150a4b3f8d2f856d Author: Marco Pesenti Gritti Date: Fri Jun 30 11:30:32 2006 -0400 Tweak sizing and positioning to fit better on the olpc commit 70683c175350289b3291b1dca50eb65daa5033d6 Author: Marco Pesenti Gritti Date: Thu Jun 29 15:38:53 2006 -0400 Release 0.16 commit cb4b13bce70b7e76413f44d2724c445e8f7859c0 Author: Dan Williams Date: Thu Jun 29 14:01:46 2006 -0400 Fixes for tracebacks on the receiving end commit 29984ace331b041706f454222fac412cae21fd99 Author: Dan Williams Date: Thu Jun 29 13:30:41 2006 -0400 Add positive acknowledgements to work around 802.11 + multicast unreliabilities commit 9ef8013a6b5c334292598c4b00e82047fdf441ef Author: Marco Pesenti Gritti Date: Tue Jun 27 12:27:30 2006 -0400 Initialize the stream also when publishing commit d61c47816858e7e1814f4a54ad80e2b0d6816c72 Author: Marco Pesenti Gritti Date: Tue Jun 27 12:15:14 2006 -0400 Add some debug messages commit a0397b29dfe07a916fef3004dc6a8314220a7c03 Author: Dan Williams Date: Tue Jun 27 12:03:06 2006 -0400 Add some simple network test code for 2 machines commit 5691d1e82856496cabbf11a2eb894b9c167d3b01 Author: Marco Pesenti Gritti Date: Sun Jun 25 15:02:18 2006 -0400 Install chat activity commit 6a3d0fedeaff653e0d97ee2f43411ce0c7ad1b9f Author: Marco Pesenti Gritti Date: Sun Jun 25 15:01:48 2006 -0400 Install the chat activity commit 0ac820812ad8538229235214a5bbc1a2e433f53c Author: Marco Pesenti Gritti Date: Fri Jun 23 23:22:17 2006 -0400 Another missing file commit 8fa1efd703a41b7d2a33ea7d9e785bd67aacded7 Author: Marco Pesenti Gritti Date: Fri Jun 23 23:20:41 2006 -0400 Add some missing files commit 5b53bdb6382c35144e00cef0151f25ce6236fa85 Author: Marco Pesenti Gritti Date: Fri Jun 23 17:34:15 2006 -0400 Release 0.12 commit e932d0014e187a0e6bd9c6175b26b00a1038e54e Author: Marco Pesenti Gritti Date: Fri Jun 23 16:15:05 2006 -0400 Remove non-sense in sliding out code commit 7026006efd983c42b6726af5dc7a72943f806331 Author: Marco Pesenti Gritti Date: Fri Jun 23 16:08:58 2006 -0400 Make the send button larger and remove border commit d0cbce6d6dc4ee2f06e88741e34f511265465614 Author: Marco Pesenti Gritti Date: Fri Jun 23 15:26:33 2006 -0400 Use size request rather than resize. Make the notebook scrollable. commit 7504297e724d2d6f1da2f07c95f560b89f07c9d7 Merge: 3fcfebf e5c7dea Author: Marco Pesenti Gritti Date: Fri Jun 23 15:08:28 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 3fcfebf112fe7c8a810de31a358a6b6e2f2326a5 Author: Marco Pesenti Gritti Date: Fri Jun 23 15:08:00 2006 -0400 Fix chat focus commit 92a470824413c896df5a97efc2db8bb10bfe6d48 Author: Marco Pesenti Gritti Date: Fri Jun 23 14:11:26 2006 -0400 Make sketches work in one-to-one chat commit e5c7dea51cc174be406fcc67d40d1955471e9be0 Author: Dan Williams Date: Fri Jun 23 14:00:37 2006 -0400 Don't traceback when an icon isn't found commit a8c9f4301b7c8b66ee985199f7273d9fcd541b55 Merge: db90d4a b6b50ff Author: Dan Williams Date: Fri Jun 23 13:13:32 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit db90d4a209587e7d35d36c7d3974b144aeec97c3 Author: Dan Williams Date: Fri Jun 23 13:13:28 2006 -0400 Use random port for local models, clean up some model code, and don't double-register models when we hear our own announcement commit b6b50ff285220609be1dbbb3350447af07cee411 Author: Marco Pesenti Gritti Date: Fri Jun 23 13:09:58 2006 -0400 Make the console a slide-in window. Change keybinding to Ctrl-Down commit a929dc0b4655eb2fe0c88b437314b80848e16749 Author: Marco Pesenti Gritti Date: Fri Jun 23 12:49:57 2006 -0400 Fix up focus handling some commit 5fa4d3426e7f786b327a25d9f4de83ac8394303b Author: Marco Pesenti Gritti Date: Fri Jun 23 12:29:16 2006 -0400 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. commit 0b170ea30df3b3c5cbfdefe26eb4268521553ef7 Merge: 1eaa5ec 7e50e0c Author: Marco Pesenti Gritti Date: Fri Jun 23 12:23:51 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 1eaa5eca65c9bdf7f10f44de8e5995b7539af332 Author: Marco Pesenti Gritti Date: Fri Jun 23 12:23:44 2006 -0400 Make share button insensitive for the everyone tab commit 7e50e0c8a10ddb453aba85cc817574a06c90131b Author: Dan Williams Date: Fri Jun 23 11:17:33 2006 -0400 Use correct arguments commit 22dd92db712948ca9eb065eafa1112a8eeebced0 Author: Dan Williams Date: Fri Jun 23 11:13:47 2006 -0400 Remove debug print commit db0aad8333266905bb730f928e7f1c6dfc77f7e4 Author: Dan Williams Date: Thu Jun 22 22:56:24 2006 -0400 Fix some missing imports commit 6b1c330dbf12d2b3256f346f3611b3a82481deaf Author: Dan Williams Date: Thu Jun 22 22:46:09 2006 -0400 Fix spacing a few errors commit 4511d13fb50f9f9ebb0d8115c662950422baa8dc Merge: f2ef2a6 d57c949 Author: Dan Williams Date: Thu Jun 22 22:42:35 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit f2ef2a68477819f8337eb2c421127f2c719596d1 Author: Dan Williams Date: Thu Jun 22 22:42:29 2006 -0400 Make activities emit an ActivityShared dbus signal; and have the shell & presence window detect that and disable the 'share' button commit d57c94970fc87e3b8b16b831348b69a404474e93 Author: Marco Pesenti Gritti Date: Thu Jun 22 21:51:29 2006 -0400 Quick terminal activity, vte based commit e2719f7fb46abf557d967dae94cd58f8827c28a3 Author: Marco Pesenti Gritti Date: Thu Jun 22 18:29:46 2006 -0400 Don't need this anymore commit 59f25b07418e5f1143d9ddf94b5497ca9436f8d9 Author: Marco Pesenti Gritti Date: Thu Jun 22 18:07:54 2006 -0400 Get one-to-one chat to actually work... commit c234b7b4a396ce523692d5516c3cc4fb159d9d0c Merge: 0a30500 be99258 Author: Marco Pesenti Gritti Date: Thu Jun 22 16:01:14 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar Conflicts: sugar/presence/Buddy.py commit 0a305004b08cab01c1ae42a069d77b1517491f99 Author: Marco Pesenti Gritti Date: Thu Jun 22 15:59:38 2006 -0400 Some work getting the one-to-one chat back commit be992586b1e0d849a732b44eed7047dd8be62501 Author: Dan Williams Date: Thu Jun 22 14:37:34 2006 -0400 Don't create more than one activity chat, and join a published chat when it appears commit 75402820e326f916b7ba76e6a14c85950b3427e1 Author: Dan Williams Date: Thu Jun 22 14:37:05 2006 -0400 clarify new activity service message commit 735d8bc8b4b84ed12009b2a16af1cd1c38b7e37e Author: Dan Williams Date: Thu Jun 22 14:36:50 2006 -0400 rename group_chat -> activity_chat for clarification commit 2840af85ce3b7d998a356f5606ce0d6637b4092e Author: Dan Williams Date: Thu Jun 22 14:05:38 2006 -0400 Stop abusing ZeroConf by overloading the service type field; overload the service name field instead like everyone else does commit 2351ee045885dec490c8937d9e60d242d4af4ce7 Author: Dan Williams Date: Thu Jun 22 12:52:51 2006 -0400 [hack] don't traceback when there's no network connection commit 89d40971fe520e4d0fc124743773a9f76174da18 Author: Dan Williams Date: Thu Jun 22 12:52:30 2006 -0400 [hack] show a dialog when there's no available network connection, but at least don't traceback commit 49aa3ffcba7b6957605c0f63bb5be2fee61bde14 Author: Marco Pesenti Gritti Date: Thu Jun 22 09:33:11 2006 -0400 Increase presence window size a bit commit 8797223ccd5d3fb3121b47c1a56346d9f9affd15 Author: Marco Pesenti Gritti Date: Thu Jun 22 09:22:23 2006 -0400 Fixup the chat toolbar layout a bit commit 974ef81c1ed1f23dc208da019eb91242d2b65579 Author: Marco Pesenti Gritti Date: Wed Jun 21 23:49:37 2006 -0400 Get back mesh chat (for the everyone tab) commit e956f2259705acb7bc81060f7423cf4f2214f615 Author: Marco Pesenti Gritti Date: Wed Jun 21 16:56:11 2006 -0400 Readd icon commit e1fb6ca1d518c0ef35c8189f959112b528d10fdd Author: Marco Pesenti Gritti Date: Wed Jun 21 16:54:13 2006 -0400 Adapt to the new API commit 43b5e7e1a1c2e9e152d52cecf1d378c16a9d0d6b Author: Marco Pesenti Gritti Date: Wed Jun 21 16:35:57 2006 -0400 Fix bug in path initialization commit 26684a091c9de69e5eb39c0c2e42eb4297d5f933 Author: Marco Pesenti Gritti Date: Wed Jun 21 16:18:25 2006 -0400 Release 0.11 commit d3c2a104dbbfd1bdbb20a90a885420dbce2ee1ce Author: Marco Pesenti Gritti Date: Wed Jun 21 16:10:19 2006 -0400 Typo commit 37ad383be3d48de6c6f8213d50fb8a0a9ceed632 Author: Marco Pesenti Gritti Date: Wed Jun 21 16:06:56 2006 -0400 Forgot to add these commit 9ea68051741d6e7b0bde4e6c7326cde4a14f6238 Author: Marco Pesenti Gritti Date: Wed Jun 21 16:05:52 2006 -0400 More work on packages refactoring, mostly working commit f4e2791c897651d52980d35b84115e7c7f85a249 Author: Marco Pesenti Gritti Date: Wed Jun 21 14:23:18 2006 -0400 Big refactor of the directory structure and packages to reflect private/public commit a6974cd597b52c9782e105a38d709784f882bedf Author: Dan Williams Date: Tue Jun 20 15:10:49 2006 -0400 fix undefined variable commit e9f20cfe0fe1d1e26d86b6b3ead1e88fd69b39a1 Author: Dan Williams Date: Tue Jun 20 09:39:36 2006 -0400 pylint fixes commit c92cf346f98d4c171e7120bc9be3c22e295a02e1 Author: Marco Pesenti Gritti Date: Tue Jun 20 03:43:59 2006 -0400 Move the gmail example to his own directory commit 7e20f07b6c959e9d0fa873c75f83087d25802e56 Author: Marco Pesenti Gritti Date: Tue Jun 20 03:34:14 2006 -0400 Add some defines for the sliding parameters commit 028b15d3df8ba0ef1d2373ecae30e4887f105019 Author: Marco Pesenti Gritti Date: Tue Jun 20 03:19:33 2006 -0400 Initial bots code... probably a crack idea but let's see if I can get something useful out of it. commit 0df8d01dced3537e8a0496639177a3ec9b1900cc Author: Dan Williams Date: Mon Jun 19 23:23:35 2006 -0400 Increase timeout for nicer animation commit ef0de497a57b10093924d2b2ba95eb0bacbe12c4 Author: Dan Williams Date: Mon Jun 19 23:20:18 2006 -0400 clarify variable name commit d57fe375b9e8e47f8c6e9d39888d8031a0c67d2c Merge: 2c04bf0 8212ce7 Author: Dan Williams Date: Mon Jun 19 23:18:57 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit 2c04bf08b4c978054d020ec398f9a4d7ce74d0fc Author: Dan Williams Date: Mon Jun 19 23:18:51 2006 -0400 Use non-linear algorithm for sliding window animations commit 8212ce759543ae7fee15c48040256dd2bedd8ee0 Author: Marco Pesenti Gritti Date: Mon Jun 19 23:05:25 2006 -0400 Ensure to not do unnecessary move when sliding commit 758d9fba4350d7f5eb48a3ebe6fbd3cba4a7fcf0 Author: Marco Pesenti Gritti Date: Mon Jun 19 23:04:53 2006 -0400 Always enable console commit 8bcdb8f3dd25ab31da3ce4c76c477c3017f2f712 Author: Marco Pesenti Gritti Date: Mon Jun 19 22:39:57 2006 -0400 Implement session shutdown. For now we are forcefully killing activities. We will need to implement some sort of shutdown notification system but... for now this works. commit 5485a4f958d3bb9d7a6671b966fb55559dd9580c Author: Dan Williams Date: Mon Jun 19 21:24:24 2006 -0400 Fix some typos commit 7ba603392173a8dd8e2624993dce209e67a89755 Author: Dan Williams Date: Mon Jun 19 21:19:05 2006 -0400 Use the service's _publisher_ address for buddy service verification, since that's the unicast address from which the buddy's service announcements are coming; not the service's outbound address commit 78ee3d2b20d11f76621368fcdc61009a1db0aff0 Author: Dan Williams Date: Mon Jun 19 21:17:58 2006 -0400 Find chat service that may have already been resolved, and make sure we don't user services that aren't for our activity commit 6fd464be7d0bda694b961e3819e057e2f438d826 Author: Dan Williams Date: Mon Jun 19 21:16:55 2006 -0400 Make get_activity_service() actually work commit f15d803cc636d6d35c7d6752337c7d98ed52a99b Author: Dan Williams Date: Mon Jun 19 21:16:30 2006 -0400 Grab services that may already have been resolved commit 2c2ba143115312e20542ec6c418c52fdc9479a92 Author: Dan Williams Date: Mon Jun 19 21:14:51 2006 -0400 clarify addresses commit 9c0669dde49344ade510e0c3c9780f864be2b8fd Merge: 4cef4cb 028f033 Author: Marco Pesenti Gritti Date: Mon Jun 19 15:31:32 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 4cef4cb3bdf5620f2cdd956c52daa4a17e045171 Author: Marco Pesenti Gritti Date: Mon Jun 19 15:31:18 2006 -0400 Implement sliding, dead slow with gradients. Get keyboard focus in the dock with some evil hack. commit 028f033344962f7a481adcf48aeecce9349b13d6 Author: Dan Williams Date: Mon Jun 19 15:12:56 2006 -0400 Need to change the activity service's name to the owners name before passing it along to the new activity that we're going to join. commit e7f9a0a72827dfdd175d2e25d1472654bcb552b7 Author: Dan Williams Date: Mon Jun 19 15:12:24 2006 -0400 When serializing an activity, allow using the owner's nick name for the service name commit 40483bb8561895241675018f4a7c4a78368b1f24 Author: Dan Williams Date: Mon Jun 19 15:10:37 2006 -0400 Don't share an activity if it's name doesn't match our owner's nickname commit 072fea84a082b698fcc5e03029b2824ad4c2c553 Merge: c218b3f 918c695 Author: Dan Williams Date: Mon Jun 19 14:53:36 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit c218b3fc03659e6154fd519a02f4dcbdeea39751 Author: Dan Williams Date: Mon Jun 19 14:53:32 2006 -0400 Ensure properties arguments are local encoding (for now), and tell the python dbus bindings explicitly what type to send them through dbus as (ie, ByteArray), because sometimes the bindings can't figure it out commit 69c1fd62527467e7351da3b015ccfe06a389a81f Author: Dan Williams Date: Mon Jun 19 14:52:46 2006 -0400 Ensure properties arguments are local encoding (for now) commit 918c695b072594669dba0cfebff1bc5f74b824a5 Author: Marco Pesenti Gritti Date: Mon Jun 19 12:38:25 2006 -0400 Do not assign {} to properties, if you do apparently the table is not recreated on subsequent calls and that obviously cause funny issues. commit 73c94c7bfbc427ad9880c6a6910259c55e485dac Author: Marco Pesenti Gritti Date: Mon Jun 19 12:28:44 2006 -0400 Improve some debug output commit c65ef6f9cd4afb3560f2551aa9d1ac316711c69b Author: Dan Williams Date: Mon Jun 19 09:49:57 2006 -0400 Make the presence service resolve all shared activity services by default; it's up to the activities to ignore services that aren't theirs. Also add 'joined-activity' and 'left-activity' signals on Buddy objects, mainly for the PresenceWindow's 'Who's here' bits commit d08ea50d15834cef7649e57fbe6278c60ff7bdc8 Author: Dan Williams Date: Mon Jun 19 09:48:45 2006 -0400 Start presence service later, so that we don't receive signals before we're ready to deal with them. Also ignore shared activities that aren't ours. commit 8154529886288629b588821fe06b01729b03464c Author: Dan Williams Date: Mon Jun 19 09:47:28 2006 -0400 Fix some typos commit 44752264e0b3b97194cfee03db764ab90d7581f1 Author: Dan Williams Date: Mon Jun 19 09:47:04 2006 -0400 Ensure that deserialized Service arguments are not in Unicode (for the moment), since dbus passes strings as such commit ea27f1ad8f5fe35cd836996b3ff24cffa2cb334f Author: Marco Pesenti Gritti Date: Mon Jun 19 02:36:11 2006 -0400 Hint slide in windows as docs, this should allow us to actually slide in. commit 5c7da12cd5112c4cad0f1217f969b36a186719e6 Author: Marco Pesenti Gritti Date: Mon Jun 19 00:39:24 2006 -0400 Change the start page interface to make some sense. Need some theme love... (Code is an hack, but it's not worth implementing it right until we have more definite plans about this) commit b129956aba1ef25838d3b2a259917330ddbe9417 Author: Marco Pesenti Gritti Date: Sun Jun 18 15:35:44 2006 -0400 Add back colors in the toolbar. Layout/appeareance sucks atm commit 3fe0d7a5808b025c8eea3a99ef1c0dcafe2987a1 Author: Marco Pesenti Gritti Date: Sun Jun 18 15:13:50 2006 -0400 Get sketches back to work, add a send button commit be051b2726ee76d0a0f28affef7a0146832b3067 Author: Marco Pesenti Gritti Date: Sun Jun 18 14:45:04 2006 -0400 Mention ctrl+s commit 35538823524ee227097660ae90f1a8b688ef841e Author: Marco Pesenti Gritti Date: Sun Jun 18 14:44:08 2006 -0400 Factor out window logic to ChatWindow. Hook the sketchpad to ctrl+s combination commit 9d7a7f80504f3154cbd61d3e8c98bbebcbce4eb4 Author: Marco Pesenti Gritti Date: Sun Jun 18 14:14:59 2006 -0400 Fix the confusion when running multiple instances on the same box by passing the nick name in the message. commit 51ea9eedba1891abdc004433bfe29a4ae3cc50b1 Author: Marco Pesenti Gritti Date: Sun Jun 18 03:00:23 2006 -0400 Get chat back to work. Well except it get very confused if users have the same ip address. Dan I commented out the service deserialization in BrowserShell because it was not really working (also there was a few typos in that code) commit bc43e25e107f8737342db295d165ba30b0b2c46d Author: Dan Williams Date: Sun Jun 18 01:50:01 2006 -0400 Filter out duplicate shared activities from the Start Page list commit bf55ae8644fd0c0f47f24a46a72c1e242d17da14 Author: Marco Pesenti Gritti Date: Sun Jun 18 01:47:53 2006 -0400 Fix a bunch of issues with the chat window commit b703d93534f1e8947304d5a388ca2a4ceca856e0 Merge: 4e6cbab b4413fe Author: Dan Williams Date: Sun Jun 18 01:33:05 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar Conflicts: sugar/browser/BrowserActivity.py commit 4e6cbab48e4e7eadf2cd443d1eaaf58dd48b03a9 Author: Dan Williams Date: Sun Jun 18 01:31:55 2006 -0400 Pass a serialized Service object through when joining an activity commit 9f1c77a55abfaafdac7912df1ddff07fe7ea3a01 Author: Dan Williams Date: Sun Jun 18 01:31:18 2006 -0400 Add serialize/deserialize functions for Service objects commit b4413fe3c25e1f709d261bd4db0935f98f378924 Author: Marco Pesenti Gritti Date: Sun Jun 18 01:05:40 2006 -0400 Some work to make group chat work again commit afc587212eb908420b8fb186cecc324753a5bbb1 Author: Marco Pesenti Gritti Date: Sat Jun 17 22:06:40 2006 -0400 Get page sharing back to work commit 6d7940949adff699c609b0d11c9a7959087cfab8 Author: Marco Pesenti Gritti Date: Sat Jun 17 22:06:20 2006 -0400 Empty addresses are valid, meaning the buddy own address. For group (multicast) services publisher_address != service_address, introduce the distinction in the API and in the avahi announcement. commit 53f00b05b14aa90ce2bc00d9789e15a6486fde63 Author: Marco Pesenti Gritti Date: Sat Jun 17 19:54:12 2006 -0400 Setup python logging and use it in the PresenceService commit 361eeff0c5a6468cc0fc663c451c2ead1504cc6a Author: Marco Pesenti Gritti Date: Sat Jun 17 00:33:08 2006 -0400 Implement page location sharing. Not yet working for some reason. commit 5938a6dc1466f2cce3faa6bd438594fb4b2b88ab Author: Dan Williams Date: Fri Jun 16 23:55:26 2006 -0400 Add presence service-scope signals when new services appear on buddies, so that client's don't have to connect signal handlers to every single buddy commit 63bff5cecde0029fc25e08be30fd742c296a5faf Author: Marco Pesenti Gritti Date: Fri Jun 16 23:40:36 2006 -0400 More fixes, not-presence works commit 193c2ed4cdc9034165bb14b99fa568ea9dfc0901 Author: Dan Williams Date: Fri Jun 16 23:33:16 2006 -0400 Add get_id() function to match activity.Activity's get_id() function; sort-of interface commit d353bd5ed1c3940f5459dc45d51dfc49921a71b4 Author: Dan Williams Date: Fri Jun 16 23:32:50 2006 -0400 Validate service type and check for uid-based services first commit 0871ca9f3d94862590e6acd6b894f5715506f846 Author: Marco Pesenti Gritti Date: Fri Jun 16 23:24:07 2006 -0400 Some fixes commit e060c07873c37e555e026a36d3e2cc5389a7531b Author: Dan Williams Date: Fri Jun 16 23:10:30 2006 -0400 Make each activity have a default type for sharing commit 358c548641dbf94503e08e11d005da073d0386f8 Author: Dan Williams Date: Fri Jun 16 23:09:56 2006 -0400 Don't log requests any more commit 8746552ff78f79da1ffd90ac11afc9fb640099e3 Author: Dan Williams Date: Fri Jun 16 22:50:00 2006 -0400 Don't block on dbus for open_with_id either commit d60a85e83a43fc5533052829f48ca34713c4c017 Author: Dan Williams Date: Fri Jun 16 22:46:18 2006 -0400 don't try to resolve a service more than once commit b315480c5a87063c413c55ec72a9fa45d3aa881f Author: Dan Williams Date: Fri Jun 16 22:24:12 2006 -0400 Fix recognition of shared activities commit 91b68d4103d0023cba1600df5c8e9ed0d49eb82b Author: Dan Williams Date: Fri Jun 16 22:23:39 2006 -0400 Add back the new-service-adv signal for the start page commit a90071fef5e626e31c196d7c93e0722facd57e01 Author: Dan Williams Date: Fri Jun 16 22:23:19 2006 -0400 Use better escape function commit 3ed0a1c2599518d3ec9bcffa9e6063592c8323c0 Author: Dan Williams Date: Fri Jun 16 17:06:09 2006 -0400 Disable some in-progress code commit 334dd101e8fba15aba918b6161f8bbe9c5ac22e3 Merge: a6c3340 b2fc0d7 Author: Dan Williams Date: Fri Jun 16 17:01:37 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit a6c33403ffe9d61ea93fcc1546535c7362c01095 Author: Dan Williams Date: Fri Jun 16 17:01:25 2006 -0400 Listen to local activity lifecycle signals commit eb47a36701560fe5a6e712f8196701f8ac7bc346 Author: Dan Williams Date: Fri Jun 16 17:01:03 2006 -0400 Add a gobject helper which proxies signals for the ActivityContainer commit f89ddfaffa013a5c431972687dd10d3cfc745cbd Author: Dan Williams Date: Fri Jun 16 17:00:42 2006 -0400 Fix typos in PresenceService commit b2fc0d731485c739eb19bf7e323109fdade05ff4 Author: Marco Pesenti Gritti Date: Fri Jun 16 16:44:03 2006 -0400 Get chat to show again commit 6fc051bc8e87413c71afa16700d04bd8ad0d6b34 Merge: 65bd2b2 563810e Author: Marco Pesenti Gritti Date: Fri Jun 16 16:34:01 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 65bd2b284f0e3eb6f4f306d1d4487cb66a33fe52 Author: Marco Pesenti Gritti Date: Fri Jun 16 16:33:55 2006 -0400 No time to think about log commit 563810ec56860ecb3b4927a53db9cdf926b27032 Author: Dan Williams Date: Fri Jun 16 16:32:56 2006 -0400 Add hooks for filtering on specific application UIDs commit e4a8518d02c39562283a1152c0a3d484d3a990fc Author: Dan Williams Date: Fri Jun 16 16:31:54 2006 -0400 Fix starting browser activity commit 0363ed5457e96ef8527a950f2eed95a60d24e13c Author: Marco Pesenti Gritti Date: Fri Jun 16 16:29:51 2006 -0400 More work on chats commit 99d26223e50a303aa0a44e38a5e758161ac94cbb Author: Marco Pesenti Gritti Date: Fri Jun 16 16:07:14 2006 -0400 Fixup model iterations to take the new filter in account. commit 5e549e7a8f890445c578f87cb3aa4ba6f1754649 Author: Dan Williams Date: Fri Jun 16 15:58:47 2006 -0400 Fix up bits of presence window commit cd3d98cb77751f02ce7038734e3fc0893a63738f Author: Dan Williams Date: Fri Jun 16 15:48:44 2006 -0400 A pass at fixing single-computer with more than one sugar instance work commit c7075255f8e48d596434d0a7d6ff596fc4d194fd Merge: a4f9a15 333d341 Author: Marco Pesenti Gritti Date: Fri Jun 16 15:43:03 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit a4f9a15b5daf71a68620936ec4a1558ef6c6ee85 Author: Marco Pesenti Gritti Date: Fri Jun 16 15:42:55 2006 -0400 Show buddies always if there is no activity commit 333d341c3d642e1093b797e8c837330a13b415fe Author: Dan Williams Date: Fri Jun 16 15:31:07 2006 -0400 Remove debug prints commit b31a2176badbf338667f8a3bd85f4a28a6eddd04 Author: Dan Williams Date: Fri Jun 16 15:27:50 2006 -0400 - Clarify when a service type is supposed to be full/network, and when it's supposed to be a short one. Activities should _never_ be exposed to the full/network stype since that's an implementation detail of the PresenceService - Make everything having to do with service objects non-unicode (?) to stop the madness. Ideally we want everything to be UTF-8 eventually. - Fix up PS to deal with service types of short/long variety - Remove a hack from the Start Page that gets all service advertisements, will fix soon commit 38565321d5b0a8a58d0283272bb05927a45d6416 Merge: c46d300 29a730e Author: Dan Williams Date: Fri Jun 16 15:25:25 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit c46d300c186189f8fe565d56a0a5dd2054c470fd Author: Dan Williams Date: Fri Jun 16 15:25:21 2006 -0400 merge commit 29a730e0a47b952855b7bd7f84073461729578a1 Author: Marco Pesenti Gritti Date: Fri Jun 16 15:21:09 2006 -0400 Monitor service addition and update buddy list on these. commit 9db404afb927f5a9b7752e8d5509e13e4330d6a5 Author: Marco Pesenti Gritti Date: Fri Jun 16 15:13:39 2006 -0400 Filter presence by activity commit 0cae557ab56cb82a30087e8abbc6bc82d118a995 Author: Marco Pesenti Gritti Date: Fri Jun 16 14:20:09 2006 -0400 Register the model service and start working on looking it up commit 5446b2509f8c542925aa24b2d822e32b2a83e077 Merge: 4a56477 792481c Author: Dan Williams Date: Fri Jun 16 13:30:54 2006 -0400 test merge commit 4a564775bde0eb5d60d92e3343622e05464bade0 Author: Dan Williams Date: Fri Jun 16 13:22:04 2006 -0400 Another stupid git test commit 792481c66974838e663a9cf02cf04a34e4c7d17c Merge: e633c2e 73aeceb Author: Marco Pesenti Gritti Date: Fri Jun 16 13:21:34 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit e633c2ef8d803397808b467b6854a39d0fb66f7f Author: Marco Pesenti Gritti Date: Fri Jun 16 13:21:28 2006 -0400 Missing import commit 73aecebb90ef115d8d3863632a82ea13f5257a1d Author: Dan Williams Date: Fri Jun 16 13:19:35 2006 -0400 Another git test commit 541f386ad0c3da9aa8835f236e3723c5383c7f3e Merge: af79e35 b16dd2a Author: Marco Pesenti Gritti Date: Fri Jun 16 13:17:35 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit af79e35cdb77e06068f8a3900b1f90e96c370819 Author: Marco Pesenti Gritti Date: Fri Jun 16 13:17:26 2006 -0400 Test commit commit b16dd2a549bf0558b02d02cb731b42c85bb12f44 Author: Dan Williams Date: Fri Jun 16 13:11:01 2006 -0400 Test stuff to see if git is as irritating as mercurial commit 06f1e67ce72d11e7416f4d5dd1438cf7ba4856ae Author: Marco Pesenti Gritti Date: Fri Jun 16 13:10:43 2006 -0400 Test commit commit 48fa6a8934963d9350cab189ca4c9618e7e32d55 Merge: d62060a e30f9c3 Author: Dan Williams Date: Fri Jun 16 13:09:37 2006 -0400 Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugar commit d62060ae0d9e7f9240c7631470f37dda605e4955 Author: Dan Williams Date: Fri Jun 16 13:09:02 2006 -0400 Test stuff to see if git is as irritating as mercurial commit e30f9c337afc1e4911b51a7e558825026cd81168 Merge: 4a0e8ac 6db2215 Author: Marco Pesenti Gritti Date: Fri Jun 16 13:07:10 2006 -0400 Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar commit 4a0e8ac2d404a78bbeb75ef16f3604c2d74191d7 Author: Marco Pesenti Gritti Date: Fri Jun 16 13:06:11 2006 -0400 Some work on the getting model back commit 6db22150b1c6619bd60523bb3c383c44da5d09b7 Author: Dan Williams Date: Fri Jun 16 13:05:45 2006 -0400 Remove unused function commit 29fb2321fec21fea36ed5b5b234600ac7de78bb6 Author: Marco Pesenti Gritti Date: Fri Jun 16 02:37:28 2006 -0400 Unquote title commit a6b2b4981c4bf78c023d9b5cb94159cd20d03672 Author: Marco Pesenti Gritti Date: Fri Jun 16 02:36:18 2006 -0400 More unescaping... commit 7eeb43b98a79b5bc613841ff480cf4198c3b6c2b Author: Marco Pesenti Gritti Date: Fri Jun 16 02:04:31 2006 -0400 Fix with_id method signature commit bdce0eb48c1b96a8ee5bc4303266cda4eb6e0375 Author: Marco Pesenti Gritti Date: Fri Jun 16 01:43:42 2006 -0400 Get activities sharing sort of working commit 20afcfa47569d10adf7522ff025e7f9b67f6432e Author: Marco Pesenti Gritti Date: Thu Jun 15 18:28:21 2006 -0400 Merge commit 6a8e863a1647088348f8895763d379f0046e86af Author: Marco Pesenti Gritti Date: Thu Jun 15 18:27:50 2006 -0400 Fix the problem with service resolution (Dan please have a look...) commit 7b507d545b2a928b62306c783aa19185afa994d3 Author: Dan Williams Date: Thu Jun 15 18:03:12 2006 -0400 Shorten activity service type commit be575803aeb9863ce914e6db2759ccc8dca77738 Author: Dan Williams Date: Thu Jun 15 18:02:52 2006 -0400 remove debug print commit f234ebfff0f40d8eb49fce34242e730e43c179fe Author: Dan Williams Date: Thu Jun 15 17:42:35 2006 -0400 Merge with Marco commit 2aaefdd52b1b937bef48001c9a04078805f3abe3 Author: Dan Williams Date: Thu Jun 15 17:41:49 2006 -0400 Hook into PresenceService to find new advertisements and track them commit e4677ee22afdb23f12ebf0cbf714e0ef1e65f263 Author: Dan Williams Date: Thu Jun 15 17:41:26 2006 -0400 Announce new activities when we resolve them, and add a hook to intercept new service advertisements commit 31e9671190d46ab99aabf0c01bff2bedb504d790 Author: Dan Williams Date: Thu Jun 15 17:40:33 2006 -0400 Validate options for compose_service_type commit e1070a21cb703ff32758188c23609cdda4b34861 Author: Marco Pesenti Gritti Date: Thu Jun 15 17:34:01 2006 -0400 Document keybindings commit 9c4da3c17204192d9527ac4e0f9f629a71df4862 Author: Marco Pesenti Gritti Date: Thu Jun 15 17:31:41 2006 -0400 F11 now put the activities window in fullscreen, commit 122c0dad1652ce9c0ae7610bc95693b9effe750d Author: Marco Pesenti Gritti Date: Thu Jun 15 17:22:36 2006 -0400 Simplify focus a lot by using transient windows commit 9034dc8f3b926ff8e3e9773966c38ad3b8506340 Author: Dan Williams Date: Thu Jun 15 17:05:44 2006 -0400 More fixes for sharing activities commit 97881ae7c008d753eab591246eb2c46000323fa8 Author: Dan Williams Date: Thu Jun 15 17:03:59 2006 -0400 Escape markup so we don't make pango angry commit a03f850ce8c61963a1cd8e888d4efceb80b3dbe6 Author: Dan Williams Date: Thu Jun 15 17:03:43 2006 -0400 Accept unicode types too commit 465c49179cc346f217d6e74e7f6e6796a7ce9add Author: Dan Williams Date: Thu Jun 15 17:03:20 2006 -0400 Make xmlrpc client non-blocking commit 1b611fc842f29270479013cd0b8635d3efcccdfe Author: Marco Pesenti Gritti Date: Thu Jun 15 16:51:30 2006 -0400 More chat refactoring commit c05bc5a669c8a333e902ae02ab3d55c4307cf56f Author: Marco Pesenti Gritti Date: Thu Jun 15 11:46:42 2006 -0400 Fix commit 4a61f357962f39fa3fee6b7e98e3aa31197746ac Author: Marco Pesenti Gritti Date: Thu Jun 15 11:34:10 2006 -0400 Remove commit 27b4f25fade95d829364f2f7b9b893e31ede232d Author: Marco Pesenti Gritti Date: Thu Jun 15 11:29:00 2006 -0400 Merge commit f0af49616ca0b51336407b3bfc9ceff677178b7b Author: Marco Pesenti Gritti Date: Thu Jun 15 11:18:33 2006 -0400 Fixed a bunch of issues reported by pylint commit ecf81ba35fbfa91c6b45cf0ef892c1c13d0e2eaf Author: Dan Williams Date: Thu Jun 15 11:20:18 2006 -0400 Generalize activity publishing code for > 1 activity per process commit f2ae13241052c94c18131c3db3f255b22f60a5df Author: Marco Pesenti Gritti Date: Thu Jun 15 08:38:21 2006 -0400 Fix a bunch of outdated makefiles. commit 4fda4b8cb41300c09be2d83dce2d2a8ae73beb2b Author: Marco Pesenti Gritti Date: Wed Jun 14 23:24:11 2006 -0400 Start refactoring chat. Get the UI to show as a slide in (ctrl+up) commit 7e6f6ec34901805cb0c057781c9ba383ba7142cc Author: Marco Pesenti Gritti Date: Wed Jun 14 22:20:28 2006 -0400 Dan doesn't like the big share button, tasteless! commit 4eaa096576e9cd8be8cca6026f84fe529e23312b Author: Marco Pesenti Gritti Date: Wed Jun 14 22:08:18 2006 -0400 Cast to int where necessary commit a4b2e74d257b8abe47fdbc4af9169a413c31a6a2 Author: Marco Pesenti Gritti Date: Wed Jun 14 22:04:44 2006 -0400 Get rid of the web search activity, refactor commit 3e3c168ab05c4a7cd89992225f6318ef5bdf0f23 Author: Marco Pesenti Gritti Date: Wed Jun 14 21:52:46 2006 -0400 Cleanup searching some commit 3497fd3ad27d18f6399e1179cdbb096d5ad90f58 Author: Marco Pesenti Gritti Date: Wed Jun 14 19:00:56 2006 -0400 More work on the slide in windows commit 6cca4f34f35a696430d77d940a6c7a12c3ee6757 Author: Marco Pesenti Gritti Date: Wed Jun 14 16:30:53 2006 -0400 My first window manager!!! :P commit 26b117cff0dba2d0add5b8bad0f8f9f9a9542cca Author: Marco Pesenti Gritti Date: Wed Jun 14 15:27:54 2006 -0400 Use ignore_reply rather than idle_add, thanks j5 commit ca60226fb0819126c56549d82c59aa0305f57399 Author: Dan Williams Date: Wed Jun 14 15:06:25 2006 -0400 Do callbacks in an idle handler so we don't dbus deadlock at any point commit 3ea146e17c8f1679d58fbc38b06734851673d9f9 Author: Marco Pesenti Gritti Date: Wed Jun 14 15:01:17 2006 -0400 Initial start page implementation commit 4a7aac0e01127d8b7c8d84170980df3c5988d556 Author: Dan Williams Date: Wed Jun 14 14:43:56 2006 -0400 Add makefile for presence module commit 1cdaf97f20e84ea9cb80e97708f10627e24b6988 Author: Dan Williams Date: Wed Jun 14 14:42:44 2006 -0400 Switch from Groups to grouping services based on activity UID commit 55f538253c3dfdd109f0e34bb828948f037f1df5 Author: Dan Williams Date: Tue Jun 13 16:01:39 2006 -0400 Error checking on activity UID commit b92c7304570be8ab935777f52880d65f57b3db73 Author: Dan Williams Date: Tue Jun 13 16:00:11 2006 -0400 Add uid argument to PresenceService.start() commit 26ee2d57d80f3db25563e75cb10cca3df51d5e7e Author: Dan Williams Date: Tue Jun 13 15:25:54 2006 -0400 Clean up tracking of service advertisements and conversion to Service objects. commit 3e666c005f5c717ca34676b16e314c39335612bb Author: Marco Pesenti Gritti Date: Tue Jun 13 15:18:29 2006 -0400 Forgot to add this commit 0f3c33de86d38cf47f84df97a79e838d37264b7c Author: Marco Pesenti Gritti Date: Tue Jun 13 15:18:04 2006 -0400 Add messages on idle so that we don't break commit 9ebcd656595f64e93616b579b348a586749a834e Author: Marco Pesenti Gritti Date: Tue Jun 13 14:49:01 2006 -0400 Implement the share button on the presence window commit 2415fee0ed5cbd6a1092090f69e115a3cfb1d9ff Author: Marco Pesenti Gritti Date: Tue Jun 13 13:32:49 2006 -0400 Add util to generate unique ids. commit 21d1294c7a0ca94f5d34a4e401749e9511f68f46 Author: Dan Williams Date: Mon Jun 12 21:33:05 2006 -0400 Fix service disappearance commit 20d7582f1d55b6523d1ac041c0ce2d2d8580788b Author: Marco Pesenti Gritti Date: Mon Jun 12 20:22:12 2006 -0400 Add scrollbars to the console, wrap word commit 6037caa6918ef720a9687f2276ecb70106b672cc Author: Marco Pesenti Gritti Date: Mon Jun 12 20:08:27 2006 -0400 Run gtk_main only if it's __main__, commit cdf7583d392c7a3b07607e914216df8b0435f62e Author: Marco Pesenti Gritti Date: Mon Jun 12 19:52:37 2006 -0400 Adapt to the new api... get back the browser running commit 37d6c00fc34cecadfdd428ed8cda27be33588b09 Author: Marco Pesenti Gritti Date: Mon Jun 12 19:44:08 2006 -0400 Remove unused files commit ce1d1c879f6be6456b9e9cec783f7ea739c7ce90 Author: Dan Williams Date: Mon Jun 12 18:51:40 2006 -0400 Add Owner.py, forgot that one too commit ef35f9327eb4a749727aac7bb1d8225ac7bdf625 Author: Dan Williams Date: Mon Jun 12 18:51:06 2006 -0400 Forgot to add the Group.py file commit e934e153f65456cab453496fb227124ff8abee2c Author: Dan Williams Date: Mon Jun 12 18:50:04 2006 -0400 Add module init file commit 17c371119dfff8285775e6cb69af97433595ac55 Author: Dan Williams Date: Mon Jun 12 18:31:26 2006 -0400 More presence service rework commit d931dca5799ee1e88ce327bf28424f9739f4ad87 Author: Dan Williams Date: Fri Jun 9 17:23:42 2006 -0400 Main bits of presence service refactor commit c4b112366ce91ddedbb3a7a1c6caa7543b0256c8 Author: Marco Pesenti Gritti Date: Wed Jun 7 16:08:14 2006 -0400 Force themes to be olpc, so people can get commit 09353c01545178166608e2ffbab8c31739d5f4d5 Author: Marco Pesenti Gritti Date: Wed Jun 7 13:26:38 2006 -0400 Merge commit 8ae9f4354061591bc0284cc53546ac481f6c1f5a Author: Marco Pesenti Gritti Date: Wed Jun 7 13:26:01 2006 -0400 ugly workaround for a dbus < 0.61 bug commit a0ed2fa232f54a93199c94f8efff169d52556667 Author: Dan Williams Date: Wed Jun 7 12:23:14 2006 -0400 merge commit f7cd0939c4fdf8cb8f44185fb2796f9adaed12df Author: Dan Williams Date: Wed Jun 7 12:22:28 2006 -0400 Fix traceback on focus changes commit 55d863fc7110fbdc790f777d03ffd21c024cef6d Author: Marco Pesenti Gritti Date: Wed Jun 7 12:21:47 2006 -0400 Add a few missing files to the makefiles, commit 3710eea217fa71e2ad4fef34e46d99c6e8f6cb19 Author: Marco Pesenti Gritti Date: Tue Jun 6 12:43:26 2006 -0400 Start factoring out the presence stuff from chat UI... very very very broken right now commit 046a954de1a43fee3b6bd15a5e26089483d85ad2 Author: Dan Williams Date: Mon Jun 5 12:35:00 2006 -0400 Change Activity so that subclasses don't have to call Activity superclass methods from the shell callbacks. Makes subclasses simpler since they don't (necessarily) have to care about OO concepts like superclasses right away. commit 93333ed5cfd04ba8de58e96a9872d9ac494cc780 Author: Dan Williams Date: Mon Jun 5 10:47:14 2006 -0400 Ignore avahi 'Local name collision' exceptions for now, but this should really get fixed commit a0f7a4abc6051d7b055dcec1ff16d4a0ca5bb47c Author: Dan Williams Date: Mon Jun 5 10:46:41 2006 -0400 Only try for buddy icon 3 times commit 46a6122d264fe117d986fcc972804949b989bb8b Author: Dan Williams Date: Mon Jun 5 10:46:26 2006 -0400 Return correct GSource callback return value commit f2161d533bf92b59555811993089b3bb5da071f1 Author: Dan Williams Date: Fri Jun 2 15:02:59 2006 -0400 Further fixes for Activity refactoring changes. commit 996b9c8c4498a2dca5802be03482538a0fd532bd Author: Dan Williams Date: Fri Jun 2 15:02:23 2006 -0400 Fix up gmail activity for Activity object changes. commit 4c7f15f6948f3e3c9115d05f127b7d8c9c6a0294 Author: Dan Williams Date: Fri Jun 2 14:52:20 2006 -0400 Refactor dbus out of Activity objects so that we're sure when commit f96fbfc10b1db374c1ce3ec7cf727711c5161bf1 Author: Marco Pesenti Gritti Date: Wed May 31 18:01:24 2006 -0400 Split up the browser, some cleanups and commit b4ebdfa5af05da701eee3a68b89ee77dc47b002f Author: Marco Pesenti Gritti Date: Tue May 23 20:03:35 2006 -0400 Initialize profile commit 03af8bceea40471a022a8a46c5d8a7121edb8100 Author: Marco Pesenti Gritti Date: Tue May 23 16:02:13 2006 -0400 Simplify redirecting output to the console commit f2e9500a9bf8251620f88c8093f5487b0da4e796 Author: Marco Pesenti Gritti Date: Tue May 23 15:46:42 2006 -0400 s/Web Browser/Web commit 92280c85038e453334a27a262e7c1272cfb57593 Author: Marco Pesenti Gritti Date: Tue May 23 13:47:01 2006 -0400 Remove notify_new.. again, bad dcbw commit b9734f4da366f9bd539ceb60bc81f51cf389224d Author: Marco Pesenti Gritti Date: Tue May 23 13:04:06 2006 -0400 Add missing file commit dde63625a5ab91a2ad27d189def6f4e071d01e2a Author: Marco Pesenti Gritti Date: Tue May 23 12:48:29 2006 -0400 Merge commit 178468e2c059f5c5cca43b1359f5cfd347ed3c30 Author: Marco Pesenti Gritti Date: Tue May 23 12:48:08 2006 -0400 Don't show hidden tabs border in the editor commit a7a0c2cda57eb070c2b87adb5c80458c62ea7e7d Author: Dan Williams Date: Tue May 23 12:42:26 2006 -0400 Fix some spacing issues; catch exceptions in XMLRPC client code and return result status (success or failure) to XMLRPC client callback commit 89f9730641addca90db025f4d1811b76b5c1f227 Author: Marco Pesenti Gritti Date: Tue May 23 12:42:17 2006 -0400 Merge commit dcf78f2665f4551acb417d512abd4f71091bc6bb Author: Marco Pesenti Gritti Date: Tue May 23 12:37:31 2006 -0400 Change notification for browser sharing commit d9314f5314903600a63455f054b19ff2897ecc26 Author: Dan Williams Date: Tue May 23 12:23:38 2006 -0400 Remove hack for scroll-to-bottom and do it properly. commit 5879cc81904ffd09bac1d1c08f54bc0461987028 Author: Marco Pesenti Gritti Date: Tue May 23 12:01:42 2006 -0400 Fix links in one-to-one chat commit 8c21c67cf184f4deeb65dca02b2abc9ec00bb733 Author: Dan Williams Date: Tue May 23 02:59:27 2006 -0400 - (__key_press_event_cb): don't send zero-length messages commit 54450d348293c908521d4691dd9f52edca96d606 Author: Dan Williams Date: Tue May 23 01:55:27 2006 -0400 Nicely space buddy icons, and bold-ify nicknames in chat view commit 6cc5d749f61f8e68de946678a9c5981700a3af49 Author: Dan Williams Date: Tue May 23 00:15:14 2006 -0400 - Implement async XML-RPC client commit 8e7a72c9da2d3802e9d4ac1f2c6b6af28f21c4a7 Author: Dan Williams Date: Tue May 23 00:10:10 2006 -0400 Fix traceback on activity disconnect commit fc5e077bdcf57b76b25619112c48eb11a18596e6 Author: Marco Pesenti Gritti Date: Mon May 22 23:16:54 2006 -0400 Make that red not so red ;) commit 073ffd1bffb71a3896b4e6b8d54dd84e62f04e69 Author: Marco Pesenti Gritti Date: Mon May 22 23:10:12 2006 -0400 Default to tab active, this is damn racy commit bbeced56e523a934f1e2494de67bbf82e0f93d54 Author: Marco Pesenti Gritti Date: Mon May 22 23:08:41 2006 -0400 Finish up chat notification, there are races but it seem commit 9df1c653d56141a4fb4e965eb51a5320c3eeb0c0 Author: Marco Pesenti Gritti Date: Mon May 22 22:40:49 2006 -0400 Make it easy to run two instances. See README commit a32007ec7a87726f5ab780745382a47b07c40997 Author: Marco Pesenti Gritti Date: Mon May 22 22:14:22 2006 -0400 Add two env vars to set nick name and user dir commit d213eada769f337bf0f538b1d670c0ab97caec54 Author: Marco Pesenti Gritti Date: Mon May 22 17:59:42 2006 -0400 Change tab label color when there are commit a6b1307eb4452fdd092a5218a825c1fe0fae5cb0 Author: Marco Pesenti Gritti Date: Mon May 22 16:45:50 2006 -0400 Fix tab focus stuff commit 112f067c01aefee431da063edcf059087832051e Author: Marco Pesenti Gritti Date: Mon May 22 16:36:02 2006 -0400 Merge commit d5ff67caa5dcfd287c117e8017b96d077ebfa0d3 Author: Marco Pesenti Gritti Date: Mon May 22 16:35:31 2006 -0400 Listen on buddy for icon changes commit 4fb745e204e4047413454be64e42e33fa5e0f869 Author: Dan Williams Date: Mon May 22 16:12:45 2006 -0400 Turn off debug print commit c52b59cd6ce7a5f91c9598e194cab347dd468658 Author: Dan Williams Date: Mon May 22 16:11:02 2006 -0400 Turn off debug print commit a7a2211b684c894220cf918354f2d81f98b7db1d Author: Dan Williams Date: Mon May 22 16:05:17 2006 -0400 Ensure that services this sugar instance registers are register with the owner as well. commit 0c2940d56e4fdfa184a2783c025fc09228eb76cb Author: Marco Pesenti Gritti Date: Mon May 22 15:25:10 2006 -0400 Get rid of the new message icon entirely commit 30f3c73dcb12f93204e0f11f7fcae597772ba2a0 Author: Dan Williams Date: Mon May 22 14:27:35 2006 -0400 Add some comments; retry icon requests after a bit commit 84ae7feb3a660f7fd02badc7453c6d3078b2fc8b Author: Dan Williams Date: Mon May 22 14:27:06 2006 -0400 String-ify data before trying to pack it into the struct. commit 55bf8c79cb3b53af36ecb64ffc22b116e36d8ac6 Author: Dan Williams Date: Mon May 22 14:26:14 2006 -0400 Fix bad usage of a dict commit 2b2dbc809955093f98884e6619bd8a88be751c16 Author: Marco Pesenti Gritti Date: Mon May 22 13:36:58 2006 -0400 Clear the setchpad after sending commit 8b4a4e2afe2e7b452b0e04683592d9c7bf677eca Author: Dan Williams Date: Mon May 22 13:30:13 2006 -0400 Ensure buddy icon is at least None; if the sugar directory doesn't exist, make it. commit dc6ac64817d9eb1022c4b8e8a0bba399104c2bbc Author: Dan Williams Date: Mon May 22 13:24:53 2006 -0400 Set HOME too commit dabfae47630097dbe0d3d9f09c23bd3b6cce4718 Author: Dan Williams Date: Mon May 22 12:53:27 2006 -0400 Remove thread init stuff again, dbus angry commit d4fb0608fdb152338707d047a594d1ed6a2a1c29 Author: Dan Williams Date: Mon May 22 12:52:07 2006 -0400 Another try at not making dbus angry with threads. commit 6998f6b3a6051d555c93f3abeb3a869c7c23fed4 Author: Dan Williams Date: Mon May 22 12:51:39 2006 -0400 Ensure keys exist or don't exist before using them or adding them, respectively commit 3f320fcc523ca26e47be11c16732d78759a57877 Author: Dan Williams Date: Mon May 22 12:02:00 2006 -0400 Get group from the right place commit 560648afa5ed5eddf30764ce50b9c67f7156a2f7 Author: Dan Williams Date: Mon May 22 11:53:22 2006 -0400 Make dbus happy by _not_ initializing gtk threading... (WTF?) commit 58ed74bae6df469742f0e282946b4d614865b464 Author: Dan Williams Date: Mon May 22 11:47:59 2006 -0400 Stick main code into main() commit 6658cfba80e088f8b9cba0261cc508d915f399ff Author: Dan Williams Date: Mon May 22 11:45:34 2006 -0400 Remove debug print, fix argument checking commit 9df2cddf573ad574a98b57164f0c186cf86dfcc4 Author: Dan Williams Date: Mon May 22 10:53:14 2006 -0400 Add script that starts Xephyr, dbus, and metacity for a test user then dumps you to a shell commit cf283a91a830188e398987f1934336130f31b6f9 Author: Marco Pesenti Gritti Date: Mon May 22 02:35:22 2006 -0400 Missing [] commit 7ecf98ba95b3ba3e61fa385c6e6c55b29b47bfed Author: Marco Pesenti Gritti Date: Mon May 22 02:32:34 2006 -0400 Check if the icon exists commit f5173c33d07c572644e7769cc5e46d0217b529c1 Author: Marco Pesenti Gritti Date: Mon May 22 02:11:39 2006 -0400 Merge commit d3c5da1a667c381346879929cf5471df85d72d23 Author: Marco Pesenti Gritti Date: Mon May 22 02:10:30 2006 -0400 Display icons in the chat commit 3b2f185e5c236ae7fc39b8e6e0c291d7e4357058 Author: Dan Williams Date: Mon May 22 01:21:12 2006 -0400 - Refactor service handling. Buddies can now have more than one service associated commit cbae21b487b481ead4c1ff21b195a578d6ecca55 Author: Marco Pesenti Gritti Date: Mon May 22 00:18:33 2006 -0400 Add an .hgignore file so that I stop to forget commit e4cad71b56825874f1c705014d202a5887cdbfea Author: Marco Pesenti Gritti Date: Sun May 21 23:33:47 2006 -0400 Forgot to add this commit 67beb6298bf82155cb8f044e4af2474d2cabfb13 Author: Marco Pesenti Gritti Date: Sun May 21 22:21:42 2006 -0400 Merge commit 325fb8ff252e933aada3d6fccffa58e00c12f05b Author: Marco Pesenti Gritti Date: Sun May 21 22:20:37 2006 -0400 Add an emoticons menu commit 3841ac9983df5e8307ad2aa2ffa89edf7aa23030 Author: Dan Williams Date: Sun May 21 21:31:57 2006 -0400 merge commit 2c272cc8925540562b9a45202b674d7a75a33263 Author: Dan Williams Date: Sun May 21 21:30:26 2006 -0400 Do buddy icons commit 1c54ef5002071ceb408b25a47de25c1458f7aaee Author: Dan Williams Date: Sun May 21 00:29:20 2006 -0400 Make colors work in Sketch commit 1a2f5cc3f73f029aab715873b32e544777ff3884 Author: Marco Pesenti Gritti Date: Sun May 21 20:37:29 2006 -0400 Parse text emoticons commit 58d6cbd76f9284b7940908623768c66c87831b51 Author: Marco Pesenti Gritti Date: Sun May 21 20:02:14 2006 -0400 Add support for icons commit bd8b2437a637814b16a6f2b8c9d744ea00a0e437 Author: Marco Pesenti Gritti Date: Sun May 21 18:55:37 2006 -0400 Start drawing from the actual start point commit 2174b6e0fd17f4a36780e9a65a382b22e338126d Author: Marco Pesenti Gritti Date: Sun May 21 17:49:27 2006 -0400 Add a way to get user dir commit 41ec035dc7f8bf9ac52f9810c6bc1b25f2dde1b0 Author: Marco Pesenti Gritti Date: Sat May 20 18:50:39 2006 -0400 First go at drawing UI commit dc276e7b7f7eb74d6b5b6e271dd932b559d87812 Author: Dan Williams Date: Fri May 19 20:45:17 2006 -0400 Show sketches inline in chat commit 3267a94c066dcd22de32edf79163328d307eedf1 Author: Dan Williams Date: Fri May 19 20:01:03 2006 -0400 Extract and receive sketches as well as text messages commit 19c75f6c4f8e745a9e618b31cdb2fdca84b0bcbb Author: Marco Pesenti Gritti Date: Fri May 19 19:55:55 2006 -0400 Forgot to add this commit b4d4d9eb21adb3bf8a391fdd84e8148ccf8c6fad Author: Marco Pesenti Gritti Date: Fri May 19 18:05:59 2006 -0400 Merge commit 11a1925c2d2d00fc42f4d8dd3b45c36aee09ae56 Author: Marco Pesenti Gritti Date: Fri May 19 18:05:00 2006 -0400 Write a toolbox and partially integrate it with the chat. commit 2a2903d1fb05e4c237b619deb9eebfb8fca7bc75 Author: Dan Williams Date: Fri May 19 16:27:29 2006 -0400 Change chat's send_message() -> send_text_message() to prepare for sketch-in-chat commit 2b8d593f4ac00d3e0099657bf9024818542bdbd3 Author: Dan Williams Date: Fri May 19 16:26:08 2006 -0400 Only parse tagged XML commit 887034c8a4931752e0a3de907a2462c96ccf59ea Author: Dan Williams Date: Fri May 19 15:52:44 2006 -0400 Consolidate recv_message() and send_message() code commit 9a1324d0b08af22044424f399edfd032a287e7d7 Author: Dan Williams Date: Fri May 19 14:50:20 2006 -0400 Replace StreamReader and StreamWriter with a unified Stream class. Since the commit 8cfc17ff5536a4f8135fbebfb791647ee23aec61 Author: Dan Williams Date: Fri May 19 14:44:42 2006 -0400 argument is a string, not a buddy commit ef18be4d7d19c76e68db9c37cb978b607fa31dc1 Author: Dan Williams Date: Fri May 19 14:27:26 2006 -0400 Instructions for running a second sugar with Xephyr commit 8499e97a0050e6dbd9ea6f72aa1e7826ab003742 Author: Marco Pesenti Gritti Date: Fri May 19 14:19:03 2006 -0400 Merge commit d2cc475095f371249251cbfc174a409f3349f2e3 Author: Marco Pesenti Gritti Date: Fri May 19 14:18:41 2006 -0400 Get something basic working commit 795e4bb2db85863f74d34390f958bf767df09413 Author: Dan Williams Date: Fri May 19 13:23:07 2006 -0400 Deal with keyboard interrupt correctly. commit 1e2d880d6d66401b13898af128a2d0d9faf37155 Author: Dan Williams Date: Fri May 19 13:20:52 2006 -0400 More informative error if avahi isn't around. commit 825f1d205de79219e83e484c8445f0cf188fa49f Author: Dan Williams Date: Fri May 19 12:57:56 2006 -0400 Don't traceback on Ctrl+C commit 6fd95df6b5cfe95486fed030ccd8524cf24e7e45 Author: Marco Pesenti Gritti Date: Fri May 19 12:45:08 2006 -0400 First go at the sketch pad thing commit 96a90ca32cf45da9b50f9ebc020471734d937bc5 Author: Dan Williams Date: Fri May 19 11:37:05 2006 -0400 Pathetically simplify retransmit timings. commit 4dca6521aa416143dbc7f06a3d767ea6c4b68379 Author: Marco Pesenti Gritti Date: Thu May 18 17:31:23 2006 -0400 Some tiny UI improvements commit 745f5982b4ca5e5723a6295425bb74d294e23f74 Author: Marco Pesenti Gritti Date: Thu May 18 17:11:09 2006 -0400 Add icon to the bar commit c87af3d7828e5869aa32dad3b505210968c6eb9a Author: Marco Pesenti Gritti Date: Thu May 18 16:52:20 2006 -0400 Fix switched title/address commit 230c7379be2aab3f4070cb4783a08cc18a4bd38a Author: Marco Pesenti Gritti Date: Thu May 18 16:46:31 2006 -0400 Forgot to add these commit 8b24b5eaaa04564153de346a7718a02581ad324c Author: Marco Pesenti Gritti Date: Thu May 18 16:42:56 2006 -0400 Dont break if PYTHONPATH is undefined commit fd8a921d96e30fe887275b7f76df3c8f24c61b24 Author: Marco Pesenti Gritti Date: Thu May 18 16:35:12 2006 -0400 Improve the page sharing UI commit 6f77290880dbb6dcb9d37988697124c073e3b381 Author: Marco Pesenti Gritti Date: Thu May 18 15:58:42 2006 -0400 Improve notification bar appeareance. commit 533dbd638e52520ec9aa779a75e493ea6b40ad7e Author: Dan Williams Date: Thu May 18 13:09:56 2006 -0400 Implement retransmit requests on receiver side, fix some stuff up. commit 3e1f404879613b00e76be102b7cefd18b38fcf7a Author: Marco Pesenti Gritti Date: Thu May 18 12:17:25 2006 -0400 Check activities dir exists commit b67a967699a7f5f7007f0b70339d0858161bf7e0 Author: Marco Pesenti Gritti Date: Thu May 18 01:43:05 2006 -0400 Remove the old, non functional activity example. We have a commit 3f624fdcf7e0b1c89ea8f78ac8c41cf961791f46 Author: Marco Pesenti Gritti Date: Thu May 18 01:17:40 2006 -0400 Add a sample activity. Too bad gmail crashes the commit e31583daad7dd8f210c3102a631dca87ddf99de3 Author: Marco Pesenti Gritti Date: Thu May 18 00:25:40 2006 -0400 Merge commit 11a923d4b10842d65b07456f25522e7d662f3edc Author: Marco Pesenti Gritti Date: Thu May 18 00:24:32 2006 -0400 Load session from .activity files commit 64dc217f52dfd1a161fccde29ccbc1a94f5111f9 Author: Dan Williams Date: Wed May 17 22:33:52 2006 -0400 Ensure that RetransmitSegment construction from data is correct. commit 2b310dda966528fcfa7824e71657af0804ca0d61 Author: Marco Pesenti Gritti Date: Wed May 17 17:29:23 2006 -0400 Some renaming commit e0658bfc1dc1fb90d6015f53b4d9d94194057861 Author: Marco Pesenti Gritti Date: Wed May 17 17:21:18 2006 -0400 Wrong function signature commit d89682bfe5115e61b6ded7de061ba1442c7252c5 Author: Marco Pesenti Gritti Date: Wed May 17 17:17:21 2006 -0400 merge commit 8d1e105e51955ddd7637d3ce42bc35fa9666c420 Author: Marco Pesenti Gritti Date: Wed May 17 17:14:36 2006 -0400 Actually hook up the action button commit 7f33469924946b243c2eae2de820e34a2d560d95 Author: Dan Williams Date: Wed May 17 17:06:06 2006 -0400 More testcases for RetransmitSegment, and fix some RetransmitSegment bugs commit de8ef992942e2809649e81c2b523a80164f9cd21 Author: Marco Pesenti Gritti Date: Wed May 17 17:04:42 2006 -0400 Forgot to add the file commit 835bb6685230704a4d1f58d27970f7ba6ba229e5 Author: Marco Pesenti Gritti Date: Wed May 17 16:56:42 2006 -0400 First implementation of the totems ui commit 11d54d71a97e72bf0fdeac389cb5c16532be9f0b Author: Dan Williams Date: Wed May 17 16:23:35 2006 -0400 Add a bunch of testcases commit f751407d50cb55d85722c889d42e216eaeb7ee94 Author: Dan Williams Date: Wed May 17 13:11:48 2006 -0400 Refactor the segment class into two type-specific classes and base class commit 093667d253e74b5440d05cfce90f857a0f24d9b4 Author: Dan Williams Date: Wed May 17 10:30:11 2006 -0400 Refactor global vars into appropriate classes commit 6d7e1dcb4cb520d1f53ad06bf251d1d988e0c851 Author: Marco Pesenti Gritti Date: Wed May 17 00:23:00 2006 -0400 Do not crash if cannot find icon commit 2ae62db4cc64445ba235edc87ce7482f38f3fa4c Author: Marco Pesenti Gritti Date: Wed May 17 00:12:01 2006 -0400 Enable the console only when running from source path. commit 53ccec52674c28b38fb993c22c2817c30e835db7 Author: Marco Pesenti Gritti Date: Tue May 16 19:23:42 2006 -0400 Forgot to add new file commit 8a9d0b657c0f0b01e854353fa4c7361b88db1583 Author: Marco Pesenti Gritti Date: Tue May 16 19:21:52 2006 -0400 Add a gui console so I can see output in commit b6d50a215bc8671a20905954a88084fd9f806c06 Author: Dan Williams Date: Tue May 16 17:08:39 2006 -0400 Add a segment type and start bits for retransmission requests. commit 17b77fc7ccb0796c4c24f5bd2ab1bee4360c0614 Author: Marco Pesenti Gritti Date: Tue May 16 16:52:54 2006 -0400 Make this work also when running from inside sugar/ commit 1f331209512200467fc5bf25126c63027ea13918 Author: Marco Pesenti Gritti Date: Tue May 16 16:33:11 2006 -0400 Merge commit 8162cc84680a7afdbf61cb93dc6f7d7b93e20123 Author: Marco Pesenti Gritti Date: Tue May 16 16:32:08 2006 -0400 Do not rely on dbus auto-activation. commit 0f7dc51ac0af54b3d11b6d635785be9fe77118f9 Author: Dan Williams Date: Tue May 16 16:26:23 2006 -0400 Do message reassembly commit e4516c6d811e5f41cc9151d70f830b5cd008eee7 Author: Dan Williams Date: Tue May 16 14:40:52 2006 -0400 Add start of mostly reliable UDP pipe communication code commit 6667cc9e096c223f51c49c5afbc35d52e7032151 Author: Dan Williams Date: Tue May 16 13:45:47 2006 -0400 Bumped version to 0.3. commit 7fa4630cd36a517b25ef8c5f40acfe11dd657bdf Author: Marco Pesenti Gritti Date: Tue May 16 13:42:39 2006 -0400 Fixup a bunch of missing files in the makefiles commit 7b2927166ba9cb4b459d4e49d9e81101924df01d Author: Marco Pesenti Gritti Date: Mon May 15 17:33:33 2006 -0400 Typo commit 5bc2a8a483b914be3ab2a969693c0d575ca7ae8a Author: Marco Pesenti Gritti Date: Mon May 15 17:16:55 2006 -0400 Get the damned thing to work, finally! commit 04d57855f81068a1f39d1338b045aa9a1bf60512 Author: Marco Pesenti Gritti Date: Mon May 15 17:01:31 2006 -0400 Actually use the group address now that we have it commit f6d9916b4a7abe2ab197e6e12a8a459464e988d9 Author: Marco Pesenti Gritti Date: Mon May 15 16:57:23 2006 -0400 Cleanup the service stuff for the multicast case commit 2fdedc751ef12b76316c8b23d7f28eadd2f8fc61 Author: Marco Pesenti Gritti Date: Mon May 15 16:28:09 2006 -0400 More work on notification commit d2a0bd4d65f5cc9b757735a29d18d54d345e9269 Author: Marco Pesenti Gritti Date: Mon May 15 15:36:17 2006 -0400 More fixes... commit 7300b8e429993ed05a6a01c6fed9b54a249ebd5d Author: Marco Pesenti Gritti Date: Mon May 15 15:12:08 2006 -0400 More fixes commit 0660a72a3446489477a4b35b77d855a61d16fc56 Author: Marco Pesenti Gritti Date: Mon May 15 15:05:56 2006 -0400 Mercurial deleted this for some reason!? commit 1bba0e9414ae939c8be0a5043dda511776c741d3 Author: Marco Pesenti Gritti Date: Mon May 15 15:05:09 2006 -0400 Merge commit 27b89c5b244c9fbda911b176af5891af707f9d62 Author: Marco Pesenti Gritti Date: Mon May 15 15:03:05 2006 -0400 The notifier should own the server not the listener! commit 6b786006462a36870f273f1144fb2a8dcf203ee7 Author: Dan Williams Date: Mon May 15 14:48:08 2006 -0400 Merge SVGdraw.py commit 0ca5a7fed50b7aed15bf342fbc00dda9a77ef64f Author: Dan Williams Date: Mon May 15 14:47:06 2006 -0400 More SVGdraw fixups, make namespaces work on import commit ae2eb70b6c534b36835e56d4c28ed4d82110df89 Author: Dan Williams Date: Fri May 12 17:42:40 2006 -0400 Add import capability to SVGdraw.py commit acf29ef25e52a18470084f5afa4bb97b8a57885f Author: Marco Pesenti Gritti Date: Mon May 15 14:33:02 2006 -0400 Forgot to add this commit 94355dd372f41aa20b7c2944070f10637edc710f Author: Marco Pesenti Gritti Date: Mon May 15 14:32:17 2006 -0400 Empty init file commit 2da875af6800e52a2ced90b2207b8ca4cd48ad68 Author: Marco Pesenti Gritti Date: Mon May 15 14:24:31 2006 -0400 Fix a bunch of bugs commit e752cda5e6f09d3230b7d8cd10bd5b7d18f0e34b Author: Marco Pesenti Gritti Date: Mon May 15 14:07:16 2006 -0400 Implement model changes notification and hook commit e0a046cd5353cdeab2bee7bab37d8c7da8289153 Author: Marco Pesenti Gritti Date: Mon May 15 12:27:36 2006 -0400 Split the model classes in different files commit 931c3625432121eff342b2c71d82643a9b30420d Author: Marco Pesenti Gritti Date: Sat May 13 02:01:01 2006 -0400 Check for globals too commit 6cbe5256e96e24165970ed0f4faaf9fd5bb4c789 Author: Marco Pesenti Gritti Date: Sat May 13 01:40:04 2006 -0400 Typo commit a3d69ab879567f9c63378ca8341e719169e1391b Author: Marco Pesenti Gritti Date: Sat May 13 01:28:51 2006 -0400 pylintize!!! commit 4479a14eea6fd9c6ebc3ac9ad63e06d4020340b9 Author: Marco Pesenti Gritti Date: Fri May 12 22:58:27 2006 -0400 Add missing return, I want a compiler! commit d90e9a115a1ce9c13edd61c0703cb826e4bd95ba Author: Marco Pesenti Gritti Date: Fri May 12 19:27:04 2006 -0400 Some more fixes commit bb04e24082236ea020c1a506e3266279262c2e1a Author: Marco Pesenti Gritti Date: Fri May 12 19:07:29 2006 -0400 Correct the name of request handler class commit 8a2cef6a4fb6dd3f2cd88bdd28a6b8b02803e388 Author: Marco Pesenti Gritti Date: Fri May 12 18:59:14 2006 -0400 Missing includes commit 42feca7cb335cc829170f8b1267dfcfce400c902 Author: Marco Pesenti Gritti Date: Fri May 12 18:47:23 2006 -0400 Typo commit c481c3f270fee047539a610bf3febc1cdbcb7927 Author: Marco Pesenti Gritti Date: Fri May 12 18:46:33 2006 -0400 Return None if the service is unknown commit d9ad506f88ffa17a002170c60928892a76fa1216 Author: Marco Pesenti Gritti Date: Fri May 12 18:43:03 2006 -0400 Actually register the service. Fix a typo commit aba40b2fd99044fa0696ba3e0b8c968f6b814a43 Author: Marco Pesenti Gritti Date: Fri May 12 18:09:13 2006 -0400 Initial model and totems code commit 343761bd8c207249a4b041f3380865d822157c90 Author: Marco Pesenti Gritti Date: Fri May 12 03:04:07 2006 -0400 Fix running from installation commit a55dc687bfed1f1c665d04dfcdd83978f4f0a403 Author: Marco Pesenti Gritti Date: Fri May 12 02:52:32 2006 -0400 Fix the sugar script for the new packages commit 0f969404eb27916561fbab11c363b2420583361f Author: Marco Pesenti Gritti Date: Fri May 12 02:46:59 2006 -0400 Some minor fixes commit 34987e1ef88b14b1d03870b66c3e2eb6af8d2d94 Author: Marco Pesenti Gritti Date: Fri May 12 02:34:20 2006 -0400 Some new files I forgot in the previous commit commit f6491e6afc2aaf3116d5d15bff4f63a79a7f89fd Author: Marco Pesenti Gritti Date: Fri May 12 02:32:03 2006 -0400 Refactor the directory structure to match the packages commit 1f057e0d0b4d5a32a3fce3604c5dce2e17281f9b Author: Marco Pesenti Gritti Date: Fri May 12 00:38:00 2006 -0400 Remove, unused commit 280be4fd1f7628878e9d148ea7ce3ffdfdb18bb3 Author: Marco Pesenti Gritti Date: Thu May 11 23:15:23 2006 -0400 Finally one to one chat back to work commit 688891fc28f8ce88dde1436239a4073acaddb49a Author: Marco Pesenti Gritti Date: Thu May 11 23:12:01 2006 -0400 More fixes commit 43bcab5f0e0fbb14eaad6c724c421bcac4805a79 Author: Marco Pesenti Gritti Date: Thu May 11 23:03:40 2006 -0400 Nice typo commit 23f3ae5421e594ca89cc75e030c66aef9fae79ff Author: Marco Pesenti Gritti Date: Thu May 11 23:01:20 2006 -0400 Typo commit 929c6fd9a75952d3d8b2b77aa95860812ca6ffc0 Author: Marco Pesenti Gritti Date: Thu May 11 22:59:27 2006 -0400 Another namespace fix commit 6074551b41441a43a93290bed0e7b2446505e5c6 Author: Marco Pesenti Gritti Date: Thu May 11 22:45:45 2006 -0400 Python namespaces are the suck commit 03b47921ae7b1d47e61e09b43bd3051d038b829d Author: Marco Pesenti Gritti Date: Thu May 11 22:43:23 2006 -0400 s/host/stype commit 6f13f8ddf6a10c5163ea18371037c57da650c7de Author: Marco Pesenti Gritti Date: Thu May 11 22:37:24 2006 -0400 Use the chat service, get to it by the nick name commit 6f3c1ac74063ec82bae6bbe34e643519077085cb Author: Marco Pesenti Gritti Date: Thu May 11 22:31:02 2006 -0400 Make StreamReader search for a free port commit ed53316f4f10cc3b4af7ac758836ac5d1100db6c Author: Marco Pesenti Gritti Date: Thu May 11 22:19:52 2006 -0400 Include the sender in the message commit 18f9a43716aad68af533380d60692a0e5da3ef30 Author: Marco Pesenti Gritti Date: Thu May 11 21:56:23 2006 -0400 More code cleanups and refactoring commit afb9b2c97f3225c12987f5e1f188fb1484fb47f7 Author: Marco Pesenti Gritti Date: Thu May 11 17:23:41 2006 -0400 Lot of fixes commit 878714a627a3c6c5de87523e0e1f1bc7a23eb910 Author: Marco Pesenti Gritti Date: Thu May 11 15:14:26 2006 -0400 Filter out owner presence/messages commit 6a45bea079a0c22c8b6323cbc1f2b8d4ac59f1af Author: Marco Pesenti Gritti Date: Thu May 11 14:56:18 2006 -0400 Try to fix commit d96b1c39a3c205246dac2c0ff94725ff6a1afab7 Author: Marco Pesenti Gritti Date: Thu May 11 14:52:34 2006 -0400 Update commit 723119d4e96aad124aafb7a1f6fc785ed0c06ceb Author: Marco Pesenti Gritti Date: Thu May 11 14:50:09 2006 -0400 Merge commit d1161437d273f6b2938a41922be46ddc42e13839 Author: Marco Pesenti Gritti Date: Thu May 11 14:46:34 2006 -0400 Rewrite of the network stuff. Stuff broke likely. commit 3233c69c53482c2ccddc3bcbcd4cdd918a5a84a1 Author: Marco Pesenti Gritti Date: Thu May 11 02:03:50 2006 -0400 More work on the new network stuff. Mercurial commit a8437a39a99ccf5d05d1b2f81084b92a12582e7d Author: Marco Pesenti Gritti Date: Thu May 11 02:00:37 2006 -0400 Check in some initial code for the new network stuff design. commit 5b97add732a330b13192d43c42bf93a6b9134442 Author: Dan Williams Date: Wed May 10 15:28:27 2006 -0400 Add SVGdraw.py with some fixes for xlink namespace issues commit 5d2ce73c23fcb00cf33634a3d9732a7d30431a15 Author: Marco Pesenti Gritti Date: Tue May 9 14:31:35 2006 -0400 Merge commit f286d1505d2f202d0491fb72660b4d8788ae7aed Author: Marco Pesenti Gritti Date: Tue May 9 14:30:54 2006 -0400 Check in initial model stuff, unused commit c9105311c514002a11b7aa5475b07b584cf7a3f3 Author: Dan Williams Date: Tue May 9 00:16:33 2006 -0400 also dist sugar. commit 81d59b371b37982a554a1804eea0e483506f70f5 Author: Dan Williams Date: Mon May 8 15:48:34 2006 -0400 More build fixes. commit 05cd35389168a99c16aace58e0cb90df10e1c5e2 Author: Dan Williams Date: Mon May 8 13:37:05 2006 -0400 Make 'make distcheck' actually work. commit 5d827e6176fb63795de78faa19f10a318f14ee19 Author: Dan Williams Date: Mon May 8 12:53:40 2006 -0400 Post-release version bump. commit 2a088fef080d5e11ddf7a5ec8e28ba9c43df861d Author: Dan Williams Date: Mon May 8 10:38:56 2006 -0400 Add 'pass' to empty functions otherwise browser.py don't work. commit 121179e3443f03a6d1097b586e9ef374aff4bd0b Author: Dan Williams Date: Fri May 5 16:11:28 2006 -0400 Revert badly merged bit commit 9d98c5e5ae1b4033cdef905376fbb5cd673d4d60 Author: Dan Williams Date: Fri May 5 15:53:16 2006 -0400 3rd try on server traceback printing commit 670a916183816a3b044f07f09e52f54810c2996a Author: Marco Pesenti Gritti Date: Fri May 5 15:39:17 2006 -0400 Merge commit f86977781e1885ca4e34b265181dfebff65ca347 Author: Marco Pesenti Gritti Date: Fri May 5 15:37:56 2006 -0400 Add a share button to the browser. commit d0613d2a42a062cf4d0b0c9c6ea32bfbb01f278d Author: Dan Williams Date: Fri May 5 15:27:55 2006 -0400 Second try at printing tracebacks commit d984e98de858c1c05b91eba81ed859187ff68469 Author: Dan Williams Date: Fri May 5 15:19:23 2006 -0400 Merge commit 615eb60550f245e9e55c58f8daa7706e81f56461 Author: Dan Williams Date: Fri May 5 14:27:46 2006 -0400 Print more debug info commit 3acdb18d26ee9fd2191a045de96e103502be4a1d Author: Marco Pesenti Gritti Date: Fri May 5 15:16:24 2006 -0400 All fixed (hopefully) commit 8939bc6bb1eebd11941bd6b95a86f48bf901bed3 Author: Marco Pesenti Gritti Date: Fri May 5 14:39:10 2006 -0400 xmlrpc requires a return value commit 992dbc9662d4c7e6659fbd397c3d3b89ef0387a9 Author: Dan Williams Date: Fri May 5 14:21:53 2006 -0400 Fix indentation commit f79570edd0ed37e96668d99c9b044bb791ddb8ef Author: Dan Williams Date: Fri May 5 14:18:52 2006 -0400 merge commit ca378af28663e304bfa969bdeb43b08ce138a950 Author: Dan Williams Date: Fri May 5 14:17:57 2006 -0400 Print local traceback on XMLRPC server exceptions commit 06fb5b3e8a44a26383df863b09bfd7022580349c Author: Marco Pesenti Gritti Date: Fri May 5 14:19:20 2006 -0400 More fixes commit dd95b7e8bc926094761f0cea8775ca0f3b33cd16 Author: Marco Pesenti Gritti Date: Fri May 5 13:17:37 2006 -0400 Typo commit 4bd94b0019eee49a47de33512546b61876d9f0bc Author: Marco Pesenti Gritti Date: Fri May 5 12:14:46 2006 -0400 More chat fixes commit 7d77d89df678446772118671088138fb3764a2ad Author: Marco Pesenti Gritti Date: Thu May 4 17:00:00 2006 -0400 Fix buddy list commit 91670df8b25856b28e4b7f688c9978756a062c37 Author: Marco Pesenti Gritti Date: Thu May 4 16:11:16 2006 -0400 Factor out a very simple p2p messaging system from chat commit 14d572e72a6c18fba6b6676682e8722614484520 Author: Marco Pesenti Gritti Date: Wed May 3 16:55:56 2006 -0400 Update deps commit 0a43ee3d2ab2e65d46dfe18e8c636f2004063cb0 Author: Dan Williams Date: Thu Apr 27 15:38:03 2006 -0400 Fixup one instance of s/gtk.FALSE/False/ and fix up debug spew. commit 699bb17627ad4103e47731034db5e9d1854043ff Author: Dan Williams Date: Thu Apr 27 15:36:01 2006 -0400 Work with both installed sugar and devel sources commit f56c3d45109c614ee481c95198a30439bbff552b Author: Dan Williams Date: Thu Apr 27 15:27:50 2006 -0400 Fix another bad import commit 243aac6be26e764433d12a69a144ee51950a157d Author: Dan Williams Date: Thu Apr 27 15:25:02 2006 -0400 Fix group message notification commit 36e2abf147f6ba0c9049abf5fae831839156e2f1 Author: Marco Pesenti Gritti Date: Thu Apr 27 15:28:16 2006 -0400 Document how to run installed sugar commit 07434a483459bf24df35e5e6249608c63b2c20f6 Author: Marco Pesenti Gritti Date: Thu Apr 27 15:23:11 2006 -0400 Restore the sugar script so we can run from installation too commit dce4a8c13cf17e7e3b0ad66b6c9ce1dbfa66d6ce Author: Dan Williams Date: Thu Apr 27 15:18:14 2006 -0400 merge to tip of tree commit d8dd8f8a65f87cb9037db442bdf73d42a2685403 Author: Dan Williams Date: Thu Apr 27 15:11:47 2006 -0400 Clarify commit 59c84048547776430ff61136a9743243fb0d1362 Author: Dan Williams Date: Thu Apr 27 15:10:30 2006 -0400 Revert stupid import commit 6a0bf2b7b50db33c0be2256ce6f5ebc7db864fa3 Author: Dan Williams Date: Thu Apr 27 15:05:50 2006 -0400 Add tcsh setup script commit 81f45f1447bc9fcc2f686668a44bd022d0de374e Author: Dan Williams Date: Thu Apr 27 15:01:42 2006 -0400 merge to tip of tree commit 38c5e5847bf22f0845cdd9ce3ba9ea2d588c7967 Author: Marco Pesenti Gritti Date: Thu Apr 27 14:58:10 2006 -0400 Add some tab icons, still missing web site icons commit af89be9a0c991a0e8ba91a1966345062bff984a4 Author: Dan Williams Date: Thu Apr 27 14:28:58 2006 -0400 Clarify README more and remove bin_SCRIPTS=sugar from Makefile.am. commit 87241c2e8c2ed98052dd25d2c47994ee9d477cf1 Author: Dan Williams Date: Thu Apr 27 14:21:21 2006 -0400 Clarify README. Remove the sugar utility as it's kinda misleading. commit 7367dfad19f577c0ee4f95673b1edd87c175dcaf Author: Dan Williams Date: Thu Apr 27 14:17:10 2006 -0400 Remove underscore from PYTHON_PATH commit 73ac3be1e694393676152ddb3f6568a12504d264 Author: Dan Williams Date: Thu Apr 27 13:54:18 2006 -0400 Add the setup-run-from-source.sh script (doesn't work yet) and allow to run the cactivities from the shell. commit c4781fe8e31b33e3721b6bd864faf1d4feffaef1 Author: Dan Williams Date: Thu Apr 27 12:20:42 2006 -0400 Don't traceback on Ctrl+C commit 9bd898a5b2b1a1ea00e392e93e1c040640d77277 Author: Marco Pesenti Gritti Date: Wed Apr 26 18:03:54 2006 -0400 Merge browser README in the root one commit 2b57bcfd614daaa671509602cce1c28a58d7491f Author: Dan Williams Date: Wed Apr 26 17:01:39 2006 -0400 Don't traceback on Ctrl+C commit 06680398a9949e0e9e4c446843512285c8ec6d7b Author: Marco Pesenti Gritti Date: Wed Apr 26 17:05:05 2006 -0400 Allow to close private chat commit 50183927d0ed88d7fad007c57778ad0b63e5d169 Author: Dan Williams Date: Wed Apr 26 16:55:10 2006 -0400 Remove example-activity/activity.py and merge with src/activity.py commit 68ebe0d9adff8ee2868851a2d96b8be1c6f7f1b6 Author: Marco Pesenti Gritti Date: Wed Apr 26 16:52:27 2006 -0400 Fix rich text in the chat commit 5078a974790613188082122c7d7221cbc3fdcdef Author: Marco Pesenti Gritti Date: Wed Apr 26 16:43:56 2006 -0400 It's autogenerated file commit cc865bba52780d1f831830cce93ef0874a341eb8 Author: Marco Pesenti Gritti Date: Wed Apr 26 16:43:27 2006 -0400 Hide the cursor on the chat view commit bcfe586405ca0571f491e6547c75c658ece50e8b Author: Marco Pesenti Gritti Date: Wed Apr 26 16:36:06 2006 -0400 Merge, stupid mercurial commit 8f702f2cf547abc3e719346f113a14423f048ca9 Author: Marco Pesenti Gritti Date: Wed Apr 26 16:35:19 2006 -0400 Fix up browser life cycle commit fa43840b3cf5fe5032a45ae2af55ef2b8b2a6c8b Author: Dan Williams Date: Wed Apr 26 16:24:52 2006 -0400 Do chat in multiple tabs commit fea1c24eaf07bc6c14783260f4bae3a0ff6f5fe9 Author: Marco Pesenti Gritti Date: Wed Apr 26 16:03:29 2006 -0400 size_request the right widget commit e5a0ba9e2e12c3106a1ef55b223da4b0c74117b5 Author: Marco Pesenti Gritti Date: Wed Apr 26 15:58:25 2006 -0400 Fix up the browser. Make BrowserShell a singleton commit 9df61cb84b8b6cf572b7e9af2bb7b6afd56fec14 Author: Dan Williams Date: Wed Apr 26 12:25:40 2006 -0400 Add support for setting the tab icon. commit 329fea5a73940a70c1f4efa1c367f6b3debe6f75 Author: Marco Pesenti Gritti Date: Wed Apr 26 02:41:54 2006 -0400 Add a note about gnome-common commit 375e6b5ab49153f547be14ded0f3e16830af745a Author: Marco Pesenti Gritti Date: Wed Apr 26 02:30:41 2006 -0400 Forgot to add a few files commit d130c2e13dec99afb1d2c84565863baf431f7c9d Author: Marco Pesenti Gritti Date: Wed Apr 26 02:26:57 2006 -0400 sugar run the "application" commit 200c3d077ada98d51eb416a46c3c70e5ee8cc950 Author: Marco Pesenti Gritti Date: Wed Apr 26 02:25:58 2006 -0400 Install service files so that services are automatically commit 070088a6a57caf40cd213f14c6e5eaec3479520b Author: Marco Pesenti Gritti Date: Wed Apr 26 00:25:11 2006 -0400 Building/running instructions commit 7c2531899bff565e144e8c70da1bc52c8f1c315f Author: Marco Pesenti Gritti Date: Wed Apr 26 00:18:21 2006 -0400 Automakeify commit ba744c32dbb74592dbb501d8fc5b16b2ebcfb4df Author: Marco Pesenti Gritti Date: Tue Apr 25 21:28:54 2006 -0400 Fix link opening commit 2beb70cd7c95ba27bb2e3ccfab12e606fba298c1 Author: Marco Pesenti Gritti Date: Tue Apr 25 21:26:49 2006 -0400 Change cursor when hovering links commit 1676e5edcc177c7016618cb71c2eacb6984e741f Author: Marco Pesenti Gritti Date: Tue Apr 25 17:47:49 2006 -0400 Implement links. Require new gecko-embed commit e5cd418e7ed952c1c760ea80f6df36944999faae Author: Dan Williams Date: Tue Apr 25 15:21:24 2006 -0400 Launch matchbox and other activities, use glib to spawn processes commit d5a9ca986d5ff1019bad3a801630c14b9c0f63f5 Author: Dan Williams Date: Tue Apr 25 15:20:47 2006 -0400 Quit when shell quits commit 98a5c93881c6bafa3f5d67af157c56c187d4b3bd Author: Dan Williams Date: Tue Apr 25 13:50:59 2006 -0400 Add a legacy app runner application based on Xephyr commit 8ee2dcc7ba92666b0bf1cc32a5ded1a3883c471e Author: Dan Williams Date: Tue Apr 25 13:14:20 2006 -0400 foo commit ed4fc948ca7f76bc30196b4686115f751edd660d Author: Dan Williams Date: Tue Apr 25 13:13:23 2006 -0400 Make the on_button_close call asynchronous commit 897e0132afa27c534625bb204374c25651d22e57 Author: Dan Williams Date: Tue Apr 25 12:10:11 2006 -0400 Don't print out remove errors commit 0aa037dbee413fcc0135f3faa6b0261ba7a3c30d Author: Dan Williams Date: Tue Apr 25 11:57:33 2006 -0400 Ensure the current buddy is selected in the buddy list commit c6c65f3efac4a3c967f30d623030ab462581d9d1 Author: Dan Williams Date: Tue Apr 25 11:47:19 2006 -0400 Fix up chat sending/receiving commit 78eac624de7046102fe02e80bd27beada98375a5 Author: Dan Williams Date: Mon Apr 24 22:22:18 2006 -0400 Use some icons for chat notifications commit 46127b27af6ffd4e3c5efe1ee43e9927aa525ebb Author: Marco Pesenti Gritti Date: Mon Apr 24 16:28:22 2006 -0400 Implement font size changing commit b70e775b5e3162e2cb7a9f7b3fd3d0b72d18967b Author: Dan Williams Date: Mon Apr 24 15:18:41 2006 -0400 Remove some debug code commit fdbb82c00eebb264b1051f416d7a85b09cc425b9 Author: Dan Williams Date: Mon Apr 24 15:17:03 2006 -0400 Echo messages back to ourselves now that we ignore ourselves in the buddy list commit 68ffc82c46dbc629e1ddd524fe0d6a5f216fa8cc Author: Marco Pesenti Gritti Date: Mon Apr 24 15:10:44 2006 -0400 Tiny layout improvment commit 281afb7a2f70c07bea27ed8f80d51ac84237386a Author: Marco Pesenti Gritti Date: Mon Apr 24 15:03:21 2006 -0400 Merge, hi hate mercurial really commit 13b22192236565738f2105866659327b1784099d Author: Marco Pesenti Gritti Date: Mon Apr 24 15:00:58 2006 -0400 Fix a serialization bug (inversed tags) commit 9f0348c00264a697204550a463abfdabfb6df5a6 Author: Dan Williams Date: Mon Apr 24 14:40:38 2006 -0400 Don't traceback on Ctrl+C commit 79ee53921c99959173ef140d56083cfacf92f952 Author: Dan Williams Date: Mon Apr 24 14:18:49 2006 -0400 Ignore ourselves in the buddy list commit 135ceef80abaee515f51e273c38dd1521d34b6d2 Author: Marco Pesenti Gritti Date: Mon Apr 24 13:50:39 2006 -0400 Rework UI chat. Simple but somewhat nicer. commit f9e2a73b9aa8ea9129629a1f772434edd6616569 Author: Dan Williams Date: Mon Apr 24 13:42:01 2006 -0400 Don't add duplicate buddies, and fix up buddy disappearance commit 6c188f1f0f5b0d429473e7e21c67e2aabd7cdbcd Author: Dan Williams Date: Mon Apr 24 13:19:10 2006 -0400 Fix up p2p chat commit 26e82ba2502030f230c3ad8c6bf71b2f6956d51b Author: Dan Williams Date: Mon Apr 24 13:08:18 2006 -0400 Initial implementation of p2p IPv4 TCP chats commit 2c4b9c996df914a5e265570bd9054395888e5fa9 Author: Dan Williams Date: Mon Apr 24 10:43:45 2006 -0400 Exit cleanly on keyboard interrupt commit a53145f10ac9d00eba48790f1acfffeb8d5e2127 Author: Marco Pesenti Gritti Date: Sun Apr 23 01:00:49 2006 -0400 Integrate rich text editing in the chat. Get rid of commit 68b991404ee7bd3bde1300d456a46d863ff4d54a Author: Marco Pesenti Gritti Date: Sat Apr 22 23:02:25 2006 -0400 Set styles on current selection commit 9b14f7e5788a73d3091f96053930ea0b83f06a00 Author: Marco Pesenti Gritti Date: Sat Apr 22 22:53:54 2006 -0400 Cleanup serialization commit 401dca032c5b285f3f56df3f78121c33203f17b3 Author: Marco Pesenti Gritti Date: Sat Apr 22 22:36:39 2006 -0400 Implement serialization/deserialization commit 490c146da95c938a0904c96552dc37f0f7221d64 Author: Marco Pesenti Gritti Date: Fri Apr 21 18:34:41 2006 -0400 Ellipsize tabs only when necessary (unknown title size basically) commit c5a70f1798979c6bfa00e19dee641f39e93f91c8 Author: Marco Pesenti Gritti Date: Fri Apr 21 17:38:27 2006 -0400 Update gecko-embed package version commit ae31953c852c4ae8ba6b686d61a94c7dfd5b172c Author: Dan Williams Date: Fri Apr 21 16:35:02 2006 -0400 Revert my screwage or marcos changes due to mercurial not working like CVS and just having to be really, really different and obfuscated, because it like to do something that nothing else ever does and it's really, really, really getting on my nerves commit f1efb436b08aa00c40fa8ab8918d2de9cbc12a4a Author: Dan Williams Date: Fri Apr 21 16:24:46 2006 -0400 Fix up message sending commit 33545aa0346a7216257e3af870da888926730d59 Author: Marco Pesenti Gritti Date: Fri Apr 21 16:25:34 2006 -0400 Use activity.py commit b912e04ea465e0ebb0d57aef7fb31e0c67d7c730 Author: Dan Williams Date: Fri Apr 21 16:16:47 2006 -0400 Run chat in the shell commit 8a3d069076679725d0efe7b0126ffaa4a86ee065 Author: Dan Williams Date: Fri Apr 21 16:08:36 2006 -0400 Factor out activity base class commit 79764c7d4f07326ea2bd74ec1c1dbdcb5f31720a Author: Marco Pesenti Gritti Date: Fri Apr 21 15:53:26 2006 -0400 Add a method to show/hide close buttons on the tab commit 0f202950a7e7eeda55075ccc23610be41e8834f4 Author: Marco Pesenti Gritti Date: Fri Apr 21 15:30:49 2006 -0400 Wtf is mercurial doing commit 73e7360bab924b141a904ef3ab04c39e6749d70a Author: Marco Pesenti Gritti Date: Fri Apr 21 15:27:20 2006 -0400 More work on the notebook widget. Ellipsize labels. commit b15ce388501edd516377e2fb8cc84538163ccff7 Author: Dan Williams Date: Fri Apr 21 14:13:53 2006 -0400 Revert emacs thing commit 9dfe7d279c2adb4fc32999867a30e02ac3e64ad0 Author: Dan Williams Date: Fri Apr 21 14:08:04 2006 -0400 - Add emacs magic for spacing commit da89103081c3f49d235699d2bd66e1109067e7f5 Author: Dan Williams Date: Fri Apr 21 14:02:54 2006 -0400 Whitespace cleanup. Always use tabs and tabs are four spaces. commit d13cf9a91d2fb8fb2802504ca6dcb10810dcefdf Author: Dan Williams Date: Fri Apr 21 13:32:03 2006 -0400 Make focus poking async and introduce activity_shutdown in the example-activity. commit a77e678a556c9f6920821e9dd85453094a203b65 Author: Marco Pesenti Gritti Date: Fri Apr 21 13:14:40 2006 -0400 Add code to activate tab, disabled since it freeze for now commit 0deeb0a1e7079576025ae20a32e750e9e0ab8361 Author: Dan Williams Date: Fri Apr 21 12:04:34 2006 -0400 Add more network info to the buddy object commit 2f02f00a9363f489c74c4d6e4e190bc93332645f Author: Marco Pesenti Gritti Date: Thu Apr 20 22:49:00 2006 -0400 Fix tabs size, hack from epiphany/gedit commit 2d21e0b2662c27c68e567c562e8b13b689db3439 Author: Marco Pesenti Gritti Date: Thu Apr 20 22:22:09 2006 -0400 Reapply my entry improvements. How they did get lost? commit 6a9a060d1c8a689307f284f2231f469b86f93827 Author: Marco Pesenti Gritti Date: Thu Apr 20 22:13:10 2006 -0400 Fix typo commit 6f9dd9707306cd6e93c4618e526b0905b929b817 Author: Marco Pesenti Gritti Date: Thu Apr 20 22:02:51 2006 -0400 Port to new shell API commit 31da8822170b3c5e69018479f62355fd17ec3dcb Author: Marco Pesenti Gritti Date: Thu Apr 20 20:55:59 2006 -0400 Initial rich text code commit ed112b5706bf5e3b0273ef82c29ce573446ab528 Author: Dan Williams Date: Thu Apr 20 20:37:03 2006 -0400 Lots of changes, still work in progress, but good enough to commit for now. commit 638f799872c7b57823dd745b6424721f9f5c73a2 Author: Dan Williams Date: Thu Apr 20 15:33:30 2006 -0400 Refactor the buddy list handling somewhat commit dab184ab67e8bcc1c40d80265b9cee8175ee33fa Author: Dan Williams Date: Thu Apr 20 12:10:42 2006 -0400 Removing avahi-python since it's already in the avahi-tools RPM commit f41ce25a65f5f29057600298b4a73e4c055e2188 Author: Dan Williams Date: Thu Apr 20 11:43:33 2006 -0400 Removing avahi module stuff, already in avahi-tools RPM commit d4bacf35db4eb6f681d460848fa0d02778882d76 Author: Marco Pesenti Gritti Date: Thu Apr 20 13:49:51 2006 -0400 Some tweaks to the address entry behavior commit b6f256796194d075bb6626e3fbdee370d9d170b6 Author: Marco Pesenti Gritti Date: Wed Apr 19 21:36:04 2006 -0400 Small terminology fix commit ee94f6a74715f657807b9a21f6d926001e9b90af Author: Marco Pesenti Gritti Date: Wed Apr 19 21:17:57 2006 -0400 Integrate inside the shell commit 4b596b91b94a0e86bf59c23b117c044bf6272008 Author: Marco Pesenti Gritti Date: Wed Apr 19 17:19:58 2006 -0400 Readme with dependencies commit 7481a5d6a6131b9d29b9fde783185446f89832fb Author: Marco Pesenti Gritti Date: Wed Apr 19 15:30:49 2006 -0400 Initial commit commit 07f8834c52e4d97c8f907e843d04cf601261efcf Author: Dan Williams Date: Wed Apr 19 14:49:52 2006 -0400 Add avahi python module file for the moment, until FC packages get it commit b4706c0db67d937ddccb57dbc20e2f09afd55df2 Author: Dan Williams Date: Wed Apr 19 14:43:40 2006 -0400 Initial standalone chat thingy commit 2cc103db83ed1550e2a9e92bf3306e4476c1297a Author: Dan Williams Date: Wed Apr 19 13:32:26 2006 -0400 Initial import