Displaying 12 results from an estimated 12 matches for "portfolio16".
2004 Aug 10
7
HTML Widget
Hi,
I''m pretty new to WxRuby, but I think it is the ideal solution to write
Ruby-applications for different platforms. I missed the wxHtmlWindow in
WxRuby, so I added it myself. You can grab the new files from
http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all
files I added to the wxruby-directory. These are mostly the *.t files
for the missing classes and some samples (with some FIXMEs because there
are still some classes missig in WxRuby which were used in the original
C++ samples). There is also a p...
2005 Aug 09
43
Some patches.
...s sample and
make the code a little bit more rubyish, so stay tuned :)
Greetings Tobi
PS: I hate working with CVS. Anyone interested moving to something
better? I would prefer something like Darcs or Arch.
--
GPG-Key 0xE2BEA341 - signed/encrypted mail preferred
My, oh so small, homepage: http://portfolio16.de/
http://www.fli4l.de/ - ISDN- & DSL-Router on one disk!
Registered FLI4L-User #00000003
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2003 Mar 16
4
[Bug 64] Conntrack-Table is not cleared on inferface down using target MASQUERADE
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=64
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-03-16 09:36 -------
you seem to be running a
2006 Sep 26
1
Fix for rubygems-less systems
...without rubygems. As an
alternative, one could define the method in the LoadError exception
handler of the rakepackage-require at the beginning of the file, but I
like this solution better.
Greetings, Tobi
--
GPG-Key 0xE2BEA341 - signed/encrypted mail preferred
My, oh so small, homepage: http://portfolio16.de/
http://www.fli4l.de/ - ISDN- & DSL-Router on one disk!
Registered FLI4L-User #00000003
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2003 Apr 21
1
[Bug 64] Conntrack-Table is not cleared on inferface down using target MASQUERADE
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=64
------- Additional Comments From tobias@portfolio16.de 2003-04-21 23:51 -------
Hi,
I think I just found a problem with the patch... It was my fault to use a automatic build
system and not check it... In the end the patch didn't apply in its whole and I didn't
discover it, because the build system just went on.
Here is the error:
p...
2006 Aug 13
1
Re: bzr / Subversion / CVS
On Fri, 2006-08-11 at 17:20 -0400, Daniel F. Savarese wrote:
> Kevin Smith writes
> :
> >Can someone who has used SVN comment?
>
> I started reading it and stopped before finishing because the author
> is judging Subversion by using it in a way that doesn''t make any sense
> for Subversion.
Fair enough.
Can you confirm that merging between branches within an
2003 Mar 15
0
[Bug 64] New: Conntrack-Table is not cleared on inferface down using target MASQUERADE
...MASQUERADE
Product: netfilter/iptables
Version: linux-2.4.x
Platform: i386
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: tobias@portfolio16.de
CC: netfilter-buglog@lists.netfilter.org
Hi,
I'm a developer for the fli4l (http://www.fli4l.de/) floppy-router-project. Recently I came across
the message "ip_conntrack: table full, dropping packet.". Since I'm using DSL with PPPoE,
which is automaticall...
2006 Sep 24
3
Darcs mirror, some fixes & rake patches...
...atically. This was only tested on Linux, tests on OS X and
Windows are welcome.
Greetings, Tobi
PS: I''m currently using quilt to manage my local patches, which is a
very cool tool for that purpose.
--
GPG-Key 0xE2BEA341 - signed/encrypted mail preferred
My, oh so small, homepage: http://portfolio16.de/
http://www.fli4l.de/ - ISDN- & DSL-Router on one disk!
Registered FLI4L-User #00000003
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to
compile on Mac OS X and windows. The problem is with:
wxIcon(const wxString& filename,
wxBitmapType type = wxBITMAP_TYPE_XPM,
int desiredWidth=-1, int desiredHeight=-1);
that signature is only used on GTK on other systems it is:
wxIcon(const wxString& name,
long
2005 Sep 05
8
patch to wxCheckListBox.h
size_t GetItemHeight() const is not part of the standard interface for
this class. On Mac OS X for instance it is not defined. So it needs to
be removed.
This is why us developers should download the complete wxWidgets
distribution that has all the headers for each platform so we can
cross check when adding features, this is what I do.
Sean
_______________________________________________
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
Can you guys take a look at this and help Tom out?
Thanks,
Curt
-----Original Message-----
From: Tom Payne [mailto:twp@gentoo.org]
Sent: Sunday, August 29, 2004 10:53 AM
To: Curt Hibbs
Subject: Re: FW: [ANN] wxRuby 0.5.0 has been released!
On Thu, Aug 26, 2004 at 11:54:52AM -0500, Curt Hibbs wrote:
> Hi Tom, I just wanted to inform you that we just released a new version
> wxRuby if you
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The