Hi.
I've done a patch for amsn0.95 in order to change the code about
viewcvs (code backported from the cvs version).
Here is the patch : http://pastebin.com/620801. I've planned to apply
it to the gentoo's ebuild.
Greets
--
Boris FAURE (aka billiob)
mail, msn : [EMAIL PROTECTED]
No trees were kill
Hi
I've done a patch for amsn0.95 in order to change the code about
viewcvs (code backported from the cvs version).
Here is the patch : http://pastebin.com/620801. I've planned to apply
it to the gentoo's ebuild.
Greets
--
Boris FAURE (aka billiob)
mail, msn : [EMAIL PROTECTED]
No trees were kill
On Fri, 24 Mar 2006 20:10:21 -0500, Karol Krizka <[EMAIL PROTECTED]> wrote:
On Friday 24 March 2006 11:58, Youness Alaoui wrote:
Harry, your idea still doesn't work, because you'd have to implement so
much, Tk is not just about widgets, it's about anything graphical, so
you'll need to implement
On Friday 24 March 2006 02:24, Yoda BZH wrote:
> oups
>
> here is the patch :)
>
Seems like Sander already commited it along with the cases of currentmedia
fixed.
> On 3/24/06, Karol Krizka <[EMAIL PROTECTED]> wrote:
> > On Thursday 23 March 2006 17:53, Yoda BZH wrote:
> > > Hi
> > >
> > > Fix a
On Friday 24 March 2006 11:58, Youness Alaoui wrote:
> Harry, your idea still doesn't work, because you'd have to implement so
> much, Tk is not just about widgets, it's about anything graphical, so
> you'll need to implement the winfo comamnd which is huge, implement the
> image command, and other
oups
here is the patch :)
On 3/24/06, Karol Krizka <[EMAIL PROTECTED]> wrote:
> On Thursday 23 March 2006 17:53, Yoda BZH wrote:
> > Hi
> >
> > Fix a typo (currentMedia, not currentmedia) in the proc changeCurrentMedia
> >
> > This should fix the bug I sent while I was playing with the music plug
~/coding ?
grep -R ?
:D
KKRT
On Fri, Mar 24, 2006 at 05:22:43PM -0500, Philippe Khalaf wrote:
> Hi,
>I had already written the tcl wrapper for msn webcam. Since I used
> Farsight for testing the old msn webcam plugin. Problem is the msn
> webcam plugin has never been update to the new farsig
On 3/24/06, Youness Alaoui <[EMAIL PROTECTED]> wrote:
On Fri, Mar 24, 2006 at 09:16:20PM +0100, Harry Vennik wrote:> Op vrijdag 24 maart 2006 20:58, schreef Youness Alaoui:> > Harry, your idea still doesn't work, because you'd have to implement so> > much, Tk is not just about widgets, it's about a
On Fri, Mar 24, 2006 at 09:16:20PM +0100, Harry Vennik wrote:
> Op vrijdag 24 maart 2006 20:58, schreef Youness Alaoui:
> > Harry, your idea still doesn't work, because you'd have to implement so
> > much, Tk is not just about widgets, it's about anything graphical, so
> > you'll need to implement
Hi,
I had already written the tcl wrapper for msn webcam. Since I used
Farsight for testing the old msn webcam plugin. Problem is the msn
webcam plugin has never been update to the new farsight API therefore
it wouldn't work with the new core.
Now, I wonder where that wrapper is (it was pretty
I tried Drag and Drop on Linux, works fine, other people tried it on
Windows, works fine too! :) Just you need to have tkdnd installed (Maybe
add a warning to the user, and a custom path for it in Preferences -
Others?)
It's just not perfect, as Karel also noticed:
20:36 < scapor> vivia: I sa
Op vrijdag 24 maart 2006 20:58, schreef Youness Alaoui:
> Harry, your idea still doesn't work, because you'd have to implement so
> much, Tk is not just about widgets, it's about anything graphical, so
> you'll need to implement the winfo comamnd which is huge, implement the
> image command, and ot
If I remember correctly, all you need to do is the protocol part, then call
farsight giving it your + the other
user's XML file, and there it goes, it does everything for you, the grabbing,
the receiving, the connection, the
reflector, etc.. all you need is the XML files..
I don't know about t
Harry, your idea still doesn't work, because you'd have to implement so much,
Tk is not just about widgets, it's
about anything graphical, so you'll need to implement the winfo comamnd which
is huge, implement the image command,
and other stuff like that, it's a lot of work, and to make it comp
Op vrijdag 24 maart 2006 18:54, schreef Karel Demeyer:
> I very much like Tom's work, but using a 'real' modern toolkit would be
> all that's needed to have a great UI which isn't slow (gnocl isn't slow!).
I did not say it is ;-) It would become slow because of all those
tk-compatibility wrappers.
Le Friday 24 March 2006 13:42, Sander Hoentjen a écrit :
> I had a little chat in #farsight
> It seems they are nearing a stable api, and it might be a good idea to
> create the tcl wrappers and stuff so we can actually start using it.
> 1 problem though, someone needs to do some work on porting th
Le Friday 24 March 2006 16:03, Youness Alaoui a écrit :
> Haha! Gnocl would be one hell of an extension to wrap, trust me! I've done
> the wrapping for chameleon which "looks like tk" in terms of functionning,
> but gnocl, nope, you can't.. you'd need to wrap almost everything! you
> can't use grid
Idd, it's not doable to wrap gnocl, but as teh GUI code abstracts from
out protocol layer, it could be a good idea to use gnocl for a gui. I
very much like Tom's work, but using a 'real' modern toolkit would be
all that's needed to have a great UI which isn't slow (gnocl isn't
slow!).
I already t
Indeed, wrapping gnocl to make it work like tk is not the right thing to do.
It will take a lot of time for developers to make the wrappers, and running
it will probably take a lot of CPU time... so its a big waste of time. ;-)
The way I thought of wishgtk is like taking tclsh to have the interp
Haha! Gnocl would be one hell of an extension to wrap, trust me! I've done the
wrapping for chameleon which "looks
like tk" in terms of functionning, but gnocl, nope, you can't.. you'd need to
wrap almost everything! you can't use
grid, you can't use pack... we'll need to rewrite the whole pack
I had a little chat in #farsight
It seems they are nearing a stable api, and it might be a good idea to
create the tcl wrappers and stuff so we can actually start using it.
1 problem though, someone needs to do some work on porting the msn
plugins to the new farsight API, and none of the farsight d
If someone wants to do it anyway, what about wrapping gnocl
( http://www.dr-baum.net/gnocl/ ) in an amsn plugin so it renames tk
calls to gnocl calls ? I think it won't be such a big thing anyway ...
But gnocl doesn't work for me, I cann compile it but it crashes on me
every time. If it doesn't f
- Original Message -
From: "Harry Vennik" <[EMAIL PROTECTED]>
[...]
I'd really like a wishgtk and (even more) a wishqt, and I'd like to
contribute
to its development, if such is started!
there is a "gtk-qt" project providing qt look to gtk apps, while the
opposite doesn't exist; a
Op vrijdag 24 maart 2006 07:21, schreef Karol Krizka:
> On Wednesday 22 March 2006 07:11, Samuli Saari wrote:
> > Is there a GTK frontend for aMSn? That would be nice for Gnome users. I
> > know many Gnome users that don't use amsn, because it doesn't have a GTK
> > frontend. If someone knows someo
On Wednesday 22 March 2006 07:11, Samuli Saari wrote:
> Is there a GTK frontend for aMSn? That would be nice for Gnome users. I
> know many Gnome users that don't use amsn, because it doesn't have a GTK
> frontend. If someone knows someone, who can make a GTK frontend to amsn, it
> would be nice.
25 matches
Mail list logo