Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame
Commit message (Expand)AuthorAgeFilesLines
* Clipboard Menu: remove progress bar, part of #4307Simon Schampijer2012-12-211-20/+0
* ClipboardIcon: API fixes for the Gtk.Clipboard set_with_data get_func callbac...Manuel Quiñones2012-12-201-4/+7
* gtk-menu-item-remove-submenu has been deprecated use set_submenu insteadSimon Schampijer2012-11-281-1/+1
* Update clipboard code in sugar to fix visual representation - SL #3903Gonzalo Odiard2012-11-274-17/+21
* Replace remaining uses of "import glib"Gonzalo Odiard2012-11-233-10/+10
* Frame Palette interaction cleanupSimon Schampijer2012-11-102-2/+3
* Frame Activity list: hide Frame after using an option in the PaletteSimon Schampijer2012-11-081-0/+5
* Collaboration: fix invite notification and buddy palette - SL #4157Manuel Quiñones2012-11-061-1/+1
* Frame: use the new toggle_palette invoker property, SL #4065Simon Schampijer2012-10-232-12/+2
* ToolButton & similar: adapt to new API which uses the icon_name propertySimon Schampijer2012-09-201-1/+1
* Replace cairo.RectangleInt with Gdk.RectangleSimon Schampijer2012-09-122-4/+2
* FrameContainer: set color in the theme, SL #3873Manuel Quiñones2012-09-111-5/+2
* Remove resize grip from HomeWindow, FrameWindow and LaunchWindowManuel Quiñones2012-09-071-0/+1
* Frame: bring back most of the Frame functionalityManuel Quiñones2012-09-074-23/+33
* Replacing set_data/get_data with a python attributeSimon Schampijer2012-09-071-1/+1
* FrameContainer: replace "expose-event" signal by a new "draw" signalGonzalo Odiard2012-09-071-3/+2
* All: Chain up to constructor of derived classSimon Schampijer2012-09-073-6/+5
* All: add missing Gdk importsManuel Quiñones2012-09-076-1/+7
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-0713-42/+42
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-0713-155/+155
* Frame: Drop support for XdndDirectSave in the clipboardDaniel Narvaez2012-08-272-41/+4
* Frame: remove unused _FRAME_HIDING_DELAYSimon Schampijer2012-08-271-1/+0
* Remove _MouseListener from the frame and cleanup, v2, SL #3820Simon Schampijer2012-08-221-43/+4
* Clipboard, drag&drop: keep notification icon up-to-date, SL #3818Simon Schampijer2012-08-211-0/+2
* Fix drag and drop to the clipboard - SL #3811Manuel Quiñones2012-08-211-1/+4
* Frame: new behavior for revealing/hiding the Frame with the mouseSimon Schampijer2012-08-213-40/+21
* Frame: reveal Palette on left click for device, friends and clipboard itemsSimon Schampijer2012-08-212-0/+12
* When an object is removed from the clipboard try, select the last available, ...Gonzalo Odiard2012-04-272-0/+9
* Only add one time every object to the clipboard, SL #3371Gonzalo Odiard2012-04-273-13/+78
* Only add a group of selections to the clipboard if there are anything availab...Gonzalo Odiard2012-04-201-4/+8
* Remove strings from the translations that do not have a value SL #3149Simon Schampijer2012-02-091-2/+3
* Remove hippo from the frameDaniel Drake2011-10-094-73/+103
* Merge branch 'master' of git.sugarlabs.org:sugar/mainlineSimon Schampijer2011-09-203-8/+16
|\
| * Escape all text passed to Palette.primary_text and .secondary_textSascha Silbe2011-09-193-8/+16
* | Do not cache the buddy palette in friends tray, SL #3108Simon Schampijer2011-09-201-3/+8
* | FileTransfer: handle cancellation cleanly, OLPC #11065Simon Schampijer2011-09-201-9/+10
|/
* Invitations: remove item from tray after using the join/decline palette optio...Simon Schampijer2011-09-191-22/+27
* Allow "Remove" in Clipboard resp. Volumes palette to be translated differentlySascha Silbe2011-09-061-1/+3
* Do not cache the activity tray palette - OLPC #10978Gonzalo Odiard2011-07-241-0/+1
* Friendstray: make sure the tray is right on the sharer side OLPC #10817Simon Schampijer2011-07-241-0/+4
* Convert nick to a str, follow up on OLPC #10735Simon Schampijer2011-05-311-2/+2
* Reveal the file transfer palette immediately on left click OLPC #10796Simon Schampijer2011-04-041-0/+5
* Make the nick name in the file transfer palette a string OLPC #10735Simon Schampijer2011-03-221-2/+2
* ignore incorrect pylint error E1101Sascha Silbe2010-11-244-11/+18
* use logging.exception() instead of logging.error(traceback.format_exc())Sascha Silbe2010-11-241-4/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-245-14/+14
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-241-2/+2
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-248-17/+24
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-246-14/+11
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-2415-6/+32