On 18/06/17 06:51, William L. Thomson Jr. wrote:
> On Sat, 17 Jun 2017 19:37:24 +0200
> michael bouchaud wrote:
>
>> Nothing about this fork, it's a great news and me too, I will enjoy
>> an e login manager !
>
> I take it you are not using entrance now. What are you using then to
> log into E
No I don't use a dm today, I'm a single user on my laptop.
And the plan is what raster ask and explain, e have got what we need to
make a great login manager for e.
What I have done is just make experiment with imfos module (into my branch)
and try what we could do with security when logged. I do a
It sounds like a better idea. Most of the auth stuff exists I guess the
experience wouldn't need to be too dissimilar to the screen lock. So the DM
would work regardless of what engine or OS you used (as long as E runs).
On Sun, Jun 18, 2017 at 1:31 PM, michael bouchaud <
michael.bouch...@gmail.co
felipealmeida pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=0fcee227aa9269b3767d6f6046d4b18389c0533d
commit 0fcee227aa9269b3767d6f6046d4b18389c0533d
Author: Felipe Magno de Almeida
Date: Sun Jun 18 11:30:00 2017 -0300
eolian-cxx: Fix C++ generation
On Sun, 18 Jun 2017 09:14:31 +0900
Carsten Haitzler (The Rasterman) wrote:
> On Sat, 17 Jun 2017 14:23:37 +0200 michael bouchaud
> said:
>
> hey yoz!
>
> how far are you along with this entrance re-do? my thoughts are as
> follows: just re-use enlightenment itself as a login manager.
Would it
felipealmeida pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=1634c141698499ea0fe735c5447c38488e8891ad
commit 1634c141698499ea0fe735c5447c38488e8891ad
Author: Lauro Moura
Date: Fri Apr 7 13:54:55 2017 -0300
eolian: function pointers
First st
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=800ac197f8944141d82c1e8960be87ec8cde4194
commit 800ac197f8944141d82c1e8960be87ec8cde4194
Author: Andy Williams
Date: Sun Jun 18 16:13:44 2017 +0100
elementary: fix typos and warnings in my m
Hi,
I am trying to add submenu_open and submenu_close API calls but I can't for
the life of me figure out why this is not working.
They both seem to result in closing the parent menu.
https://phab.enlightenment.org/D4978
Any suggestions would be greatly appreciated.
Thanks,
Andy
--
http://andyw
davemds pushed a commit to branch master.
http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=eace418f9beecd4ab80862352c5f139a11b9fe2d
commit eace418f9beecd4ab80862352c5f139a11b9fe2d
Author: Dave Andreoli
Date: Sun Jun 18 18:38:25 2017 +0200
Some new widget names
kuuko pushed a commit to branch master.
http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=a475ecba44220bf4c262c93033ec86d0041ab555
commit a475ecba44220bf4c262c93033ec86d0041ab555
Author: Kai Huuhko
Date: Sun Jun 18 20:30:52 2017 +0300
Elementary: Add import to efl.edj
2017-06-18 2:14 GMT+03:00 Rbt. Y-Lee :
> Also oddly enough Jeff uses the same line of code in exterminator and epad:
>
> self.mainWindow.icon_object_set(icon.object_get()) (epads case)
>
> in this case even with elementary settings set to use elm theme it works.
> also print(icon.object) returns:
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=6c714d19dafe9c93b8e99cbf83571fd737f1d275
commit 6c714d19dafe9c93b8e99cbf83571fd737f1d275
Author: Andy Williams
Date: Sun Jun 18 19:18:21 2017 +0100
ui: don't allow menu to be added more tha
Yes it would. Just hang to log in, prepare env user space, exec and wait
until a wm is here to shutdown.
Le 18 juin 2017 16:59, "William L. Thomson Jr." a
écrit :
> On Sun, 18 Jun 2017 09:14:31 +0900
> Carsten Haitzler (The Rasterman) wrote:
>
> > On Sat, 17 Jun 2017 14:23:37 +0200 michael bouc
Hi team,
Netstar pointed out something to me today that I had completely missed for
ages - elm_entry assumes you are typing markup. Type "a>b" and text_get
will return "a>b" - what is the reason for this? It seems completely
crazy default behaviour.
Is there any reason we can't turn this off by de
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=43a036a632d133c7fe18b0869a74375435d318cd
commit 43a036a632d133c7fe18b0869a74375435d318cd
Author: Al Poole
Date: Sun Jun 18 21:41:34 2017 +0100
screens: scm_commit, add scroller to list widg
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=06410fa8b0ffdfb8ded0be2fba5c5f41996f5d2e
commit 06410fa8b0ffdfb8ded0be2fba5c5f41996f5d2e
Author: Sanjeev BA
Date: Sun Jun 18 21:49:53 2017 +0100
Fix typos.
Summary: Signed-off-by:
Hi Andrew,
Markup uses tags like " hello ".
It is clear why it's essential to do "character escaping" like ">"
instead
of "<". Otherwise, if you feed "<" back to the entry widget, it will be
misinterpreted as a tag element.
As a side note, you can use "elm_entry_markup_to_utf8" helper to
strip-dow
Marking up an input field is not the most common use-case - and is surely
inputted by the app rather than the user normally?
I propose that ...text_get should return stripped markup and a new method
markup_text_get returns the current stuff. That would cater for both use
cases...
Thanks,
Andrew
O
It's certainly a bit of a surprising feature. An additional method would
save loads of code duplication? Also documenting the behaviour?
On Sun, Jun 18, 2017 at 10:11 PM, Andrew Williams
wrote:
> Marking up an input field is not the most common use-case - and is surely
> inputted by the app rath
2017-06-19 0:11 GMT+03:00 Andrew Williams :
> Marking up an input field is not the most common use-case - and is surely
> inputted by the app rather than the user normally?
>
> I propose that ...text_get should return stripped markup and a new method
> markup_text_get returns the current stuff. Tha
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=dd99772905a532a5e11baf5a16108dd34b27f18a
commit dd99772905a532a5e11baf5a16108dd34b27f18a
Author: Al Poole
Date: Sun Jun 18 22:52:02 2017 +0100
toolbar bottom: make panel tabs easier to read
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=197c3dee2b06a0fb9be9c89028433af40c9e94a4
commit 197c3dee2b06a0fb9be9c89028433af40c9e94a4
Author: Al Poole
Date: Sun Jun 18 22:54:09 2017 +0100
searchpanel/tasks: ignore further extensions.
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=9677bb4b866d20549036b92a4679fa3aa178a487
commit 9677bb4b866d20549036b92a4679fa3aa178a487
Author: Al Poole
Date: Sun Jun 18 22:55:58 2017 +0100
general input: work around elm_entry assuming
Can we be a little careful with that response? The behaviour you think
people are relying on is undocumented and confusing. Are people truly
relying on the "HTML encoding" behaviour of user input?
I think that something so unintuitive is better fixed rather than live with
it forever!
Simple user in
It is python but this caused us (Bodhi linux) some headache with Jeffs
esudo program: https://github.com/JeffHoogland/esudo/issues/2
On Sun, Jun 18, 2017 at 4:59 PM, Daniel Hirt wrote:
> Hi Andrew,
>
> Markup uses tags like " hello ".
> It is clear why it's essential to do "character escaping" l
Hi,
On Sun, Jun 18, 2017 at 3:07 PM, Andrew Williams wrote:
> Can we be a little careful with that response? The behaviour you think
> people are relying on is undocumented and confusing. Are people truly
> relying on the "HTML encoding" behaviour of user input?
> I think that something so unintu
On Sun, 18 Jun 2017 20:18:33 + Andrew Williams said:
> Hi team,
>
> Netstar pointed out something to me today that I had completely missed for
> ages - elm_entry assumes you are typing markup. Type "a>b" and text_get
> will return "a>b" - what is the reason for this? It seems completely
> cr
On Sun, 18 Jun 2017 15:22:04 -0700 Cedric BAIL said:
> Hi,
>
> On Sun, Jun 18, 2017 at 3:07 PM, Andrew Williams wrote:
> > Can we be a little careful with that response? The behaviour you think
> > people are relying on is undocumented and confusing. Are people truly
> > relying on the "HTML en
On Mon, 19 Jun 2017 07:55:01 +0900 Carsten Haitzler (The Rasterman)
said:
> On Sun, 18 Jun 2017 20:18:33 + Andrew Williams
> said:
>
> > Hi team,
> >
> > Netstar pointed out something to me today that I had completely missed for
> > ages - elm_entry assumes you are typing markup. Type "a>b
felipealmeida pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=c40ecb62820c1ebf59020602aee6391540e0520f
commit c40ecb62820c1ebf59020602aee6391540e0520f
Author: Felipe Magno de Almeida
Date: Sun Jun 18 20:01:55 2017 -0300
eolian-cxx: Add constructor wi
On Sun, Jun 18, 2017 at 3:58 PM, Carsten Haitzler wrote:
> On Sun, 18 Jun 2017 15:22:04 -0700 Cedric BAIL said:
>> On Sun, Jun 18, 2017 at 3:07 PM, Andrew Williams
>> wrote:
>> > Can we be a little careful with that response? The behaviour you think
>> > people are relying on is undocumented an
On Sun, 18 Jun 2017 16:20:59 -0700 Cedric BAIL said:
> On Sun, Jun 18, 2017 at 3:58 PM, Carsten Haitzler
> wrote:
> > On Sun, 18 Jun 2017 15:22:04 -0700 Cedric BAIL said:
> >> On Sun, Jun 18, 2017 at 3:07 PM, Andrew Williams
> >> wrote:
> >> > Can we be a little careful with that response? The
On Sun, Jun 18, 2017 at 4:45 PM, Carsten Haitzler wrote:
> On Sun, 18 Jun 2017 16:20:59 -0700 Cedric BAIL said:
>> On Sun, Jun 18, 2017 at 3:58 PM, Carsten Haitzler
>> wrote:
>> > On Sun, 18 Jun 2017 15:22:04 -0700 Cedric BAIL said:
>> >> On Sun, Jun 18, 2017 at 3:07 PM, Andrew Williams
>> >>
On 17 June 2017 at 04:35, Gustavo Sverzut Barbieri
wrote:
> On Wed, May 31, 2017 at 11:02 PM, Jean-Philippe André
> wrote:
> > Hi Dave,
> >
> > On 1 June 2017 at 08:46, Cedric BAIL wrote:
> >
> >> On Wed, May 31, 2017 at 4:12 PM, Carsten Haitzler >
> >> wrote:
> >> > On Wed, 31 May 2017 19:33:
On 16 June 2017 at 23:07, Mike Blumenkrantz
wrote:
> I have an upcoming patch which further modifies this behavior, and it may
> cause a regression here since I don't know what the original issue was.
>
The issue was in:
elementary_test -to "Window Inline"
Mouse events simply didn't work insi
On Sun, 18 Jun 2017 16:53:34 -0700 Cedric BAIL said:
> On Sun, Jun 18, 2017 at 4:45 PM, Carsten Haitzler
> wrote:
> > On Sun, 18 Jun 2017 16:20:59 -0700 Cedric BAIL said:
> >> On Sun, Jun 18, 2017 at 3:58 PM, Carsten Haitzler
> >> wrote:
> >> > On Sun, 18 Jun 2017 15:22:04 -0700 Cedric BAIL
>
conr2d pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=864e854fa94305d449eecfdc20606935a9809b8c
commit 864e854fa94305d449eecfdc20606935a9809b8c
Author: Jeeyong Um
Date: Mon Jun 19 13:19:30 2017 +0900
example: Add missing definition to invoke EO API
-
On Sun, 18 Jun 2017 14:31:16 +0200 michael bouchaud
said:
> No I don't use a dm today, I'm a single user on my laptop.
same for me... :)
> And the plan is what raster ask and explain, e have got what we need to
> make a great login manager for e.
aaah indeed. this would have been next - to con
Hi,
On Sat, Jun 17, 2017 at 5:17 AM, Felipe Magno de Almeida <
felipe.m.alme...@gmail.com> wrote:
> On Jun 16, 2017 11:10 PM, "Carsten Haitzler" wrote:
>
> On Fri, 16 Jun 2017 19:48:51 -0300 Felipe Magno de Almeida
> said:
>
> > Hello,
> >
> > Should handle types (opaque types always used by po
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=08f04b1496479f2ff8d5d8cea2cff5f8f01d7952
commit 08f04b1496479f2ff8d5d8cea2cff5f8f01d7952
Author: Bryce Harrington
Date: Mon Jun 19 11:47:16 2017 +0900
ecore_evas: Document remaining new/get calls f
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=3805544a32cd9ab6920ba770e2717e1a41436a88
commit 3805544a32cd9ab6920ba770e2717e1a41436a88
Author: Woochan Lee
Date: Mon Jun 19 12:00:30 2017 +0900
multibuttonentry: Fix expand state changed callback
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=d6140f385417c629319418c471f27fe46aed428a
commit d6140f385417c629319418c471f27fe46aed428a
Author: Woochan Lee
Date: Mon Jun 19 12:01:31 2017 +0900
test_multibuttonentry: Fix name of smart event for
42 matches
Mail list logo