[E-devel] e17 and xrandr problem

2009-05-11 Thread manio
y=0 w=1280 h=1024 Zone new(): x=0 y=0 w=1680 h=1050 RESULTS: changing wallpaper - ok gadget popups - ok So in 3rd case all seems ok - but this is surely a workaround, not a patch. Of course i am open to testing any patches and providing additional info :) regards, m

[E-devel] efm open with - binding for enter and esc

2009-05-17 Thread manio
ile. I hope it is ok for commit :) regards, manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net Index: trunk/e/src/modules/fileman/e_fwin.c === --- e_fwin.c (revision 40686) +++ e_fwin.c (working copy) @@ -72,6 +72,7

Re: [E-devel] [PATCH] e17 and xrandr problem

2009-05-17 Thread manio
Hello I think i found a solution for the problem with wrong assigned screens using xinerama (details in my previous mail). I just take in account not only the size of screens, but also a position (k-s point me that). please review that patch and commit if it is ok... regards, manio jabber/e

[E-devel] [PATCH] Bug in calculating gadget pop-up position (only in xinerama configuration)

2009-05-20 Thread manio
hoto - but this is a different story which i think should be treated as a different case. regards, manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net Index: trunk/e/src/bin/e_gadcon_popup.c === --- e_gadcon_popup.c (revisi

[E-devel] [PATCH] positioning config dialog

2009-06-10 Thread manio
ring the window. But i realized - that we can't do that - because if a user moves dialog window anywhere else - the dialog then shows up on center (after click Advanced/Basic) - which is of course wrong behavior... So this is my first version of a patch. regards -- manio jabber/e-mail: ma.

[E-devel] [RFC] positioning config dialog - continued

2009-06-11 Thread manio
esized (with an animation?) so that the titlebar stays in the same position but the window is same window object, but recycled and resized when clicking on advanced/basic. so - your comments... ? :) regards -- manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net --

Re: [E-devel] [RFC] positioning config dialog - continued

2009-06-14 Thread Manio
"content switch" the window height is smaller then it should be (looks like smaller for a border height). If i change the window to borderless (commented line in patch) - it looks ok - so it seems this is a problem related with border... regards -- manio jabber/e-mail: ma...@skybo

[E-devel] gadman: buggy popups positioning and zone assigning

2009-06-23 Thread manio
results in returning same zone when creating popups (zone is obtained using e_gadcon_client_zone_get - see changeset below). ... so popups for gadgets in initial zone are ok, but on the other appears in wrong position :( last changeset: http://trac.enlightenment.org/e/changeset/41147 regards -- mani

[E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread manio
shows corrrectly (for CTRL+ALT+G as well). Patch made from dir /trunk/e/src using 'svn diff'. Please review :) regards, -- manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net Index: bin/e_config.c === --- bin/

Re: [E-devel] [PATCH] gadman: support for multiple zones

2009-07-06 Thread manio
Gustavo Sverzut Barbieri wrote: 2009/7/6 manio : Hello Finaly i finished a patch for making gadman gadcons for multiple zones. I did it same as a shelf - i also needed to add a zone property to the config. One gadcon is changed to list of gadcons. In this way every client has a proper zone

Re: [E-devel] [PATCH] gadman: support for multiple zones

2009-07-07 Thread manio
Luca De Marini wrote: > Fantastic feature Manio! I'm a bit ignorant about this code, so don't > kill me please for what I'm going to say :P > Since you wrote this is works almost like a shelf, you don't mean you > changed bits of gadman's code with code fro

[E-devel] [PATCH] Recreating window state problem

2009-07-31 Thread manio
w and e_border_hide because: 1. it cause the described problem 2. the e_border_show and e_border_hide are called a moment later in e_hints_window_init() iteration Please review :) regards, -- manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.n

Re: [E-devel] [PATCH] Recreating window state problem

2009-07-31 Thread manio
manio wrote: > I removed from e_border_desk_set the piece of code with e_border_show > and e_border_hide because: > 1. it cause the described problem > 2. the e_border_show and e_border_hide are called a moment later in > e_hints_window_init() iteration 3. "pin to desktop&q

Re: [E-devel] [PATCH] Recreating window state problem

2009-07-31 Thread manio
manio wrote: 3. "pin to desktop" is broken sorry - i meant "Send to desktop" btw so this is not a solution :( someone have better? well - i think i finally have it :) i relied on ignore_first_unmap variable - which is 1 when e is restarting (btw this variabl

Re: [E-devel] [PATCH] Recreating window state problem

2009-10-13 Thread manio
needs. regards, -- manio jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart

[E-devel] [PATCH] DPMS dialog - disabled controls bug

2009-10-27 Thread Manio
Hello Steps to reproduce: Settings->Settings Panel->Screen->Power Management click "Enable Display Power Management", OK then again click "Power Management" - you'll see that controls are disabled (greyed) attached patch fixes it please review/commit re

Re: [E-devel] [PATCH] DPMS dialog - disabled controls bug

2009-10-27 Thread Manio
sorry - forgot to attach patch :) regards, manio Index: e_int_config_dpms.c === --- e_int_config_dpms.c (revision 43306) +++ e_int_config_dpms.c (working copy) @@ -127,6 +127,16 @@ cfdata->off_timeout = e_con

Re: [E-devel] [PATCH] Recreating window state problem

2010-03-02 Thread manio
manio wrote: > Hello > I am only refreshing the topic with information how to reproduce the bug > using xephyr: > 1. # Xephyr :3.0 -ac -br +xinerama -screen 1200x400 > 2. # enlightenment -fake-xinerama-screen 600x400+0+0 > -fake-xinerama-screen 600x400+600+0 > 3. make sure

[E-devel] Something still messed up with the zones/screens (regression?)

2010-03-02 Thread manio
reen click: Setting->Wallpaper->Advanced->This Screen, select some background and press OK 3. You can see that background is changed - but on opposite screen :( regards, manio jabber/e-mail: ma...@skyboo.net http://man

Re: [E-devel] Something still messed up with the zones/screens (regression?)

2010-03-03 Thread manio
log is saying: E17 INIT: XINERAMA SCREEN: [0], 1280x1024+1680+0 E17 INIT: XINERAMA SCREEN: [1], 1680x1050+0+0 E17 INIT: XINERAMA CHOSEN: [0], 1280x1024+1680+0 E17 INIT: XINERAMA CHOSEN: [1], 1680x1050+0+0 suggestions how to solve this? regards, manio jabber/e-mail: ma...@skyboo.net http

[E-devel] e_eap_editor - checking for changes problem

2010-04-24 Thread manio
alled BEFORE selecting and icon and not AFTER that. You can see that - if you select icon for second time (even if you click Cancel on icon file browser dialog). Thoughts? regards, -- manio jabber/e-m

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-08-30 Thread manio
s much better in this way. The only problem is with IBar/IBox icons - theese are too small. But i hope it will be fixed (or it is now - i am not using svn version yet). Good work guys !!! -- manio jabber/e-mail: ma...@skyboo.net http://

[E-devel] State of Apply/OK buttons when switching basic/advanced dialogs

2010-09-02 Thread manio
ong IMHO situation is when i choose from title bar More->Remember dialog and i have set "Size and Position". It is ok when i set it for the first time - but when i want to Save "Size and Position" for the second time - i also need to click something in dialog to have OK and