Re: [e-users] Video background support

2016-08-31 Thread The Rasterman
On Thu, 1 Sep 2016 13:44:37 +1000 Daniel Kasak  said:

> Hi all.
> 
> I saw in release notes recently that E now has video background
> support. I tried selecting a short mp4 animation in the 'wallpaper'
> config window, but I only get a static image. What are the supported
> formats? I also tried decompiling the edje produced ( edje_decc on the
> file in ~/.e/e/backgrounds ) and I got:

you actually have to cp the file into ~/.e/e/background manually. the import
wont do it. if you do - then select... it works.

> edje_decc: Output Image: storm/storm.mp4
> edje_decc: Error. Cannot write file storm/storm.mp4. Perhaps missing
> JPEG or PNG saver modules for Evas.
> 
> I build from git regularly ...
> 
> Dan
> 
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


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


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Video background support

2016-08-31 Thread Daniel Kasak
Hi all.

I saw in release notes recently that E now has video background
support. I tried selecting a short mp4 animation in the 'wallpaper'
config window, but I only get a static image. What are the supported
formats? I also tried decompiling the edje produced ( edje_decc on the
file in ~/.e/e/backgrounds ) and I got:

edje_decc: Output Image: storm/storm.mp4
edje_decc: Error. Cannot write file storm/storm.mp4. Perhaps missing
JPEG or PNG saver modules for Evas.

I build from git regularly ...

Dan

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Enlightenment and Spotify

2016-08-31 Thread Esteban Monge
  I am wondering that Spotify supports MPRIS… with this you can 
play/pause/stop music and next or forward songs… without entering to the 
GUI, for example with Fn Keys.

Enlightenment have a way to add it very easy… I posted a how to in this 
link:

https://www.estebanmonge.tk/doku.php/spotify?s[]=enlightenment

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enventor 1.0 Release

2016-08-31 Thread Christopher Barry
On Wed, 31 Aug 2016 16:46:13 +0900 (KST)
Hermet Park  wrote:

>Hello everyone,
> 
>I'm glad to announce Enventor 1.0 release.
>
>Please see and enjoy it. :)
>
>Demo Video:
>   https://youtu.be/lTLfr6knXrA
>
>And fyi, Enventor has an official about page that helps you about its
>usage. See https://www.enlightenment.org/about-enventor
>
>Thank you.
>
>
>Changes since Enventor 0.9.0:
>-
>
>Additions:
>   * Tooltips: Newly supported.
>   * Wireframe: Newly introduced.
>   * File Tab: Newly introduced.
>   * Reference Popup: Newly introduced.
>   * A lot of Enventor APIs are changed.
>
>Improvements:
>   * EDC Editor: Rearrange searched part to be placed in center.
>   * EDC Editor: Support to jump to the part define.
>   * File Borwser: Set current directory as a workspace in default.
>   * File Browser: add a function to set a main edc file with a marker.
>   * File Browser: Display sorted file list based on file type.
>   * File Browser: Skip files if their names were started with dot.
>   * Template: Add various samples.
>   * New File: Sort template list in alphabetical order.
>   * Help: Update overall content.
>   * Setting: Apply layze style to syntax color template code.
>   * Setting: Add the main EDC file path.
>   * Live Edit: support base_scale values.
>   * Console: Apply syntax color for error messages:.
>   * EDC Parser: Identify whole macro functions to have syntax color.
>   * Support vector type part.
>   * Update overall GUIs & Shortcut keys.
>   * Support individual group view size and view scale.
>   * Limit to an single Enventor instance.
>   * Update Syntax color keywords.
>   * Allow multi-file editor.
>
>Fixes:
>   * Template: Fix Map template code typo.
>   * Template: don't localize floats in the relative values.
>   * Statusbar: Fix an incorrect view size.
>   * Indentation: Fix a incorrect indentation in a corner case.
>   * Live Edit: Fix incorrect stacking.
>   * Live Edit: Fix an added object to have min size properly.
>   * Live Edit: Dismiss ctxpopup when view position is changed.
>   * Goto: Fix window closing issue.
>   * Setting: Fix to not abuse user Elementary configuration file.
>   * Setting: Reset font style properly.
>   * EDC Editor: Show images on cursor "images.image".
>   * EDC Editor: Fix to remove focus highlight on template seletion
> button.
>   * Fix many crash scenarios.
>   * Fix a dummy swallow/spacer selection bug.
>   * Fix Undo's indiscriminate red alert.
>   * Fix build break on Win32.
>--
>___
>enlightenment-users mailing list
>enlightenment-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Looks very carefully crafted. Nice job.

-- 
Regards,
Christopher

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Enventor 1.0 Release

2016-08-31 Thread Hermet Park
Hello everyone,
 
I'm glad to announce Enventor 1.0 release.

Please see and enjoy it. :)

Demo Video:
   https://youtu.be/lTLfr6knXrA

And fyi, Enventor has an official about page that helps you about its usage.
See https://www.enlightenment.org/about-enventor

Thank you.


Changes since Enventor 0.9.0:
-

Additions:
   * Tooltips: Newly supported.
   * Wireframe: Newly introduced.
   * File Tab: Newly introduced.
   * Reference Popup: Newly introduced.
   * A lot of Enventor APIs are changed.

Improvements:
   * EDC Editor: Rearrange searched part to be placed in center.
   * EDC Editor: Support to jump to the part define.
   * File Borwser: Set current directory as a workspace in default.
   * File Browser: add a function to set a main edc file with a marker.
   * File Browser: Display sorted file list based on file type.
   * File Browser: Skip files if their names were started with dot.
   * Template: Add various samples.
   * New File: Sort template list in alphabetical order.
   * Help: Update overall content.
   * Setting: Apply layze style to syntax color template code.
   * Setting: Add the main EDC file path.
   * Live Edit: support base_scale values.
   * Console: Apply syntax color for error messages:.
   * EDC Parser: Identify whole macro functions to have syntax color.
   * Support vector type part.
   * Update overall GUIs & Shortcut keys.
   * Support individual group view size and view scale.
   * Limit to an single Enventor instance.
   * Update Syntax color keywords.
   * Allow multi-file editor.

Fixes:
   * Template: Fix Map template code typo.
   * Template: don't localize floats in the relative values.
   * Statusbar: Fix an incorrect view size.
   * Indentation: Fix a incorrect indentation in a corner case.
   * Live Edit: Fix incorrect stacking.
   * Live Edit: Fix an added object to have min size properly.
   * Live Edit: Dismiss ctxpopup when view position is changed.
   * Goto: Fix window closing issue.
   * Setting: Fix to not abuse user Elementary configuration file.
   * Setting: Reset font style properly.
   * EDC Editor: Show images on cursor "images.image".
   * EDC Editor: Fix to remove focus highlight on template seletion button.
   * Fix many crash scenarios.
   * Fix a dummy swallow/spacer selection bug.
   * Fix Undo's indiscriminate red alert.
   * Fix build break on Win32.
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users