platform/upstream/enlightenment.git
12 years agoe/docs: enable job server, change minor issues with doxyfile.in
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

12 years agoupdating french translations
Massimo Maiurana [Thu, 19 Jan 2012 11:14:26 +0000 (11:14 +0000)]
updating french translations

SVN revision: 67331

12 years agofix naming of shot file on save to corrrect png/jpg - also save to
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

12 years agoe/gadman: Always return allocated buffer
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

12 years agoe/gadman: cf->style should always be stringshared
Sebastian Dransfeld [Wed, 18 Jan 2012 22:10:54 +0000 (22:10 +0000)]
e/gadman: cf->style should always be stringshared

SVN revision: 67298

12 years agoe/gadman: formatting
Sebastian Dransfeld [Wed, 18 Jan 2012 22:10:43 +0000 (22:10 +0000)]
e/gadman: formatting

SVN revision: 67297

12 years agowho broke backlight? FIX!
Carsten Haitzler [Wed, 18 Jan 2012 15:27:10 +0000 (15:27 +0000)]
who broke backlight? FIX!

SVN revision: 67293

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
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

12 years agoE notification: Use <br/> not <br>.
Tom Hacohen [Tue, 17 Jan 2012 15:50:37 +0000 (15:50 +0000)]
E notification: Use <br/> not <br>.

SVN revision: 67278

12 years agoE: Fix warning about uninitialized variable in randr code.
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

12 years agoRevert a 13 months old commit by englebass
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

12 years agoe: fix fps_show in comp being toggled on startup
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

12 years agoupdating french and italian translations
Massimo Maiurana [Thu, 12 Jan 2012 18:15:08 +0000 (18:15 +0000)]
updating french and italian translations

SVN revision: 67150

12 years agoCleanup desktop notifications in battery.
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

12 years agoAdd E_Notify to c- and linkerflags.
Leif Middelschulte [Wed, 11 Jan 2012 00:49:46 +0000 (00:49 +0000)]
Add E_Notify to c- and linkerflags.

SVN revision: 67028

12 years agoAdd desktop notifications to battery module.
Leif Middelschulte [Wed, 11 Jan 2012 00:29:42 +0000 (00:29 +0000)]
Add desktop notifications to battery module.

SVN revision: 67027

12 years agoadd debug output for backlight
Mike Blumenkrantz [Tue, 10 Jan 2012 21:08:58 +0000 (21:08 +0000)]
add debug output for backlight

SVN revision: 67023

12 years agoimprove e menu contents.
Carsten Haitzler [Tue, 10 Jan 2012 11:57:09 +0000 (11:57 +0000)]
improve e menu contents.

SVN revision: 67015

12 years agoE: Update eina_array_count function to not use deprecated one.
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

12 years agoupdating portuguese translations
Massimo Maiurana [Mon, 9 Jan 2012 18:21:54 +0000 (18:21 +0000)]
updating portuguese translations

SVN revision: 67000

12 years agoSilence warnings.
Leif Middelschulte [Sun, 8 Jan 2012 18:13:42 +0000 (18:13 +0000)]
Silence warnings.

SVN revision: 66978

12 years agoattempt at new backlight device preference logic
Mike Blumenkrantz [Sat, 7 Jan 2012 15:12:50 +0000 (15:12 +0000)]
attempt at new backlight device preference logic

SVN revision: 66959

12 years agosigusr2 now toggles fps :)
Carsten Haitzler [Fri, 6 Jan 2012 10:26:02 +0000 (10:26 +0000)]
sigusr2 now toggles fps :)

SVN revision: 66935

12 years agonot having any text here weirds me out
Mike Blumenkrantz [Fri, 6 Jan 2012 03:58:34 +0000 (03:58 +0000)]
not having any text here weirds me out

SVN revision: 66918

12 years agofocus using current time gotten from event stream.
Carsten Haitzler [Thu, 5 Jan 2012 10:08:08 +0000 (10:08 +0000)]
focus using current time gotten from event stream.

SVN revision: 66899

12 years agoimprove standard config.
Carsten Haitzler [Thu, 5 Jan 2012 10:07:48 +0000 (10:07 +0000)]
improve standard config.

SVN revision: 66898

12 years agoE notification: Support newlines in notifications.
Tom Hacohen [Wed, 4 Jan 2012 15:13:24 +0000 (15:13 +0000)]
E notification: Support newlines in notifications.

SVN revision: 66872

12 years agoE notification: Fix notification markup.
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

12 years agoupdating french and italian translations
Massimo Maiurana [Tue, 3 Jan 2012 22:40:41 +0000 (22:40 +0000)]
updating french and italian translations

SVN revision: 66813

12 years agoname client list config better
Carsten Haitzler [Tue, 3 Jan 2012 03:29:25 +0000 (03:29 +0000)]
name client list config better

SVN revision: 66770

12 years agosegv's waiting to happen wrong api calls on wrong object types - check
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

12 years agoset remember internal windows and fwin windows by default
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

12 years agodisplay mis-configured remembers so u can delete them.
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

12 years agobump default config versions :)
Carsten Haitzler [Sat, 31 Dec 2011 05:34:27 +0000 (05:34 +0000)]
bump default config versions :)

SVN revision: 66704

12 years agofix border events/grabs for move/resize and such.
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

12 years agoFrom: Gwanglim Lee <gl77.lee@samsung.com>
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

12 years agoupdating french and italian translations
Massimo Maiurana [Thu, 29 Dec 2011 20:37:12 +0000 (20:37 +0000)]
updating french and italian translations

SVN revision: 66639

12 years agoFix possible issue with missing outputs.
Leif Middelschulte [Thu, 29 Dec 2011 18:29:52 +0000 (18:29 +0000)]
Fix possible issue with missing outputs.

SVN revision: 66638

12 years agohandle thumbnailing of more mimetypes thanks to evas_generic_loaders
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

12 years agowarn--
Carsten Haitzler [Thu, 29 Dec 2011 10:48:02 +0000 (10:48 +0000)]
warn--

SVN revision: 66623

12 years agooooooh e can check for its own updates now. :) kind of generic to be
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

12 years ago e: cpufreq governor settings moved around a lil' bit.
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

12 years ago e: add icons to colour classes categories.
Chidambar Zinnoury [Wed, 28 Dec 2011 20:18:13 +0000 (20:18 +0000)]
 e: add icons to colour classes categories.

SVN revision: 66613

12 years agomake some more config vars have a gui.
Carsten Haitzler [Wed, 28 Dec 2011 11:16:46 +0000 (11:16 +0000)]
make some more config vars have a gui.

SVN revision: 66597

12 years agomore gui for config vars we have.
Carsten Haitzler [Wed, 28 Dec 2011 07:11:01 +0000 (07:11 +0000)]
more gui for config vars we have.

SVN revision: 66594

12 years agoget rid of unused cfdata members
Carsten Haitzler [Wed, 28 Dec 2011 06:52:59 +0000 (06:52 +0000)]
get rid of unused cfdata members

SVN revision: 66593

12 years agoE17: fix ticket #930
Vincent Torri [Tue, 27 Dec 2011 19:12:56 +0000 (19:12 +0000)]
E17: fix ticket #930

SVN revision: 66577

12 years agoupdating french and italian translations
Massimo Maiurana [Tue, 27 Dec 2011 17:05:50 +0000 (17:05 +0000)]
updating french and italian translations

SVN revision: 66574

12 years agoe17: remove debug printf
Hannes Janetzek [Tue, 27 Dec 2011 13:23:07 +0000 (13:23 +0000)]
e17: remove debug printf

SVN revision: 66571

12 years agoUse the SCIM IMF module when the SCIM input method is chosen
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

12 years agoremove some more unused config vars and mark config vars that have gui
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

12 years agoprovide gui config for some config vars with no gui right now.
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

12 years agoand remove virtual roots config that isnt ever used or able to be
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

12 years agoremove all traces of selecting engine in e17 - wont actuallly ever be
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

12 years agoadd a note here about other backlight devices
Mike Blumenkrantz [Sat, 24 Dec 2011 07:44:18 +0000 (07:44 +0000)]
add a note here about other backlight devices

SVN revision: 66493

12 years agomaybe prevent a leak but probably not
Mike Blumenkrantz [Sat, 24 Dec 2011 07:44:07 +0000 (07:44 +0000)]
maybe prevent a leak but probably not

SVN revision: 66492

12 years agosupport led class of backlights
Mike Blumenkrantz [Sat, 24 Dec 2011 07:29:21 +0000 (07:29 +0000)]
support led class of backlights

SVN revision: 66491

12 years agoupdating french translations
Massimo Maiurana [Fri, 23 Dec 2011 19:26:23 +0000 (19:26 +0000)]
updating french translations

SVN revision: 66484

12 years agoClean up++. Also fix randr 1.0 corner case.
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

12 years agoUnset variables that were deleted.Safety++
Leif Middelschulte [Wed, 21 Dec 2011 12:43:30 +0000 (12:43 +0000)]
Unset variables that were deleted.Safety++

SVN revision: 66441

12 years agoClean up some code. Add "display disabled outputs" toggle to UI.
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

12 years agoActually remove items from list.
Leif Middelschulte [Wed, 21 Dec 2011 01:23:10 +0000 (01:23 +0000)]
Actually remove items from list.

SVN revision: 66403

12 years agoFix ignorance of policies when refreshing e_randr info.
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

12 years agoFix update of references.
Leif Middelschulte [Mon, 19 Dec 2011 17:42:02 +0000 (17:42 +0000)]
Fix update of references.

SVN revision: 66337

12 years agomake aspect size requests work properly with autoscroll in shelf.
Carsten Haitzler [Sun, 18 Dec 2011 14:03:15 +0000 (14:03 +0000)]
make aspect size requests work properly with autoscroll in shelf.

SVN revision: 66312

12 years agoMinor cleanup.
Leif Middelschulte [Fri, 16 Dec 2011 14:19:41 +0000 (14:19 +0000)]
Minor cleanup.

SVN revision: 66291

12 years agoUse poller to force randr events to be sent.
Leif Middelschulte [Fri, 16 Dec 2011 14:19:37 +0000 (14:19 +0000)]
Use poller to force randr events to be sent.

SVN revision: 66290

12 years agoRefresh e_randr info, before showing dialog.
Leif Middelschulte [Fri, 16 Dec 2011 14:19:33 +0000 (14:19 +0000)]
Refresh e_randr info, before showing dialog.

SVN revision: 66289

12 years agoMake disabled outputs appear gray not, translucent
Leif Middelschulte [Fri, 16 Dec 2011 14:19:30 +0000 (14:19 +0000)]
Make disabled outputs appear gray not, translucent

SVN revision: 66288

12 years agoIntroduce refetching of all RandRR info.
Leif Middelschulte [Fri, 16 Dec 2011 14:19:25 +0000 (14:19 +0000)]
Introduce refetching of all RandRR info.

SVN revision: 66287

12 years agoE notification: Added a way to allow e to send markup notifications.
Tom Hacohen [Thu, 15 Dec 2011 08:13:39 +0000 (08:13 +0000)]
E notification: Added a way to allow e to send markup notifications.

SVN revision: 66236

12 years agoupdating french and italian translations
Massimo Maiurana [Wed, 14 Dec 2011 19:22:57 +0000 (19:22 +0000)]
updating french and italian translations

SVN revision: 66225

12 years agoFix some wording and spelling.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:43 +0000 (17:37 +0000)]
Fix some wording and spelling.

SVN revision: 66221

12 years agoUse selective storing for configuration data.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:38 +0000 (17:37 +0000)]
Use selective storing for configuration data.

This enables that only parts of the configuration is stored.
Right now only implemented: policies vs. everything.

SVN revision: 66220

12 years agoMake policies work and (re)storable. debug verbosity++
Leif Middelschulte [Wed, 14 Dec 2011 17:37:33 +0000 (17:37 +0000)]
Make policies work and (re)storable. debug verbosity++

SVN revision: 66219

12 years agoPut e_randr init after e_config init.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:27 +0000 (17:37 +0000)]
Put e_randr init after e_config init.

SVN revision: 66218

12 years agoCreate event for "Loading e_config finished."
Leif Middelschulte [Wed, 14 Dec 2011 17:37:22 +0000 (17:37 +0000)]
Create event for "Loading e_config finished."

It is bad how this works right now. Fail by design/documentation.
E.g. subsys a is waiting for event b_e (generated by subsys b) to happen.
If a is loaded before b, b_e isn't initialized and a waits for the wrong event.

Consequently either their must be specified value for non initialized events
(e.g. 0) or all events must be initialized in a central place, so
emitters'/listeners' order is irrelevant.

SVN revision: 66217

12 years agoMore fixes for e_randr, but also some for conf_randr.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:17 +0000 (17:37 +0000)]
More fixes for e_randr, but also some for conf_randr.

SVN revision: 66216

12 years agoSeveral minor e_randr related fixes.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:10 +0000 (17:37 +0000)]
Several minor e_randr related fixes.

Don't free e_config stuff.
Improve debug messages wording.

SVN revision: 66215

12 years agoE notification: Fixed notifications with newlines.
Tom Hacohen [Wed, 14 Dec 2011 15:04:24 +0000 (15:04 +0000)]
E notification: Fixed notifications with newlines.

Use the new evas_textblock_text_utf8_to_markup.

SVN revision: 66198

12 years agogrammarize
Mike Blumenkrantz [Tue, 13 Dec 2011 15:02:48 +0000 (15:02 +0000)]
grammarize

SVN revision: 66164

12 years agoE: Fixed svn detection for svn1.7
Tom Hacohen [Tue, 13 Dec 2011 08:48:38 +0000 (08:48 +0000)]
E: Fixed svn detection for svn1.7

SVN revision: 66143

12 years agomaybe fix some obscure notify bug
Mike Blumenkrantz [Sun, 11 Dec 2011 16:19:03 +0000 (16:19 +0000)]
maybe fix some obscure notify bug

SVN revision: 66098

12 years agoe17/evry: remove semicolon key binding, the action is quite useless and calc needs...
Hannes Janetzek [Sat, 10 Dec 2011 10:54:34 +0000 (10:54 +0000)]
e17/evry: remove semicolon key binding, the action is quite useless and calc needs that key

SVN revision: 66084

12 years agothese error messages aren't CRIT worthy
Mike Blumenkrantz [Sat, 10 Dec 2011 07:16:52 +0000 (07:16 +0000)]
these error messages aren't CRIT worthy

SVN revision: 66076

12 years agofix del of directories and copy too.
Carsten Haitzler [Thu, 8 Dec 2011 03:34:44 +0000 (03:34 +0000)]
fix del of directories and copy too.

SVN revision: 66010

12 years agoE: remove extraneous parentheses
Vincent Torri [Wed, 7 Dec 2011 20:34:45 +0000 (20:34 +0000)]
E: remove extraneous parentheses

SVN revision: 65994

12 years agoupdating arabic translation
Massimo Maiurana [Wed, 7 Dec 2011 18:19:15 +0000 (18:19 +0000)]
updating arabic translation

SVN revision: 65991

12 years agoupdating dutch translations
Massimo Maiurana [Tue, 6 Dec 2011 16:20:51 +0000 (16:20 +0000)]
updating dutch translations

SVN revision: 65967

12 years agowell now this uses eeze - why keep the old search list?
Carsten Haitzler [Tue, 6 Dec 2011 06:49:58 +0000 (06:49 +0000)]
well now this uses eeze - why keep the old search list?

SVN revision: 65947

12 years agoticket #920: [Patch] Add -module-list to enlightenment_remote
Mike Blumenkrantz [Sun, 4 Dec 2011 21:52:44 +0000 (21:52 +0000)]
ticket #920: [Patch] Add -module-list to enlightenment_remote

SVN revision: 65871

12 years ago+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
Mike Blumenkrantz [Sat, 3 Dec 2011 04:24:02 +0000 (04:24 +0000)]
+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
also corresponding e17 usage

SVN revision: 65837

12 years ago#ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>
Mike Blumenkrantz [Fri, 2 Dec 2011 05:18:00 +0000 (05:18 +0000)]
#ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>

SVN revision: 65800

12 years agookay NOW it's over
Mike Blumenkrantz [Fri, 2 Dec 2011 01:45:48 +0000 (01:45 +0000)]
okay NOW it's over

SVN revision: 65793

12 years agobirthday's over, hope everyone enjoyed the surprise
Mike Blumenkrantz [Fri, 2 Dec 2011 01:45:29 +0000 (01:45 +0000)]
birthday's over, hope everyone enjoyed the surprise

SVN revision: 65792

12 years agoupdating french translations
Massimo Maiurana [Thu, 1 Dec 2011 12:29:17 +0000 (12:29 +0000)]
updating french translations

SVN revision: 65778

12 years agoe17/evry:
Hannes Janetzek [Thu, 1 Dec 2011 10:56:55 +0000 (10:56 +0000)]
e17/evry:
- started to update docs
- remove base plugins' free_cb which was used for one special case only

SVN revision: 65774

12 years agoupdate po's
Carsten Haitzler [Thu, 1 Dec 2011 10:06:21 +0000 (10:06 +0000)]
update po's

SVN revision: 65770

12 years agoE notification: Add the <ps> tag to the notification style.
Tom Hacohen [Thu, 1 Dec 2011 09:51:18 +0000 (09:51 +0000)]
E notification: Add the <ps> tag to the notification style.

SVN revision: 65766

12 years agoE notification: Fixed truncation of merged messages.
Tom Hacohen [Thu, 1 Dec 2011 09:38:41 +0000 (09:38 +0000)]
E notification: Fixed truncation of merged messages.

SVN revision: 65765