Commit Graph

10543 Commits

Author SHA1 Message Date
Christopher Michael eebc1b3ee1 Fix 'apply not enabled' when changing lock on suspend.
SVN revision: 51760
2010-08-30 17:19:03 +00:00
Miculcy Brian a324194bdf remove duplicated entry
SVN revision: 51756
2010-08-30 16:04:02 +00:00
Miculcy Brian a9918f881b Fix for missing menu entries...
SVN revision: 51753
2010-08-30 15:14:25 +00:00
Miculcy Brian 6632b93444 reduce normal std output
SVN revision: 51750
2010-08-30 14:28:52 +00:00
Carsten Haitzler b6e1672400 use pixmap size for object size - not window size.
SVN revision: 51748
2010-08-30 13:52:22 +00:00
Carsten Haitzler 36948e8359 oops dont remove - just remove disabling of illume
SVN revision: 51739
2010-08-30 03:46:49 +00:00
Carsten Haitzler 0b8b3d5803 well then - then no check. why was it there anyway?
SVN revision: 51737
2010-08-30 03:41:14 +00:00
Carsten Haitzler 52b8fbaf4a shall we get configure checks right eh?
SVN revision: 51734
2010-08-29 22:39:35 +00:00
Sebastian Dransfeld e2c4df0689 formatting
SVN revision: 51720
2010-08-29 10:57:05 +00:00
Sebastian Dransfeld cf7e7abbcb Check right variable
SVN revision: 51719
2010-08-29 10:56:55 +00:00
Sebastian Dransfeld 936d65abc6 Don't loop list twice
SVN revision: 51718
2010-08-29 10:56:40 +00:00
Massimo Maiurana f40c9a99a4 updating french translation
SVN revision: 51710
2010-08-29 08:28:48 +00:00
Carsten Haitzler 62862fa56f dont use evas_imaging anymore... and... do svg test the right way.
SVN revision: 51708
2010-08-29 02:25:57 +00:00
Christopher Michael 1911aa77e0 Add missing parens.
Fix some formatting.
Remove unused variables.
General cleanup.



SVN revision: 51706
2010-08-29 02:01:52 +00:00
Christopher Michael 28206552ee Fix issue where hiding quickpanel would not hide the 'clickwindow'.
SVN revision: 51697
2010-08-28 14:27:54 +00:00
Hannes Janetzek 6859f75f5a evry gadget: fix placement
SVN revision: 51681
2010-08-27 16:48:50 +00:00
Christopher Michael 4113bf8c03 Move unused variable(s) to the unused code section(s).
SVN revision: 51679
2010-08-27 13:55:22 +00:00
Carsten Haitzler 3c363745b0 and fix bug thanks to previous fix.
SVN revision: 51673
2010-08-27 09:37:16 +00:00
Carsten Haitzler 8edf983d88 small change - iconify/uniconfify windows. good reasons - efficiency.
allow dumping.



SVN revision: 51672
2010-08-27 06:33:26 +00:00
Lucas De Marchi 3dad9bbfa9 Don't show what is not used in connman module
SVN revision: 51660
2010-08-26 14:48:46 +00:00
Carsten Haitzler 1301f7e510 be a bit nicer in auto desktop creation from bd
SVN revision: 51657
2010-08-26 12:14:38 +00:00
Lucas De Marchi 121f40d86f Revert and re-apply badnull patch
Revert previous patch generated by badnull.cocci script, and apply the new one.
The main difference is that assert and assert-like functions are not touched
anymore.




SVN revision: 51650
2010-08-26 01:34:13 +00:00
Carsten Haitzler f641b21f57 get rid of resize artifact in comp with unreffing pixmap too early.
SVN revision: 51637
2010-08-25 10:21:27 +00:00
Christopher Michael c9cba144c2 Init/shutdown notification daemon
SVN revision: 51631
2010-08-25 03:59:16 +00:00
Christopher Michael 9a262c740b Actually, that needs to be the notification daemon.
SVN revision: 51630
2010-08-25 03:49:27 +00:00
Christopher Michael 4185513963 Add start of notification support.
SVN revision: 51629
2010-08-25 03:42:50 +00:00
Christopher Michael b35e1e096e Add check for e_notify so config.h will container HAVE_ENOTIFY.
(Used for illume-indicator module so that it can make quickpanels of
dbus notifications).



SVN revision: 51628
2010-08-25 03:42:28 +00:00
Christopher Michael f467fa997c Fix compiler warning about integer from pointer without cast.
SVN revision: 51588
2010-08-23 20:47:01 +00:00
Cedric BAIL 9529a46ad3 * e: cleanup code.
SVN revision: 51568
2010-08-23 12:01:03 +00:00
Leif Middelschulte cf91a2561a From: Leif Middelschulte <leif.middelschulte@gmail.com>
this is a little patch for e_randr related stuff.

- replace the saving of a monitor's EDID with a hash of it.
- rename a variable name



SVN revision: 51508
2010-08-22 03:49:34 +00:00
Lucas De Marchi 63f07459a0 Convert (hopefully) all comparisons to NULL
Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;


other cases:

a == NULL                         !a
a != NULL                         a




SVN revision: 51487
2010-08-21 13:52:25 +00:00
Carsten Haitzler b2332d5946 notes.
SVN revision: 51478
2010-08-21 03:27:21 +00:00
Carsten Haitzler ddb6cf998b disable union for randr config... THIS is causing problems... big time.
SVN revision: 51477
2010-08-21 02:51:54 +00:00
Carsten Haitzler e6a803158a j++!!!!
SVN revision: 51474
2010-08-21 01:52:20 +00:00
Carsten Haitzler 9cb6681b35 simply breaking some long lines for readability.
SVN revision: 51473
2010-08-21 01:48:19 +00:00
Christopher Michael 12521ce427 Fix another case of unused paramater.
SVN revision: 51456
2010-08-20 00:45:45 +00:00
Christopher Michael d11795c80d Fix a couple more cases of UNUSED paramaters.
SVN revision: 51455
2010-08-20 00:44:27 +00:00
Carsten Haitzler 7b47cd8425 other bit of lief's patch.
SVN revision: 51453
2010-08-19 22:49:13 +00:00
Christopher Michael 86b1e16283 Add UNUSED where needed.
Remove unused variables.



SVN revision: 51452
2010-08-19 21:19:24 +00:00
Boris Faure ee84be7253 e:winlist: fix issue with non-stop animation
SVN revision: 51451
2010-08-19 21:09:58 +00:00
Christopher Michael fbc45ea4d1 Add UNUSED, Remove unused variables, formatting, etc, etc, etc.
SVN revision: 51449
2010-08-19 20:39:17 +00:00
Christopher Michael 6f4d526140 Add UNUSED.
SVN revision: 51448
2010-08-19 20:32:33 +00:00
Christopher Michael 52f381fcba Add UNUSED
Remove unused variables.



SVN revision: 51447
2010-08-19 20:31:01 +00:00
Christopher Michael d7b096fb53 Fix compiler warning about signed & unsigned comparison.
SVN revision: 51446
2010-08-19 20:17:01 +00:00
Christopher Michael b7de1183a7 Add UNUSED where needed.
Added additional parens where needed.



SVN revision: 51445
2010-08-19 19:40:57 +00:00
Christopher Michael f5e291ae27 Add UNUSED.
Remove an unused variable.



SVN revision: 51444
2010-08-19 19:37:15 +00:00
Christopher Michael 7542136e82 Add UNUSED where needed.
Fix a few harmless warnings about parens.
Fix warnings about comparison between signed and unsigned.



SVN revision: 51443
2010-08-19 19:33:23 +00:00
Christopher Michael d90e5b12b8 Add UNUSED.
Remove unused variables.
Fix formatting, remove whitespace, etc, etc, etc.



SVN revision: 51442
2010-08-19 19:18:43 +00:00
Christopher Michael fca4310f3d Add UNUSED.
Fix formatting.



SVN revision: 51441
2010-08-19 18:48:54 +00:00
Christopher Michael 3e34e7e2e1 Add UNUSED.
Fix formatting.



SVN revision: 51440
2010-08-19 18:46:48 +00:00