platform/upstream/enlightenment.git
12 years agoadd access module - bare bones, but intercepts all mouse events and
Carsten Haitzler [Tue, 22 May 2012 12:13:18 +0000 (12:13 +0000)]
add access module - bare bones, but intercepts all mouse events and
handles gestures and passes on commands to the focused app or maybe
fakes a tap event on the screen location - depending. things that
could be done here:

1. config to select which actions happen as a result of which
events/gestures
2. config to determine which zones get this access setup and whihc
don't.

SVN revision: 71323

12 years agoadd more stacking layers (10 now), bump module api numebr as a result
Carsten Haitzler [Tue, 22 May 2012 12:11:19 +0000 (12:11 +0000)]
add more stacking layers (10 now), bump module api numebr as a result
and fix actions infinite loop on shutdown.

SVN revision: 71322

12 years agouse E as class, not xkb switcher
Carsten Haitzler [Tue, 22 May 2012 07:12:51 +0000 (07:12 +0000)]
use E as class, not xkb switcher

SVN revision: 71304

12 years agotry and handle peoples thinkpads where acpid reports different event
Carsten Haitzler [Mon, 21 May 2012 07:40:04 +0000 (07:40 +0000)]
try and handle peoples thinkpads where acpid reports different event
formasts.

e.g.:
    button/lid LID close
  as opposed to
    button/lid LID0 00000080 00000001

i hope normal acpi isn't broken. please test.

SVN revision: 71268

12 years agoe17/theme: bring back everything list. might be an issue with evry's code sending...
Hannes Janetzek [Sun, 20 May 2012 21:05:55 +0000 (21:05 +0000)]
e17/theme: bring back everything list. might be an issue with evry's code sending the signal without forcing to process it.
havent looked into it now. anyway no one uses the option to start with hidden list i guess

SVN revision: 71259

12 years agofixes, my bad
Vincent Torri [Fri, 18 May 2012 14:14:27 +0000 (14:14 +0000)]
fixes, my bad

SVN revision: 71234

12 years agoE17: fix some warning
Vincent Torri [Fri, 18 May 2012 13:02:20 +0000 (13:02 +0000)]
E17: fix some warning

SVN revision: 71233

12 years agoE: Use correct flag for en_GB locale
Vincent Torri [Fri, 18 May 2012 13:00:54 +0000 (13:00 +0000)]
E: Use correct flag for en_GB locale

Patch by Ian Lee

SVN revision: 71232

12 years agoe: defensive test, just in case the geometry is NULL.
Cedric BAIL [Fri, 18 May 2012 08:54:41 +0000 (08:54 +0000)]
e: defensive test, just in case the geometry is NULL.

SVN revision: 71231

12 years agodon't forget to process messages/signals before border frame calc.
Carsten Haitzler [Wed, 16 May 2012 11:48:38 +0000 (11:48 +0000)]
don't forget to process messages/signals before border frame calc.

SVN revision: 71163

12 years agoe17/entry: fix formatting
Jihoon Kim [Wed, 16 May 2012 01:14:20 +0000 (01:14 +0000)]
e17/entry: fix formatting

SVN revision: 71136

12 years agoE (comp module): Update to latest wayland shell changes (implement set
Christopher Michael [Tue, 15 May 2012 13:24:55 +0000 (13:24 +0000)]
E (comp module): Update to latest wayland shell changes (implement set
title & class).

SVN revision: 71117

12 years agoIllume_Softkey: Remove silly left-over printfs...Spankies for whoever
Christopher Michael [Tue, 15 May 2012 12:03:55 +0000 (12:03 +0000)]
Illume_Softkey: Remove silly left-over printfs...Spankies for whoever
left these in.

SVN revision: 71110

12 years agoe17: fix ko.po
Jihoon Kim [Tue, 15 May 2012 04:55:35 +0000 (04:55 +0000)]
e17: fix ko.po

SVN revision: 71091

12 years agoupdating french and italian translations
Massimo Maiurana [Sun, 13 May 2012 19:18:53 +0000 (19:18 +0000)]
updating french and italian translations

SVN revision: 70977

12 years agoE17: missed that one
Vincent Torri [Sun, 13 May 2012 17:48:08 +0000 (17:48 +0000)]
E17: missed that one

SVN revision: 70976

12 years agoE17: fix mixed declarations and code
Vincent Torri [Sun, 13 May 2012 17:45:44 +0000 (17:45 +0000)]
E17: fix mixed declarations and code

SVN revision: 70975

12 years agoE17: spelling, reported by cippp in IRC
Vincent Torri [Sun, 13 May 2012 17:28:22 +0000 (17:28 +0000)]
E17: spelling, reported by cippp in IRC

SVN revision: 70974

12 years agomake gadman popup/show win also handle dnd as a target.
Carsten Haitzler [Sun, 13 May 2012 05:14:02 +0000 (05:14 +0000)]
make gadman popup/show win also handle dnd as a target.

SVN revision: 70956

12 years agomodules shouldnt ADD bindings all the time... leave that up to users.
Carsten Haitzler [Sun, 13 May 2012 04:54:41 +0000 (04:54 +0000)]
modules shouldnt ADD bindings all the time... leave that up to users.

SVN revision: 70955

12 years agolets not have crash-worthy list managemrnt eh? ie remove list items
Carsten Haitzler [Sun, 13 May 2012 01:07:35 +0000 (01:07 +0000)]
lets not have crash-worthy list managemrnt eh? ie remove list items
fromt he list we are walking WITHOUT using the sfe walkign macros! bad
bad bad!

SVN revision: 70953

12 years agoe17: edit ko.po file according to ko-po-check's warning
Jihoon Kim [Thu, 10 May 2012 23:53:13 +0000 (23:53 +0000)]
e17: edit ko.po file according to ko-po-check's warning

SVN revision: 70921

12 years agoe tiling: Use c89 style for 'for' statement. Fixed build breaks with some options...
Daniel Juyung Seo [Thu, 10 May 2012 05:06:48 +0000 (05:06 +0000)]
e tiling: Use c89 style for 'for' statement. Fixed build breaks with some options. Special thanks to vtorri.

SVN revision: 70899

12 years agoe: fix build of tiling module on bsd.
Cedric BAIL [Wed, 9 May 2012 09:57:15 +0000 (09:57 +0000)]
e: fix build of tiling module on bsd.

SVN revision: 70891

12 years agoe: fix typo.
Cedric BAIL [Wed, 9 May 2012 08:21:06 +0000 (08:21 +0000)]
e: fix typo.

SVN revision: 70888

12 years agoinc init stack size
Carsten Haitzler [Tue, 8 May 2012 05:12:17 +0000 (05:12 +0000)]
inc init stack size

SVN revision: 70863

12 years agoupdating french and italian translations
Massimo Maiurana [Sat, 5 May 2012 18:06:31 +0000 (18:06 +0000)]
updating french and italian translations

SVN revision: 70790

12 years agoe: massiv warning cleanup !
Cedric BAIL [Fri, 4 May 2012 09:38:52 +0000 (09:38 +0000)]
e: massiv warning cleanup !

SVN revision: 70756

12 years agoe: warning--.
Cedric BAIL [Fri, 4 May 2012 02:34:56 +0000 (02:34 +0000)]
e: warning--.

SVN revision: 70751

12 years agoe: make e_powersave values configurable
Michael BOUCHAUD [Thu, 3 May 2012 20:16:34 +0000 (20:16 +0000)]
e: make e_powersave values configurable

SVN revision: 70698

12 years agoupdating french and italian translations
Massimo Maiurana [Thu, 3 May 2012 17:39:23 +0000 (17:39 +0000)]
updating french and italian translations

SVN revision: 70697

12 years agoput overlay swallow back in efm. :)
Carsten Haitzler [Thu, 3 May 2012 12:14:55 +0000 (12:14 +0000)]
put overlay swallow back in efm. :)

SVN revision: 70696

12 years agooh make custom bg/overlays etc. work again in efm. i know e_icon was
Carsten Haitzler [Thu, 3 May 2012 12:13:34 +0000 (12:13 +0000)]
oh make custom bg/overlays etc. work again in efm. i know e_icon was
being used - not quite right as per before. need to look into this.
mental note.

SVN revision: 70695

12 years agoe: remove some warning.
Cedric BAIL [Thu, 3 May 2012 11:02:35 +0000 (11:02 +0000)]
e: remove some warning.

Let's start by cleaning up this warning party !

SVN revision: 70694

12 years agoe: cleanup randr code, patch by dh.
Cedric BAIL [Thu, 3 May 2012 08:49:43 +0000 (08:49 +0000)]
e: cleanup randr code, patch by dh.

SVN revision: 70691

12 years agoe: fix warning, patch by dh.
Cedric BAIL [Thu, 3 May 2012 08:47:48 +0000 (08:47 +0000)]
e: fix warning, patch by dh.

SVN revision: 70690

12 years agoe: just detect reordering of screen when it happens.
Cedric BAIL [Thu, 3 May 2012 08:45:20 +0000 (08:45 +0000)]
e: just detect reordering of screen when it happens.

SVN revision: 70689

12 years agoe: prevent segv when their were no previous config.
Cedric BAIL [Thu, 3 May 2012 03:52:03 +0000 (03:52 +0000)]
e: prevent segv when their were no previous config.

SVN revision: 70682

12 years agoE (conf_intl): Fix that nasty Advanced Input Method dialog to resize
Christopher Michael [Wed, 2 May 2012 20:09:44 +0000 (20:09 +0000)]
E (conf_intl): Fix that nasty Advanced Input Method dialog to resize
widgets properly. As a bonus, the code in advanced_widgets_create is
cleaner now :)

SVN revision: 70676

12 years agoe: move e-tiling in e17.
Cedric BAIL [Wed, 2 May 2012 08:20:53 +0000 (08:20 +0000)]
e: move e-tiling in e17.

SVN revision: 70614

12 years agoenable xkb next/prev and set actions. :)
Carsten Haitzler [Wed, 2 May 2012 07:37:09 +0000 (07:37 +0000)]
enable xkb next/prev and set actions. :)

SVN revision: 70613

12 years agofix only label option for gadget and filter out kbd layotu swithcing
Carsten Haitzler [Wed, 2 May 2012 07:28:46 +0000 (07:28 +0000)]
fix only label option for gadget and filter out kbd layotu swithcing
options - use bindings.

SVN revision: 70612

12 years agoskip passing variant if its just basic. never provide , in the case
Carsten Haitzler [Wed, 2 May 2012 06:51:14 +0000 (06:51 +0000)]
skip passing variant if its just basic. never provide , in the case
ity is provided - eg for dvorak.

SVN revision: 70606

12 years agook try an alternative bug workaround. seems a LOT of layouts fail
Carsten Haitzler [Wed, 2 May 2012 03:20:19 +0000 (03:20 +0000)]
ok try an alternative bug workaround. seems a LOT of layouts fail
without a , after "basic". my list being:

az in br bg ma ca ir jp ru lk tw ua uz kr nec_vndr/jp pk brai tz ke bw

all kbd layotus of basic variant work with a , at the end. dvorak
seems not to, so add , always if basic, and remove if not. thats the
workaround for now.

SVN revision: 70592

12 years agotry get xkb to work around bugs in x11.
Carsten Haitzler [Wed, 2 May 2012 02:50:48 +0000 (02:50 +0000)]
try get xkb to work around bugs in x11.

SVN revision: 70591

12 years agoupdating french and italian translations
Massimo Maiurana [Tue, 1 May 2012 17:35:02 +0000 (17:35 +0000)]
updating french and italian translations

SVN revision: 70585

12 years agouse btn image not text for press events
Carsten Haitzler [Tue, 1 May 2012 13:48:51 +0000 (13:48 +0000)]
use btn image not text for press events

SVN revision: 70583

12 years agosort menu in xkbswitch by names of kbds/models etc.
Carsten Haitzler [Tue, 1 May 2012 13:29:46 +0000 (13:29 +0000)]
sort menu in xkbswitch by names of kbds/models etc.

SVN revision: 70582

12 years agoadd cameroon flag.
Carsten Haitzler [Tue, 1 May 2012 13:14:06 +0000 (13:14 +0000)]
add cameroon flag.

SVN revision: 70579

12 years agoput debug back so we can look at what works/fails.
Carsten Haitzler [Tue, 1 May 2012 11:53:37 +0000 (11:53 +0000)]
put debug back so we can look at what works/fails.

SVN revision: 70577

12 years agoclean up default config for wizard mode.
Carsten Haitzler [Tue, 1 May 2012 11:39:48 +0000 (11:39 +0000)]
clean up default config for wizard mode.

SVN revision: 70576

12 years agomake page 000 display firstpage theme element for wizard.
Carsten Haitzler [Tue, 1 May 2012 11:33:19 +0000 (11:33 +0000)]
make page 000 display firstpage theme element for wizard.

SVN revision: 70575

12 years agomake wizard easier to read/see/digest - especially next button.
Carsten Haitzler [Tue, 1 May 2012 11:33:01 +0000 (11:33 +0000)]
make wizard easier to read/see/digest - especially next button.

SVN revision: 70574

12 years agoadded simplified xkb layout selector into wizard. :)
Carsten Haitzler [Tue, 1 May 2012 09:15:18 +0000 (09:15 +0000)]
added simplified xkb layout selector into wizard. :)

SVN revision: 70570

12 years agoremove file that has gone
Carsten Haitzler [Tue, 1 May 2012 07:23:11 +0000 (07:23 +0000)]
remove file that has gone

SVN revision: 70563

12 years agomerge 2 flag repos and update lang+flag lists in wizard and lang
Carsten Haitzler [Tue, 1 May 2012 04:19:28 +0000 (04:19 +0000)]
merge 2 flag repos and update lang+flag lists in wizard and lang
chooser.

SVN revision: 70562

12 years agoand if for whatever reason e was locked when it restarts... lock again
Carsten Haitzler [Mon, 30 Apr 2012 12:59:03 +0000 (12:59 +0000)]
and if for whatever reason e was locked when it restarts... lock again
instantly on restart :)

SVN revision: 70559

12 years agofix edge bindings to work if you add other bindings to corners other
Carsten Haitzler [Mon, 30 Apr 2012 12:29:34 +0000 (12:29 +0000)]
fix edge bindings to work if you add other bindings to corners other
than edge flips.

SVN revision: 70558

12 years agofix bug Ticket #903
Carsten Haitzler [Mon, 30 Apr 2012 12:28:57 +0000 (12:28 +0000)]
fix bug Ticket #903

SVN revision: 70557

12 years agolets get rid of the ()'s in filenames to make bsd users with their
Carsten Haitzler [Mon, 30 Apr 2012 12:04:50 +0000 (12:04 +0000)]
lets get rid of the ()'s in filenames to make bsd users with their
ancient make tools work.

SVN revision: 70556

12 years agoforce 1 more msg process too.
Carsten Haitzler [Mon, 30 Apr 2012 11:03:21 +0000 (11:03 +0000)]
force 1 more msg process too.

SVN revision: 70554

12 years agofix size recalce issue enabling/disabling features in clock
Carsten Haitzler [Mon, 30 Apr 2012 11:02:45 +0000 (11:02 +0000)]
fix size recalce issue enabling/disabling features in clock

SVN revision: 70553

12 years agoxkb config put into core. xkb layout is set on startup now (last one
Carsten Haitzler [Mon, 30 Apr 2012 09:52:05 +0000 (09:52 +0000)]
xkb config put into core. xkb layout is set on startup now (last one
used). removed setting up and deletion of keybindings - now its in
normal keybindings config territory. set them up yourself. much more
solid now. happy.

SVN revision: 70552

12 years agoe: move everyone to use eina_file_direct_ls and friend.
Cedric BAIL [Mon, 30 Apr 2012 07:07:33 +0000 (07:07 +0000)]
e: move everyone to use eina_file_direct_ls and friend.

NOTE: I think, but I am not sure yet, that only EFM should
do this kind of operation or it could hard lock E17.

SVN revision: 70546

12 years agowork on some todo items i left for xkbswitch.
Carsten Haitzler [Sun, 29 Apr 2012 03:47:53 +0000 (03:47 +0000)]
work on some todo items i left for xkbswitch.

gagdte looks nicer now
flags aspect ratio is correct now based on each flag
name of kbd layout only appears on mouseover
fixed buffer overflow possibility in execution.

SVN revision: 70534

12 years agoupdating french and italian translations
Massimo Maiurana [Sat, 28 Apr 2012 13:44:27 +0000 (13:44 +0000)]
updating french and italian translations

SVN revision: 70533

12 years agohmm didnt wannt this in svn yet - partially done.
Carsten Haitzler [Sat, 28 Apr 2012 04:24:20 +0000 (04:24 +0000)]
hmm didnt wannt this in svn yet - partially done.

SVN revision: 70532

12 years agofinally - xkbswitch into core e. needs some polishing work. what i
Carsten Haitzler [Sat, 28 Apr 2012 04:09:56 +0000 (04:09 +0000)]
finally - xkbswitch into core e. needs some polishing work. what i
have done here beyond just "copy the code" is:

1. fix up some code that was useless (didnt need to be done).
2. reformat all the code to be closer to efl/e style guidelines
3. add flags to the gadget popup menu to change keyboard
4. fix lots of warnings
5. fix some correctness in c - () vs (void)
6. added q66 to AUTHORS
7. made it use _() intl macro, not D_() (needed)
8. put xkbswitch module stuff in theme (need some prettying/work)
9. added some XXX: comments on things to do

right now xkbswithc is actually very powerful (thanks q66) but its not
that user-friendly. it lets you add a short-list of "keyboard layouts"
you nee/duse. the gagdet lets you quick-switch between them. this
actually works. it has nice little flaggy things to try help you out.

what we probably need to do is:

1. fix a buffer overflow waiting to happen in the kbdswitch changing.
XXX'd
2. add a wizard page asking for kbd layout
3. double-check that "last used kbdlayout" is actually turned on
4. move xkbd config to core e config (not separate in module)
5. pretty up the gagdet (add a shadow around the flag, some
placeholder if no flag is selected etc.)
6. go over the xkb parser - it looks fragile from a read

:)

SVN revision: 70531

12 years agoupdate po's
Carsten Haitzler [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's

SVN revision: 70513

12 years agoRemove unused variable.
Leif Middelschulte [Thu, 26 Apr 2012 10:22:43 +0000 (10:22 +0000)]
Remove unused variable.

SVN revision: 70506

12 years agoFix position calculation of dummy.
Leif Middelschulte [Thu, 26 Apr 2012 10:22:38 +0000 (10:22 +0000)]
Fix position calculation of dummy.

SVN revision: 70505

12 years agoRemove Evas_Object as reference from conf_randr. Use data structure instead.
Leif Middelschulte [Thu, 26 Apr 2012 10:22:31 +0000 (10:22 +0000)]
Remove Evas_Object as reference from conf_randr. Use data structure instead.

SVN revision: 70504

12 years agoimprove default configs
Carsten Haitzler [Thu, 26 Apr 2012 08:49:15 +0000 (08:49 +0000)]
improve default configs

SVN revision: 70500

12 years agodont re-order screens magically on dynamic screen ad/del vs startup on
Carsten Haitzler [Thu, 26 Apr 2012 08:31:03 +0000 (08:31 +0000)]
dont re-order screens magically on dynamic screen ad/del vs startup on
the same screen setup.

SVN revision: 70498

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
Doyoun Kang [Wed, 25 Apr 2012 00:46:37 +0000 (00:46 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch] e_zone bug fix

I found a minor bug in e_zone.c. The bug is that the E_EVENT_ZONE_DEL
event doesn't occur when the zone is deleted.

SVN revision: 70453

12 years agoupdating french and italian translations
Massimo Maiurana [Tue, 24 Apr 2012 18:39:16 +0000 (18:39 +0000)]
updating french and italian translations

SVN revision: 70449

12 years agoE (wl_shell): Update code to handle changes in wayland git. Comment
Christopher Michael [Tue, 24 Apr 2012 17:31:07 +0000 (17:31 +0000)]
E (wl_shell): Update code to handle changes in wayland git. Comment
out unused functions (for now).

SVN revision: 70447

12 years agoE (wl_drm): Update drm module for most recent wayland git. Use
Christopher Michael [Tue, 24 Apr 2012 17:24:59 +0000 (17:24 +0000)]
E (wl_drm): Update drm module for most recent wayland git. Use
wl_signal_add, remove timestamps where not used anymore, make use of
wayland 'serial'. Fix destroy_listeners for new wayland code.

SVN revision: 70446

12 years agoE Comp Module: (Wayland Client Support): Add support for ping of
Christopher Michael [Tue, 24 Apr 2012 17:15:05 +0000 (17:15 +0000)]
E Comp Module: (Wayland Client Support): Add support for ping of
surfaces (from newest wayland git). Fix up wl_resource_destroy calls
to match newest wayland. Fix destroy_listeners for newest wayland. Use
wl_signal_add for destroy signals. Fix calls to wl_input_device_
functions that do not take a timestamp anymore.

SVN revision: 70445

12 years agofix issue where popusp when moved wouldnt move if te zone HAD moved -
Carsten Haitzler [Tue, 24 Apr 2012 14:24:49 +0000 (14:24 +0000)]
fix issue where popusp when moved wouldnt move if te zone HAD moved -
so store zone x, y too to make sure we do move popup too.

SVN revision: 70442

12 years agoif screens dynamically come and go ONLy free zones we no longer need
Carsten Haitzler [Tue, 24 Apr 2012 12:55:03 +0000 (12:55 +0000)]
if screens dynamically come and go ONLy free zones we no longer need
and ONLy new zones we now do need, dont free all and new existing set
+ new ones.

SVN revision: 70439

12 years agoAdd a checkbox to enable the usage of the custom screenlock command
Viktor Kojouharov [Tue, 24 Apr 2012 07:41:22 +0000 (07:41 +0000)]
Add a checkbox to enable the usage of the custom screenlock command

SVN revision: 70429

12 years agojust use zone's deskx/y current.
Carsten Haitzler [Sun, 22 Apr 2012 05:20:16 +0000 (05:20 +0000)]
just use zone's deskx/y current.

SVN revision: 70384

12 years agoe: fix typos.
Cedric BAIL [Sun, 22 Apr 2012 02:54:01 +0000 (02:54 +0000)]
e: fix typos.

SVN revision: 70381

12 years agoonly store screen/deskx,y if isnt != null
Carsten Haitzler [Sun, 22 Apr 2012 02:42:10 +0000 (02:42 +0000)]
only store screen/deskx,y if isnt != null

SVN revision: 70380

12 years agolets force odules to rebuild regularly. start upping api version.
Carsten Haitzler [Sat, 21 Apr 2012 09:04:28 +0000 (09:04 +0000)]
lets force odules to rebuild regularly. start upping api version.

SVN revision: 70377

12 years agoprintf--
Carsten Haitzler [Sat, 21 Apr 2012 01:14:32 +0000 (01:14 +0000)]
printf--

SVN revision: 70371

12 years agofix placement code to respect desktop given not current visible stuff,
Carsten Haitzler [Sat, 21 Apr 2012 01:13:34 +0000 (01:13 +0000)]
fix placement code to respect desktop given not current visible stuff,
and add latent disabled feature to keep everythng on same screen/desk
off for now until config added.

SVN revision: 70370

12 years agoand only make it match first time for that instance.
Carsten Haitzler [Sat, 21 Apr 2012 00:31:29 +0000 (00:31 +0000)]
and only make it match first time for that instance.

SVN revision: 70369

12 years agoafter years, finally fix an annoyance... application windows, IF e can
Carsten Haitzler [Sat, 21 Apr 2012 00:26:31 +0000 (00:26 +0000)]
after years, finally fix an annoyance... application windows, IF e can
match them back to something IT started (ibar, menus, evrything
etc.)... it will keep those windows ON the zone/desktop u started them
on... hoobloodyray!

SVN revision: 70368

12 years agofix infinite self-feeding loop with desklock... tnx yoz! :-P
Carsten Haitzler [Thu, 19 Apr 2012 13:57:19 +0000 (13:57 +0000)]
fix infinite self-feeding loop with desklock... tnx yoz! :-P
:)

SVN revision: 70334

12 years agoE: Fix e_mouse initializing.
Christopher Michael [Mon, 16 Apr 2012 21:56:30 +0000 (21:56 +0000)]
E: Fix e_mouse initializing.

NB: The logic looked wrong here. (was if ecore_x_pointer_mapping_set
succeeds, then return a fail of e_mouse_update). That makes no sense.
We should only return a fail of mouse_update if the
ecore_x_pointer_mapping_set function call Fails.

SVN revision: 70247

12 years agoe: react on the good event, and don't ignore it
Michael BOUCHAUD [Mon, 16 Apr 2012 18:27:48 +0000 (18:27 +0000)]
e: react on the good event, and don't ignore it

SVN revision: 70237

12 years agoe17: remove some shadow variables
Vincent Torri [Sun, 15 Apr 2012 08:09:56 +0000 (08:09 +0000)]
e17: remove some shadow variables

SVN revision: 70190

12 years agoe17: unused variables
Vincent Torri [Sun, 15 Apr 2012 07:48:43 +0000 (07:48 +0000)]
e17: unused variables

SVN revision: 70189

12 years agowhitespaces--
Vincent Torri [Sun, 15 Apr 2012 07:21:00 +0000 (07:21 +0000)]
whitespaces--

SVN revision: 70188

12 years agoUpdated translations with pregenerated ones in fuzzy's and empty translations, those...
Samuel F. Baggen [Sat, 14 Apr 2012 16:58:42 +0000 (16:58 +0000)]
Updated translations with pregenerated ones in fuzzy's and empty translations, those are not shipped with E because are marked as fuzzy, it is mostly very useful for translations to have a correct base where to work, because the wording is sometimes not perfect but the grammar and the equivalent translations are picked in teh mostly-better way. In short they have around at least a 70 % of accuracy, the old fuzzy ones has around a 90% of totally broken (or not-equivalent type of message) sentences.

SVN revision: 70185

12 years agoupdated remaining copyright year from sources too
Samuel F. Baggen [Sat, 14 Apr 2012 14:37:29 +0000 (14:37 +0000)]
updated remaining copyright year from sources too

SVN revision: 70184

12 years ago e pager: check zone when adding a border.
Chidambar Zinnoury [Sat, 14 Apr 2012 12:13:16 +0000 (12:13 +0000)]
 e pager: check zone when adding a border.

 When a window is sticky and a pager is created (when restarting the window manager for instance), not checking zones makes the window being shown everywhere - on every screen

SVN revision: 70183

12 years agoe po: Updated copyright year.
Daniel Juyung Seo [Sat, 14 Apr 2012 09:59:56 +0000 (09:59 +0000)]
e po: Updated copyright year.

SVN revision: 70182