Author Topic: The 14 September 2007 build (4469) is out.  (Read 13054 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 14 September 2007 build (4469) is out.
« on: September 14, 2007, 09:43:38 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

The 14 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith:
    * Added "Bring to front" / "Send to back" popup menu for items which are not managed inside sizers - available in right-click popup menu in editor (this can be used to set correct tab order)
    * Added customized popup menu for wxNotebook (other x-book classes soon, after wxNotebook is finished)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 14 September 2007 build (4469) is out.
« Reply #1 on: September 14, 2007, 09:46:56 pm »
Would be grate to reorder and sign components in wxSmith. Too many of them together without any names.
gcc+winXP+suse.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 14 September 2007 build (4469) is out.
« Reply #2 on: September 15, 2007, 02:44:19 pm »
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 14 September 2007 build (4469) is out.
« Reply #3 on: September 15, 2007, 05:11:16 pm »
Thanks for the wxSmith "bring to front" , "send to back" feature.

However I think the text "bring to front" , "send to back" is somewhat misleading. It suggest modification in the z-order, and that is not not the case isn't it?

Shouldn't we name it something else?

Jan

Offline branleb

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 14 September 2007 build (4469) is out.
« Reply #4 on: September 15, 2007, 08:56:23 pm »
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published  as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?
Don't hate the Hacker. Hate the Code!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: The 14 September 2007 build (4469) is out.
« Reply #5 on: September 15, 2007, 09:00:40 pm »
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published  as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?

I think it would be better for you to learn to use SVN.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 14 September 2007 build (4469) is out.
« Reply #6 on: September 15, 2007, 09:12:37 pm »
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published  as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?

Well I started doing this sometimes back. But my idea was not to publish it alongwith each nightly (And I do not intend to do so in future), rather to publish it once in a week. I started it, but couldn't update it to latest nightlies due to lack of time. You can download the older source tarball from any of the following links.

Quote
http://www.esnips.com/web/CodeBlocks-SVN-TarBall
http://hosted.filefront.com/biplab/2071307

Currently my svn copy is dirty (contains a number of uncommitted patches). But I'll try to post a new tarball tomorrow. :)
« Last Edit: September 16, 2007, 07:46:33 am by Biplab »
Be a part of the solution, not a part of the problem.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 14 September 2007 build (4469) is out.
« Reply #7 on: September 16, 2007, 09:08:42 pm »
Would be grate to reorder and sign components in wxSmith. Too many of them together without any names.

Reordering is on my TODO list, no shedule set yet (there are some other things I'd like to implement before). And you can always get name by holding mouse over item's icon inside palette - you get tooltip with item's name.

"sign components" - do you mean digital signing?

BYO