platform/upstream/enlightenment.git
13 years agoe17/evry: disable hide-list/input options, no theme supports it currently, see FIXME
Hannes Janetzek [Wed, 6 Apr 2011 22:29:33 +0000 (22:29 +0000)]
e17/evry: disable hide-list/input options, no theme supports it currently, see FIXME

SVN revision: 58398

13 years agoe17/evry: use icon for plugin collection from default theme
Hannes Janetzek [Wed, 6 Apr 2011 22:23:55 +0000 (22:23 +0000)]
e17/evry: use icon for plugin collection from default theme

SVN revision: 58397

13 years agoe17: fix: show evry 'start' and 'plugins' dialogs via settings panel action
Hannes Janetzek [Wed, 6 Apr 2011 22:17:58 +0000 (22:17 +0000)]
e17: fix: show evry 'start' and 'plugins' dialogs via settings panel action

added a function to pass the params with which the configure registry item will be called.

SVN revision: 58396

13 years agoupdating portuguese translations
Massimo Maiurana [Tue, 5 Apr 2011 12:19:37 +0000 (12:19 +0000)]
updating portuguese translations

SVN revision: 58357

13 years agodont wait until its hung to kill -9 it .. as the user selected kill.
Carsten Haitzler [Mon, 4 Apr 2011 23:51:46 +0000 (23:51 +0000)]
dont wait until its hung to kill -9 it .. as the user selected kill.
just give it a timeout from the sigint. :)

SVN revision: 58341

13 years agoe17/comp: disable dropshadow module when comp is enabled
Hannes Janetzek [Mon, 4 Apr 2011 09:11:59 +0000 (09:11 +0000)]
e17/comp: disable dropshadow module when comp is enabled

SVN revision: 58317

13 years agoupdating french and italian translations
Massimo Maiurana [Sun, 3 Apr 2011 17:27:02 +0000 (17:27 +0000)]
updating french and italian translations

SVN revision: 58308

13 years agoe: apply coding style to e_intl.h
Boris Faure [Sun, 3 Apr 2011 12:31:01 +0000 (12:31 +0000)]
e: apply coding style to e_intl.h

SVN revision: 58300

13 years agoe: fix e_intl.h
Boris Faure [Sun, 3 Apr 2011 11:56:09 +0000 (11:56 +0000)]
e: fix e_intl.h

SVN revision: 58299

13 years agoe: fix E_INTERNAL use
Boris Faure [Sun, 3 Apr 2011 11:21:51 +0000 (11:21 +0000)]
e: fix E_INTERNAL use

SVN revision: 58297

13 years agoe: re-arranging modules in po too
Boris Faure [Sun, 3 Apr 2011 11:21:37 +0000 (11:21 +0000)]
e: re-arranging modules in po too

SVN revision: 58296

13 years agoe: fix compilation when E_INTERNAL is not defined
Boris Faure [Sun, 3 Apr 2011 09:51:13 +0000 (09:51 +0000)]
e: fix compilation when E_INTERNAL is not defined

SVN revision: 58295

13 years agopart of re-arranging modules. i've mered all the screen modules as
Carsten Haitzler [Sun, 3 Apr 2011 03:51:40 +0000 (03:51 +0000)]
part of re-arranging modules. i've mered all the screen modules as
they form more of a logical group, so nothing lost here, just now its
ALL inside conf_display (like conf_applications actually).

ths does NOT mean we merge every category entirely.

for example (this is kind of a plan):

in input i'd merge key bindings, mouse bindings AND i'd bring over
acpi bindings. edge bindings i'd keep alone for now. interaction and
mouse settings i'd merge.

in windows i'd merge everything except window list and window
remembers. window list i'd merge into the winlist module itself as its
the configuration FOR that module (and then config for it i'd move to
its own config file). window rememebrs i'd keep on its own because its
a complex thing that might want to be totally hidden or re-vamped on
its own.

in menus i'd merge client list menu over to the merged "windows"
module (change its name to Window List Menu too).

in language i'd merge both language and input method setting. both
are related to dealing with multiple languages (input and display).

in look i'd leave wallpaper2, and merge wallpaper, theme, colors, fonts,
startup, icon theme, transitions and scaling. i'd merge merge mouse
cursor look over to the mouse settings + interaction module up in
input (but keep it in the look category). borders i'd merge over to
the "big windows merged module" but keep it in the look category.

in advanced i'd merge performance and engine. leave the rest.

in settings i'd leave it as-is.

in extensions i'd move shelves over to the screen category, but keep
it as a module of its own. pager i'd move to the screen category.
leave mixer and connman where they are. everything i'd keep here
- but i'd be tempted to say all the evry modules should be merged into
a single everything modules. they can keep their entries though.
gadgets i'd move over to the screen category

in files i'd merge file icons and file manager modules. keep 2 conf
entries tho (ie conf_mime joins fileman module). yes - i know e has
file selectors and they use the mime conf too, but to most people they
will just accept the file selector as-is and if they want to configure
icons per file tyope.. well.. load fileman module (can turn off
desktop icons if u want).

-------

why do this? fewer modules to load for e. as such e does spend a
fair bit of its startup time thrashing the disk around loading tonnes
of miniature modules. merging them means less thrashing. there is an
argument to be made that these should even become external processes,
but then we'd need to allow them to remote configure e and thats a
complex beastie in and of itself. we could also load and unload some
modules on the fly. this requires extra features in e17's module
setup, but can be done. worry about this for e18/19 etc. for e17 just
reduce the module count to a saner number (outside of the conf modules
which were the worst here, everything and illume are the next worst.
as above - evry could merge i think. illume vs illume2 cant merge, but
i'd consider merging the toggle modules, blutetooth, indicator and home
modules and then the  keyboard and softkey modules (as they occupy the same
screen space basically). so that'd take it to illume, illume2,
illume-home, illume-key

how's that for a plan? who wants to help. this is easy stuff really.
just re-shuffling files and makefile.am content and some module
desktop.in files, and inserting some hooks. in module main setup funcs
and.. fixing e config profiles to not load the removed mods.

SVN revision: 58282

13 years agomore intel todo items
Carsten Haitzler [Sat, 2 Apr 2011 14:21:22 +0000 (14:21 +0000)]
more intel todo items

SVN revision: 58277

13 years agoaprt of a todo... let lang config be able to set "system default" (use
Carsten Haitzler [Sat, 2 Apr 2011 14:15:06 +0000 (14:15 +0000)]
aprt of a todo... let lang config be able to set "system default" (use
whatever lang is already set in env vars).

SVN revision: 58276

13 years agoe17/evry: hide e_datastore_get(evry_api) stuff from modules. maybe there'll be a...
Hannes Janetzek [Fri, 1 Apr 2011 12:46:05 +0000 (12:46 +0000)]
e17/evry: hide e_datastore_get(evry_api) stuff from modules. maybe there'll be a better way for synchronous intermodule communication someday

SVN revision: 58256

13 years agohmmm turn off sync/delayed fatch. breaks in some situations.
Carsten Haitzler [Thu, 31 Mar 2011 11:05:23 +0000 (11:05 +0000)]
hmmm turn off sync/delayed fatch. breaks in some situations.

SVN revision: 58225

13 years agomissed update nullify
Carsten Haitzler [Thu, 31 Mar 2011 08:39:50 +0000 (08:39 +0000)]
missed update nullify

SVN revision: 58222

13 years agonew sync protocol support -> sync efl apps more "perfectly" on resize.
Carsten Haitzler [Thu, 31 Mar 2011 08:14:18 +0000 (08:14 +0000)]
new sync protocol support -> sync efl apps more "perfectly" on resize.
its still a hack. real solution is making e totoally composited and
then the state machine can easily handle it all nigh flawlessly.

SVN revision: 58221

13 years agoupdating french translations
Massimo Maiurana [Wed, 30 Mar 2011 16:09:01 +0000 (16:09 +0000)]
updating french translations

SVN revision: 58216

13 years agoe17: modify last commit, use quoted strings
Hannes Janetzek [Tue, 29 Mar 2011 19:14:39 +0000 (19:14 +0000)]
e17: modify last commit, use quoted strings

SVN revision: 58190

13 years agoAcpiconf -s4 for hibernate, sorry. Also forgot about AC_SUBST.
Daniel Kolesa [Tue, 29 Mar 2011 18:32:22 +0000 (18:32 +0000)]
Acpiconf -s4 for hibernate, sorry. Also forgot about AC_SUBST.

SVN revision: 58189

13 years agoSuspend/hibernate for FreeBSD and PC-BSD.
Daniel Kolesa [Tue, 29 Mar 2011 18:30:40 +0000 (18:30 +0000)]
Suspend/hibernate for FreeBSD and PC-BSD.

SVN revision: 58188

13 years agoe17: create sysactions.conf with suspend/hibernate commands found at configure time.
Hannes Janetzek [Tue, 29 Mar 2011 18:20:11 +0000 (18:20 +0000)]
e17: create sysactions.conf with suspend/hibernate commands found at configure time.

TDO there should be a notice in summary which commands are used and that sysactions.conf needs to be tweaked

SVN revision: 58187

13 years agoE17: Remove unused variables and add UNUSED where needed for internal
Christopher Michael [Tue, 29 Mar 2011 14:40:49 +0000 (14:40 +0000)]
E17: Remove unused variables and add UNUSED where needed for internal
border menu.

SVN revision: 58186

13 years agooops - fix null container. now actually 1x1 from start.
Carsten Haitzler [Tue, 29 Mar 2011 03:08:57 +0000 (03:08 +0000)]
oops - fix null container. now actually 1x1 from start.

SVN revision: 58169

13 years agoallow to move a window to another screen
Miculcy Brian [Mon, 28 Mar 2011 14:09:17 +0000 (14:09 +0000)]
allow to move a window to another screen

SVN revision: 58155

13 years agomove kill to window submenu
Miculcy Brian [Mon, 28 Mar 2011 11:59:34 +0000 (11:59 +0000)]
move kill to window submenu

SVN revision: 58152

13 years agoe17: allow focusing sticky windows from other desk again..
Hannes Janetzek [Sun, 27 Mar 2011 19:23:12 +0000 (19:23 +0000)]
e17: allow focusing sticky windows from other desk again..

TODO need to have a zone overlay input window that locks all mouse input while deskflip anim and mous warp

SVN revision: 58126

13 years agoupdating french translations
Massimo Maiurana [Sun, 27 Mar 2011 10:37:13 +0000 (10:37 +0000)]
updating french translations

SVN revision: 58113

13 years agofirst step in removing container win (compositor can replace it al
Carsten Haitzler [Sun, 27 Mar 2011 02:24:19 +0000 (02:24 +0000)]
first step in removing container win (compositor can replace it al
with its own objects directly and expose comp canvas to gadgets/fm and
so on just like container canvas does now. a lot of e's code can be
simplified if we went totally compositing... worry about that for e18,
but for now put in hooks).

SVN revision: 58112

13 years agoe17: deskflip anim.. dont set focus on windows from previous desk
Hannes Janetzek [Sat, 26 Mar 2011 00:39:59 +0000 (00:39 +0000)]
e17: deskflip anim.. dont set focus on windows from previous desk

SVN revision: 58093

13 years agoe17: disable input events of windows while deskflip animation is going
Hannes Janetzek [Fri, 25 Mar 2011 23:14:52 +0000 (23:14 +0000)]
e17: disable input events of windows while deskflip animation is going

- set focus at the end of deskflip animation
- delay show after first move to not draw at final position first
- move window further out to decrease the chance of having comp
  get border_hide event before final position..

SVN revision: 58092

13 years agoe17: revert last commit. causes lost window on restart
Hannes Janetzek [Fri, 25 Mar 2011 20:52:19 +0000 (20:52 +0000)]
e17: revert last commit. causes lost window on restart

SVN revision: 58091

13 years agoe17: set border fx offset directly. should give smoother desk flip animation
Hannes Janetzek [Fri, 25 Mar 2011 20:26:06 +0000 (20:26 +0000)]
e17: set border fx offset directly. should give smoother desk flip animation

SVN revision: 58090

13 years agoe17: remove redundant code:
Hannes Janetzek [Fri, 25 Mar 2011 20:22:52 +0000 (20:22 +0000)]
e17: remove redundant code:
line 2901:
(bd->changes.pos && !bd->changes.size) || (!bd->changes.pos && bd->changes.size)
cant be the case as before (!bd->changes.pos) && (!bd->changes.size) was checked.

line 2935ff: new_client is always false after eval
bd->changes.size/pos is always false after eval

SVN revision: 58089

13 years agoupdating various translations
Massimo Maiurana [Wed, 23 Mar 2011 17:40:07 +0000 (17:40 +0000)]
updating various translations

SVN revision: 58038

13 years agoe17: use non-translateable string for gadcon client shelf menu item. as before.
Hannes Janetzek [Wed, 23 Mar 2011 00:18:15 +0000 (00:18 +0000)]
e17: use non-translateable string for gadcon client shelf menu item. as before.

SVN revision: 58006

13 years agoe17/pager: always show virtual desktop settings in top-level menu
Hannes Janetzek [Tue, 22 Mar 2011 23:07:30 +0000 (23:07 +0000)]
e17/pager: always show virtual desktop settings in top-level menu

SVN revision: 58002

13 years agono 'move to' submenu when only one vdesk
Miculcy Brian [Tue, 22 Mar 2011 19:46:28 +0000 (19:46 +0000)]
no 'move to' submenu when only one vdesk

SVN revision: 57998

13 years agoDialogs aren't allowed to be iconified or maximized, even don't allow via keybinding
Miculcy Brian [Tue, 22 Mar 2011 14:05:53 +0000 (14:05 +0000)]
Dialogs aren't allowed to be iconified or maximized, even don't allow via keybinding

SVN revision: 57990

13 years agoadd some shortcuts to toplevel
Miculcy Brian [Tue, 22 Mar 2011 13:33:10 +0000 (13:33 +0000)]
add some shortcuts to toplevel

SVN revision: 57987

13 years agoadd logic separator to window menu
Miculcy Brian [Tue, 22 Mar 2011 12:27:23 +0000 (12:27 +0000)]
add logic separator to window menu

SVN revision: 57986

13 years agoNew simple and more logical window menu.
Miculcy Brian [Tue, 22 Mar 2011 12:24:32 +0000 (12:24 +0000)]
New simple and more logical window menu.

SVN revision: 57985

13 years agoe17: connman: ipv4_method can be NULL
Lucas De Marchi [Mon, 21 Mar 2011 23:37:13 +0000 (23:37 +0000)]
e17: connman: ipv4_method can be NULL

Fix segv: properties can be NULL, so it's not a good thing to use with
strcmp.

SVN revision: 57948

13 years agoe17: connman: show current IP when using dhcp
Lucas De Marchi [Mon, 21 Mar 2011 23:00:12 +0000 (23:00 +0000)]
e17: connman: show current IP when using dhcp

When service is configured as 'dhcp', instead of showing blank values for
IP and netmask, show the currently configured ones.

SVN revision: 57946

13 years agoe: changing the border on maximized window keeps it maximized
Boris Faure [Mon, 21 Mar 2011 20:55:34 +0000 (20:55 +0000)]
e: changing the border on maximized window keeps it maximized

Useful for vertical/horizontal maximization

SVN revision: 57944

13 years agoe17: oFono: ecrustify
Lucas De Marchi [Mon, 21 Mar 2011 20:33:29 +0000 (20:33 +0000)]
e17: oFono: ecrustify

SVN revision: 57943

13 years agoe17: connman: ecrustify
Lucas De Marchi [Mon, 21 Mar 2011 20:32:57 +0000 (20:32 +0000)]
e17: connman: ecrustify

SVN revision: 57942

13 years agoe17: bluez: ecrustify
Lucas De Marchi [Mon, 21 Mar 2011 20:31:42 +0000 (20:31 +0000)]
e17: bluez: ecrustify

SVN revision: 57941

13 years agoe17: bluez: update gadcon when daemon is exiting/entering
Lucas De Marchi [Mon, 21 Mar 2011 20:11:41 +0000 (20:11 +0000)]
e17: bluez: update gadcon when daemon is exiting/entering

SVN revision: 57938

13 years agoaltgr function (doesn't do shift+altgr yet)
Rui Seabra [Sun, 20 Mar 2011 20:47:13 +0000 (20:47 +0000)]
altgr function (doesn't do shift+altgr yet)

SVN revision: 57921

13 years agoe: add vim-like bindings to move/resize windows
Boris Faure [Sun, 20 Mar 2011 19:22:59 +0000 (19:22 +0000)]
e: add vim-like bindings to move/resize windows

SVN revision: 57920

13 years agoformatting again with updated cfg
Mike Blumenkrantz [Sun, 20 Mar 2011 06:51:13 +0000 (06:51 +0000)]
formatting again with updated cfg

SVN revision: 57911

13 years agoecrustified
Mike Blumenkrantz [Sun, 20 Mar 2011 06:12:17 +0000 (06:12 +0000)]
ecrustified

SVN revision: 57909

13 years ago17/comp: add notification dialog when OpenGL init fails
Hannes Janetzek [Sun, 20 Mar 2011 04:45:05 +0000 (04:45 +0000)]
17/comp: add notification dialog when OpenGL init fails

SVN revision: 57907

13 years agoupdating portuguese translations
Massimo Maiurana [Sat, 19 Mar 2011 17:13:56 +0000 (17:13 +0000)]
updating portuguese translations

SVN revision: 57900

13 years agoe17:comp: workaround segv. not sure what the right fix is
Hannes Janetzek [Sat, 19 Mar 2011 16:46:04 +0000 (16:46 +0000)]
e17:comp: workaround segv. not sure what the right fix is

SVN revision: 57899

13 years agoe17:evry: fix segv. delete update timer
Hannes Janetzek [Sat, 19 Mar 2011 15:03:44 +0000 (15:03 +0000)]
e17:evry: fix segv. delete update timer

SVN revision: 57896

13 years agoe17: add color classes for border frame
Hannes Janetzek [Sat, 19 Mar 2011 00:50:14 +0000 (00:50 +0000)]
e17: add color classes for border frame

SVN revision: 57866

13 years agorevert version change 999 -> 99. also e17 didnt even need it as it
Carsten Haitzler [Fri, 18 Mar 2011 07:35:19 +0000 (07:35 +0000)]
revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.

SVN revision: 57844

13 years agoSVN revision: 163
Aron Xu [Fri, 18 Mar 2011 05:17:08 +0000 (05:17 +0000)]
SVN revision: 163

SVN revision: 57837

13 years agoAdd UNUSED where missing.
Christopher Michael [Fri, 18 Mar 2011 00:11:59 +0000 (00:11 +0000)]
Add UNUSED where missing.
Fix formatting.

SVN revision: 57834

13 years agoe17 patches from T_UNIX:
Hannes Janetzek [Thu, 17 Mar 2011 23:02:02 +0000 (23:02 +0000)]
e17 patches from T_UNIX:
0001-Small-fixes-possible-segv-in-e-s-randr-subsystem.patch
0002-Add-common-modes-to-CRTC-information-structure.patch

SVN revision: 57833

13 years agoe17:menu configuration: added gadcon menu option to advanced dialog.
Hannes Janetzek [Thu, 17 Mar 2011 17:57:21 +0000 (17:57 +0000)]
e17:menu configuration: added gadcon menu option to advanced dialog.

renamed 'System' to Application as one chooses application menu source there
move 'Display' to 'Aplications' as one chooses how applications will be displayed

SVN revision: 57830

13 years agoe17: add option to have gadcon client settings menu in toplevel again.
Hannes Janetzek [Thu, 17 Mar 2011 17:08:36 +0000 (17:08 +0000)]
e17: add option to have gadcon client settings menu in toplevel again.

added e_menu_item_new_relative(E_Menu, E_Menu_Item *rel) which appends
 new item to rel or prepends it when rel is NULL.

changed e_gadcon_util_client_menu_append to to take only the gadget menu
 and returns the new toplevel menu that should be shown by gcc
 depending on the setting this is a new menu with gadget menu as submenu
 or the gadet_menu with gadget menu items appended

updated e-modules-extra comes in a minute

SVN revision: 57826

13 years agoSet v_mic to 99 (less than 256) to please OS X
Sebastian Dransfeld [Thu, 17 Mar 2011 13:12:50 +0000 (13:12 +0000)]
Set v_mic to 99 (less than 256) to please OS X

SVN revision: 57824

13 years agoFix formatting of recently committed patch. (no functional changes).
Christopher Michael [Thu, 17 Mar 2011 00:58:56 +0000 (00:58 +0000)]
Fix formatting of recently committed patch. (no functional changes).

SVN revision: 57812

13 years agoe17/comp: finally. only set PropertyChangeMask on override windows for which we dont...
Hannes Janetzek [Wed, 16 Mar 2011 22:46:25 +0000 (22:46 +0000)]
e17/comp: finally. only set PropertyChangeMask on override windows for which we dont have it already.

removes Xlib header. causes a second round-trip for ecore_x_event_mask_set. but should not happen that often i guess

SVN revision: 57811

13 years agoImplement multi-shift for illume-keyboard and change Default.kbd to use it.
Rui Seabra [Wed, 16 Mar 2011 22:43:55 +0000 (22:43 +0000)]
Implement multi-shift for illume-keyboard and change Default.kbd to use it.
Works well on my end and nobody complained about the patch in almost a week so if it's a problem, feel free to revert, but please explain me how to improve it.

SVN revision: 57810

13 years agoe17/comp: enable property sniffing of override redirect windows again.
Hannes Janetzek [Wed, 16 Mar 2011 22:21:52 +0000 (22:21 +0000)]
e17/comp: enable property sniffing of override redirect windows again.

should there be a function in ecore_x to add event-mask elements?

SVN revision: 57809

13 years agoe17/comp: whoops this should have bee removed by the last commit
Hannes Janetzek [Wed, 16 Mar 2011 22:03:53 +0000 (22:03 +0000)]
e17/comp: whoops this should have bee removed by the last commit

SVN revision: 57807

13 years agoe17/comp: revert sniffing. seems i need to get only those windows that are not managed by
Hannes Janetzek [Wed, 16 Mar 2011 21:40:25 +0000 (21:40 +0000)]
e17/comp: revert sniffing. seems i need to get only those windows that are not managed by

SVN revision: 57806

13 years agoe17/comp: sniff some property events from override redirect windows and support _NET_...
Hannes Janetzek [Wed, 16 Mar 2011 21:25:35 +0000 (21:25 +0000)]
e17/comp: sniff some property events from override redirect windows and support _NET_WM_WINDOW_OPACITY

no more opaque black background for gksu

SVN revision: 57805

13 years agoe17/comp: use input winodw for cm_selection. still not working with gksu overlay...
Hannes Janetzek [Wed, 16 Mar 2011 14:39:44 +0000 (14:39 +0000)]
e17/comp: use input winodw for cm_selection. still not working with gksu overlay somehow..

SVN revision: 57801

13 years agoe17: focus fix. forgot to set bd->changed to handle want_focus in eval..
Hannes Janetzek [Wed, 16 Mar 2011 13:31:43 +0000 (13:31 +0000)]
e17: focus fix. forgot to set bd->changed to handle want_focus in eval..

SVN revision: 57799

13 years agoe17/comp: acquire cm selection for composited screens
Hannes Janetzek [Wed, 16 Mar 2011 12:12:23 +0000 (12:12 +0000)]
e17/comp: acquire cm selection for composited screens

SVN revision: 57795

13 years agoe17: reveal next selected item after delete in key and mousebindings
Hannes Janetzek [Wed, 16 Mar 2011 09:38:46 +0000 (09:38 +0000)]
e17: reveal next selected item after delete in key and mousebindings

get ilist_cound before use in loops, when commands are queued it will be counted each time.

SVN revision: 57793

13 years agoe17: e_widget_ilist: do reveal(show) item in next idler. if other commands were in...
Hannes Janetzek [Wed, 16 Mar 2011 09:34:46 +0000 (09:34 +0000)]
e17: e_widget_ilist: do reveal(show) item in next idler. if other commands were in queue list geomentry is not up to date anymore

fixes: showing the right area with e_widget_ilist_show after items were removed

SVN revision: 57792

13 years agoe17: e_widget_ilist: avoid too much idling
Hannes Janetzek [Wed, 16 Mar 2011 09:07:01 +0000 (09:07 +0000)]
e17: e_widget_ilist: avoid too much idling

SVN revision: 57791

13 years agoe17:conf_theme: get ilist count first. it's expensive you know. this would have worka...
Hannes Janetzek [Wed, 16 Mar 2011 08:29:13 +0000 (08:29 +0000)]
e17:conf_theme: get ilist count first. it's expensive you know. this would have workaround the issue with infinite loop/no reaction on clear all items.

SVN revision: 57790

13 years agoe17: e_widget_ilist make queue command codes being an enum
Hannes Janetzek [Wed, 16 Mar 2011 08:25:40 +0000 (08:25 +0000)]
e17: e_widget_ilist make queue command codes being an enum

SVN revision: 57789

13 years agoe17: e_widget_ilist return correct list count. only count queue commands that add...
Hannes Janetzek [Wed, 16 Mar 2011 08:22:09 +0000 (08:22 +0000)]
e17: e_widget_ilist return correct list count. only count queue commands that add something

SVN revision: 57788

13 years agoe17:comp: more self explanatory label
Hannes Janetzek [Tue, 15 Mar 2011 21:49:04 +0000 (21:49 +0000)]
e17:comp: more self explanatory label

SVN revision: 57782

13 years agoe17:comp: add config option for initial draw timeout.
Hannes Janetzek [Tue, 15 Mar 2011 21:35:08 +0000 (21:35 +0000)]
e17:comp: add config option for initial draw timeout.
- no more laggy everything, reduced default timeout from 0.2 to 0.05
- add match for everything for new configs

SVN revision: 57780

13 years agoe17:comp: dont wait for damage/timeout from popups and e menus. we know they draw...
Hannes Janetzek [Tue, 15 Mar 2011 20:47:30 +0000 (20:47 +0000)]
e17:comp: dont wait for damage/timeout from popups and e menus. we know they draw fast

SVN revision: 57778

13 years agoe17: fix segv in client list menu with sort by class
Hannes Janetzek [Tue, 15 Mar 2011 16:33:46 +0000 (16:33 +0000)]
e17: fix segv in client list menu with sort by class

SVN revision: 57766

13 years agoe17/comp:config: select correct item on add match
Hannes Janetzek [Mon, 14 Mar 2011 23:56:16 +0000 (23:56 +0000)]
e17/comp:config: select correct item on add match

SVN revision: 57756

13 years agoe17: e_widget_ilist:
Hannes Janetzek [Mon, 14 Mar 2011 23:43:16 +0000 (23:43 +0000)]
e17: e_widget_ilist:
- fix return e_widget_ilist_count: return listcnt + queue
- dont add artificial upadte delay, use idler.

SVN revision: 57755

13 years agoupdating french and italian translations
Massimo Maiurana [Mon, 14 Mar 2011 18:17:38 +0000 (18:17 +0000)]
updating french and italian translations

SVN revision: 57744

13 years agoupdating french and italian translations, and fixed some non-unicode characters
Massimo Maiurana [Sun, 13 Mar 2011 09:40:39 +0000 (09:40 +0000)]
updating french and italian translations, and fixed some non-unicode characters

SVN revision: 57722

13 years agoUpdate Korean translation for e.
Daniel Juyung Seo [Sat, 12 Mar 2011 22:02:47 +0000 (22:02 +0000)]
Update Korean translation for e.

SVN revision: 57716

13 years agoe17: refocus config dialogs on show when they are open already
Hannes Janetzek [Sat, 12 Mar 2011 17:20:47 +0000 (17:20 +0000)]
e17: refocus config dialogs on show when they are open already

SVN revision: 57707

13 years agoupdating german and french translations
Massimo Maiurana [Sat, 12 Mar 2011 17:16:27 +0000 (17:16 +0000)]
updating german and french translations

SVN revision: 57706

13 years agoe17: possible focus fix: wait for windows focus_in event also if it does not !take_focus
Hannes Janetzek [Sat, 12 Mar 2011 16:59:02 +0000 (16:59 +0000)]
e17: possible focus fix: wait for windows focus_in event also if it does not !take_focus

SVN revision: 57705

13 years agoe17: fix focus new window with click to focus. delay setting focus again
Hannes Janetzek [Sat, 12 Mar 2011 16:24:37 +0000 (16:24 +0000)]
e17: fix focus new window with click to focus. delay setting focus again

SVN revision: 57704

13 years agoe17: raise border in window_desk_move_by action
Hannes Janetzek [Sat, 12 Mar 2011 15:09:49 +0000 (15:09 +0000)]
e17: raise border in window_desk_move_by action

SVN revision: 57703

13 years agoupdating german translations
Massimo Maiurana [Fri, 11 Mar 2011 22:17:19 +0000 (22:17 +0000)]
updating german translations

SVN revision: 57698

13 years agoupdating french and italian translations
Massimo Maiurana [Fri, 11 Mar 2011 19:04:49 +0000 (19:04 +0000)]
updating french and italian translations

SVN revision: 57695

13 years agoe17/evry: now that efreet icons are cached fetch more in one idler cycle
Hannes Janetzek [Fri, 11 Mar 2011 14:16:01 +0000 (14:16 +0000)]
e17/evry: now that efreet icons are cached fetch more in one idler cycle

SVN revision: 57692