Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-14 Thread Michael Blumenkrantz
fixed

On Tue, Aug 14, 2012 at 2:32 AM, Daniel Juyung Seo wrote:

> Awesome! Finally shotgun came in svn!
> I've been using it for so long and I liked it.
> Btw, following instruction gave me tons of "undefined reference to
> shotgun_".
> $ ./autogen.sh
> $ make
>
> Any solution for this?
>
> Daniel Juyung Seo (SeoZ)
>
>
> On Tue, Aug 14, 2012 at 1:07 AM, Michael Blumenkrantz
>  wrote:
> > On Mon, 13 Aug 2012 08:53:55 -0700
> > "Enlightenment SVN"  wrote:
> >
> >> Log:
> >> I didn't think this day would ever come, but...shotgun is now in svn. I
> may
> >> hack on it at some point, but I've already accomplished what I wanted
> with it
> >> so people should feel free to do whatever they want here including
> >> changing/rewriting/adding ui parts
> >>
> >> Author:   discomfitor
> >> Date: 2012-08-13 08:53:55 -0700 (Mon, 13 Aug 2012)
> >> New Revision: 75218
> >> Trac: http://trac.enlightenment.org/e/changeset/75218
> >>
> > Q: what is "shotgun" ?
> > A: shotgun is a somewhat feature-ful xmpp (and only xmpp) library+client
> > that I wrote last year to fulfil one purpose: an EFL xmpp client that
> could do
> > tooltip images on mouseover of a web url. it reached that stage fairly
> early
> > and then gained a bunch of random features -- I wrote elementary's
> collapsing
> > frame animation to use in the settings panel here.
> >
> > Q: so...it works?
> > A: for a given value of "works". I've used it exhaustively with google
> talk and
> > tested (successfully) connecting to ejabberd. some ui bits aren't
> working very
> > well due to recent elementary changes, but they're not critical and/or
> > noticeable. wfm.
> >
> > Q: you know your ui is ugly, right?
> > A: yes, gustavo, I know it's ugly, but I don't care since I never
> intended for
> > it to be widely used. in fact, you once did a very nice mockup of a
> > more mobile-friendly ui for me which I have had open in my web browser
> for
> > around 8 months now:
> http://people.profusion.mobi/~gustavo/shotgun-chat-ui.png
> >
> >
> ===
> > I realized that this has been wasting away on my github for the past 6
> months
> > without much activity, and, while I currently have nothing that I'm
> planning to
> > do with it, others might enjoy hacking on it or something. if people
> want to
> > change stuff around, that's cool with me: no need to ask first.
> >
> > it should be noted that shotgun contains a fully functional and separate
> > library for working with xmpp and that this library does not in any way
> > require the application.
> >
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Daniel Juyung Seo
Awesome! Finally shotgun came in svn!
I've been using it for so long and I liked it.
Btw, following instruction gave me tons of "undefined reference to
shotgun_".
$ ./autogen.sh
$ make

Any solution for this?

Daniel Juyung Seo (SeoZ)


On Tue, Aug 14, 2012 at 1:07 AM, Michael Blumenkrantz
 wrote:
> On Mon, 13 Aug 2012 08:53:55 -0700
> "Enlightenment SVN"  wrote:
>
>> Log:
>> I didn't think this day would ever come, but...shotgun is now in svn. I may
>> hack on it at some point, but I've already accomplished what I wanted with it
>> so people should feel free to do whatever they want here including
>> changing/rewriting/adding ui parts
>>
>> Author:   discomfitor
>> Date: 2012-08-13 08:53:55 -0700 (Mon, 13 Aug 2012)
>> New Revision: 75218
>> Trac: http://trac.enlightenment.org/e/changeset/75218
>>
> Q: what is "shotgun" ?
> A: shotgun is a somewhat feature-ful xmpp (and only xmpp) library+client
> that I wrote last year to fulfil one purpose: an EFL xmpp client that could do
> tooltip images on mouseover of a web url. it reached that stage fairly early
> and then gained a bunch of random features -- I wrote elementary's collapsing
> frame animation to use in the settings panel here.
>
> Q: so...it works?
> A: for a given value of "works". I've used it exhaustively with google talk 
> and
> tested (successfully) connecting to ejabberd. some ui bits aren't working very
> well due to recent elementary changes, but they're not critical and/or
> noticeable. wfm.
>
> Q: you know your ui is ugly, right?
> A: yes, gustavo, I know it's ugly, but I don't care since I never intended for
> it to be widely used. in fact, you once did a very nice mockup of a
> more mobile-friendly ui for me which I have had open in my web browser for
> around 8 months now: http://people.profusion.mobi/~gustavo/shotgun-chat-ui.png
>
> ===
> I realized that this has been wasting away on my github for the past 6 months
> without much activity, and, while I currently have nothing that I'm planning 
> to
> do with it, others might enjoy hacking on it or something. if people want to
> change stuff around, that's cool with me: no need to ask first.
>
> it should be noted that shotgun contains a fully functional and separate
> library for working with xmpp and that this library does not in any way
> require the application.
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Michael Blumenkrantz
On Mon, 13 Aug 2012 08:53:55 -0700
"Enlightenment SVN"  wrote:

> Log:
> I didn't think this day would ever come, but...shotgun is now in svn. I may
> hack on it at some point, but I've already accomplished what I wanted with it
> so people should feel free to do whatever they want here including
> changing/rewriting/adding ui parts 
> 
> Author:   discomfitor
> Date: 2012-08-13 08:53:55 -0700 (Mon, 13 Aug 2012)
> New Revision: 75218
> Trac: http://trac.enlightenment.org/e/changeset/75218
> 
Q: what is "shotgun" ?
A: shotgun is a somewhat feature-ful xmpp (and only xmpp) library+client
that I wrote last year to fulfil one purpose: an EFL xmpp client that could do
tooltip images on mouseover of a web url. it reached that stage fairly early
and then gained a bunch of random features -- I wrote elementary's collapsing
frame animation to use in the settings panel here.

Q: so...it works?
A: for a given value of "works". I've used it exhaustively with google talk and
tested (successfully) connecting to ejabberd. some ui bits aren't working very
well due to recent elementary changes, but they're not critical and/or
noticeable. wfm.

Q: you know your ui is ugly, right?
A: yes, gustavo, I know it's ugly, but I don't care since I never intended for
it to be widely used. in fact, you once did a very nice mockup of a
more mobile-friendly ui for me which I have had open in my web browser for
around 8 months now: http://people.profusion.mobi/~gustavo/shotgun-chat-ui.png

===
I realized that this has been wasting away on my github for the past 6 months
without much activity, and, while I currently have nothing that I'm planning to
do with it, others might enjoy hacking on it or something. if people want to
change stuff around, that's cool with me: no need to ask first.

it should be noted that shotgun contains a fully functional and separate
library for working with xmpp and that this library does not in any way
require the application.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel