Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Intro window: remove unused variable and empty lineManuel Quiñones2012-09-201-3/+1
* Port Volume palette that has mixed content to new APIManuel Quiñones2012-09-201-15/+19
* Fix Speech device icon - SL #3931Manuel Quiñones2012-09-201-2/+3
* Journal: fix editing of title in listviewSimon Schampijer2012-09-201-1/+2
* ToolButton & similar: adapt to new API which uses the icon_name propertySimon Schampijer2012-09-203-7/+6
* 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
* Journal: icon in the clear message box can by of type Icon not EventIconSimon Schampijer2012-09-191-5/+4
* Add feedback in Home View, List View when there are no matching entries - SL ...Manuel Quiñones2012-09-183-9/+100
* Journal ModalAlert: port to Gtk3Manuel Kaufmann2012-09-171-6/+8
* Fix view source for Activities, SL #3905Simon Schampijer2012-09-141-1/+1
* Keydialog: various fixupsSimon Schampijer2012-09-131-7/+4
* Port Sugar Palettes with mixed content to new APISimon Schampijer2012-09-131-12/+17
* Increment the insert offset in the activity palette menu - SL #3879Manuel Quiñones2012-09-131-2/+3
* Restore the border in the Journal text entries - SL #3892Manuel Quiñones2012-09-121-1/+1
* Text entries in Journal Details: fix autoscroll to the text cursor - SL #3893Manuel Quiñones2012-09-121-1/+1
* Replace cairo.RectangleInt with Gdk.RectangleSimon Schampijer2012-09-124-15/+12
* ActivityListPalette: fix displaying of PaletteSimon Schampijer2012-09-121-4/+2
* FrameContainer: set color in the theme, SL #3873Manuel Quiñones2012-09-111-5/+2
* ObjectChooser: connect the clear-clicked signal, SL #3848Gonzalo Odiard2012-09-101-0/+4
* Remove unneeded call in Journal toolbar, left from old toolbarManuel Quiñones2012-09-071-1/+0
* Use foreign_new_for_display API in GdkX11Simon Schampijer2012-09-073-3/+12
* FavoritePalette: take into account that the first menu_item is the labelSimon Schampijer2012-09-071-1/+4
* Model Speech: use GStreamer 1.0 through introspectionDaniel Narvaez2012-09-071-10/+10
* Journal detail view: draw the thumbnail without using a Gdk.PixmapSimon Schampijer2012-09-071-16/+26
* Journal: workaround for foreachSimon Schampijer2012-09-071-3/+9
* Journal: initial portManuel Quiñones2012-09-0712-67/+85
* Home View, listview: calling Gtk.TreeModelSort parent constructorManuel Quiñones2012-09-071-4/+4
* Bring back the Control PanelManuel Quiñones2012-09-073-10/+10
* Remove resize grip from HomeWindow, FrameWindow and LaunchWindowManuel Quiñones2012-09-073-0/+3
* Use the new wm C module to share bundle_id and activity_id between Shell and ...Daniel Narvaez2012-09-073-10/+13
* Frame: bring back most of the Frame functionalityManuel Quiñones2012-09-074-23/+33
* Intro window: add padding=0 as pack_start argumentGonzalo Odiard2012-09-071-2/+2
* Buddy Palette: attach the destroy signal to the widgetManuel Quiñones2012-09-071-1/+1
* Container: use set_allocation inside the allocation methodManuel Quiñones2012-09-072-2/+2
* Journal misc: remove deprecated MIME typeManuel Quiñones2012-09-071-2/+1
* Activity list, ListModel: cast timestamp to int before adding to the modelManuel Quiñones2012-09-071-1/+1
* Launcher: pass correct arguments to the constructor of Gtk.AlignmentManuel Quiñones2012-09-071-1/+1
* Key Handler: fix SugarExt importManuel Quiñones2012-09-071-2/+2
* Protected Activities: workaround gconf_client_get_list not (yet) introspectableSimon Schampijer2012-09-071-3/+8
* Replacing set_data/get_data with a python attributeSimon Schampijer2012-09-072-2/+2
* Bundleregistry: adopt to dynamic bindings for Gio GFileManuel Quiñones2012-09-071-2/+3
* FrameContainer: replace "expose-event" signal by a new "draw" signalGonzalo Odiard2012-09-071-3/+2
* 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
* Neighborhood model: adopt to gconf_client_notify_add API changeSimon Schampijer2012-09-071-2/+2
* All: Chain up to constructor of derived classSimon Schampijer2012-09-0729-48/+46