[e-users] Fwd: Python-EFL 1.12.0 released

2014-11-23 Thread Davide Andreoli
= Python-EFL 1.12.0 release=

We are pleased to announce that **Python-EFL** 1.12.0 is now released and
available for download.

== Download ==

http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.gz
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.bz2
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.md5sum
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.sha1sum

For convenience the tarballs contain both the Cython sources and generated
intermediary C sources, meaning you **do not** need Cython to compile the
bindings. Full cython sources are also publicly accessible from our git
repository at:
https://git.enlightenment.org/bindings/python/python-efl.git/

More information about the python bindings can be found at:
https://phab.enlightenment.org/w/projects/python_bindings_for_efl/

---

= What's New =

No major changes have been made since the last 1.11 release. All the new
features of efl and elementary 1.12 has been ported and the usual has been
done in fixing bugs and optimizing speed. (see **changes.html** in the
tarball for the full list of changes)

== Shortlog ==

Dave Andreoli (11):
* Make cython 0.21 happy
* Cython 0.21.1 is broken for py3, blacklisted.
* New 1.12 api: edje_object_part_text_input_hint_set/get
* New 1.12 API: elm_entry_input_hint_set/get
* New 1.12 API: elm_process_state_get
* Optimize the _set_properties_from_keyword_args() function.
* New 1.12 API: elm_panel_scrollable_set/get/content_size_set
* New 1.12 API: elm_fileselector_current_name_set/get
* New 1.12 API: edje_object_base_scale_get
* setup.py: do not fail when sphinx is not found
* New 1.12 enums: Input panel variations

Kai Huuhko (2):
* Examples: set hoversel text in a callback
* Elm.menu: Fix documentation for item_add parameters


---

= Building and Dependencies =
If you have existing Python-EFL or the old split 1.7 release bindings
installed, you may wish to uninstall them before compiling and installing
to avoid possible conflicts during install and/or runtime.

To build the bindings you will need the following libraries:
* python (Python 2.6+/3.0+)
* efl (1.12)
* elementary (1.12)
* python-dbus (0.83+)

If you wish to compile using the Cython sources:
* cython (0.19+)


To install the bindings run:

  (sudo) python setup.py install

To generate the documentation locally you need:
* sphinx (1.1+)
* graphviz (optional)

To build the documentation:

  python setup.py build_doc

For more information on available build options see:

  python setup.py --help

---

= Projects using Python-EFL =

| **EpyMC** - Media Center | https://github.com/DaveMDS/epymc |
| **Espionage** - D-Bus inspector |
https://phab.enlightenment.org/w/projects/espionage/ |
| **Epour** - BitTorrent Client |
https://phab.enlightenment.org/w/projects/epour/ |
| **Econnman** - Connman GUI |
https://phab.enlightenment.org/w/projects/econnman/ |
| **eInfo** - System Information Tool |
http://forums.bodhilinux.com/index.php?/topic/8289-einfo-system-information/
|
| **eAndora** - GUI for Pandora Internet Radio |
http://forums.bodhilinux.com/index.php?/topic/7365-eandora-elm-pandora-client/
|
| **egitu** - Git User Interface | https://github.com/DaveMDS/egitu |

... and many more that cannot fit in this short list.
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Python-EFL 1.12.0 released

2014-11-23 Thread Davide Andreoli
= Python-EFL 1.12.0 release=

We are pleased to announce that **Python-EFL** 1.12.0 is now released and
available for download.

== Download ==

http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.gz
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.bz2
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.md5sum
http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.sha1sum

For convenience the tarballs contain both the Cython sources and generated
intermediary C sources, meaning you **do not** need Cython to compile the
bindings. Full cython sources are also publicly accessible from our git
repository at:
https://git.enlightenment.org/bindings/python/python-efl.git/

More information about the python bindings can be found at:
https://phab.enlightenment.org/w/projects/python_bindings_for_efl/

---

= What's New =

No major changes have been made since the last 1.11 release. All the new
features of efl and elementary 1.12 has been ported and the usual has been
done in fixing bugs and optimizing speed. (see **changes.html** in the
tarball for the full list of changes)

== Shortlog ==

Dave Andreoli (11):
* Make cython 0.21 happy
* Cython 0.21.1 is broken for py3, blacklisted.
* New 1.12 api: edje_object_part_text_input_hint_set/get
* New 1.12 API: elm_entry_input_hint_set/get
* New 1.12 API: elm_process_state_get
* Optimize the _set_properties_from_keyword_args() function.
* New 1.12 API: elm_panel_scrollable_set/get/content_size_set
* New 1.12 API: elm_fileselector_current_name_set/get
* New 1.12 API: edje_object_base_scale_get
* setup.py: do not fail when sphinx is not found
* New 1.12 enums: Input panel variations

Kai Huuhko (2):
* Examples: set hoversel text in a callback
* Elm.menu: Fix documentation for item_add parameters


---

= Building and Dependencies =
If you have existing Python-EFL or the old split 1.7 release bindings
installed, you may wish to uninstall them before compiling and installing
to avoid possible conflicts during install and/or runtime.

To build the bindings you will need the following libraries:
* python (Python 2.6+/3.0+)
* efl (1.12)
* elementary (1.12)
* python-dbus (0.83+)

If you wish to compile using the Cython sources:
* cython (0.19+)


To install the bindings run:

  (sudo) python setup.py install

To generate the documentation locally you need:
* sphinx (1.1+)
* graphviz (optional)

To build the documentation:

  python setup.py build_doc

For more information on available build options see:

  python setup.py --help

---

= Projects using Python-EFL =

| **EpyMC** - Media Center | https://github.com/DaveMDS/epymc |
| **Espionage** - D-Bus inspector |
https://phab.enlightenment.org/w/projects/espionage/ |
| **Epour** - BitTorrent Client |
https://phab.enlightenment.org/w/projects/epour/ |
| **Econnman** - Connman GUI |
https://phab.enlightenment.org/w/projects/econnman/ |
| **eInfo** - System Information Tool |
http://forums.bodhilinux.com/index.php?/topic/8289-einfo-system-information/
|
| **eAndora** - GUI for Pandora Internet Radio |
http://forums.bodhilinux.com/index.php?/topic/7365-eandora-elm-pandora-client/
|
| **egitu** - Git User Interface | https://github.com/DaveMDS/egitu |

... and many more that cannot fit in this short list.
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Changing cursor size

2014-11-23 Thread Peter Flynn
On 11/18/2014 09:25 PM, Peter Flynn wrote:
 How do I change the size of the arrow cursor in e17?

Has anyone any suggestions here? I cannot get the change to a larger 
size to work.

///Peter

 In Settings  All  Preferences there are TWO options:
 Mouse  Touchpad and Mouse and Touchpad. The first takes you to the
 Xubuntu config, which is useless; the second is the Enlightenment
 settings, where you can change the cursor size and theme, but it has no
 effect whatsoever: the cursor stays exactly the same size.

 Is there a way to edit a config file somewhere to force the change?

 In testing this, half my shelf icons have now disappeared. Something in
 the size setting is conflicting with the icon settings.

 Does anyone know if e19 fixes any of these?

 ///Peter


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Changing cursor size

2014-11-23 Thread Christopher Barry
On Sun, 23 Nov 2014 22:53:27 +
Peter Flynn pe...@silmaril.ie wrote:

On 11/18/2014 09:25 PM, Peter Flynn wrote:
 How do I change the size of the arrow cursor in e17?

Has anyone any suggestions here? I cannot get the change to a larger 
size to work.

///Peter


I *think* this may be a theme function, and you may need to hack the
theme you're using. (but don't hold me to that...). Just thought I
should answer, since no one else is.

--
Regards,
Christopher Barry

Random geeky fortune:
NEVER swerve to hit a lawyer riding a bicycle -- it might be your
bicycle.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Feature Request: window / display scaling

2014-11-23 Thread Daniel Kasak
Greetings.

Now that everything is composited, would I be crazy to ask for the ability
to scale windows? Use cases:

1) I like playing wizball ( C64 game ) with my son. People around my age
might remember it. Some genius wrote a Windows version that works perfectly
in wine. But it runs at around 648x480. I'd prefer to not have to change my
desktop to be 640x480 to be able to play it nicely.

2) Some people have tiny monitors, and my fat-arsed apps don't fit on their
screen. It would be good if they could 'zoom out' to see the whole window
at once.

3) Similar to above - dealing with projectors that only run at 1024x768,
etc.

I guess there are challenges with things like mouse inputs, that would also
have to be 'scaled' appropriately. But it would be ultra-cool :)

Maybe it would be easier to implement just scaling the entire display at
once? I'd be happy with that at this point ... eg hit some key and spin the
mouse wheel to zoom into whatever I'm pointing at.

Dan
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Feature Request: window / display scaling

2014-11-23 Thread The Rasterman
On Mon, 24 Nov 2014 14:43:19 +1100 Daniel Kasak d.j.kasak...@gmail.com said:

 Greetings.
 
 Now that everything is composited, would I be crazy to ask for the ability
 to scale windows? Use cases:
 
 1) I like playing wizball ( C64 game ) with my son. People around my age
 might remember it. Some genius wrote a Windows version that works perfectly
 in wine. But it runs at around 648x480. I'd prefer to not have to change my
 desktop to be 640x480 to be able to play it nicely.
 
 2) Some people have tiny monitors, and my fat-arsed apps don't fit on their
 screen. It would be good if they could 'zoom out' to see the whole window
 at once.
 
 3) Similar to above - dealing with projectors that only run at 1024x768,
 etc.
 
 I guess there are challenges with things like mouse inputs, that would also
 have to be 'scaled' appropriately. But it would be ultra-cool :)
 
 Maybe it would be easier to implement just scaling the entire display at
 once? I'd be happy with that at this point ... eg hit some key and spin the
 mouse wheel to zoom into whatever I'm pointing at.

this isn't possible in x11 due to not being able to redirect/intercept input.
input is 1:1 to where the window is and goes directly from x1 to client. wm is
not involved at all. in a wayland world, this is possible, but not in x11.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Feature Request: window / display scaling

2014-11-23 Thread Daniel Kasak
Thanks for the response :)

On Mon, Nov 24, 2014 at 5:24 PM, Carsten Haitzler ras...@rasterman.com
wrote:

 On Mon, 24 Nov 2014 14:43:19 +1100 Daniel Kasak d.j.kasak...@gmail.com
 said:

  Greetings.
 
  Now that everything is composited, would I be crazy to ask for the
 ability
  to scale windows? Use cases:
 
  1) I like playing wizball ( C64 game ) with my son. People around my age
  might remember it. Some genius wrote a Windows version that works
 perfectly
  in wine. But it runs at around 648x480. I'd prefer to not have to change
 my
  desktop to be 640x480 to be able to play it nicely.
 
  2) Some people have tiny monitors, and my fat-arsed apps don't fit on
 their
  screen. It would be good if they could 'zoom out' to see the whole window
  at once.
 
  3) Similar to above - dealing with projectors that only run at 1024x768,
  etc.
 
  I guess there are challenges with things like mouse inputs, that would
 also
  have to be 'scaled' appropriately. But it would be ultra-cool :)
 
  Maybe it would be easier to implement just scaling the entire display at
  once? I'd be happy with that at this point ... eg hit some key and spin
 the
  mouse wheel to zoom into whatever I'm pointing at.

 this isn't possible in x11 due to not being able to redirect/intercept
 input.
 input is 1:1 to where the window is and goes directly from x1 to client.
 wm is
 not involved at all. in a wayland world, this is possible, but not in x11.

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users