Re: [E-devel] E18 CFBugs

2013-05-22 Thread Viktor Kojouharov
t I > can test with? > > On Wed, May 22, 2013 at 12:47 PM, Viktor Kojouharov > wrote: > > > 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 somethi

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 wrote: > On 05/21/2013 09:21 AM, Michael Blumenkr

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 wrote: > It would be more awesome to me, > if the s

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 e

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 a

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 wrote: > On Tue, 19 Jun 2012 21:45:17 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 19 Jun 2012 22:19:55 +1000 David Seikel > > said: > > > > > On Tue, 19 Jun 2012 13:04:19 +0100 Stefan Schmidt > > > wrote: > > > > > > > Hello. > >

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 wrote: > On Sun, 14 Nov 2010 13:12:41 +0200 Viktor Kojouharov < >

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

2010-11-14 Thread Viktor Kojouharov
M, Carsten Haitzler wrote: > 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 ri

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

2010-11-14 Thread Viktor Kojouharov
y different places, unless I'm missing something. On Sun, Nov 14, 2010 at 5:11 AM, Carsten Haitzler wrote: > 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

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 wrote: > 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 de

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 wrote: > On 11/13/2010 02:54 PM, Viktor Kojouharov wrote: > >> Why doesn't that function r

[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 I

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 > wrote: > > Yo can do a lot of things. But the question is, would eio evolve to do > them &

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
Yo can do a lot of things. But the question is, would eio evolve to do them for you. If you do SSH://foobar would it handle it in the future On Oct 21, 2010 12:36 PM, "Mike Blumenkrantz" wrote: > On Thu, 21 Oct 2010 12:01:46 +0300 > Viktor Kojouharov wrote: > >> Do yo

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" wrote: > Hi guys, > > I wanted to introduce you to the new kid in svn, EIO. This library is > designed to provide asynchronous input/output operati

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 wrote: > On Wed, Oct 13, 2010 at 7:36 AM, Enlightenment SVN > wrote: > > Log: > > Show mixer popup when changing the volume via keybindings. > > Why? > IMHO, this is very annoying :-\ > > Perhaps leave that to be

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

2010-10-03 Thread Viktor Kojouharov
quentially? On Sun, Oct 3, 2010 at 12:39 PM, Cedric BAIL wrote: > On Sun, Oct 3, 2010 at 11:21 AM, Viktor Kojouharov > 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 curre

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: 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] 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 > 2010/9/21 Iván Briano (Sachiel) > > > 2010/9/21 Otávio Pontes : > > > I am sending two patches to add a transition layout to elm_box. The > > > transition layout is used to display an animation w

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 wrote: > On Tue, Sep 21, 2010 at 2:47 PM, Viktor Kojouharov > wrote: > > It's trying to open both libedje-ver-pr

Re: [E-devel] Eet segfault

2010-09-21 Thread Viktor Kojouharov
at links 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 > wrote: > > The thing is, on this machine, this is not the only case where eet fails. &g

Re: [E-devel] Eet segfault

2010-09-21 Thread Viktor Kojouharov
s kept around. > > It would require more information on why 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

Re: [E-devel] Eet segfault

2010-09-20 Thread Viktor Kojouharov
010 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 hav

[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 eet_data_g

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 sh

Re: [E-devel] using lua_script in edje

2010-08-16 Thread Viktor Kojouharov
That's unfortunate. I really preferred lua's syntax over embryo's On Mon, Aug 16, 2010 at 2:00 PM, Carsten Haitzler wrote: > On Mon, 16 Aug 2010 12:06:52 +0300 Viktor Kojouharov < > vkojouha...@gmail.com> > said: > > > Does the "lua_script" block

[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 ht

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 wrote: > On Fri, 6 Aug 2010 19:34:12 -0300 Gustavo Sverzut Barbieri > said: > >> On Fri, Aug 6, 2010 at 7:27 PM, Carsten Haitzler >> wrote: >> > On Fri, 6 Aug 2010 15:29:27 -0300

[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 0x7f

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 > 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 >

[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 ba

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 > > wrote: > > > Hello, > > > > > > I tried to send some messages from my edje file to my application > > > code. My f

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 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 >> wrote: >> > I noticed t

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

2009-11-14 Thread Viktor Kojouharov
nd when moving > > 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

[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 drawe

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 changing

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

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 > 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,

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 wrote: > > On Tue, Sep 15, 2009 at 1:53 AM, Marco Trevisan wrote: > >> Hello an issue I've always noticed in Elementary is that it doesn't > >> handle correctly the focus change (and using it in

[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 s

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 (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 future RT

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 > wrote: > > On Tue, 2009-09-22 at 10:57 +0200, Dave Andreoli wrote: > >> > >> > >> 2009/9/22 Viktor Kojouharov > >> C

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 > 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

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 ma

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 wil

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:

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 > SVN 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 you want to prin

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 > said: > > > On Tue, 2009-09-01 at 17:55 +0300, Viktor Kojouharov wrote: > > > Hi guys, > > > > > > I've attached a patch

[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 increase/decre

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 > SVN wrote: > > Log: > > silence clang warnings > ... > > Modified: trunk/E-MODULES-EXTRA/drawer/src/plugins/views/list.c > > ===

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 wrote: > > > On Sun, 2009-08-30 at 18:56 -0500, Nick Hughart wrote: > > > On Mon, 31 Aug 2009 01:08:36 +0300 > > > Viktor Kojouharov wrote: > >

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 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 > > >

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] 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 > Michael wrote: > > Iván Briano (Sachiel) wrote: > >> > >> On Fri, Aug 7, 2009 at 10:40 PM, Christopher > >> Michael wrote: > >>> > >>> Found some time to test the shelf_resize patch fina

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 > > Michael wrote: > >> Found some time to test the shelf_resize patch finally :) No adverse > >> effects apparent so I committed it to svn. > >> > > > > Wi

Re: [E-devel] About bindings and python

2009-08-03 Thread Viktor Kojouharov
On Sun, 2009-08-02 at 20:07 -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Aug 2, 2009 at 11:53 AM, Viktor Kojouharov > wrote: > > 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:

[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 c

Re: [E-devel] E SVN: cedric trunk/eet/src/lib

2009-07-23 Thread Viktor Kojouharov
ChangeLog man, ChangeLog On Thu, 2009-07-23 at 02:53 -0700, Enlightenment SVN wrote: > Log: > * eet: Fix initialization for system that don't support SECMEN. > Note that I don't like this solution, but I didn't see any better one. > > Author: cedric > Date: 2009-07-23

Re: [E-devel] evas point object

2009-07-06 Thread Viktor Kojouharov
wouldn't it be easier to just use an evas rectangle with width and height of 1px? On Mon, 2009-07-06 at 21:52 +0200, Vincent Torri wrote: > Hey, > > > may be that the issue has already been asked but do not be afraid to be > > stupid. > > > > I can not identify the function to draw a point (the

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: h

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.

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 > disc

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 > disc

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 > disc

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 Kojouharov > wrote: > > On Tue, 2009-06-09 at 15:52 -0300, Gustavo Sverzut Barbieri wrote: > >> On Tue, Jun 9, 2009 at 2:22 PM, Viktor Kojouharov > >> wrote

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 Kojouharov > wrote: > > On Tue, 2009-06-09 at 14:01 -0300, Gustavo Sverzut Barbieri wrote: > >> Hi all, > >> > >> I want to move the following projec

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 Wehrfritz 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 (e

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 wheneve

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 Kojouharov > wrote: > > nice, I was waiting for that. > > > > Any ideas why I'd be getting these errors when I try to connect: > > > > [Ethumb_Cli

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() Ethu

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 > wrote: > > On Mon, May 18, 2009 at 7:13 PM, Viktor Kojouharov > > wrote: > >> On Mon, 2009-05-18 at 18:30 -0300, Rafael Antognolli wrote: > &g

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 > Dat

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 > wrote: > > On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch wrote: > >> Hello, > >> > >> I am trying to write an EThumb_Plugin to load an xml file with an > >> embbeded jpeg 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 Wed, 2009-05-13 at 08:13 -0300, Gustavo Sverzut Barbieri wrote: > On Wed, May 13, 2009 at 4:18 AM, Viktor Kojouharov > wrote: > > On Tue, 2009-05-12 at 23:24 -0300, Gustavo Sverzut Barbieri wrote: > >> Hey all, > >> > >> notification module is useful

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)

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: no

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 > wrote: > > Log: > > patch from ticket #301 > > Author: urandom > > Date: 2009-05-10 02:31:01 -0700 (Sun, 10 May 2009) > > New Revision: 40578 > > > > Modified: >

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 > wrote: > > Hello everyone, > > attached is a patch that allows to have additional deskflip animations > > registered by modules. Could someone please review it? Sugges

[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 pr

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 para

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 > 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 animati

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 > 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 > >> wrote

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 > 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 > >> 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 > 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 name?) See #22

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 > wrote: > > On Wed, 2009-04-29 at 18:58 -0300, Rafael Antognolli wrote: > >> On Wed, Apr 29, 2009 at 4:31 PM, Viktor Kojouharov > >> wrote: >

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 > wrote: > > Hi, > > > > I've been playing around with the making the bg_object pan on desk > > switch, instead of using transitions. To illustrate w

[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?): http://www.youtube.com/watch?v

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 > wrote: > > Log: > > fix the xpixmap window resizing > >evas_object_color_set (o, 255, 255, 255, 50); > > humm.. even this line not being changed in the co

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

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] Where is the "edje" preview program?

2009-04-27 Thread Viktor Kojouharov
probably won't learn the newer additions from it, but you'll get the basics. For everything else, look at all the .edc files in svn. Especially e/data/themes/default.edc (heavily documented for understanding) > On Mon, Apr 27, 2009 at 2:14 PM, Viktor Kojouharov > wrote: >

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

2009-04-26 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 pro

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_actio

Re: [E-devel] E SVN: urandom trunk/PROTO/ethumb/src/lib

2009-04-24 Thread Viktor Kojouharov
On Fri, 2009-04-24 at 17:01 -0300, Gustavo Sverzut Barbieri wrote: > On Fri, Apr 24, 2009 at 3:53 PM, Enlightenment SVN > wrote: > > +EAPI void > > +ethumb_file_get(Ethumb *e, const char **path, const char **key) > > +{ > > + EINA_SAFETY_ON_NULL_RETURN_VAL(e, NULL); > > ooops! returns NULL on v

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

2009-04-20 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. > >

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 > wrote: > > Log: > > create the thumbnails in a different thread > > noo ethumb uses efl, and that cannot be used from > different threads... > > we're working on

Re: [E-devel] e_fm and thumb scroll

2009-04-13 Thread Viktor Kojouharov
This is unrelated to the actual thumb scroll. There's a bug in the 'open dirs in place', which makes e ignore the 'use single click' option when clicking on a directory, so it will open the directory before having the chance to scroll the viewframe. On Mon, 2009-04-13 at 21:14 +0200, Vincent Pomag

  1   2   3   >