Leif Middelschulte [Mon, 9 Apr 2012 20:45:15 +0000 (20:45 +0000)]
Fix possible segv
SVN revision: 69980
Massimo Maiurana [Mon, 9 Apr 2012 09:15:07 +0000 (09:15 +0000)]
updating french and italian translations
SVN revision: 69971
Leif Middelschulte [Thu, 5 Apr 2012 22:21:29 +0000 (22:21 +0000)]
make placement work with e_layout and fix other issues.
SVN revision: 69937
Leif Middelschulte [Thu, 5 Apr 2012 22:21:24 +0000 (22:21 +0000)]
Stringshare mode- and output names
SVN revision: 69936
Leif Middelschulte [Tue, 3 Apr 2012 18:36:28 +0000 (18:36 +0000)]
Fix return type
SVN revision: 69914
Carsten Haitzler [Tue, 3 Apr 2012 14:47:44 +0000 (14:47 +0000)]
fix case for fullscreen window focus handling
SVN revision: 69905
Carsten Haitzler [Mon, 2 Apr 2012 20:30:36 +0000 (20:30 +0000)]
fix alt+tab + fullscreen windows (and some formtting)
SVN revision: 69871
Carsten Haitzler [Mon, 2 Apr 2012 20:30:01 +0000 (20:30 +0000)]
fix left/right mouse config init.
SVN revision: 69870
Carsten Haitzler [Mon, 2 Apr 2012 20:29:37 +0000 (20:29 +0000)]
fix fullscreen mode keybind dup.
SVN revision: 69869
Carsten Haitzler [Mon, 2 Apr 2012 20:29:18 +0000 (20:29 +0000)]
fix segv if illume2 config load fails.
SVN revision: 69868
Jihoon Kim [Mon, 2 Apr 2012 10:39:32 +0000 (10:39 +0000)]
e17/entry: support left/right/up/down key on keypad
SVN revision: 69859
Massimo Maiurana [Sun, 1 Apr 2012 17:58:47 +0000 (17:58 +0000)]
updating french translations
SVN revision: 69828
Sergei Kabanov [Sun, 1 Apr 2012 14:56:51 +0000 (14:56 +0000)]
From: Sergei Kabanov <s.kabanov@yahoo.com>
Subject: [E-devel] Fix udisks support for e17
as per advice of Michael Blumenkrantz
sending this patch for testing.
With this patch external devices have icons on desktop,
and devices can me mounted/unmounted/ejected.
SVN revision: 69827
thomasg [Fri, 30 Mar 2012 10:39:40 +0000 (10:39 +0000)]
From: thomasg <thomas@gstaedtner.net>
Subject: Re: [E-devel] [PATCH] e_randr: fix compiler warning
SVN revision: 69794
Carsten Haitzler [Thu, 29 Mar 2012 02:55:42 +0000 (02:55 +0000)]
compile again. remove some of dh's stuff! (comment out)
SVN revision: 69710
Christopher Michael [Thu, 29 Mar 2012 01:43:17 +0000 (01:43 +0000)]
E17 (wayland): Add wayland drm compositing module.
Add wayland shell module.
Add wayland screenshot module.
NB: I am adding these modules but NOT adding the needed build
infrastructure just yet because people should not even 'play' with
this yet (still some buggers to iron out).
SVN revision: 69709
Carsten Haitzler [Wed, 28 Mar 2012 12:55:08 +0000 (12:55 +0000)]
add missing )
SVN revision: 69704
Carsten Haitzler [Wed, 28 Mar 2012 07:26:22 +0000 (07:26 +0000)]
put env bug so waiting to happen - env vars wont be set. no crash
though.
SVN revision: 69696
Christopher Michael [Tue, 27 Mar 2012 17:51:13 +0000 (17:51 +0000)]
E Comp (wayland): Update comp module (wayland) for removal of wl_shm.
SVN revision: 69673
Massimo Maiurana [Mon, 26 Mar 2012 20:36:53 +0000 (20:36 +0000)]
updating french and italian translations
SVN revision: 69641
Carsten Haitzler [Mon, 26 Mar 2012 04:03:59 +0000 (04:03 +0000)]
update po's
SVN revision: 69624
Thomas Gstädtner [Mon, 26 Mar 2012 04:00:53 +0000 (04:00 +0000)]
From: Thomas Gstädtner <thomas@gstaedtner.net>
Subject: [E-devel] [PATCH] battery: add support for different suspend
methods
Allow the user to select what to do when the battery runs low:
Suspend, Hibernate or Shutdown.
SVN revision: 69623
Vincent Torri [Sat, 24 Mar 2012 18:58:09 +0000 (18:58 +0000)]
revert. gettext 0.18 is problematic on some platforms
SVN revision: 69603
Eric Schuele [Sat, 24 Mar 2012 15:49:44 +0000 (15:49 +0000)]
Bump gettext
SVN revision: 69601
Carsten Haitzler [Sat, 24 Mar 2012 02:24:53 +0000 (02:24 +0000)]
null out black canvas handle when freed - just in case.
SVN revision: 69593
Christopher Michael [Thu, 22 Mar 2012 18:11:48 +0000 (18:11 +0000)]
E: Properly use __UNUSED__ in menu code.
SVN revision: 69569
Leif Middelschulte [Wed, 21 Mar 2012 23:39:11 +0000 (23:39 +0000)]
Make conf_display work again (primary output resolution st/ld).
SVN revision: 69547
Carsten Haitzler [Tue, 20 Mar 2012 08:07:05 +0000 (08:07 +0000)]
while hunting down what appears to be a memleak in e17.. my profiling
turned up that we keep lots of icons in mem that we don't use. frankly
we could do this better as we still may keep multiple copies (inside
an evas object as well as in the border netwm icons data etc.), but
this is better than keeping 3, 4 or 10 icons of various sizes where we
only use 1.
SVN revision: 69521
Michael BOUCHAUD [Mon, 19 Mar 2012 10:55:35 +0000 (10:55 +0000)]
e: fix e_widget_textblock to use min: 1 0; on TEXTBLOCK part in theme
SVN revision: 69506
Carsten Haitzler [Sat, 17 Mar 2012 06:25:41 +0000 (06:25 +0000)]
and work more on getting release in shape - version requirements.
(god this is a pain in the butt)
SVN revision: 69484
Leif Middelschulte [Tue, 13 Mar 2012 19:58:06 +0000 (19:58 +0000)]
Update common modes, when updating mode info
SVN revision: 69308
Leif Middelschulte [Tue, 13 Mar 2012 19:58:02 +0000 (19:58 +0000)]
Select (previous) mode simplier.
SVN revision: 69307
Leif Middelschulte [Tue, 13 Mar 2012 19:57:58 +0000 (19:57 +0000)]
Fix typo in EDID sort function
SVN revision: 69306
Leif Middelschulte [Tue, 13 Mar 2012 19:57:53 +0000 (19:57 +0000)]
warnings--
SVN revision: 69305
Leif Middelschulte [Tue, 13 Mar 2012 19:57:37 +0000 (19:57 +0000)]
Use modes' names for the list.
SVN revision: 69304
Leif Middelschulte [Mon, 12 Mar 2012 22:38:00 +0000 (22:38 +0000)]
Make conf_randr subwidgets work with e_layout.
SVN revision: 69269
Leif Middelschulte [Mon, 12 Mar 2012 22:37:55 +0000 (22:37 +0000)]
minor tweeks to conf_randr.
SVN revision: 69268
Mike Blumenkrantz [Mon, 12 Mar 2012 17:47:27 +0000 (17:47 +0000)]
revert all window menu changes since august of last year
I tried to like the new layout, but it required way too much navigation for most commonly used functions
if people really liked the other layout, perhaps it can be merged as a config option.
SVN revision: 69262
Cedric BAIL [Mon, 12 Mar 2012 08:58:23 +0000 (08:58 +0000)]
e: fix notification module id.
Patch by P Purkayastha <ppurka@gmail.com>.
SVN revision: 69234
Sebastian Dransfeld [Thu, 8 Mar 2012 11:37:54 +0000 (11:37 +0000)]
e: formatting
SVN revision: 69055
Sebastian Dransfeld [Thu, 8 Mar 2012 11:25:05 +0000 (11:25 +0000)]
e/randr: Use correct typedef for xid
SVN revision: 69052
Carsten Haitzler [Thu, 8 Mar 2012 10:13:42 +0000 (10:13 +0000)]
dont report the connman error more than once here
SVN revision: 69046
Sebastian Dransfeld [Thu, 8 Mar 2012 08:27:32 +0000 (08:27 +0000)]
modules/conf_randr: Fix display of outputs
- Show and pack objects in layout before using e_layout_child_*()
functions.
- Don't use random EVAS_HINT_* flags when passing parameters.
SVN revision: 69040
Mike Blumenkrantz [Wed, 7 Mar 2012 22:53:50 +0000 (22:53 +0000)]
ecrustify
SVN revision: 69035
Mike Blumenkrantz [Wed, 7 Mar 2012 22:50:53 +0000 (22:50 +0000)]
ecrustified
SVN revision: 69034
Christopher Michael [Wed, 7 Mar 2012 16:08:43 +0000 (16:08 +0000)]
Comp Module: Update comp module for recent wayland changes wrt regions.
SVN revision: 68986
Tom Hacohen [Sun, 4 Mar 2012 13:28:44 +0000 (13:28 +0000)]
E illume-keyboard: No need to escape () in the filename.
Breaks here (possibly beacuse of new autofoo?).
SVN revision: 68659
Carsten Haitzler [Fri, 2 Mar 2012 00:09:13 +0000 (00:09 +0000)]
add \ to ('s
SVN revision: 68607
Christopher Michael [Tue, 28 Feb 2012 23:05:06 +0000 (23:05 +0000)]
Illume Indicator. Remove some debugging printfs. Remove unused
handlers (for border show/hide). Add missing UNUSED for a function
parameter. Comment out useless gadcon function.
SVN revision: 68525
Leif Middelschulte [Sat, 25 Feb 2012 10:50:19 +0000 (10:50 +0000)]
Add scrollframe to conf_randr. e_layout's child size is not right
SVN revision: 68441
Leif Middelschulte [Sat, 25 Feb 2012 10:50:14 +0000 (10:50 +0000)]
finish renaming all '[sub]subdialog' to 'widget'
SVN revision: 68440
Leif Middelschulte [Sat, 25 Feb 2012 10:01:30 +0000 (10:01 +0000)]
Simplify arrangement widget. Use e_layout.
SVN revision: 68439
Leif Middelschulte [Sat, 25 Feb 2012 10:01:23 +0000 (10:01 +0000)]
rename stuff, move functions decls to header
SVN revision: 68438
Christopher Michael [Thu, 23 Feb 2012 19:52:19 +0000 (19:52 +0000)]
E: Fix timestamp label.
SVN revision: 68364
Tom Hacohen [Thu, 23 Feb 2012 14:49:46 +0000 (14:49 +0000)]
E: Added newly added private header to EXTRA_DIST.
SVN revision: 68342
Christopher Michael [Wed, 22 Feb 2012 19:26:10 +0000 (19:26 +0000)]
E_Comp (wayland): Update comp module code for recent wayland changes.
SVN revision: 68285
Leif Middelschulte [Wed, 22 Feb 2012 15:42:07 +0000 (15:42 +0000)]
Do CRTC configuration/restoration in one step.
SVN revision: 68276
Leif Middelschulte [Wed, 22 Feb 2012 15:42:00 +0000 (15:42 +0000)]
Remove *= e_scale. It produces unwanted results.
SVN revision: 68275
Leif Middelschulte [Wed, 22 Feb 2012 00:02:58 +0000 (00:02 +0000)]
Fix return values of non-void functions.
SVN revision: 68241
Leif Middelschulte [Tue, 21 Feb 2012 23:53:00 +0000 (23:53 +0000)]
Improve init so it fails if the drivers dont really support RandRR.
SVN revision: 68238
Leif Middelschulte [Tue, 21 Feb 2012 23:12:48 +0000 (23:12 +0000)]
Fix another possible SEGV
SVN revision: 68237
Leif Middelschulte [Tue, 21 Feb 2012 22:05:07 +0000 (22:05 +0000)]
fix possible SEGVs
SVN revision: 68236
Leif Middelschulte [Tue, 21 Feb 2012 22:05:02 +0000 (22:05 +0000)]
Simplify a bit.
SVN revision: 68235
Leif Middelschulte [Tue, 21 Feb 2012 19:58:51 +0000 (19:58 +0000)]
Fix possible issues with e_randr.
SVN revision: 68230
Leif Middelschulte [Tue, 21 Feb 2012 15:50:16 +0000 (15:50 +0000)]
Fix possible SEGV for screwed drivers.
SVN revision: 68225
Leif Middelschulte [Tue, 21 Feb 2012 15:50:09 +0000 (15:50 +0000)]
e_config strings are eina_stringshare'd
SVN revision: 68224
Carsten Haitzler [Tue, 21 Feb 2012 14:35:00 +0000 (14:35 +0000)]
remove acpi debugging and label lid state properly in the ui!
SVN revision: 68223
Christopher Michael [Tue, 21 Feb 2012 12:33:06 +0000 (12:33 +0000)]
E_Randr: Fix static declaration.
SVN revision: 68217
Carsten Haitzler [Tue, 21 Feb 2012 08:19:37 +0000 (08:19 +0000)]
backlight - eina log bitching when no bl exists, fix.
SVN revision: 68209
Carsten Haitzler [Tue, 21 Feb 2012 08:17:32 +0000 (08:17 +0000)]
fix e_randr eina log bitching when u dont have exisitng config!
SVN revision: 68208
Carsten Haitzler [Tue, 21 Feb 2012 03:16:32 +0000 (03:16 +0000)]
be more insistent on setting root bg color - add timer to black it out
in 10 sec in case gnome-settings-daemon runs off and sets it or
something.
SVN revision: 68191
Carsten Haitzler [Tue, 21 Feb 2012 03:01:40 +0000 (03:01 +0000)]
debugging stuff in e_acpi for later.
SVN revision: 68189
Leif Middelschulte [Mon, 20 Feb 2012 19:14:26 +0000 (19:14 +0000)]
Make policies work again.
SVN revision: 68171
Leif Middelschulte [Mon, 20 Feb 2012 19:14:22 +0000 (19:14 +0000)]
Notice when connection state changed.
SVN revision: 68170
Leif Middelschulte [Mon, 20 Feb 2012 19:14:16 +0000 (19:14 +0000)]
Disable e_randr refresh on startup, because runtime settings get lost
SVN revision: 68169
Carsten Haitzler [Mon, 20 Feb 2012 04:25:03 +0000 (04:25 +0000)]
fix - dh... u are hieding a window in response to the hide4 event FOR
that window... thus generating another event saying it was hidden..
thus responding to that event... infinitely looping.. and allocating
an event queue from hell! (ie event queue just keeps getting filled up
by itself with no end). fixed.
SVN revision: 68139
Leif Middelschulte [Mon, 20 Feb 2012 03:44:47 +0000 (03:44 +0000)]
Remove parameter constraint
SVN revision: 68137
Leif Middelschulte [Sun, 19 Feb 2012 22:13:19 +0000 (22:13 +0000)]
Fix SEGV during storage.
SVN revision: 68126
Massimo Maiurana [Sun, 19 Feb 2012 08:48:03 +0000 (08:48 +0000)]
updating french translations
SVN revision: 68121
Carsten Haitzler [Sun, 19 Feb 2012 07:36:01 +0000 (07:36 +0000)]
lets not segv shall we?
SVN revision: 68119
Leif Middelschulte [Sat, 18 Feb 2012 16:49:17 +0000 (16:49 +0000)]
Improve conf_randr dialog.
Adjust to changes in e_randr.h.
Change "display disabled" to "display disconnected"
SVN revision: 68116
Leif Middelschulte [Sat, 18 Feb 2012 16:49:13 +0000 (16:49 +0000)]
Adapt conf_display to changes made in e_randr.h
SVN revision: 68115
Leif Middelschulte [Sat, 18 Feb 2012 16:49:07 +0000 (16:49 +0000)]
Refactoring e_randr, big time.
SVN revision: 68114
Carsten Haitzler [Wed, 15 Feb 2012 15:33:54 +0000 (15:33 +0000)]
and fix up some more zone id/num disagreements.
SVN revision: 67988
Carsten Haitzler [Wed, 15 Feb 2012 04:35:31 +0000 (04:35 +0000)]
update po's
SVN revision: 67952
Carsten Haitzler [Wed, 15 Feb 2012 04:35:18 +0000 (04:35 +0000)]
make all zone matching agree on the same convention - use zone->num,
not zone->id. zone->id is for matching u to zinerama/xrandr
screens/outputs. e re-sorts based on highest res screens first, lower
res later.
SVN revision: 67951
Carsten Haitzler [Wed, 15 Feb 2012 04:34:11 +0000 (04:34 +0000)]
make battery alert only happen @ 10%
SVN revision: 67950
Carsten Haitzler [Wed, 15 Feb 2012 04:19:47 +0000 (04:19 +0000)]
in illume softkey - use min size calc.
SVN revision: 67949
Carsten Haitzler [Sat, 11 Feb 2012 12:14:10 +0000 (12:14 +0000)]
make fullscreen windows on layer 300 (well above everythign and
anything) as it should be.
SVN revision: 67850
Carsten Haitzler [Sat, 11 Feb 2012 12:13:29 +0000 (12:13 +0000)]
make ctrl+alt+f a default binding for fullscreen toggle
SVN revision: 67849
Carsten Haitzler [Sat, 11 Feb 2012 10:45:32 +0000 (10:45 +0000)]
add wiz page about update checks.
SVN revision: 67848
Carsten Haitzler [Sat, 11 Feb 2012 10:44:51 +0000 (10:44 +0000)]
fix some battery errant warnings and dump some info about decisions
made for battery warning alert
SVN revision: 67847
Carsten Haitzler [Sat, 11 Feb 2012 06:43:58 +0000 (06:43 +0000)]
actually full restart after wizard, not normal restart
SVN revision: 67846
Carsten Haitzler [Fri, 10 Feb 2012 17:15:20 +0000 (17:15 +0000)]
and make back-off on update checks limit at about 1 day, not 6 days.
SVN revision: 67831
Carsten Haitzler [Fri, 10 Feb 2012 13:32:50 +0000 (13:32 +0000)]
update now delivers uuid.
SVN revision: 67827
Carsten Haitzler [Fri, 10 Feb 2012 13:21:23 +0000 (13:21 +0000)]
fix stacking netwm prop set! that was bad!
SVN revision: 67824
Carsten Haitzler [Thu, 9 Feb 2012 11:51:10 +0000 (11:51 +0000)]
ok - until i finihs off syscon config - dont dup entires. havent done
entry editing yet.
SVN revision: 67788
Christopher Michael [Wed, 8 Feb 2012 22:57:07 +0000 (22:57 +0000)]
Illume: Remove the popup. It's not needed now.
NB: Once again, the Old Man is correct ;)
SVN revision: 67773
Carsten Haitzler [Wed, 8 Feb 2012 13:26:08 +0000 (13:26 +0000)]
use http 1.0 for posts!
SVN revision: 67760
Michael BOUCHAUD [Wed, 8 Feb 2012 11:26:13 +0000 (11:26 +0000)]
e: add hand pointer
SVN revision: 67756