similar to: tagged 1.9.2

Displaying 20 results from an estimated 80000 matches similar to: "tagged 1.9.2"

2007 May 07
9
0.0.40 tagged
I''ve tagged 0.0.40 in subversion and created the release on rubyforge. Roy, Sean, please could you compile and upload the binary gems when you have a moment - thanks in advance. Drop me a line off list so I know when to make an announcement. cheers alex
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2006 Dec 13
1
0.0.38 tag and release
Hi I tagged 0.0.38 and started a release on rubyforge. I''ll do the doc packages & upload plus gems for OS X ppc and Linux; TIA for gems for Windows and OS X Intel - please upload whenever convenient. Once we have a set of binary gems, I suggest we do an announce to wxruby-users and c.l.r, inc explaining this is still alpha, summarising the new features, and that people should
2007 Sep 26
7
development status, 1.9.2
Hi all Just a quick update on recent SVN activity: * added Sound and CollapsiblePane classes * added the XRC tool to wxSugar * fixed some XRC bugs in Window * added syntax sugar for event handlers and list-like controls * added some missing methods in Sizer Sean - I''m away for about 10 days from this weekend, and I''m thinking of doing a 1.9.2 release in the next day or two.
2008 Mar 01
4
1.9.5 Release
Hey Alex and Sean, It looks like it is getting to be that time again for a new release. What are we looking at for the release time frame? I''m working still on the wxSDL type library for wxSugar, as I think this would be a great thing to create a Library for, to incorporate SDL into wxRuby. I''m already looking at creating Wx::SDLPanel, which will be the equivalent of
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex, The changes to the rakefiles are causing me some problems building on OS X. I am getting the following: rake aborted! undefined method `+'' for nil:NilClass /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 I will now go test on Windows Sean
2007 Oct 23
6
wxRuby 1.9.2
I''m happy to announce that wxRuby 1.9.2 is now available from Rubyforge. As usual we''ve got source and binary gems for Win32, OS X and Linux: http://rubyforge.org/frs/?group_id=35 or gem install wxruby == WHAT''S NEW == This release has a mix of new syntax features, new classes, and lots of minor fixes and additions * New shorter syntax for event handlers * New
2007 Sep 11
1
wxRuby 1.9.1, wxSugar 0.1.17
I''m very happy to announce that new versions of wxRuby and wxSugar are now available. == CHANGES == * Merged nice ruby-style syntax options into core wxRuby * Re-added support for StyledTextCtrl (Scintilla) component * Added BitmapComboBox and RendererNative classes * Fixed nasty bug which could cause instability in XML-loaded layouts * Numerous other fixes and new methods in existing
2007 Mar 04
8
0.0.39 etc
Hi I''d like to tag and release 0.0.39 some time in the next couple of days. Bit short of time over the next few weeks so would like to get our recent bug fixes out there. I''ll update the Changelog and run through the samples, but please shout if anything else should get some attetnion before we release. Hopefully this could be our last preview release - also going to try
2008 Jan 15
7
1.9.3
Just to say that I''ve tagged 1.9.3 in the repository, but havent'' yet had time to create the release. Please do upload the binary builds as they become available. I''ll do the source package and linux-intel build tomorrow once I''be got some sleep! a
2006 Oct 18
3
Nightly automatic documentation generation
Is there a way to have RubyForge run our ''rake html_docs'' on SVN Head each night and if successful copy to http://wxruby.rubyforge.org/doc/? I do not know all the features RubyForge provides to us but this one would be pretty nice. Sean
2008 Mar 07
7
1.9.5 gem for OS X
Alex & Mario, I uploaded the OS X gem, I am unable to download it. Keep getting 404 Not Found errors. It seems like the file has not been spread out to the mirrors. Can one of you try it out and see if it is working? If not can Alex just remove it and I will try again later after work. Thanks Sean
2007 Oct 17
19
1.9.2, OpenGL
[third sending attempt...] I''m going to try and test out the samples on MSW over the next few days and if things look good I think we should release 1.9.2. Might try and fix the bugs related to TreeCtrl#get_first_child as these might involve minor API changes. So if anyone has any time to test out SVN HEAD and look for anything funny, please do. Also, we have an anonymous patch
2006 Oct 24
0
[716] trunk/wxruby2/Changelog: Last changes in preparation for tagging 0.0.37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Aug 10
7
Gem and tarball rake tasks
Hi I created an add-on script (to live in rake/) and a little patch for our main rakefile to automate building release products. The two main targets are ''gem'' (create a binary gem for your platform) and ''package'' (create a platform-neutral source tarball for SWIGging and compiling). A few small things came up while doing this: - Package name and version
2006 Sep 15
2
wxSugar 0.1.1, in subversion
Hi WxSugar 0.1.1 is now available for download from: http://rubyforge.org/frs/?group_id=35 And in subversion svn co svn://rubyforge.org/var/svn/wxruby/trunk/wxsugar This version speeds up accessors.rb (thanks to Sean''s suggestion), and fixes a few bugs. alex
2006 Oct 21
7
Make task for rake
I have a dual processor machine and got mad that both processors were not working away at compiling wxRuby. At first I tried using Ruby threads but they are ''fake'' software threads that run in one process on one cpu. So until Ruby gets ''real'' threads I added a task to rake that generates a makfile which is run with the command: ''make -j 2''
2007 Oct 23
3
CheckListBox : delete method bug !
Hi, I''ve practically finished a patch for removing the limitation of CheckListBox (http://rubyforge.org/pipermail/wxruby-development/2007-October/000973.html) but I just discovered a new bug related with this control !! I need to redefine the delete method to take into account the deletion of the associated data. The problem is that if I just redefine this method and simply call super,
2007 Oct 18
4
Window#create
Hi I was wondering if anyone knows if there are any circumstances where the "create" methods that all Windows have are useful? They end up producing quite a lot of C++ code so I might try undeffing them if they''re useless. Alex
2007 May 07
1
[ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
Bugs item #10662, was opened at 2007-05-07 19:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10662&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: ClientDC paint not being shown on OS X with 2.8 Initial Comment: