Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass the activity process pid to NotifyLaunchhtml2Daniel Narvaez2013-02-021-5/+7
| | | | | This will be used by the shell to map the windows to their activity_id without requiring custom window properties.
* Add missing dependenciesDaniel Narvaez2013-01-281-1/+2
| | | | | I'm not sure how it works with GNU ld, but it breaks with ld gold and it's clearly wrong anyway.
* Remove duplicated library flagsDaniel Narvaez2013-01-281-1/+1
| | | | They are already provided by the pc files.
* Fix subtoolbars height - SL #4019Manuel Quiñones2013-01-231-4/+3
| | | | | | | | | | Remove the vertical padding from the box that contain the toolbar, and change the order of drawings in the container widget so that the outline looks right. This has been tested with screenshots, see the gif animation attached to the ticket. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Notebook: fix type in doc stringSimon Schampijer2013-01-221-1/+1
|
* Animation: Remove non-descriptive doc stringSimon Schampijer2013-01-221-49/+0
|
* Remove halfish done incomplete docstringSimon Schampijer2013-01-221-56/+0
|
* Logger: add cleanup functionDaniel Narvaez2013-01-221-0/+40
| | | | | | Factored out from the sugar shell code Acked-by: Simon Schampijer <simon@laptop.org>
* Fixup for previous commit, 693eaab9 - SL #4384Manuel Quiñones2013-01-171-3/+1
| | | | | | Forgot this change from my reviewers. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* New ProgressIcon widget - SL #4384Manuel Quiñones2013-01-173-0/+168
| | | | | | | | | A new icon widget useful to display progress. It is compatible with sugar3.graphics.icon.Icon . The progress is represented filling the icon. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* palettemenuwidget: Ensure the widget is realized before popping it up, SL #4388Carlos Garnacho2013-01-171-0/+1
| | | | | | | | Otherwise the internal state is messed up, GTK+ grabs may be held on unrealized widgets. Signed-off-by: Carlos Garnacho <carlos@lanedo.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Testsuite: set theme before running the testManuel Quiñones2013-01-161-2/+1
| | | | | | | Otherwise tests can't load icons before running because the icon theme is not set. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Adapt to icon changes - SL #3569Manuel Quiñones2013-01-151-1/+1
| | | | | | | - In IconEntry: dialog-cancel -> entry-cancel Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Add testcase for CellRendererProgress - SL #1395Manuel Quiñones2013-01-071-0/+43
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Truncate labels on Palettes SL #4164Manuel Kaufmann2013-01-031-0/+4
| | | | | | | | | | | | | | | | This was lost when PaletteMenuItem was added in 2d0ac2a95219992ac5be003816fdb97ff5f6af6f of sugar source code. That class does not handle the text_maxlen argument (default to 60). I used this argument to set the Gtk.Label's size: label.set_max_width_chars and use MIDDLE for its EllipSizeMode as sugar3.graphics.palette.Palette does for its title and subtitle. With these settings, the title of the palette and its items share the same behaviour and are rendered with the same width. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Release 0.98.3v0.98.3Simon Schampijer2012-12-211-1/+1
|
*