Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop
Commit message (Expand)AuthorAgeFilesLines
* Port icons in canvas from EventIcon to CanvasIcon for press and hover feedbac...Manuel Quiñones2012-10-123-9/+10
* ActivityIcon: move the states and drawing handling to the toolkit - SL #3989Manuel Quiñones2012-10-121-62/+7
* Use uuid.uuid4 to generate random connection UUIDsDaniel Drake2012-10-101-2/+2
* Build fixup of 6d72b348e091a8fb0775297da4cf0d86cc4c8dddSimon Schampijer2012-10-101-2/+1
* Improve search in views normalizing the strings - SL #3588Manuel Quiñones2012-10-097-10/+20
* Fixup introduced log messageSimon Schampijer2012-10-091-1/+0
* Reset Layout when the allocation changes, SL #3827Simon Schampijer2012-10-092-1/+10
* AP password dialog: theme the ok button correctly, SL #3971Simon Schampijer2012-10-091-2/+11
* Key dialog: fix label creationDaniel Drake2012-10-091-2/+2
* Home favorites view: enlarge the size of the button to improve touch interactionManuel Quiñones2012-10-051-1/+1
* Home view: add active state to activity icons for tap and click feedbackManuel Quiñones2012-10-051-4/+44
* Get back spacing between activity icon and hover borderManuel Quiñones2012-10-052-7/+13
* Fix drag and drop in favourites view and grid intersections - SL #3960Manuel Quiñones2012-10-043-14/+28
* Sort the activities in the home in alphabetic orderGonzalo Odiard2012-10-042-5/+2
* Favorites view: get back hover feedback in activity icons - SL #3894Manuel Quiñones2012-10-031-28/+6
* Views: defocus the search entry by defaultSimon Schampijer2012-09-268-6/+58
* Fix layout of Clear search button in Journal and Activity List - SL #3809Manuel Quiñones2012-09-251-1/+6
* ToolButton & similar: adapt to new API which uses the icon_name propertySimon Schampijer2012-09-201-3/+2
* HomeView: fix displaying alertsSimon Schampijer2012-09-191-1/+1
* Activity ListView: fix the erase activity alertSimon Schampijer2012-09-191-1/+1
* ViewToolbar: clear search when views are switchedSimon Schampijer2012-09-191-0/+3
* Add feedback in Home View, List View when there are no matching entries - SL ...Manuel Quiñones2012-09-183-9/+100
* Keydialog: various fixupsSimon Schampijer2012-09-131-7/+4
* Increment the insert offset in the activity palette menu - SL #3879Manuel Quiñones2012-09-131-2/+3
* Replace cairo.RectangleInt with Gdk.RectangleSimon Schampijer2012-09-122-11/+10
* ActivityListPalette: fix displaying of PaletteSimon Schampijer2012-09-121-4/+2
* FavoritePalette: take into account that the first menu_item is the labelSimon Schampijer2012-09-071-1/+4
* Journal: initial portManuel Quiñones2012-09-071-2/+4
* Home View, listview: calling Gtk.TreeModelSort parent constructorManuel Quiñones2012-09-071-4/+4
* Remove resize grip from HomeWindow, FrameWindow and LaunchWindowManuel Quiñones2012-09-071-0/+1
* Container: use set_allocation inside the allocation methodManuel Quiñones2012-09-071-1/+1
* Activity list, ListModel: cast timestamp to int before adding to the modelManuel Quiñones2012-09-071-1/+1
* Replacing set_data/get_data with a python attributeSimon Schampijer2012-09-071-1/+1
* ActivityIcon: replace "expose-event" signal by a new "draw" signalGonzalo Odiard2012-09-071-4/+3
* FavoritesLayout: fix allocation and requisitionManuel Quiñones2012-09-071-47/+60
* Grid: compute_weight needs a cairo.RectangleIntManuel Quiñones2012-09-071-8/+12
* HomeWindow: adopt to Gdk.Display get_pointer API changesManuel Quiñones2012-09-071-3/+5
* All: Chain up to constructor of derived classSimon Schampijer2012-09-079-11/+11
* Gtk.Container: fix do_forall signatureDaniel Narvaez2012-09-072-6/+6
* EventIcon: switch to implementation provided in sugar-toolkit-gtk3Simon Schampijer2012-09-073-3/+3
* All: add missing Gdk importsManuel Quiñones2012-09-074-0/+4
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-0713-43/+43
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-0714-218/+218
* Views: move the ViewToolbar to the HomeWindow instead of having one in each ViewSimon Schampijer2012-08-286-192/+162
* HomeToolbar: reuse the new ViewToolbar implementationSimon Schampijer2012-08-281-53/+3
* Group View: add search toolbarSimon Schampijer2012-08-275-86/+136
* Neighborhood View: reveal Palette on left click/touch instead of a primary ac...Simon Schampijer2012-08-212-9/+15
* Making the buddy icons in the Views reveal the Palette on left click or touchSimon Schampijer2012-08-212-17/+5
* SpreadLayout: do not remove items from the grid if there is none yet, SL #3814Simon Schampijer2012-08-201-0/+5
* Views: Replace the hippo based layout with one using GTK+ containersSimon Schampijer2012-08-1314-708/+670