[E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-15 Thread Jeff Hoogland
every computer I have with EFL 1.19 though. In fact it launches as expected on the computer I am typing this from. Any suggestions? -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> ---

[E-devel] E 21.7 Still on Downloads Page

2017-06-11 Thread Jeff Hoogland
It looks like enlightenment 0.21.8 was added to the downloads folder in May, but the main site still lists 0.21.7 as the latest download. Is 21.8 not recommended or is it an oversight in updating? Cheers, -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://g

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
extension for every possible configuration option we might want to change. On Feb 14, 2017 8:09 AM, "Gustavo Sverzut Barbieri" <barbi...@gmail.com> wrote: > On Tue, Feb 14, 2017 at 11:33 AM, Jeff Hoogland <jeffhoogl...@gmail.com> > wrote: > > I'm looking to do edit

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
I'm looking to do editing of configuration files. As Kai linked above we have code in our fork to make it safe to edit configuration files while E is running, On Tue, Feb 14, 2017 at 7:31 AM, Gustavo Sverzut Barbieri < barbi...@gmail.com> wrote: > On Tue, Feb 14, 2017 at 11:21 AM, Jeff

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Jeff Hoogland
Subject: Re: EET Python Bindings > To: Jeff Hoogland <jeffhoogl...@gmail.com> > > > There's some work in a branch here: > > https://git.enlightenment.org/bindings/python/python-efl. > git/log/?h=devs/kuuko/eet > > I haven't planned to resume working on this so feel

[E-devel] EET Python Bindings

2017-02-13 Thread Jeff Hoogland
Are there any plans to expand the python bindings to cover the EET library to support working with .cfg files and such natively? -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/Jef

Re: [E-devel] Identical EDC files produce different images

2017-02-09 Thread Jeff Hoogland
Why is it that one is stretched and one isn't with the same EDC file contents then? Is the one that is fit just happen to have "nice" dimensions for the space the object has? On Tue, Feb 7, 2017 at 11:52 AM, Cedric BAIL <cedric.b...@free.fr> wrote: > On Tue, Feb 7, 2017 at 9:2

[E-devel] Identical EDC files produce different images

2017-02-07 Thread Jeff Hoogland
. Ideally would like both image previews to scale based on width and not distort at all. -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> -- Check out the

[E-devel] Get Icon File Path using EFL and Python?

2017-02-01 Thread Jeff Hoogland
Is it possible to return the file path / an elm image object for a given application name in the current icon set using the python libraries? Currently I am importing GTK to accomplish this because I could not find anything about it in the py-efl docs. -- ~Jeff Hoogland <http://jeffhoogland.

[E-devel] Py-EFL App Crashing with Edje_Object does not have a mapping Error

2017-02-01 Thread Jeff Hoogland
ject does not have a mapping! The exact same source with the exact same EFL version works fine on some other systems. Any ideas what might be wrong / how to correct? Source code: https://github.com/JeffHoogland/swami -- ~Jeff Hoogland <http://jeffhoogland.com/> My Proje

[E-devel] Embedding a Terminal with Ncurses Support in Elm Window

2017-01-29 Thread Jeff Hoogland
Is there a tutorial somewhere for embedding a terminal window with ncurses support into an elementary object? -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland>

[E-devel] Extra.Enlightenment.Org GTK Themes?

2017-01-25 Thread Jeff Hoogland
Are there matching / close to matching GTK themes for any of the Themes found on Extra.Enlightenment.Org ? If so it might be a good idea to link them on the theme pages - helps make systems feel unified when users are using non-Elm apps like some of us do sometimes. Cheers, -- ~Jeff Hoogland

Re: [E-devel] Moksha / E17 Crash with EFL 1.18.4

2017-01-23 Thread Jeff Hoogland
Alrighty, will run through valgrind with --show-reachable=no --vgdb-error=0 and see what it spits out. On Wed, Jan 18, 2017 at 8:31 PM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Wed, 18 Jan 2017 09:55:49 -0600 Jeff Hoogland <jeffhoogl...@gmail.com> > said: > >

Re: [E-devel] Moksha / E17 Crash with EFL 1.18.4

2017-01-18 Thread Jeff Hoogland
Any other suggestions for trying to pin down where this segfault is coming from? On Mon, Jan 16, 2017 at 5:51 PM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Mon, 16 Jan 2017 13:30:25 -0600 Jeff Hoogland <jeffhoogl...@gmail.com> > said: > > you really want

Re: [E-devel] Moksha / E17 Crash with EFL 1.18.4

2017-01-15 Thread Jeff Hoogland
Jan 8, 2017 at 5:37 PM, Simon Lees <sfl...@suse.de> wrote: > > > On 01/09/2017 08:50 AM, Jeff Hoogland wrote: > > How does valgrind differ from Xephyr? Is there a wiki page explaining how > > to do what you are suggesting? > > > > valgrind and Xephyr are to

Re: [E-devel] Moksha / E17 Crash with EFL 1.18.4

2017-01-08 Thread Jeff Hoogland
How does valgrind differ from Xephyr? Is there a wiki page explaining how to do what you are suggesting? On Fri, Jan 6, 2017 at 2:39 AM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Fri, 6 Jan 2017 02:21:10 -0600 Jeff Hoogland <jeffhoogl...@gmail.com> > said: >

[E-devel] Moksha / E17 Crash with EFL 1.18.4

2017-01-06 Thread Jeff Hoogland
great at debugging C code - anyone help point me in the right direction? -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> -- Check out the vibrant tec

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
That does the trick. Good suggestion. On Mon, Dec 5, 2016 at 12:58 PM, Stephen Houston <smhousto...@gmail.com> wrote: > Why not use the selected callback ? > > On Mon, Dec 5, 2016, 10:34 AM Jeff Hoogland <jeffhoogl...@gmail.com> > wrote: > > > Anything I c

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
d" callback is processed, so what you get > is the item being still unselected when your callback is called and > therefore setting it unselected does nothing. But this needs > verification. > > 2016-12-05 16:40 GMT+02:00 Jeff Hoogland <jeffhoogl...@gmail.com>: > > Th

Re: [E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-05 Thread Jeff Hoogland
rgument, > can you check if that's None as well? Change line 1174 to > > def itemClicked(self, obj, item): > > and remove line 1175. > > > 2016-12-05 3:25 GMT+02:00 Jeff Hoogland <jeffhoogl...@gmail.com>: > > Source code: https://github.com/JeffHoogland/ePad/bl

[E-devel] PYTHON: Trouble with toolbar.selected_item_get

2016-12-04 Thread Jeff Hoogland
: jeff@hoogland-W740SU:~/Storage/GitHub/ePad$ ./epad Traceback (most recent call last): File "efl/evas/efl.evas_object_smart.pxi", line 446, in efl.evas._smart_callback (efl/evas/efl.evas.c:78724) File "./epad", line 1176, in itemClicked if item.menu_get() is None a

[E-devel] E17 Theme Text Sizing Issue with EFL 1.18

2016-10-27 Thread Jeff Hoogland
on where to look to fix these text sizing issues with EFL 1.18? -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> -- The Command Line: Reinvented for Modern Developer

Re: [E-devel] EFL cross compilation for Windows

2016-10-21 Thread Jeff Hoogland
gaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ~Jeff Hoogland <http:

[E-devel] Standard Icon Changes in Recent EFL?

2016-09-18 Thread Jeff Hoogland
entary/__init__.c:154806) RuntimeWarning: Setting standard icon failed Same source code worked as expected with EFL 1.15 and displayed the desired icons. Do I need to do something differently or is this a bug? -- ~Jeff Hoogland <http://

Re: [E-devel] Python vs C for E development?

2015-12-27 Thread Jeff Hoogland
> ------ > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ~Je

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-18 Thread Jeff Hoogland
Good to know the theme API still is allowed to break release to release. Guess I'll stick with 1.15 for awhile so I don't have to worry about chasing down issues with each release. On Sat, Nov 14, 2015 at 8:21 PM, Jeff Hoogland <jeffhoogl...@gmail.com> wrote: > Opened a ticket

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-18 Thread Jeff Hoogland
eventually update EFL / Elementary that I'll need to update all my themes. This just means it will be later rather than sooner. On Wed, Nov 18, 2015 at 5:51 PM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Wed, 18 Nov 2015 13:20:14 -0600 Jeff Hoogland <jeffhoogl...@gmail

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-18 Thread Jeff Hoogland
d description, but the fix is there. :) what > do > you expect us to stuff into a single line shortlog? :) > > > Cheers > > Simon > > > > > > On Wed, Nov 18, 2015 at 5:51 PM, Carsten Haitzler < > ras...@rasterman.com> > > > wrote: > > > > &

Re: [E-devel] Segfaults and Full Desktop Lock Ups with EFL 1.16 and E17

2015-11-15 Thread Jeff Hoogland
How do I generate a backtrace from a full desktop lock up? Is there a way to manually trigger a segfault in valgrind? On Sun, Nov 15, 2015 at 4:42 AM, Simon Lees <si...@simotek.net> wrote: > > > On 11/15/2015 07:14 PM, Cedric BAIL wrote: > > Le 15 nov. 2015 15:48, "

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-14 Thread Jeff Hoogland
This seems to be theme related, icons appear as expected in the default theme on Elementary 1.16 Guess I'll open a bug report. On Sat, Nov 14, 2015 at 7:54 PM, Jeff Hoogland <jeffhoogl...@gmail.com> wrote: > Anyone else seeing an issue with images on toolbars with 1.16? ePad and

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-14 Thread Jeff Hoogland
Opened a ticket -> https://phab.enlightenment.org/T2848 On Sat, Nov 14, 2015 at 8:11 PM, Simon Lees <si...@simotek.net> wrote: > > > On 11/15/2015 12:31 PM, Jeff Hoogland wrote: > > This seems to be theme related, icons appear as expected in the default > > theme on

[E-devel] Segfaults and Full Desktop Lock Ups with EFL 1.16 and E17

2015-11-14 Thread Jeff Hoogland
and kill enlightenment. -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> -- ___ enlightenment-devel mailing list e

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-14 Thread Jeff Hoogland
u want wayland support also add: > --enable-wayland > > At runtime if you want thumbnailing for DOC/PPT/XLS etc. files also > provide: > libreoffice > > > > > ------ > Presto, an open source distributed SQL quer

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
@Dave - you can see in my code the layout object commented out. When using that I get the exact same results @Raster - I want to scale it to fit the bounds ideally. On Sat, Oct 24, 2015 at 7:52 AM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Fri, 23 Oct 2015 21:08:34 -

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
the preview. It doesn't scale. > Yours would work as well if you set a max size. > On Oct 24, 2015 9:19 PM, "Jeff Hoogland" <jeffhoogl...@gmail.com> wrote: > > > I need to do this via application code - not by editing the EDC files. My > > goal

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
in elementary / edje tools. On Sat, Oct 24, 2015 at 7:31 PM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Sat, 24 Oct 2015 11:45:36 -0500 Jeff Hoogland <jeffhoogl...@gmail.com> > said: > > > @Dave - you can see in my code the layout object commented out. When > using

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread Jeff Hoogland
edric > > On Fri, Oct 23, 2015 at 10:31 AM, Jeff Hoogland <jeffhoogl...@gmail.com> > wrote: > > I've tried a bunch of those settings. > > > > aspect 1 1; > > > > Gives me me a square image when the aspect ratio of the png is closer to &

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread Jeff Hoogland
ras...@rasterman.com> wrote: > On Fri, 23 Oct 2015 00:05:58 -0500 Jeff Hoogland <jeffhoogl...@gmail.com> > said: > > > if I am displaying an edj object - what does my edc code need to look > like > > for the image to maintain its aspect ration as it's parent objec

[E-devel] Accessing / Editing EET Files from Python

2015-10-23 Thread Jeff Hoogland
tps://github.com/JeffHoogland/neet -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/JeffHoogland> -- ___ enlightenment-dev

Re: [E-devel] Accessing / Editing EET Files from Python

2015-10-23 Thread Jeff Hoogland
, Carsten Haitzler <ras...@rasterman.com> wrote: > On Fri, 23 Oct 2015 14:10:26 -0500 Jeff Hoogland <jeffhoogl...@gmail.com> > said: > > > I am working on a library that can read / write to EET files from Python. > > Essentially I decompile the file using the eet com

[E-devel] EDJE object goes outside parent's bounds

2015-10-23 Thread Jeff Hoogland
. Source I am working with is here -> https://github.com/JeffHoogland/swami/blob/master/swami_wallpaper/swami_wallpaper.py The edje object is created and added to my window starting at line 136. -- ~Jeff Hoogland <http://jeffhoogland.com/> My Projects on GitHub <https://github.com/

[E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-22 Thread Jeff Hoogland
the image that is contained in the edje file keep its shape? Alternatively can I force an elementary object to have a certain aspect ratio? -- ~Jeff Hoogland <http://jeffhoogland.com/>

Re: [E-devel] EFL and Elementary 1.15.1 release

2015-09-08 Thread Jeff Hoogland
gt; -- > Adrien Nader > > > -- > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [E-devel] Terminology 0.9

2015-09-07 Thread Jeff Hoogland
ice that I didn't even > > have them installed anymore, and haven't used them in years. > > The problem turned out to be a broken ncurses install. > > > > TLDR; Terminology is awesome, and the idea to use another terminal > > emulator or even have one installed, isn't ever on my mind. > > > > Thanks for working on

Re: [E-devel] EFL and Elementary 1.15.1 release

2015-09-06 Thread Jeff Hoogland
er > EFL_INTERNAL_DEPEND_PKG([EIO], [eina]) in configure.ac) > > -- > Adrien Nader > > > > -- > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlight

Re: [E-devel] Pre-release tarballs for efl and elm 1.15.1

2015-08-24 Thread Jeff Hoogland
/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- ___ enlightenment-devel mailing list enlightenment

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-12 Thread Jeff Hoogland
GMT+02:00 Carsten Haitzler ras...@rasterman.com: On Mon, 10 Aug 2015 08:15:05 -0500 Jeff Hoogland jeffhoogl...@linux.com said: Apparently this issue is related to my Elm theme. Are we ever going to stop breaking the theme API? we didn't break theme api. perhaps your

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
ras...@rasterman.com wrote: On Mon, 10 Aug 2015 08:15:05 -0500 Jeff Hoogland jeffhoogl...@linux.com said: Apparently this issue is related to my Elm theme. Are we ever going to stop breaking the theme API? we didn't break theme api. perhaps your theme was broken to begin with and only

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Jeff Hoogland
://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Jeff Hoogland
/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- ___ enlightenment-devel mailing list enlightenment-devel

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
:37, Jeff Hoogland wrote: Finally got around to getting on the latest EFL / Elm with the latest release. One of my popups in epad is messed up with this version. This is what it looks like with EFL / ELM 1.12: https://www.enlightenment.org/ss/e-55c3e0bcda5169.10806046.jpg And with EFL

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
Apparently this issue is related to my Elm theme. Are we ever going to stop breaking the theme API? On Mon, Aug 10, 2015 at 8:07 AM, Jeff Hoogland jeffhoogl...@linux.com wrote: I think my issue is different from yours as it is still present in the release tar. This one is going to block me

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Jeff Hoogland
Opened a vague phab ticket as I'm not sure exactly what is broken. https://phab.enlightenment.org/T2651 On Fri, Aug 7, 2015 at 6:24 AM, Jeff Hoogland jeffhoogl...@linux.com wrote: Was the previous behavior I was seeing a bug or is the current behavior a bug? If so anyone know what widget

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-07 Thread Jeff Hoogland
Was the previous behavior I was seeing a bug or is the current behavior a bug? If so anyone know what widget the issue is with now so I can file an accurate bug report? On Thu, Aug 6, 2015 at 5:37 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: Finally got around to getting on the latest EFL

[E-devel] Elm 1.15 broke my popup with a table

2015-08-06 Thread Jeff Hoogland
://www.enlightenment.org/ss/e-55c3dfa2431c27.18476780.jpg Same exact code for both images. Source is here https://github.com/JeffHoogland/ePad/blob/master/epad, popup is built starting at line 449. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Issue with Elm Entry and backspacing at the first character of a new line

2015-07-23 Thread Jeff Hoogland
pretty hard to pinpoint the culprit. Best, Danny. On 07/22/2015 08:34 PM, Jeff Hoogland wrote: Source code I'm working with - https://github.com/JeffHoogland/ePad When I have a multi-line elm entry in ePad and I place my cursor at the very first spot in a line and press the backspace

[E-devel] Issue with Elm Entry and backspacing at the first character of a new line

2015-07-22 Thread Jeff Hoogland
in. Causing the user to have to click back into the entry to continue typing in it. If you are using arch ePad is in the AUR and you can see what I mean for yourself. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] EFL documention at enlightenment.org/docs + videocast tutorial

2015-07-02 Thread Jeff Hoogland
-- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need

Re: [E-devel] E19 Hang/Blackscreen with Custom Theme

2015-05-19 Thread Jeff Hoogland
...@rasterman.com wrote: On Tue, 19 May 2015 18:20:04 +0200 Cedric BAIL cedric.b...@free.fr said: Hello, On Mon, May 18, 2015 at 7:30 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: Anyone able to help / provide some suggestions for this one? https://phab.enlightenment.org/T2395 Seems nobody

[E-devel] E19 Hang/Blackscreen with Custom Theme

2015-05-18 Thread Jeff Hoogland
Anyone able to help / provide some suggestions for this one? https://phab.enlightenment.org/T2395 I really want to keep up with the latest EFL / Elementary releases, but I also can't break the existing systems of all my users. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub

[E-devel] Python Elementary Tutorials Index Page

2015-04-24 Thread Jeff Hoogland
I've put up a simple index page for my python elementary tutorials I am still working on. Currently have four of them complete: http://jeffhoogland.github.io/elm-tutorials/ Cheers, -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] E19 black screen on startup - how to debug?

2015-04-20 Thread Jeff Hoogland
Don't see a wizard. Will trying wiping out my cache. Someone in IRC said it might be related to this - https://phab.enlightenment.org/T2336 On Mon, Apr 20, 2015 at 6:18 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 20 Apr 2015 10:24:49 -0500 Jeff Hoogland jeffhoogl...@linux.com

[E-devel] E19 black screen on startup - how to debug?

2015-04-20 Thread Jeff Hoogland
Just rebuilt E19 with latest EFL/Elementary from GIT to test if a bug had been resolved. After updating and restarting E I am just getting a black screen. Tried wiping out my ~/.e directory to no effect. How can I even go about figuring out what is wrong? -- ~Jeff Hoogland http

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-15 Thread Jeff Hoogland
of my window that is linked to the lower one, but this isn't ideal. On Wed, Apr 15, 2015 at 12:57 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 15 Apr 2015 00:06:52 -0500 Jeff Hoogland jeffhoogl...@linux.com said: Leaving something like this to the theme is frustrating and creates

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-15 Thread Jeff Hoogland
Apr 2015 10:28:53 -0500 Jeff Hoogland jeffhoogl...@linux.com said: The problem is with every theme - including the default. As I said in the first email - I have a very tall pane and it would be ideal if the user didn't have to scroll to the middle 50% in order to drag it. only with flush

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-14 Thread Jeff Hoogland
Leaving something like this to the theme is frustrating and creates an inconsistent user experience. On Tue, Apr 14, 2015 at 9:48 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 21 Mar 2015 13:26:36 -0500 Jeff Hoogland jeffhoogl...@linux.com said: Is there an option to allow panes

[E-devel] Get Python Bindings Listed and Python Applications on Download Page

2015-04-08 Thread Jeff Hoogland
://jeffhoogland.github.io/ePad/ and Exterminator - http://jeffhoogland.github.io/Exterminator/ Are both pretty feature complete. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] HELP WANTED: Distro/platform packaging status of efl and E

2015-04-08 Thread Jeff Hoogland
-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] new www site

2015-04-07 Thread Jeff Hoogland
___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Tags in notification popup

2015-04-04 Thread Jeff Hoogland
://goparallel.sourceforge.net/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] E segfaults when restarting/changing themes with ELM 1.13+

2015-04-03 Thread Jeff Hoogland
, Jeff Hoogland jeffhoogl...@linux.com wrote: Can I please get someone to look into this ticket? This bug is blocking me from being able to update Bodhi's ELM version past 1.12.4 currently and I really want to be able to have newer builds in my stable repo. Which ticket ? The segfault I am

Re: [E-devel] E segfaults when restarting/changing themes with ELM 1.13+

2015-04-03 Thread Jeff Hoogland
As an FYI I am also getting a segfault on E17 when changing theme with these newer efl/elm as well. A couple of people confirmed on IRC that it doesn't happen with E in git. On Fri, Apr 3, 2015 at 10:50 AM, Jeff Hoogland jeffhoogl...@linux.com wrote: Well E itself is just failing to start now

[E-devel] E segfaults when restarting/changing themes with ELM 1.13+

2015-04-03 Thread Jeff Hoogland
and e19.4 -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

Re: [E-devel] E segfaults when restarting/changing themes with ELM 1.13+

2015-04-03 Thread Jeff Hoogland
apply new E themes back and forth a few times without getting a segfault? It happens pretty consistently here - almost every time. It doesn't happen at all with EFL/Elm 1.12 On Fri, Apr 3, 2015 at 10:43 AM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Apr 3, 2015 at 5:11 PM, Jeff Hoogland

Re: [E-devel] Themes, sharing and community

2015-03-31 Thread Jeff Hoogland
/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Action items from EFL Dev Day US 2015

2015-03-31 Thread Jeff Hoogland
and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ~Jeff Hoogland

[E-devel] Option to grab pane anywhere? (not just the center)

2015-03-21 Thread Jeff Hoogland
Is there an option to allow panes to be clickable anywhere along the break instead of just in the very center? I have some panes that are very large and would prefer if the user didn't have to scroll down/up to change the size. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub

[E-devel] Python Elm Extensions Updates

2015-03-21 Thread Jeff Hoogland
of git. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

[E-devel] Run callback during elementary.exit

2015-03-19 Thread Jeff Hoogland
Is there a way to have a callback run when elementary.exit is called? I have a tool that needs some cleanup and I'd like it to happen automatically when elementary is shutdown as opposed to having yet another closing command to run. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects

Re: [E-devel] Can't get Erigo to Launch

2015-03-18 Thread Jeff Hoogland
-gnu/data/config/egui_all.eo ERR4874: /home/jeff/bodhi_debs/20150316/erigo-20150316/src/bin/main.c:249 main() Could not start Erigo On Wed, Mar 18, 2015 at 1:30 AM, Daniel Zaoui daniel.za...@samsung.com wrote: Yep, in efl branch, not in Erigo. On Tue, 17 Mar 2015 09:49:31 -0500 Jeff Hoogland

Re: [E-devel] Can't get Erigo to Launch

2015-03-18 Thread Jeff Hoogland
It appears that Erigo's make install isn't installing its data folder onto the system unless you pass -DCMAKE_BUILD_TYPE=release option. Once I did that it fired right up. On Wed, Mar 18, 2015 at 8:25 AM, Jeff Hoogland jeffhoogl...@linux.com wrote: Error message with updated EFL: erigo

[E-devel] Tutorial for setting up EFL/Elementary via Windows Builds?

2015-03-18 Thread Jeff Hoogland
install-able on Windows, first step before I can compile that is to get EFL/Elementary installed so I can compile py-efl. If it was easily accessible there it would mean the toolkit would have a lot more draw for developers and more developers means more improvements for everyone :) -- ~Jeff

Re: [E-devel] Can't get Erigo to Launch

2015-03-17 Thread Jeff Hoogland
Did you push that update to the main git branch or should I be compiling a different branch? Not seeing any updates to the main branch. On Tue, Mar 17, 2015 at 2:52 AM, Daniel Zaoui daniel.za...@samsung.com wrote: Hi Jeff, On Tue, 17 Mar 2015 02:09:38 -0500 Jeff Hoogland jeffhoogl

[E-devel] Can't get Erigo to Launch

2015-03-17 Thread Jeff Hoogland
: /home/jeff/bodhi_debs/20150316/erigo-20150316/src/bin/main.c:249 main() Could not start Erigo Using EFL/Elm built from Git today. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

[E-devel] Tizen Elementary Theme - Source Code?

2015-03-13 Thread Jeff Hoogland
/documentation/mobile-native-app-programming/basics-native-app-programming/developing-ui-applications-efl/clock-sample-simple-view -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Tizen Elementary Theme - Source Code?

2015-03-13 Thread Jeff Hoogland
:09, March 13, 2015, Jeff Hoogland jeffhoogl...@linux.com: Is the Tizen elementary theme source public? Namely the one that is being used in the screenshots on these pages: https://developer.tizen.org/documentation/mobile-native-app-programming/basics-native-app-programming/developing-ui

Re: [E-devel] Tizen Elementary Theme - Source Code?

2015-03-13 Thread Jeff Hoogland
/fr/documentation/developer-guide/getting-started-guide/cloning-tizen-source?langredirect=1 On Fri, Mar 13, 2015 at 10:08 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: How do I clone the source from that repo? On Fri, Mar 13, 2015 at 3:46 PM, Viacheslav Reutskyi rim

Re: [E-devel] Tizen Elementary Theme - Source Code?

2015-03-13 Thread Jeff Hoogland
-guide/cloning-tizen-source?langredirect=1 On Fri, Mar 13, 2015 at 10:08 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: How do I clone the source from that repo? On Fri, Mar 13, 2015 at 3:46 PM, Viacheslav Reutskyi rim...@yandex.ru wrote: Hi, Please see here: https://review.tizen.org

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread Jeff Hoogland
If size is always at a minimum why does my image display properly when I do a resize add to a window object? How does resize add affect the alignment size of an object? On Mon, Mar 9, 2015 at 1:23 AM, Carsten Haitzler ras...@rasterman.com wrote: On Sun, 8 Mar 2015 22:44:17 -0500 Jeff Hoogland

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread Jeff Hoogland
: On Sun, 8 Mar 2015 22:44:17 -0500 Jeff Hoogland jeffhoogl...@linux.com said: Issue was that I was not assigning a hint. Did not realize the size was set to minimum when adding an object to a box, but not when resize adding to a window. size is ALWAYS at minimum for that widget

[E-devel] Trouble Displaying an Image inside of a Box

2015-03-08 Thread Jeff Hoogland
, no image is displayed. Source code: https://github.com/JeffHoogland/elm-tutorials/blob/master/tut2-displaying-images/ex4-displayselected.py Any idea what I am doing wrong? -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-08 Thread Jeff Hoogland
Issue was that I was not assigning a hint. Did not realize the size was set to minimum when adding an object to a box, but not when resize adding to a window. On Sun, Mar 8, 2015 at 9:31 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: I'm sure I am missing something really simple here

Re: [E-devel] Trouble getting window size to fit to content

2015-03-08 Thread Jeff Hoogland
How does putting all of my content into a scroll help? Won't that just result in having a ton of white space still? On Sun, Mar 8, 2015 at 5:33 AM, Kai Huuhko kai.huu...@gmail.com wrote: 2015-03-08 4:25 GMT+02:00 Jeff Hoogland jeffhoogl...@linux.com: I am having a problem with my window size

Re: [E-devel] Trouble getting window size to fit to content

2015-03-08 Thread Jeff Hoogland
Now I am thoroughly confused. Adding a scroller results in no white space, but the same code with just a box has a bunch of it still: http://www.enlightenment.org/ss/e-54fc4c8f374823.57680955.jpg On Sun, Mar 8, 2015 at 8:16 AM, Jeff Hoogland jeffhoogl...@linux.com wrote: How does putting all

[E-devel] Trouble getting window size to fit to content

2015-03-07 Thread Jeff Hoogland
/apturl-elm/blob/master/apturl-elm When the mainbox that is built starting on line 141 is shown the window gets much larger than the initial 150 pixels. Any ideas what might be causing this? I assume it has to do with my size hints, but I did not think these could affect my window heights. -- ~Jeff

Re: [E-devel] Have E suspend on lid close only while running from battery?

2015-03-05 Thread Jeff Hoogland
Awesome. You think this will be back ported to E19.5 (whenever that happens) or will we be waiting for E20 on this one? On Thu, Mar 5, 2015 at 12:51 AM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 21 Feb 2015 18:28:03 -0600 Jeff Hoogland jeffhoogl...@linux.com said

[E-devel] Elementary from Git Breaks the Start Gadget in my E Theme

2015-03-05 Thread Jeff Hoogland
Any idea what changes in elementary between 1.12 and Git now might cause the start gadget in my custom e theme to stop working? -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

[E-devel] Genlist realized_items_update does not recalculate item height

2015-03-02 Thread Jeff Hoogland
and use the zoom in button to see what I mean. -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- Dive into the World of Parallel Programming The Go Parallel Website

[E-devel] Py-EFL Tutorial Series

2015-02-25 Thread Jeff Hoogland
- http://it.toolbox.com/blogs/enlightenment/pyefl-tutorial-1-hello-elementary-65743 -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland -- Dive into the World of Parallel

[E-devel] Looking for a functional Genlist item_style=full example

2015-02-25 Thread Jeff Hoogland
the test_sortedlist.py with python-efl to see this: http://www.enlightenment.org/ss/e-54ed3b004213a1.84458589.png Note that rowTbl.show() is commented out on line 135, of the sortedlist.py, but the result is the same even with that uncommented. Thanks! -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects

  1   2   3   4   5   >