Re: [E-devel] E18 CFBugs

2013-05-22 Thread Viktor Kojouharov
Pann-able wallpapers don't seem to work anymore. The edje file still contains the message function, and e_desk.c still contains a message_send call, so maybe something else is breaking this feature. On Wed, May 22, 2013 at 2:25 PM, Nikolas Arend sns...@gmail.com wrote: On 05/21/2013 09:21 AM,

Re: [E-devel] E18 CFBugs

2013-05-22 Thread Viktor Kojouharov
with? On Wed, May 22, 2013 at 12:47 PM, Viktor Kojouharov vkojouha...@gmail.comwrote: Pann-able wallpapers don't seem to work anymore. The edje file still contains the message function, and e_desk.c still contains a message_send call, so maybe something else is breaking this feature

Re: [E-devel] [e-users] Terminology 0.3

2013-03-25 Thread Viktor Kojouharov
preserving the current path when opening a new shell, and double-click-to-select doesn't span multiple lines are the only two things that are seriously pissing me off. everything else is just swell On Sun, Mar 24, 2013 at 7:00 PM, ChunEon Park her...@naver.com wrote: It would be more awesome

Re: [E-devel] issues with a recent e17

2013-01-17 Thread Viktor Kojouharov
I can confirm the suspend problem and the new window desktop focus. The systray module produces different results for me. Some icons are whatever the program has put there. Others appear to be replaced with icons and menus that e creates. And a third group has both the app supplied icon, and the

Re: [E-devel] Dark theme digital clock woes

2012-11-14 Thread Viktor Kojouharov
The tube displays were unreadable in real life as it is, and at least there you have light diffusion to outline the glowing number a bit (we had a few Russian measurement devices in the university with such a display). That's not the case with edj. And while not unreadable, the inactive wires are

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-19 Thread Viktor Kojouharov
On Tue, Jun 19, 2012 at 4:50 PM, David Seikel onef...@gmail.com wrote: On Tue, 19 Jun 2012 21:45:17 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 19 Jun 2012 22:19:55 +1000 David Seikel onef...@gmail.com said: On Tue, 19 Jun 2012 13:04:19 +0100 Stefan

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-14 Thread Viktor Kojouharov
, unless I'm missing something. On Sun, Nov 14, 2010 at 5:11 AM, Carsten Haitzler ras...@rasterman.comwrote: On Sun, 14 Nov 2010 04:34:27 +0200 Viktor Kojouharov vkojouha...@gmail.com said: no - it's the one and the same data - if u set it (change it later for that item) then the new data

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-14 Thread Viktor Kojouharov
Haitzler ras...@rasterman.comwrote: On Sun, 14 Nov 2010 12:28:53 +0200 Viktor Kojouharov vkojouha...@gmail.com said: read more carefully. func_data which is passed to the select callback func vs data which is the item data. :) That doesn't seem right. elm_gengrid_item_data_set

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-14 Thread Viktor Kojouharov
I see. I was getting totally confused by that. This whole time I thought that the functions got the func.data, and not the item data. This makes a lot more sense now On Sun, Nov 14, 2010 at 3:20 PM, Carsten Haitzler ras...@rasterman.comwrote: On Sun, 14 Nov 2010 13:12:41 +0200 Viktor Kojouharov

[E-devel] gen(grid|list)_item del function and its parameters

2010-11-13 Thread Viktor Kojouharov
Why doesn't that function receive the actual item object as a parameter? The object itself can hold user data, which might need cleaning when the item is deleted. From that function however, there's no way to clear that data, since all you get is an evas_object (whose usefulness escapes me). May

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-13 Thread Viktor Kojouharov
That won't help you if you call elm_gengrid_clear() for example. I think the only sane way would be from within the del function On Sun, Nov 14, 2010 at 3:05 AM, Rafael Fonseca rfons...@profusion.mobiwrote: On 11/13/2010 02:54 PM, Viktor Kojouharov wrote: Why doesn't that function receive

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-13 Thread Viktor Kojouharov
. On Sun, Nov 14, 2010 at 4:13 AM, Carsten Haitzler ras...@rasterman.comwrote: On Sat, 13 Nov 2010 18:54:38 +0200 Viktor Kojouharov vkojouha...@gmail.com said: because it gets the item DATA that is set (the app-side data) for it to clean up/delete. genlist/grid will delete the object

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
Do you plan to add support for protocol schemas (file://) and/or operations for stuff like sftp/FTP/tar/zip... On Oct 21, 2010 11:55 AM, Cedric BAIL cedric.b...@free.fr wrote: Hi guys, I wanted to introduce you to the new kid in svn, EIO. This library is designed to provide asynchronous

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
that's what I wanted to know. On Thu, Oct 21, 2010 at 2:29 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Oct 21, 2010 at 9:05 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: Yo can do a lot of things. But the question is, would eio evolve to do them for you

Re: [E-devel] E SVN: morlenxus trunk/e/src/modules/mixer

2010-10-16 Thread Viktor Kojouharov
another vote for very annoying On Sat, Oct 16, 2010 at 11:38 AM, Fabiano Fidêncio fiden...@profusion.mobiwrote: On Wed, Oct 13, 2010 at 7:36 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Show mixer popup when changing the volume via keybindings. Why? IMHO, this is very

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Viktor Kojouharov
I'm not sure how that would work. How would inserting into a sorted list be any different than sorting at the end? The gengrid currently doesn't support arbitrary insertion of items, so you'd have to have all the elements before hand in order to sort them and then start inserting them. The readdir

Re: [E-devel] E SVN: urandom trunk/ephoto/src/bin

2010-10-03 Thread Viktor Kojouharov
? On Sun, Oct 3, 2010 at 12:39 PM, Cedric BAIL cedric.b...@free.fr wrote: On Sun, Oct 3, 2010 at 11:21 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: I'm not sure how that would work. How would inserting into a sorted list be any different than sorting at the end? The gengrid currently

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2010-09-29 Thread Viktor Kojouharov
What's with the lonely #ifndef? On Wed, Sep 29, 2010 at 9:37 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: NAME_MAX defined to 255 on sun (if not defined). Author: caro Date: 2010-09-28 23:37:56 -0700 (Tue, 28 Sep 2010) New Revision: 52881 Modified:

Re: [E-devel] Eet segfault

2010-09-21 Thread Viktor Kojouharov
it failed on one machine (correct) and not the other, maybe some situation where mmap was not allowed? just happened to be? Dunno, but the error was that for sure. On Mon, Sep 20, 2010 at 6:10 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: I have no idea. This only happens on a work computer

Re: [E-devel] Eet segfault

2010-09-21 Thread Viktor Kojouharov
to the old versions of that? On Tue, Sep 21, 2010 at 3:40 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Sep 21, 2010 at 4:18 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: The thing is, on this machine, this is not the only case where eet fails. On the same machine

Re: [E-devel] Eet segfault

2010-09-21 Thread Viktor Kojouharov
found it. I had a version of edje_viewer which was linking to an old elementary. Just had to recompile that ... On Tue, Sep 21, 2010 at 3:59 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Sep 21, 2010 at 2:47 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: It's trying to open both

Re: [E-devel] Transition Layout for elm_box

2010-09-21 Thread Viktor Kojouharov
Awesome, I'll put that to work in the drawer module as soon as possible. 2010/9/21 Otávio Pontes ota...@profusion.mobi 2010/9/21 Iván Briano (Sachiel) sachi...@gmail.com 2010/9/21 Otávio Pontes ota...@profusion.mobi: I am sending two patches to add a transition layout to elm_box. The

[E-devel] Eet segfault

2010-09-20 Thread Viktor Kojouharov
I'm getting a strange segfault when trying to read an eet file, which was created with eet_data_write. The file itself seems absolute fine, and can be read from the command line. The backtrace is always this: #0 0x75573e40 in ?? () from /lib/libc.so.6 #1 0x77bcd956 in

Re: [E-devel] Eet segfault

2010-09-20 Thread Viktor Kojouharov
2010 11:59:43 +0300 Viktor Kojouharov vkojouha...@gmail.com said: it's odd - the fact that its getting an unknown value is a hint that something about the eet data is corrupt as far as eet is concerned. what is it about you that means you always have the weird problems that are not seen

Re: [E-devel] E SVN: urandom IN trunk/ephoto: . data/themes/default src/bin

2010-09-14 Thread Viktor Kojouharov
tbh I'm not sure it should be there. it does add another dependency, which might not be desirable. and the actual exif code is pretty small, so it can easily be copied around for other apps to use. and the actual rotation is still a bit rough, so it's definitely not ready for elementary, if that

[E-devel] using lua_script in edje

2010-08-16 Thread Viktor Kojouharov
Does the lua_script block in regular non-script-only edje still work with raster's new implementation? -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge

Re: [E-devel] Raster broke comp's screen updating

2010-08-06 Thread Viktor Kojouharov
I'm using an nvidia + texture-from-pixmap, and it's broken there. On Sat, Aug 7, 2010 at 3:38 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 6 Aug 2010 19:34:12 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fri, Aug 6, 2010 at 7:27 PM, Carsten Haitzler

[E-devel] E17 indefinitely stuck at start in _ecore_con_svr_cl_handler

2010-06-07 Thread Viktor Kojouharov
I just updated and noticed that E doesn't start up any more. The code just from :1485 to :1538 bt: #0 0x71efe93d in read () at ../sysdeps/unix/syscall-template.S:82 #1 0x7501de91 in _ecore_con_svr_cl_handler (data=0x873af0, fd_handler=0x873b60) at ecore_con.c:1485 #2

Re: [E-devel] E SVN: billiob trunk/edje/data

2010-04-21 Thread Viktor Kojouharov
I'd like to throw in a suggestion to just extract the syntax file from the vimball in edje/data and use that. It is much more feature complete On Thu, Apr 22, 2010 at 12:00 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: edje: improve vim syntax file and become the maintainer

Re: [E-devel] evas_cache segfaults

2009-11-27 Thread Viktor Kojouharov
On Fri, 2009-11-27 at 14:08 +0100, Cedric BAIL wrote: On Fri, Nov 27, 2009 at 8:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: I've been experiencing segfaults in evas_cache for quite some time now. They occur after an image that has been loaded using evas is deleted or moved

[E-devel] evas_cache segfaults

2009-11-26 Thread Viktor Kojouharov
I've been experiencing segfaults in evas_cache for quite some time now. They occur after an image that has been loaded using evas is deleted or moved, however they are not reproducible all the time. Valgrind is also being quite vocal in this situation. I've attached the valgrind output and a gdb

Re: [E-devel] edje_object_message_* example?

2009-11-25 Thread Viktor Kojouharov
On Wed, 2009-11-25 at 22:42 +0100, Andreas Volz wrote: Am Tue, 24 Nov 2009 19:50:31 -0200 schrieb Gustavo Sverzut Barbieri: On Tue, Nov 24, 2009 at 7:33 PM, Andreas Volz li...@brachttal.net wrote: Hello, I tried to send some messages from my edje file to my application code. My

Re: [E-devel] Problems with transparent edje parts becoming white

2009-11-16 Thread Viktor Kojouharov
ones. anything before this doesn't cause any problems. On Sat, Nov 14, 2009 at 8:52 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Sat, 2009-11-14 at 19:10 +0100, Cedric BAIL wrote: On Sat, Nov 14, 2009 at 5:51 PM, Brian 'morlenxus' Miculcy morlen...@gmx.net wrote: I noticed the same

Re: [E-devel] Problems with transparent edje parts becoming white

2009-11-14 Thread Viktor Kojouharov
a window you get white artefacts: http://omicron.homeip.net/files/e_bug.jpg This appears since a week or two... Greets, Brian 'morlenxus' Miculcy On Fri, Nov 13, 2009 at 11:45:17PM +0200, Viktor Kojouharov wrote: I've recently (from within a week) started seeing this problem on my

[E-devel] Problems with transparent edje parts becoming white

2009-11-13 Thread Viktor Kojouharov
I've recently (from within a week) started seeing this problem on my e17 machine. This problem can be seen in the following screenshot: http://img38.imageshack.us/i/screenshottd.png/ These modules are located on the desktop gadman. The clock turns white on its minute animation, whereas the

Re: [E-devel] E17 - Virtual Desktop Settings - Independent Control Needed for Wrap Desktops (horizontal vertical)

2009-11-08 Thread Viktor Kojouharov
On Sun, 2009-11-08 at 14:25 -0600, David C. Rankin wrote: Guys, Currently you have the ability to either wrap the virtual desktops in both the horizontal and vertical directions, --or-- your only other option is to turn wrap off which causes loss of, and all benefits provided by

Re: [E-devel] [Edje] Animations in Edje

2009-11-08 Thread Viktor Kojouharov
edje doesn't make any assumptions on how exactly to produce the change between the two image normals. you will have to do that manually, and to do that the most used method is to have two image parts with same-name states (like default and active) with your method of transition (sliding or

Re: [E-devel] Weird jpeg error on evas_object_image_file_set

2009-10-11 Thread Viktor Kojouharov
On Sun, 2009-10-11 at 17:58 +1100, Carsten Haitzler wrote: On Tue, 06 Oct 2009 18:02:22 +0300 Viktor Kojouharov vkojouha...@gmail.com said: what do you mean not run? it segvs? no. it just skips the rest of the code. I was looking at it through gdb, and after trying to read the image, it does

Re: [E-devel] [PATCH] Elementary widgets focus switch fix

2009-10-09 Thread Viktor Kojouharov
On Fri, 2009-10-09 at 10:29 +0200, Cedric BAIL wrote: On Thu, Oct 8, 2009 at 8:20 PM, Vaudano Luca vaud...@gmail.com wrote: On Tue, Sep 15, 2009 at 1:53 AM, Marco Trevisan m...@3v1n0.net wrote: Hello an issue I've always noticed in Elementary is that it doesn't handle correctly the focus

[E-devel] Weird jpeg error on evas_object_image_file_set

2009-10-06 Thread Viktor Kojouharov
Hi, I've started getting a strange error when using evas_object_image_file_set on non-image files. Before evas provided a load error in case it couldn't load a file. Now anything beyond evas_object_image_file_set is not run. ## Backtrace #0 0x00ebd621 in

Re: [E-devel] E SVN: raster IN trunk/evas/src: lib lib/canvas lib/engines/common lib/engines/common/evas_intl lib/include modules/engines/cairo_x11 modules/engines/software_16 modules/engines/software

2009-09-30 Thread Viktor Kojouharov
On Tue, 2009-09-29 at 21:23 -0700, Enlightenment SVN wrote: Log: From: Tom t...@stosb.com (tasn) Hey raster, Here is the non intrusive patch I talked to you about. Please apply it as it introduces some fixes, some improvements and mostly and underlying infrastructure for

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/bin src/lib src/lib/canvas src/lib/cserve src/lib/engines/common src/lib/engines/common_16 src/lib/include src/modules/engines/cairo_x11 src/modules/en

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 09:37 +0200, Mathieu Taillefumier wrote: Hello, I'm not able to compile evas with -fvisibility=hidden: evas_cserve_main.o: In function `main': evas_cserve_main.c:(.text+0x4b7a): undefined reference to `_evas_log_dom_global' It is my fault WRN macros was used

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: 2009/9/22 Viktor Kojouharov vkojouha...@gmail.com Chances arde small that 2 composite managers (one of tghem bling) will be running at the same time. And if you disable bling, then it will be preferrable

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-22 Thread Viktor Kojouharov
On Tue, 2009-09-22 at 19:27 +0200, hannes.janet...@gmail.com wrote: On Tue, Sep 22, 2009 at 1:26 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: 2009/9/22 Viktor Kojouharov vkojouha...@gmail.com Chances arde small

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/bling/src

2009-09-21 Thread Viktor Kojouharov
Chances arde small that 2 composite managers (one of tghem bling) will be running at the same time. And if you disable bling, then it will be preferrable if that config option is turned off. I can't think of a single use case where this will cause problems. On the other hand, at the least it

Re: [E-devel] E SVN: raster IN trunk/evas/src: bin lib/cache lib/cserve lib/include modules/loaders/edb modules/loaders/gif modules/loaders/jpeg modules/loaders/png modules/loaders/svg modules/loaders

2009-09-11 Thread Viktor Kojouharov
On Fri, 2009-09-11 at 06:44 -0700, Enlightenment SVN wrote: Log: 1. make max image size a #define 2. max image size 65536x65536 yay. thanks a lot :) 3. fix cserve leak 4. fix cserve+async load to work together. Author: raster Date: 2009-09-11 06:44:53 -0700

Re: [E-devel] E SVN: urandom trunk/PROTO/image-viewer/src/bin

2009-09-05 Thread Viktor Kojouharov
On Fri, 2009-09-04 at 20:46 -0300, Gustavo Sverzut Barbieri wrote: On Fri, Sep 4, 2009 at 8:37 PM, Enlightenment SVNno-re...@enlightenment.org wrote: Log: create own domain for logging no problem with that, but I'd say applications are fine using the global domain if they want. not if

Re: [E-devel] Elementary spinner widget

2009-09-03 Thread Viktor Kojouharov
On Thu, 2009-09-03 at 10:20 +1000, Carsten Haitzler wrote: On Tue, 01 Sep 2009 18:07:12 +0300 Viktor Kojouharov vkojouha...@gmail.com said: On Tue, 2009-09-01 at 17:55 +0300, Viktor Kojouharov wrote: Hi guys, I've attached a patch that adds a spinner widget to elementary

Re: [E-devel] Fix issues with edge bindings

2009-09-01 Thread Viktor Kojouharov
On Mon, 2009-08-31 at 22:23 -0500, Nick Hughart wrote: On Mon, 31 Aug 2009 09:14:13 +0300 Viktor Kojouharov vkojouha...@gmail.com wrote: On Sun, 2009-08-30 at 18:56 -0500, Nick Hughart wrote: On Mon, 31 Aug 2009 01:08:36 +0300 Viktor Kojouharov vkojouha...@gmail.com wrote

Re: [E-devel] E SVN: urandom IN trunk/E-MODULES-EXTRA/drawer: . src src/plugins src/plugins/sources src/plugins/views

2009-09-01 Thread Viktor Kojouharov
On Tue, 2009-09-01 at 07:35 -0300, Gustavo Sverzut Barbieri wrote: On Mon, Aug 31, 2009 at 9:39 PM, Enlightenment SVNno-re...@enlightenment.org wrote: Log: silence clang warnings ... Modified: trunk/E-MODULES-EXTRA/drawer/src/plugins/views/list.c

[E-devel] Elementary spinner widget

2009-09-01 Thread Viktor Kojouharov
Hi guys, I've attached a patch that adds a spinner widget to elementary. This spinner looks and acts more like the spinners in blender, than the spinner seen in Windows or gtk+. The inc/dec buttons are on the left and right sides, and the user can click and drag across the widget to

Re: [E-devel] Fix issues with edge bindings

2009-08-30 Thread Viktor Kojouharov
On Sat, 2009-08-29 at 18:56 -0500, Nick Hughart wrote: So the edge bindings have once again ticked me off. So much so that I've made the attached patch to correct it's flaws. I tried to keep as much of the mechanisms the same even though I don't exactly like how it's done right now.

Re: [E-devel] Fix issues with edge bindings

2009-08-30 Thread Viktor Kojouharov
On Sun, 2009-08-30 at 10:01 -0500, Nick Hughart wrote: On Sun, 30 Aug 2009 15:28:11 +0300 Viktor Kojouharov vkojouha...@gmail.com wrote: On Sat, 2009-08-29 at 18:56 -0500, Nick Hughart wrote: So the edge bindings have once again ticked me off. So much so that I've made the attached

Re: [E-devel] Hi there!

2009-08-10 Thread Viktor Kojouharov
On Mon, 2009-08-10 at 14:21 -0400, Christopher Michael wrote: Iván Briano (Sachiel) wrote: On Fri, Aug 7, 2009 at 10:40 PM, Christopher Michaelcpmicha...@comcast.net wrote: Found some time to test the shelf_resize patch finally :) No adverse effects apparent so I committed it to svn.

Re: [E-devel] Hi there!

2009-08-10 Thread Viktor Kojouharov
On Mon, 2009-08-10 at 15:26 -0300, Iván Briano (Sachiel) wrote: On Mon, Aug 10, 2009 at 3:21 PM, Christopher Michaelcpmicha...@comcast.net wrote: Iván Briano (Sachiel) wrote: On Fri, Aug 7, 2009 at 10:40 PM, Christopher Michaelcpmicha...@comcast.net wrote: Found some time to test the

[E-devel] About bindings and python

2009-08-02 Thread Viktor Kojouharov
I've been curiously looking at the python bindings for the efl, and the more I look, the more this question seems to come up in my mind: Why are we not returning 'self' in all those setter methods? let's take for instance the methods of elm_check. Instead of just claling elm_check_label_set and

Re: [E-devel] enlightenment.org in IE7

2009-06-22 Thread Viktor Kojouharov
On Mon, 2009-06-22 at 09:23 -0600, Dan Kronstal wrote: Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the new design. Cheers Dan no one cares. e users will not be using IE anytime soon. and

Re: [E-devel] enlightenment.org in IE7

2009-06-22 Thread Viktor Kojouharov
On Mon, 2009-06-22 at 19:17 +0200, Vincent Torri wrote: On Mon, 22 Jun 2009, Viktor Kojouharov wrote: On Mon, 2009-06-22 at 09:23 -0600, Dan Kronstal wrote: Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked like this: http://img231.imageshack.us/img231/8599

Re: [E-devel] moving E modules to OLD/BROKEN

2009-06-17 Thread Viktor Kojouharov
On Wed, 2009-06-17 at 15:27 -0300, Gustavo Sverzut Barbieri wrote: Hi people, Just like we did for regular libraries and applications, we'll do it for E-MOULES-EXTRA. I see lots of complaints[1] of e stability and most are related to these modules, most of them unsupported. Please discuss

Re: [E-devel] moving E modules to OLD/BROKEN

2009-06-17 Thread Viktor Kojouharov
On Wed, 2009-06-17 at 15:27 -0300, Gustavo Sverzut Barbieri wrote: Hi people, Just like we did for regular libraries and applications, we'll do it for E-MOULES-EXTRA. I see lots of complaints[1] of e stability and most are related to these modules, most of them unsupported. Please discuss

Re: [E-devel] moving E modules to OLD/BROKEN

2009-06-17 Thread Viktor Kojouharov
On Wed, 2009-06-17 at 15:27 -0300, Gustavo Sverzut Barbieri wrote: Hi people, Just like we did for regular libraries and applications, we'll do it for E-MOULES-EXTRA. I see lots of complaints[1] of e stability and most are related to these modules, most of them unsupported. Please discuss

Re: [E-devel] moving things to OLD/BROKEN

2009-06-09 Thread Viktor Kojouharov
On Tue, 2009-06-09 at 14:01 -0300, Gustavo Sverzut Barbieri wrote: Hi all, I want to move the following projects to BROKEN/OLD as they're one of them: - edje_viewer (edje_player/edje_editor work better) I don't consider the viewer to be neither broken nor old. I still use it whenever I

Re: [E-devel] moving things to OLD/BROKEN

2009-06-09 Thread Viktor Kojouharov
On Tue, 2009-06-09 at 15:50 -0300, Gustavo Sverzut Barbieri wrote: On Tue, Jun 9, 2009 at 3:44 PM, Peter Wehrfritzpeter.wehrfr...@web.de wrote: Gustavo Sverzut Barbieri schrieb: Hi all, I want to move the following projects to BROKEN/OLD as they're one of them: - edje_viewer

Re: [E-devel] moving things to OLD/BROKEN

2009-06-09 Thread Viktor Kojouharov
On Tue, 2009-06-09 at 15:52 -0300, Gustavo Sverzut Barbieri wrote: On Tue, Jun 9, 2009 at 2:22 PM, Viktor Kojouharovvkojouha...@gmail.com wrote: On Tue, 2009-06-09 at 14:01 -0300, Gustavo Sverzut Barbieri wrote: Hi all, I want to move the following projects to BROKEN/OLD as they're one

Re: [E-devel] moving things to OLD/BROKEN

2009-06-09 Thread Viktor Kojouharov
On Tue, 2009-06-09 at 16:21 -0300, Gustavo Sverzut Barbieri wrote: On Tue, Jun 9, 2009 at 4:13 PM, Viktor Kojouharovvkojouha...@gmail.com wrote: On Tue, 2009-06-09 at 15:52 -0300, Gustavo Sverzut Barbieri wrote: On Tue, Jun 9, 2009 at 2:22 PM, Viktor Kojouharovvkojouha...@gmail.com

Re: [E-devel] E SVN: antognolli IN trunk/PROTO/ethumb: . src src/bin src/lib src/lib/client src/tests

2009-06-05 Thread Viktor Kojouharov
nice, I was waiting for that. Any ideas why I'd be getting these errors when I try to connect: [Ethumb_Client.c:128] __dbus_callback_check_and_init() Ethumb_Client.c:277:_ethumb_client_get_name_owner() callback without message arguments! [Ethumb_Client.c:133] __dbus_callback_check_and_init()

Re: [E-devel] E SVN: antognolli IN trunk/PROTO/ethumb: . src src/bin src/lib src/lib/client src/tests

2009-06-05 Thread Viktor Kojouharov
On Fri, 2009-06-05 at 14:51 -0300, Rafael Antognolli wrote: On Fri, Jun 5, 2009 at 8:30 AM, Viktor Kojouharovvkojouha...@gmail.com wrote: nice, I was waiting for that. Any ideas why I'd be getting these errors when I try to connect: [Ethumb_Client.c:128]

Re: [E-devel] EThumb private plugin headers

2009-05-20 Thread Viktor Kojouharov
On Wed, 2009-05-20 at 15:15 +0200, Gustavo Sverzut Barbieri wrote: On Tue, May 19, 2009 at 1:35 PM, Rafael Antognolli antogno...@profusion.mobi wrote: On Mon, May 18, 2009 at 7:13 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Mon, 2009-05-18 at 18:30 -0300, Rafael Antognolli wrote

Re: [E-devel] E SVN: antognolli IN trunk/PROTO/ethumb/src: bin lib

2009-05-19 Thread Viktor Kojouharov
On Tue, 2009-05-19 at 05:26 -0700, Enlightenment SVN wrote: perhaps Eina_Bool success would make more sense. 'result' doesn't tell what the variable actually represents. Log: Using Eina_Bool. Changed int - Eina_Bool where it makes sense. Author: antognolli Date:

Re: [E-devel] EThumb private plugin headers

2009-05-18 Thread Viktor Kojouharov
On Mon, 2009-05-18 at 18:30 -0300, Rafael Antognolli wrote: On Mon, May 18, 2009 at 7:46 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch ryan.raa...@gmail.com wrote: Hello, I am trying to write an EThumb_Plugin to load an xml file

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-05-15 Thread Viktor Kojouharov
On Fri, 2009-05-15 at 11:11 -0700, Enlightenment SVN wrote: Log: use E_NEW E_FREE macros Author: devilhorns Date: 2009-05-15 11:11:41 -0700 (Fri, 15 May 2009) New Revision: 40680 Modified: trunk/e/src/bin/e_pan.c Modified: trunk/e/src/bin/e_pan.c

Re: [E-devel] notification module: how do you use it?

2009-05-13 Thread Viktor Kojouharov
On Tue, 2009-05-12 at 23:24 -0300, Gustavo Sverzut Barbieri wrote: Hey all, notification module is useful, I like it and will move to e/src/modules (that is: officially supported), but first I need to revamp it so I need input from other users of it. for those that do not use it:

Re: [E-devel] E SVN: barbieri trunk/e/data/themes

2009-05-13 Thread Viktor Kojouharov
On Tue, 2009-05-12 at 07:42 -0700, Enlightenment SVN wrote: Log: unbreak drag of windows in pager. This commit breaks wheel scrolling on the pager, since it receives two wheel events, instead of one. Author: barbieri Date: 2009-05-12 07:42:51 -0700 (Tue, 12 May 2009) New

Re: [E-devel] notification module: how do you use it?

2009-05-13 Thread Viktor Kojouharov
On Wed, 2009-05-13 at 08:13 -0300, Gustavo Sverzut Barbieri wrote: On Wed, May 13, 2009 at 4:18 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Tue, 2009-05-12 at 23:24 -0300, Gustavo Sverzut Barbieri wrote: Hey all, notification module is useful, I like it and will move to e/src

Re: [E-devel] E SVN: urandom trunk/E-MODULES-EXTRA/forecasts

2009-05-11 Thread Viktor Kojouharov
On Mon, 2009-05-11 at 12:02 -0300, Gustavo Sverzut Barbieri wrote: On Sun, May 10, 2009 at 6:31 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: patch from ticket #301 Author: urandom Date: 2009-05-10 02:31:01 -0700 (Sun, 10 May 2009) New Revision: 40578

Re: [E-devel] patch for desk flip animation modules

2009-05-08 Thread Viktor Kojouharov
On Fri, 2009-05-08 at 23:44 +0200, hannes.janet...@gmail.com wrote: On Fri, May 8, 2009 at 11:23 PM, hannes.janet...@gmail.com hannes.janet...@googlemail.com wrote: Hello everyone, attached is a patch that allows to have additional deskflip animations registered by modules. Could someone

[E-devel] [patch] expand efreet_uri to handle full uri authority

2009-05-07 Thread Viktor Kojouharov
Hi, This patch adds a bunch of tests related to efreet_uri, and enabled parsing of usernames/passwords/ports along with the rest of the uri scheme. the encode itself has also been updated to support all of this. I wasn't exactly sure why efreet_uri_encode didn't even return the hostname. if a

Re: [E-devel] [RFC] background panning when changing desks

2009-05-01 Thread Viktor Kojouharov
On Fri, 2009-05-01 at 10:33 +1000, Carsten Haitzler wrote: On Fri, 01 May 2009 02:02:01 +0200 Viktor Kojouharov vkojouha...@gmail.com said: I've updated the patch with a few fixes and also with sending a message with all the info that can be used to reproduce the animation (see line 249

Re: [E-devel] [RFC] background panning when changing desks

2009-05-01 Thread Viktor Kojouharov
On Fri, 2009-05-01 at 21:05 +0800, Toma wrote: I've updated the patch with a few fixes and also with sending a message with all the info that can be used to reproduce the animation (see line 249). The question is, how easy would be for a designer to use this info and create the parallax

Re: [E-devel] [RFC] background panning when changing desks

2009-04-30 Thread Viktor Kojouharov
On Thu, 2009-04-30 at 17:32 -0300, Gustavo Sverzut Barbieri wrote: On Wed, Apr 29, 2009 at 7:18 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-29 at 18:58 -0300, Rafael Antognolli wrote: On Wed, Apr 29, 2009 at 4:31 PM, Viktor Kojouharov vkojouha...@gmail.com wrote

Re: [E-devel] fm2 auto-mount on insert for removable devices

2009-04-30 Thread Viktor Kojouharov
On Thu, 2009-04-30 at 18:01 -0300, Gustavo Sverzut Barbieri wrote: On Thu, Apr 30, 2009 at 3:45 AM, Sergey Semernin sergey.semer...@gmail.com wrote: Hello, All. In the release plan 'fm2 auto-mount on insert for removable devices, possible import places to e/src/modules (with a better

Re: [E-devel] [RFC] background panning when changing desks

2009-04-30 Thread Viktor Kojouharov
On Thu, 2009-04-30 at 18:26 -0300, Gustavo Sverzut Barbieri wrote: On Thu, Apr 30, 2009 at 6:13 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Thu, 2009-04-30 at 17:32 -0300, Gustavo Sverzut Barbieri wrote: On Wed, Apr 29, 2009 at 7:18 PM, Viktor Kojouharov vkojouha...@gmail.com

Re: [E-devel] [RFC] background panning when changing desks

2009-04-30 Thread Viktor Kojouharov
On Thu, 2009-04-30 at 18:26 -0300, Gustavo Sverzut Barbieri wrote: On Thu, Apr 30, 2009 at 6:13 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Thu, 2009-04-30 at 17:32 -0300, Gustavo Sverzut Barbieri wrote: On Wed, Apr 29, 2009 at 7:18 PM, Viktor Kojouharov vkojouha...@gmail.com

[E-devel] [RFC] background panning when changing desks

2009-04-29 Thread Viktor Kojouharov
Hi, I've been playing around with the making the bg_object pan on desk switch, instead of using transitions. To illustrate what I'm talking about, I made a rather crappy screencast (istanbul only seems to make 10fps screencasts, anyone have an alternative program?):

Re: [E-devel] [RFC] background panning when changing desks

2009-04-29 Thread Viktor Kojouharov
On Wed, 2009-04-29 at 18:58 -0300, Rafael Antognolli wrote: On Wed, Apr 29, 2009 at 4:31 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: Hi, I've been playing around with the making the bg_object pan on desk switch, instead of using transitions. To illustrate what I'm talking about

Re: [E-devel] Overriding text { } attribute for TEXTBLOCK

2009-04-28 Thread Viktor Kojouharov
On Tue, 2009-04-28 at 13:30 +0400, Sergey P. Semernin wrote: Hello, All. For example, I'm creating a TEXTBLOCK part in widget: part { name: text.block; type: TEXTBLOCK; ... description { state: default 0.0; ... text { style: textblock_style_1; ...

Re: [E-devel] E SVN: urandom trunk/esmart/src/bin

2009-04-28 Thread Viktor Kojouharov
On Tue, 2009-04-28 at 09:11 -0300, Gustavo Sverzut Barbieri wrote: On Tue, Apr 28, 2009 at 5:30 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: fix the xpixmap window resizing evas_object_color_set (o, 255, 255, 255, 50); humm.. even this line not being

Re: [E-devel] Where is the edje preview program?

2009-04-27 Thread Viktor Kojouharov
On Mon, 2009-04-27 at 10:40 +0800, Jianchun Zhou wrote: Hi, there: I am a beginner of EFL, from edje book ,I learned that there is a program named edje for previewing. But from the source tree, I don't find it Where is it? that book is rather old I guess. the edje program was

Re: [E-devel] E SVN: devilhorns trunk/emprint/src/bin

2009-04-27 Thread Viktor Kojouharov
On Mon, 2009-04-27 at 14:52 -0700, Enlightenment SVN wrote: Log: Use eina_stringshare_replace. Free the cursor after it is set. Author: devilhorns Date: 2009-04-27 14:52:44 -0700 (Mon, 27 Apr 2009) New Revision: 40423 Modified: trunk/emprint/src/bin/main.c

Re: [E-devel] E SVN: barbieri trunk/e/src/bin

2009-04-26 Thread Viktor Kojouharov
On Sat, 2009-04-25 at 13:54 -0700, Enlightenment SVN wrote: Log: actions to toggle new modes. Author: barbieri Date: 2009-04-25 13:54:12 -0700 (Sat, 25 Apr 2009) New Revision: 40385 Modified: trunk/e/src/bin/e_actions.c Modified: trunk/e/src/bin/e_actions.c

Re: [E-devel] [GSoC] Google Summer of Code Accepted Student Proposals....

2009-04-21 Thread Viktor Kojouharov
On Mon, 2009-04-20 at 19:50 -0500, Ravenlock wrote: All, Enlightenment is pleased to announce this years Google Summer of Code 2009 students! We had many great proposals to choose from again this year. Some stemming from our own ideas list and some originating with the students. We

Re: [E-devel] E SVN: urandom IN trunk/PROTO/image-viewer: . data/theme src/bin

2009-04-16 Thread Viktor Kojouharov
On Thu, 2009-04-16 at 18:16 -0300, Gustavo Sverzut Barbieri wrote: On Thu, Apr 16, 2009 at 6:03 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: create the thumbnails in a different thread noo ethumb uses efl, and that cannot be used from different threads...

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 15:29 +1000, Carsten Haitzler wrote: On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov vkojouha...@gmail.com said: you'll be wanting to regenerate patches as they fail... :) Aargg, here be them updated patches you be wanting On Fri, 2009-04-10 at 23:56 +1000

Re: [E-devel] E SVN: andreas trunk/e/src/modules/conf_dpms

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 07:08 -0300, Gustavo Sverzut Barbieri wrote: On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: free EinaList at exit + for (l = dpms_list; l; l = eina_list_next(l)) + { + dpms_list =

Re: [E-devel] Bug in the Drawer module?

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 12:25 +0200, Luca De Marini wrote: Hallo everyone, Drawer is really a great module and it introduces some cool new possibilities in customizing E. Drawer can be used in 2 ways. One way is putting it on the desktop with gadman, and the result is very similar to a plasmoid

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-10 Thread Viktor Kojouharov
On Fri, 2009-04-10 at 23:56 +1000, Carsten Haitzler wrote: On Wed, 08 Apr 2009 11:12:36 +0200 Viktor Kojouharov vkojouha...@gmail.com said: This little patch adds 'tabs' to the fileman module window. The tabs are implemented using the toolbar widget. Currently you can add tabs and switch

Re: [E-devel] [e-users] Release schedule

2009-04-10 Thread Viktor Kojouharov
On Fri, 2009-04-10 at 11:41 -0300, Gustavo Sverzut Barbieri wrote: On Fri, Apr 10, 2009 at 7:57 AM, Albin Tonnerre albin.tonne...@gmail.com wrote: On Thu, Apr 9, 2009 at 8:45 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Apr 9, 2009 at 2:29 PM, Luca De Marini

[E-devel] [patch review] e_fwin 'tabs'

2009-04-08 Thread Viktor Kojouharov
This little patch adds 'tabs' to the fileman module window. The tabs are implemented using the toolbar widget. Currently you can add tabs and switch between them. The only problem right now is that when adding more than two tabs, the toolbar/scrollbar area is moved off the canvas for some reason,

Re: [E-devel] E SVN: davemds trunk/e/src/modules/fileman

2009-04-04 Thread Viktor Kojouharov
This breaks the 'Open' function. E will always asks which program to use to open a certain file now. On Fri, 2009-04-03 at 15:41 -0700, Enlightenment SVN wrote: Log: Patch by Sergey to apply efm window geometry if found in the custom file. Thanks :) Author: davemds Date:

[E-devel] About the GSOC proposals and later related work

2009-04-03 Thread Viktor Kojouharov
I've some suggestions about making the whole GSOC more transparent for everyone, not just mentors/students. These come from the fact that last year there was hardly any news regarding any of the project even after the final deadline. So I propose that the proposals and subsequent work be made

  1   2   >