Carsten Haitzler [Mon, 30 Jan 2012 12:58:59 +0000 (12:58 +0000)]
and by default only suspecnd on lid definitely being closed.
SVN revision: 67603
Carsten Haitzler [Mon, 30 Jan 2012 12:58:40 +0000 (12:58 +0000)]
properly get lid status! my god this has been broken for a while!
SVN revision: 67602
Christopher Michael [Sun, 29 Jan 2012 20:31:46 +0000 (20:31 +0000)]
E Comp (wayland): Get important input from X11 (focus in/out, mouse
in/out, mouse down/up, key down/up, etc, etc) and pass it on to
wayland clients in the form that they expect (wayland events).
SVN revision: 67593
Christopher Michael [Sun, 29 Jan 2012 20:30:29 +0000 (20:30 +0000)]
E Comp (wayland): Add getting pixmap for egl surfaces.
SVN revision: 67592
Christopher Michael [Sat, 28 Jan 2012 22:52:47 +0000 (22:52 +0000)]
E Comp (Wayland): Only fetch pixmap from wayland if we are a 'border'
window and 'borderless' (helps reduce apparent lag people were having).
NB: This is only enabled IF you do it on purpose with
--enable-wayland-clients when building E17. If NOT, then it defaults
to the code path that was there pre-existing.
SVN revision: 67576
Christopher Michael [Sat, 28 Jan 2012 22:51:19 +0000 (22:51 +0000)]
E Comp (wayland): Add check for empty surface list (and bail out) and
add checks for valid buffer, and valid border.
SVN revision: 67575
Christopher Michael [Sat, 28 Jan 2012 22:50:24 +0000 (22:50 +0000)]
E Comp (wayland): Set border to borderless on show, so that we can
reduce pixmap lookups in core comp routines.
SVN revision: 67574
Christopher Michael [Fri, 27 Jan 2012 15:07:42 +0000 (15:07 +0000)]
E Comp (wayland): Disable getting pixmap from Wayland (for now) as
this seems to break compositor for normal x11 users.
SVN revision: 67568
Christopher Michael [Thu, 26 Jan 2012 18:28:15 +0000 (18:28 +0000)]
E Comp (wayland): Fix a few more instances of
ecore_x_composite_name_window_pixmap_get when building w/ wayland
client support.
SVN revision: 67556
Christopher Michael [Thu, 26 Jan 2012 18:23:01 +0000 (18:23 +0000)]
E: Added xcb-image as a dependency for wayland client support in the
comp module.
NB: This may be temporary. If everything works out, I may move the
needed functions for this to ecore_x calls.
SVN revision: 67554
Christopher Michael [Thu, 26 Jan 2012 18:21:54 +0000 (18:21 +0000)]
E Comp (wayland): Commit new code for comp module that renders wayland
clients in e17 (x11).
NB: This is an inital 'working' commit, tho there are still things on
the todo for this, so don't expect it to "fully" work yet.
SVN revision: 67553
Massimo Maiurana [Thu, 26 Jan 2012 17:13:58 +0000 (17:13 +0000)]
updating french and italian translations
SVN revision: 67552
Carsten Haitzler [Thu, 26 Jan 2012 06:21:21 +0000 (06:21 +0000)]
add hibernate now action
fix backlight to not reset to default on restarts.
SVN revision: 67544
Massimo Maiurana [Wed, 25 Jan 2012 18:18:19 +0000 (18:18 +0000)]
updating french and italian translations
SVN revision: 67541
Christopher Michael [Wed, 25 Jan 2012 11:02:07 +0000 (11:02 +0000)]
E Comp (wayland): Add big FIXME note wrt why wayland clients are not
displaying.
SVN revision: 67531
Christopher Michael [Wed, 25 Jan 2012 11:01:18 +0000 (11:01 +0000)]
E Comp (wayland): Fix some formatting. Set egl config_atribs to be
similar to the ones used in the evas_gl engine.
SVN revision: 67530
Christopher Michael [Wed, 25 Jan 2012 11:00:29 +0000 (11:00 +0000)]
E Comp (wayland): Set surface transform to NULL on creation.
SVN revision: 67529
Massimo Maiurana [Tue, 24 Jan 2012 18:29:40 +0000 (18:29 +0000)]
updating arabic translation
SVN revision: 67503
Tom Hacohen [Tue, 24 Jan 2012 17:37:47 +0000 (17:37 +0000)]
E notification: Fix notification concatenations.
SVN revision: 67502
Mike Blumenkrantz [Tue, 24 Jan 2012 10:01:28 +0000 (10:01 +0000)]
add a slider for backlight dimming on a timer in dpms controls
as I have no devices which contain a controllable backlight, someone else will have to test/fix this
SVN revision: 67487
Mike Blumenkrantz [Tue, 24 Jan 2012 09:36:48 +0000 (09:36 +0000)]
warning--
SVN revision: 67486
Mike Blumenkrantz [Tue, 24 Jan 2012 08:31:23 +0000 (08:31 +0000)]
add poller for pulseaudio init
SVN revision: 67484
Christopher Michael [Mon, 23 Jan 2012 12:35:42 +0000 (12:35 +0000)]
E Comp (wayland): Remove unused function.
SVN revision: 67469
Christopher Michael [Mon, 23 Jan 2012 12:22:16 +0000 (12:22 +0000)]
E Comp (Wayland): Handle output mode flipped.
SVN revision: 67468
Christopher Michael [Mon, 23 Jan 2012 12:21:39 +0000 (12:21 +0000)]
E Comp (Wayland): Add functions for create/destroy of EGL images.
Add some notes....cause this STILL is NOT working :(
SVN revision: 67467
Christopher Michael [Mon, 23 Jan 2012 12:20:48 +0000 (12:20 +0000)]
E Comp (wayland): Handle destroy & create of egl images for surface.
SVN revision: 67466
Christopher Michael [Mon, 23 Jan 2012 12:20:17 +0000 (12:20 +0000)]
E Comp (wayland): Quiet output. Add EGL image functions to compositor
structure.
SVN revision: 67465
Christopher Michael [Mon, 23 Jan 2012 12:19:44 +0000 (12:19 +0000)]
E Comp (wayland): Add some notes. Remove some debug output. Hangle EGL
images.
SVN revision: 67464
Christopher Michael [Sun, 22 Jan 2012 16:32:39 +0000 (16:32 +0000)]
E Comp Module (wayland client support): Break large file into several
smaller ones (easier to maintain & read). Finish off lots of todos
from original file.
NB: This STILL will not render wayland clients in our compositor.
Anyone with experience wrt this ?? Any help would be appreciated !!
SVN revision: 67451
Christopher Michael [Sat, 21 Jan 2012 09:22:24 +0000 (09:22 +0000)]
E: By default, disable wayland client support in comp module.
SVN revision: 67425
Christopher Michael [Sat, 21 Jan 2012 09:22:01 +0000 (09:22 +0000)]
Comp: Fix building without wayland clients.
SVN revision: 67424
Leif Middelschulte [Fri, 20 Jan 2012 18:58:29 +0000 (18:58 +0000)]
Typo on function name RandRR 1.1 vs. 1.2
SVN revision: 67400
Christopher Michael [Fri, 20 Jan 2012 18:41:01 +0000 (18:41 +0000)]
E: Update configure.ac to handle comp module doing wayland clients.
SVN revision: 67399
Christopher Michael [Fri, 20 Jan 2012 18:40:39 +0000 (18:40 +0000)]
Comp Module: Add code for allowing comp module to render wayland
clients (incomplete still).
NB: Just adding this code so that Gwanglim Lee can see the code.
SVN revision: 67398
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 23:37:35 +0000 (23:37 +0000)]
fix plural typo
SVN revision: 67363
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 23:25:32 +0000 (23:25 +0000)]
e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h
SVN revision: 67362
Gustavo Sverzut Barbieri [Thu, 19 Jan 2012 20:33:09 +0000 (20:33 +0000)]
e/docs: enable job server, change minor issues with doxyfile.in
e docs are nonexistent anyways :-(
SVN revision: 67361
Massimo Maiurana [Thu, 19 Jan 2012 11:14:26 +0000 (11:14 +0000)]
updating french translations
SVN revision: 67331
Carsten Haitzler [Wed, 18 Jan 2012 23:59:12 +0000 (23:59 +0000)]
fix naming of shot file on save to corrrect png/jpg - also save to
desktop by default.
SVN revision: 67306
Sebastian Dransfeld [Wed, 18 Jan 2012 22:11:04 +0000 (22:11 +0000)]
e/gadman: Always return allocated buffer
The result from _get_bind_text will be free'd, so we must always
allocate it.
SVN revision: 67299
Sebastian Dransfeld [Wed, 18 Jan 2012 22:10:54 +0000 (22:10 +0000)]
e/gadman: cf->style should always be stringshared
SVN revision: 67298
Sebastian Dransfeld [Wed, 18 Jan 2012 22:10:43 +0000 (22:10 +0000)]
e/gadman: formatting
SVN revision: 67297
Carsten Haitzler [Wed, 18 Jan 2012 15:27:10 +0000 (15:27 +0000)]
who broke backlight? FIX!
SVN revision: 67293
Jihoon Kim [Wed, 18 Jan 2012 04:38:04 +0000 (04:38 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,
I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.
In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously because those APIs add each event to ecore event queue.
To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.
For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.
SVN revision: 67290
Tom Hacohen [Tue, 17 Jan 2012 15:50:37 +0000 (15:50 +0000)]
E notification: Use <br/> not <br>.
SVN revision: 67278
Christopher Michael [Tue, 17 Jan 2012 12:41:21 +0000 (12:41 +0000)]
E: Fix warning about uninitialized variable in randr code.
SVN revision: 67273
Davide Andreoli [Mon, 16 Jan 2012 21:54:53 +0000 (21:54 +0000)]
Revert a 13 months old commit by englebass
Messagge was:
module unload will delete gadcons, so we need to cleanup in gadman as
well.
This cause all my gadget to be deleted when I switch from 1 monitor
to 2 monitors (while e is running). This probably occcur also when
switching resolution.
Also I don't like all the gadgets configs to be deleted when the
gadman module is unloaded, we have a conservative approch with
gadget config, so don't see the reason to delete all my gadget
here.
DaveMDS
SVN revision: 67251
Boris Faure [Mon, 16 Jan 2012 20:07:15 +0000 (20:07 +0000)]
e: fix fps_show in comp being toggled on startup
comp module has an handler on SIGUSR2 to toggle showing fps.
On startup, enlightenment_init sends a SIGUSR2 to its parent so that it
exists of pause() (in e_main.c:537) and finish main init.
Sending SIGUSR1 instead of SIGUSR2 is more of a workaround than a fix.
SVN revision: 67249
Massimo Maiurana [Thu, 12 Jan 2012 18:15:08 +0000 (18:15 +0000)]
updating french and italian translations
SVN revision: 67150
Leif Middelschulte [Wed, 11 Jan 2012 01:40:13 +0000 (01:40 +0000)]
Cleanup desktop notifications in battery.
-Properly init and shutdown e_notify
-Use "Battery" as name for notification sender
-Use ui configurable timeout for notification
-Save "use desktop notification" for real
SVN revision: 67029
Leif Middelschulte [Wed, 11 Jan 2012 00:49:46 +0000 (00:49 +0000)]
Add E_Notify to c- and linkerflags.
SVN revision: 67028
Leif Middelschulte [Wed, 11 Jan 2012 00:29:42 +0000 (00:29 +0000)]
Add desktop notifications to battery module.
SVN revision: 67027
Mike Blumenkrantz [Tue, 10 Jan 2012 21:08:58 +0000 (21:08 +0000)]
add debug output for backlight
SVN revision: 67023
Carsten Haitzler [Tue, 10 Jan 2012 11:57:09 +0000 (11:57 +0000)]
improve e menu contents.
SVN revision: 67015
Christopher Michael [Tue, 10 Jan 2012 11:18:55 +0000 (11:18 +0000)]
E: Update eina_array_count function to not use deprecated one.
SVN revision: 67014
Massimo Maiurana [Mon, 9 Jan 2012 18:21:54 +0000 (18:21 +0000)]
updating portuguese translations
SVN revision: 67000
Leif Middelschulte [Sun, 8 Jan 2012 18:13:42 +0000 (18:13 +0000)]
Silence warnings.
SVN revision: 66978
Mike Blumenkrantz [Sat, 7 Jan 2012 15:12:50 +0000 (15:12 +0000)]
attempt at new backlight device preference logic
SVN revision: 66959
Carsten Haitzler [Fri, 6 Jan 2012 10:26:02 +0000 (10:26 +0000)]
sigusr2 now toggles fps :)
SVN revision: 66935
Mike Blumenkrantz [Fri, 6 Jan 2012 03:58:34 +0000 (03:58 +0000)]
not having any text here weirds me out
SVN revision: 66918
Carsten Haitzler [Thu, 5 Jan 2012 10:08:08 +0000 (10:08 +0000)]
focus using current time gotten from event stream.
SVN revision: 66899
Carsten Haitzler [Thu, 5 Jan 2012 10:07:48 +0000 (10:07 +0000)]
improve standard config.
SVN revision: 66898
Tom Hacohen [Wed, 4 Jan 2012 15:13:24 +0000 (15:13 +0000)]
E notification: Support newlines in notifications.
SVN revision: 66872
Tom Hacohen [Wed, 4 Jan 2012 13:43:33 +0000 (13:43 +0000)]
E notification: Fix notification markup.
Apparently there's a limited markup language that should be supported.
SVN revision: 66868
Massimo Maiurana [Tue, 3 Jan 2012 22:40:41 +0000 (22:40 +0000)]
updating french and italian translations
SVN revision: 66813
Carsten Haitzler [Tue, 3 Jan 2012 03:29:25 +0000 (03:29 +0000)]
name client list config better
SVN revision: 66770
Carsten Haitzler [Sat, 31 Dec 2011 14:35:05 +0000 (14:35 +0000)]
segv's waiting to happen wrong api calls on wrong object types - check
to protect.
SVN revision: 66707
Carsten Haitzler [Sat, 31 Dec 2011 07:02:01 +0000 (07:02 +0000)]
set remember internal windows and fwin windows by default
SVN revision: 66706
Carsten Haitzler [Sat, 31 Dec 2011 06:58:38 +0000 (06:58 +0000)]
display mis-configured remembers so u can delete them.
SVN revision: 66705
Carsten Haitzler [Sat, 31 Dec 2011 05:34:27 +0000 (05:34 +0000)]
bump default config versions :)
SVN revision: 66704
Carsten Haitzler [Fri, 30 Dec 2011 17:17:09 +0000 (17:17 +0000)]
fix border events/grabs for move/resize and such.
SVN revision: 66703
Gwanglim Lee [Fri, 30 Dec 2011 02:15:02 +0000 (02:15 +0000)]
From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: [E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code
I've added checking code to detect another compositor that is already
running.
And I've also removed unnecessory set/unset code for _NET_WM_CM_S#.
SVN revision: 66657
Massimo Maiurana [Thu, 29 Dec 2011 20:37:12 +0000 (20:37 +0000)]
updating french and italian translations
SVN revision: 66639
Leif Middelschulte [Thu, 29 Dec 2011 18:29:52 +0000 (18:29 +0000)]
Fix possible issue with missing outputs.
SVN revision: 66638
Carsten Haitzler [Thu, 29 Dec 2011 11:27:21 +0000 (11:27 +0000)]
handle thumbnailing of more mimetypes thanks to evas_generic_loaders
doing lots of video :)
SVN revision: 66625
Carsten Haitzler [Thu, 29 Dec 2011 10:48:02 +0000 (10:48 +0000)]
warn--
SVN revision: 66623
Carsten Haitzler [Thu, 29 Dec 2011 10:45:49 +0000 (10:45 +0000)]
oooooh e can check for its own updates now. :) kind of generic to be
able to do more too.
SVN revision: 66621
Chidambar Zinnoury [Wed, 28 Dec 2011 21:22:41 +0000 (21:22 +0000)]
e: cpufreq governor settings moved around a lil' bit.
SVN revision: 66614
Chidambar Zinnoury [Wed, 28 Dec 2011 20:18:13 +0000 (20:18 +0000)]
e: add icons to colour classes categories.
SVN revision: 66613
Carsten Haitzler [Wed, 28 Dec 2011 11:16:46 +0000 (11:16 +0000)]
make some more config vars have a gui.
SVN revision: 66597
Carsten Haitzler [Wed, 28 Dec 2011 07:11:01 +0000 (07:11 +0000)]
more gui for config vars we have.
SVN revision: 66594
Carsten Haitzler [Wed, 28 Dec 2011 06:52:59 +0000 (06:52 +0000)]
get rid of unused cfdata members
SVN revision: 66593
Vincent Torri [Tue, 27 Dec 2011 19:12:56 +0000 (19:12 +0000)]
E17: fix ticket #930
SVN revision: 66577
Massimo Maiurana [Tue, 27 Dec 2011 17:05:50 +0000 (17:05 +0000)]
updating french and italian translations
SVN revision: 66574
Hannes Janetzek [Tue, 27 Dec 2011 13:23:07 +0000 (13:23 +0000)]
e17: remove debug printf
SVN revision: 66571
Iván Briano [Mon, 26 Dec 2011 12:47:14 +0000 (12:47 +0000)]
Use the SCIM IMF module when the SCIM input method is chosen
SVN revision: 66527
Carsten Haitzler [Mon, 26 Dec 2011 07:26:39 +0000 (07:26 +0000)]
remove some more unused config vars and mark config vars that have gui
controls.
SVN revision: 66524
Carsten Haitzler [Mon, 26 Dec 2011 07:01:00 +0000 (07:01 +0000)]
provide gui config for some config vars with no gui right now.
SVN revision: 66515
Carsten Haitzler [Mon, 26 Dec 2011 06:32:21 +0000 (06:32 +0000)]
and remove virtual roots config that isnt ever used or able to be
enabled or tested...also remove the config vals from profiles.
SVN revision: 66514
Carsten Haitzler [Mon, 26 Dec 2011 06:24:59 +0000 (06:24 +0000)]
remove all traces of selecting engine in e17 - wont actuallly ever be
needed beyond compositor. :)
SVN revision: 66513
Mike Blumenkrantz [Sat, 24 Dec 2011 07:44:18 +0000 (07:44 +0000)]
add a note here about other backlight devices
SVN revision: 66493
Mike Blumenkrantz [Sat, 24 Dec 2011 07:44:07 +0000 (07:44 +0000)]
maybe prevent a leak but probably not
SVN revision: 66492
Mike Blumenkrantz [Sat, 24 Dec 2011 07:29:21 +0000 (07:29 +0000)]
support led class of backlights
SVN revision: 66491
Massimo Maiurana [Fri, 23 Dec 2011 19:26:23 +0000 (19:26 +0000)]
updating french translations
SVN revision: 66484
Leif Middelschulte [Thu, 22 Dec 2011 15:11:35 +0000 (15:11 +0000)]
Clean up++. Also fix randr 1.0 corner case.
SVN revision: 66465
Leif Middelschulte [Wed, 21 Dec 2011 12:43:30 +0000 (12:43 +0000)]
Unset variables that were deleted.Safety++
SVN revision: 66441
Leif Middelschulte [Wed, 21 Dec 2011 01:23:16 +0000 (01:23 +0000)]
Clean up some code. Add "display disabled outputs" toggle to UI.
SVN revision: 66404
Leif Middelschulte [Wed, 21 Dec 2011 01:23:10 +0000 (01:23 +0000)]
Actually remove items from list.
SVN revision: 66403
Leif Middelschulte [Mon, 19 Dec 2011 17:42:08 +0000 (17:42 +0000)]
Fix ignorance of policies when refreshing e_randr info.
SVN revision: 66338
Leif Middelschulte [Mon, 19 Dec 2011 17:42:02 +0000 (17:42 +0000)]
Fix update of references.
SVN revision: 66337