Commit Graph

16 Commits

Author SHA1 Message Date
Chidambar Zinnoury 8470559f18 e widget deskpreview: revamp previews size computation.
This prevents previews from going out of the widget for some combinations.


SVN revision: 74546
2012-07-29 17:04:15 +00:00
Chidambar Zinnoury cca3979f86 e deskpreview widget: don't double free desktops when decreasing the number of desktops.
Desktop is already freed by a callback on the icon (see r73807), no need to free it again.


SVN revision: 73905
2012-07-16 04:46:01 +00:00
Mike Blumenkrantz 35f14f24e1 fix deskpreview widget deletion for individual deskpreview objects
SVN revision: 73807
2012-07-13 10:25:37 +00:00
Mike Blumenkrantz 5f712e630b do deskpreview bg change event monitoring by the desk itself, not by the overall deskpreview table
SVN revision: 73573
2012-07-11 13:01:11 +00:00
Mike Blumenkrantz 5fb4f168cb add method to disable deskpreview click-to-configure background image
SVN revision: 73554
2012-07-11 08:48:33 +00:00
Mike Blumenkrantz 0dfbfa0fa4 formatting
SVN revision: 73552
2012-07-11 07:14:28 +00:00
Vincent Torri c3b0637802 e17: whitespaces--
SVN revision: 72561
2012-06-21 06:19:43 +00:00
Vincent Torri c30aaf8dde e17: remove some shadow variables
SVN revision: 70190
2012-04-15 08:09:56 +00:00
Christopher Michael be380661b8 Remove unused variable.
SVN revision: 57067
2011-02-15 21:13:01 +00:00
Hannes Janetzek 7f85985c3e fix deskpreview widget (dont expand over tablesize) and use theme again
SVN revision: 56927
2011-02-10 17:08:07 +00:00
Christopher Michael 496a3bb5b0 Add UNUSED where needed.
SVN revision: 51358
2010-08-18 21:21:49 +00:00
Lucas De Marchi 6638a10e20 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Christopher Michael 650c66ec68 Respect zone aspect ratio.
SVN revision: 46838
2010-03-03 18:30:27 +00:00
Christopher Michael 0858fa31c2 Add handler for bg update.
When deleting, remove icon objects.



SVN revision: 46808
2010-03-03 00:36:08 +00:00
Christopher Michael 8dd6d9fa23 Rework deskpreview widget so play nice w/ toolbook.
- e_widget_aspect has issues when used in toolbook (so we don't use it here).
   - Still a couple of TODOs in this:
       Respect zone aspect.
       Use livethumb for previews.



SVN revision: 46803
2010-03-02 22:56:06 +00:00