[EGIT] [core/efl] master 01/01: ecore-x: fix Mode_switch key mapping

2016-12-15 Thread Hannes Janetzek
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1b0690dd9a9e58365601ba6aeda4988998647b1c commit 1b0690dd9a9e58365601ba6aeda4988998647b1c Author: Hannes Janetzek <hannes.janet...@gmail.com> Date: Thu Dec 15 05:18:39 2016 +0100 ecore-

[EGIT] [core/enlightenment] enlightenment-0.20 14/20: just a small patch to make sure evry_hide does not get called synchronously from an Evry_Action

2016-06-03 Thread Hannes Janetzek
discomfitor pushed a commit to branch enlightenment-0.20. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ce6da215fd2451d7e0c15cd5f467237a63811f8f commit ce6da215fd2451d7e0c15cd5f467237a63811f8f Author: Hannes Janetzek <hannes.janet...@gmail.com> Date: Tue May 31 11:41:3

[EGIT] [core/enlightenment] master 01/01: just a small patch to make sure evry_hide does not get called synchronously from an Evry_Action

2016-05-31 Thread Hannes Janetzek
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b3561d764123bd842e55c7c362b7c82c84bb5139 commit b3561d764123bd842e55c7c362b7c82c84bb5139 Author: Hannes Janetzek <hannes.janet...@gmail.com> Date: Tue May 31 11:41:33 2016

Re: [E-devel] itask-ng issues

2008-07-09 Thread Hannes Janetzek
Hello, please post issues with itask-ng at http://code.google.com/p/itask-module/issues/list Am Wed, 09 Jul 2008 20:03:13 +0200 schrieb Nikolas Arend [EMAIL PROTECTED]: Hi, I have two issues with itask-ng which I'd like to mention, and I hope it's ok to post them to this list. The

Re: [E-devel] meanings

2008-01-25 Thread hannes janetzek
Massimo Maiurana wrote: there are two things added recently to e17 which I do not understand the meaning, can you please enlighten me as I have to translate them for italian? - keyaction popup height in pager configuration i've added this one and marked in the code that one should find a

Re: [E-devel] E CVS: forecasts jeffdameth

2008-01-06 Thread Hannes Janetzek
Am Sun, 06 Jan 2008 18:09:10 -0500 schrieb Christopher Michael [EMAIL PROTECTED]: Enlightenment CVS wrote: Enlightenment CVS committal Author : jeffdameth Project : e_modules Module : forecasts Dir : e_modules/forecasts Modified Files: e_mod_main.c

Re: [E-devel] [patch] keybindings for pager module - update

2007-12-21 Thread Hannes Janetzek
Hi all, here is a link to a more recent version of my patch, in the case that someone wants to test it. http://itask-module.googlecode.com/svn/trunk/patches/pager_keyactions6.patch regards, Hannes Am Thu, 20 Dec 2007 00:34:26 +0100 schrieb Hannes Janetzek [EMAIL PROTECTED]: Hi, this patch

[E-devel] [patch] keybindings for pager module

2007-12-19 Thread Hannes Janetzek
Hi, this patch adds the following keybindings to the pager: 1. show pager popup while the pager is visible one can click on desks to switch to them and can drag windows around 2. show the pager and cycle through desks up,down,back and forth. when releasing the hold keys(modifiers) one switches to

[E-devel] [patch] pager popup cleanup + pager-popup-size option

2007-12-14 Thread Hannes Janetzek
hi, this patch fixes the problem that the pager popup always has the same size as the pager in the shelf. it also solves the problem when having two pagers in one zone. i.e. it shows only _one_ popup no matter how many pager instances are running in a zone. it is now also possible to have a pager

[E-devel] no need for unfullscreen windows on deskchange + patch

2007-12-08 Thread Hannes Janetzek
hi, the problem is that to fullscreen and to unfullscreen of fullscreen-windows makes deskswitching a lot slower (and looks ugly too). I use many programs in fullscreen mode so this really annoyed me for while. is there a special reason why e_border_hide does also unfullscreen windows? since it

[E-devel] patch for a better wallpaper dialog layout

2007-07-14 Thread Hannes Janetzek
hi, if this patch is ok iwould go on and fix some of the other dialog layouts. a screenshot is here: http://www.informatik.uni-bremen.de/~jeff/conf2.jpg Regards, Hannes jeffdameth JanetzekIndex: e_int_config_wallpaper.c === RCS

Re: [E-devel] patch: no more ghost windows - was 'The default value of 'allow_above_fullscreen''

2007-06-12 Thread Hannes Janetzek
it seems that a border event for border property change doesn't get freed(though the reason i didn't found). this simple patch fixes all my problems with ghost windows. For me it is enough to not send the event if border-already_unparented(in e_border_eval). Though this patch causes to not

Re: [E-devel] The default value of 'allow_above_fullscreen'

2007-06-11 Thread Hannes Janetzek
everything else, I think it's better to not confuse them, and make them write pointless emails to the lists. You are right. I wrote that patch and since i only use invisible shelves i missed to see this problem. sry -- Hannes Janetzek

Re: [E-devel] ghost windows - was 'The default value of 'allow_above_fullscreen''

2007-06-11 Thread Hannes Janetzek
thing they both have in common is that e dispatches a border-change-event after the remove-event. can you confirm this for the apps that you have problems with? -- Hannes Janetzek - This SF.net email is sponsored by DB2

Re: [E-devel] ghost windows - was 'The default value of 'allow_above_fullscreen''

2007-06-11 Thread Hannes Janetzek
Am Tue, 12 Jun 2007 00:45:55 +0300 schrieb Виктор Кожухаров [EMAIL PROTECTED]: В пн, 2007-06-11 в 23:34 +0200, Hannes Janetzek написа: Am Mon, 11 Jun 2007 22:51:34 +0300 schrieb Виктор Кожухаров [EMAIL PROTECTED]: And for some OT. I've noticed that for a few days now, ghost windows

[E-devel] language module fix - dont unload all modules on restart

2007-06-06 Thread Hannes Janetzek
The langugage module causes that all modules will become unloaded on restart. it seems that this is directly caused by the call to e_config_save() in e_mod_keybindings. this is not needed anyway as the keybinding is still stored without this. -- Hannes 'jeffdameth' Janetzek? language.patch

Re: [E-devel] The module list is not correctly remembered upon restart

2007-05-31 Thread Hannes Janetzek
Am Wed, 30 May 2007 00:01:18 +0300 schrieb Виктор Кожухаров [EMAIL PROTECTED]: Can anyone else reproduce this? It seems that for some time (I'd say about a month), the list of modules is not saved correctly in e.cfg when restarting with the ctrl+alt+end combo (or related menu item). I didn't

[E-devel] efm patch - select application to open directories

2007-05-26 Thread Hannes Janetzek
Hi, this patch let the user select which application is used to open a directory (in the open with... dialog). Later it might be useful to set one filemanager as default, e.g. if one wants to open directories on the desktop with entropy, or others. i'm not shure if the line ic-info.mime =

[E-devel] fullscreen option patch - allow windows to above a fullscreen window

2007-05-20 Thread Hannes Janetzek
Hi, this patch adds the option to have windows above fullscreen windows. This is for example nice to reach the hidden shelves when working with fullscreen. For me this behavior could even be the default (without option) since it is quite irritating to use alt-tab but then the selected window

Re: [E-devel] itask engaged - simple app launcher added

2007-04-28 Thread Hannes Janetzek
Am Tue, 24 Apr 2007 16:20:46 +1000 schrieb Daniel Kasak [EMAIL PROTECTED]: Looks good :) Actually I'd like to see the engage-like scaling in an app *launcher* as well as a task manager, but anyway ... it's good. It is now possible to select whether the bar should be a taskmanager or an app

Re: [E-devel] itask engaged - simple app launcher added

2007-04-28 Thread Hannes Janetzek
Am Sat, 28 Apr 2007 23:27:21 +1000 schrieb Daniel Kasak [EMAIL PROTECTED]: Hannes Janetzek wrote: Am Tue, 24 Apr 2007 16:20:46 +1000 schrieb Daniel Kasak [EMAIL PROTECTED]: Looks good :) Actually I'd like to see the engage-like scaling in an app *launcher* as well as a task

Re: [E-devel] itask engaged - simple app launcher added

2007-04-28 Thread Hannes Janetzek
Am Sat, 28 Apr 2007 15:58:48 +0100 schrieb João Vale [EMAIL PROTECTED]: I noticed a bug in the Launcher Configuration dialogue, however. When you add an application to a source, it only keeps the newly added ones. Any applications previously in the IBar Applications list are discarded.

Re: [E-devel] itask engaged - simple app launcher added

2007-04-28 Thread Hannes Janetzek
I noticed a bug in the Launcher Configuration dialogue, however. When you add an application to a source, it only keeps the newly added ones. Any applications previously in the IBar Applications list are discarded. ah ok, i see now what you've probably meant. you have to restart the

Re: [E-devel] itask engaged - pre alpha release

2007-04-24 Thread Hannes Janetzek
Am Tue, 24 Apr 2007 08:39:06 +0200 schrieb Igor \FeR\ Scabini [EMAIL PROTECTED]: Daniel Kasak ha scritto: Hannes Janetzek wrote: Hi, itask_ng starts to get usable. So if someone wants to try it's available from svn: http://itask-module.googlecode.com/svn/trunk/ itask-module/itask_ng

Re: [E-devel] itask engaged - pre alpha release

2007-04-24 Thread Hannes Janetzek
Am Tue, 24 Apr 2007 08:39:06 +0200 schrieb Igor \FeR\ Scabini [EMAIL PROTECTED]: Daniel Kasak ha scritto: I still have a problem that I can replicate very well: sometimes when I left-click on an icon in itask module the shelv menu open and the app too, so this *feature* is only annoing me,

[E-devel] shelf autohide patch

2007-04-22 Thread Hannes Janetzek
a small update to my last patch to show the shelf again if one disables autohide while the shelf is hidden. Please tell me if something is not ok with this and I'll try to fix it. -- Hannes Janetzek Index: e_shelf.c === RCS file

[E-devel] itask engaged - pre alpha release

2007-04-22 Thread Hannes Janetzek
a README that explains how to set up the shelf correctly. -- Hannes Janetzek - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-19 Thread Hannes Janetzek
Am Wed, 18 Apr 2007 19:42:22 -0400 schrieb Michael Jennings [EMAIL PROTECTED]: On Wednesday, 18 April 2007, at 21:29:05 (+0200), Hannes Janetzek wrote: I would say engage, devian, calendar and all this desklet-stuff falls in this category for example. Devian and calendar are both dead

[E-devel] shelf autohide - patch to make sure that the shelf hides on mouseout

2007-04-19 Thread Hannes Janetzek
Hi, this patch changes the shelfs autohide feature to use polling to detect when then mouse is out of the shelf. There is still one problem left: If a module pops up a menu or if one drags something out of the shelf the shelf doesn't hide. My Idea for this would be to add the functions

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-19 Thread Hannes Janetzek
Am Thu, 19 Apr 2007 15:46:16 GMT schrieb [EMAIL PROTECTED] [EMAIL PROTECTED]: Hannes wrote: ... ... In short: there are a bunch of other modules that need to control how and where they appear on the desk; modules which might have multiple instance configurations to store.

[E-devel] Ideas for a new 'desklet'-module api

2007-04-18 Thread Hannes Janetzek
Hi, I started to make a new taskbar-module based on engage. For now it uses gadcon, but this has several disadvantages. The problem is that the shelf is intended to hold more than one gadcon-client and therefore the clients should be changed on changes to the shelf. In my case the module should

Re: [E-devel] shelf authohide patch

2007-04-08 Thread Hannes Janetzek
Am Fri, 06 Apr 2007 13:22:21 +0300 schrieb Виктор Кожухаров [EMAIL PROTECTED]: В чт, 2007-04-05 в 21:09 +0200, Hannes Janetzek написа: Hi, I made a patch so that hiding of the shelf is done by the shelf and not by the theme. I think this will make it easier to have a consistent

Re: [E-devel] shelf authohide patch

2007-04-08 Thread Hannes Janetzek
Sun, 8 Apr 2007 21:25:30 +0200 schrieb Hannes Janetzek [EMAIL PROTECTED]: Am Fri, 06 Apr 2007 13:22:21 +0300 schrieb Виктор Кожухаров [EMAIL PROTECTED]: В чт, 2007-04-05 в 21:09 +0200, Hannes Janetzek написа: Hi, I made a patch so that hiding of the shelf is done by the shelf

Re: [E-devel] shelf authohide patch

2007-04-08 Thread Hannes Janetzek
Ok, one last small fix. Am Sun, 8 Apr 2007 21:58:41 +0200 schrieb Hannes Janetzek [EMAIL PROTECTED]: This patch is better. Perhaps the names es-hidden and e_shelf-hiding are a bit misleading since hidden includes the state while the shelf is hiding, and es-hiding means if the shelf should

[E-devel] shelf authohide patch

2007-04-05 Thread Hannes Janetzek
Hi, I made a patch so that hiding of the shelf is done by the shelf and not by the theme. I think this will make it easier to have a consistent and configurable shelf-hiding behaviour. I added one theme-data item to the shelf group: hidden_state_size which sets the height or width for the shelf

[E-devel] small patch to correct winlist mouse warp

2007-03-12 Thread Hannes Janetzek
Hi, i reused parts of e_winlist for a module and encouterd the problem that the warp-timer wont stop due to roundings to int. This patch fixes that. Regards, HannesIndex: e_winlist.c === RCS file:

Re: [E-devel] state of ecore_dbus

2007-02-27 Thread Hannes Janetzek
Am Mon, 26 Feb 2007 13:33:11 -0600 schrieb Brian Mattern [EMAIL PROTECTED]: On Mon, Feb 26, 2007 at 08:10:48PM +0100, Sebastian Dransfeld wrote: Hannes Janetzek wrote: Hi, I have started to make a module for e17 to control NetwokManager. I would like to use ecore_dbus

[E-devel] state of ecore_dbus

2007-02-26 Thread Hannes Janetzek
Hi, I have started to make a module for e17 to control NetwokManager. I would like to use ecore_dbus for that, but it seems ecore_dbus_message_new_method_return doesn't work correctly. (I need this function since NetworkManager gathers user preferences from the client.) so when the return message

Re: [E-devel] add shelf to the main menu

2006-10-15 Thread Hannes Janetzek
Am Sun, 15 Oct 2006 19:23:25 -0400 schrieb Christopher Michael [EMAIL PROTECTED]: I created 2 different versions for this: http://devilhorns.us/images/shelf_menu.png Version 1 has the shelves listed as a sub-menu. Clicking on an individual shelf will take you to the config dialog for

Re: [E-devel] add shelf to the main menu

2006-10-15 Thread Hannes Janetzek
Am Sun, 15 Oct 2006 19:48:48 -0400 schrieb Christopher Michael [EMAIL PROTECTED]: Hannes Janetzek wrote: i would go with the second one, as i don´t like to many too many items in the main menu, especially when they are seldom used, for aesthetical and practical reasons. But how do you

[E-devel] patch to reach virtual desktop settings by right click on the pager

2006-10-09 Thread Hannes Janetzek
patch attached -- HannesIndex: e_mod_main.c === RCS file: /var/cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.190 diff -u -r1.190 e_mod_main.c --- e_mod_main.c 24 Sep 2006 13:37:37 - 1.190 +++

Re: [E-devel] Suspend functionality for Entrance

2006-08-24 Thread Hannes Janetzek
Am Thu, 24 Aug 2006 18:43:58 +0300 schrieb Eugen Minciu [EMAIL PROTECTED]: Hi, I'd like to add functionality for a 'suspend to disk' feature in Entrance, on Linux boxes. Right now, I'd like to allow this using uswsusp, which is the easiest to set up (it does require a very new Linux kernel

Re: [E-devel] e_menu patch for smarter placement

2006-08-14 Thread Hannes Janetzek
Am Sun, 13 Aug 2006 22:11:49 + schrieb Hannes Janetzek [EMAIL PROTECTED]: Hello, I made a patch for e_menu that minimizes the need for vertical scrolling. The submenu starts either above or below the actual Item, not only below. It works as follows: if the menu is larger than

[E-devel] e_menu patch for smarter placement

2006-08-13 Thread Hannes Janetzek
Hello, I made a patch for e_menu that minimizes the need for vertical scrolling. The submenu starts either above or below the actual Item, not only below. It works as follows: if the menu is larger than the screen then place the menu so that more is shown. e.g. if its start in the lower half of

Re: [E-devel] a solution for modules getting too large?

2006-08-12 Thread Hannes Janetzek
_e_gadcon_movereisze_handle when i looked at it. Hannes On Fri, Aug 11, 2006 at 08:39:47PM +, Hannes Janetzek wrote: Hello, how is it possible to get the size to which a gadcon client can maximal grow without overlapping with others and also that it doesnt get larger as the zone? I thought

[E-devel] e_border patch against property change events when moving windows

2006-08-11 Thread Hannes Janetzek
Hello, I saw that there are property events send if windows were moved, but for this there is already the border move event. As far as I see it, no app uses the property change event to listen for window moves, and if so it probably shouldn´t. Here is a 3 liner patch to omit this behavior.

[E-devel] a solution for modules getting too large?

2006-08-11 Thread Hannes Janetzek
Hello, how is it possible to get the size to which a gadcon client can maximal grow without overlapping with others and also that it doesnt get larger as the zone? I thought of implementing a function like e_gadcon_client_max_size_get(E_Gadcon_Client *gcc, int *size ); that should go trough

Re: [E-devel] E CVS: engage handyande

2006-08-10 Thread Hannes Janetzek
Am Thu, 10 Aug 2006 13:27:28 +1000 schrieb David Seikel [EMAIL PROTECTED]: window.c: In function `window_input_shape_rectangle_set': window.c:49: error: `ShapeInput' undeclared (first use in this function) window.c:49: error: (Each undeclared identifier is reported only once window.c:49:

[E-devel] bug with border icon edit dialog

2006-08-07 Thread Hannes Janetzek
Hi, I found a bug, that if one closes the icon edit dialog, while the icon chooser is open and then close the filer chooser it segfaults e. Another thing is that if one applys changes to an icon by the border edit dialog, then the icon gets removed from the eap. Regards, Hannes

Re: [E-devel] bug with border icon edit dialog

2006-08-07 Thread Hannes Janetzek
Am Tue, 8 Aug 2006 03:25:30 + schrieb Hannes Janetzek [EMAIL PROTECTED]: Hi, I found a bug, that if one closes the icon edit dialog, while the icon chooser is open and then close the filer chooser it segfaults e. Another thing is that if one applys changes to an icon by the border

[E-devel] new taskbar module

2006-08-04 Thread Hannes Janetzek
Hi, I made a taskbar module based on ibox. The functionality is convenient: icons have a menu for the most common task like closing max/minimize, set sticky, etc. Dragging icons out of the bar brings the apps from other desktops to the current desktop. Further details can be found in the README.

Re: [E-devel] new taskbar module

2006-08-04 Thread Hannes Janetzek
Am Fri, 04 Aug 2006 23:59:30 +0200 schrieb Sebastian Dransfeld [EMAIL PROTECTED]: Hannes Janetzek wrote: Hi, I made a taskbar module based on ibox. The functionality is convenient: icons have a menu for the most common task like closing max/minimize, set sticky, etc. Dragging icons out

Re: [E-devel] new taskbar module

2006-08-04 Thread Hannes Janetzek
Am Fri, 4 Aug 2006 17:57:43 -0700 schrieb Blake Barnett [EMAIL PROTECTED]: On Aug 4, 2006, at 5:58 PM, Hannes Janetzek wrote: snip It would be great to have some feedback what others think is needed for a taskbar. common give it a try :) snip Here's a couple of my ideas

[E-devel] e_border patch for having title change events

2006-08-03 Thread Hannes Janetzek
Hi, I´m currently working on a taskbar which of course needs to be informaed when border titles change. I hope this patch is ok, it works just like the icon change event. Regards, Hannes ? border-title-change.patch Index: e_border.c

Re: [E-devel] engage is ready for composite

2006-08-03 Thread Hannes Janetzek
Ok, new patch minus one dumb mistake. I Should have first look at the the theme data... usage is now: engage -T false -m 0 -t none -B caff -C 1 ? engage-composite-redraw_timer-2.patch ? engage-composite-redraw_timer.patch ? engage-composite.patch Index: config.c

Re: [E-devel] does alpha_set work together with shaped_set?

2006-07-30 Thread Hannes Janetzek
Am Sat, 29 Jul 2006 20:31:10 +0900 schrieb Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]: On Sat, 29 Jul 2006 10:38:01 + Hannes Janetzek [EMAIL PROTECTED] babbled: Hi, I´m trying to make engage work in a composite environment. Everything works fine so far. The Problem

Re: [E-devel] engage is ready for composite

2006-07-30 Thread Hannes Janetzek
Am Sun, 30 Jul 2006 22:55:37 +0900 schrieb Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]: On Sun, 30 Jul 2006 14:29:29 + Hannes Janetzek [EMAIL PROTECTED] babbled: Am Sat, 29 Jul 2006 20:31:10 +0900 schrieb Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]: On Sat, 29 Jul

Re: [E-devel] engage is ready for composite

2006-07-30 Thread Hannes Janetzek
Ok, new patch minus one dumb mistake. I Should have first look at the the theme data... usage is now: engage -T false -m 0 -t none -B caff -C 1 ? engage-composite-redraw_timer-2.patch ? engage-composite-redraw_timer.patch ? engage-composite.patch Index: config.c

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-29 Thread Hannes Janetzek
Am Fri, 28 Jul 2006 22:22:31 +0200 schrieb Simon TRENY [EMAIL PROTECTED]: On Fri, 28 Jul 2006 00:11:01 +, Hannes Janetzek [EMAIL PROTECTED] wrote : ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 200, 200); ecore_evas_borderless_set(ee,1); ecore_evas_alpha_set(ee

[E-devel] does alpha_set work together with shaped_set?

2006-07-29 Thread Hannes Janetzek
Hi, I´m trying to make engage work in a composite environment. Everything works fine so far. The Problem is when I use set_alpha and then set_shaped, the whole window still recieves input events. Does shape_set not work if the window was set up to use alpha channel? If so, have somebody an idea

[E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Hannes Janetzek
Hello, I found some strange behavior with this ecore calls. If I dont use alpha_set borderless_set works as expected. With alpha_set the border gets drawn. This is the code which I have tested. ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 200, 200);

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Hannes Janetzek
Am Fri, 28 Jul 2006 07:47:07 +0200 schrieb Sebastian Dransfeld [EMAIL PROTECTED]: Hannes Janetzek wrote: Hello, I found some strange behavior with this ecore calls. If I dont use alpha_set borderless_set works as expected. With alpha_set the border gets drawn. This is the code which I

[E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-27 Thread Hannes Janetzek
Hello, I found some strange behavior with this ecore calls. If I dont use alpha_set borderless_set works as expected. With alpha_set the border gets drawn. This is the code which I have tested. ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 200, 200);

Re: [E-devel] converting modules to 'new' API

2006-07-02 Thread Hannes Janetzek
Am Tue, 27 Jun 2006 12:23:47 -0400 schrieb Mike Russo [EMAIL PROTECTED]: Are there any tips on how to convert 3rd party modules to the 'new' API which eliminates config_menu and icon_file? I understand I'm supposed to create a module.eap, but what about the config_menu? I'd really like