Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 01, 2006, 12:47:40 am

Title: The 31 march 2006 build is out.
Post by: killerbot on April 01, 2006, 12:47:40 am
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 31 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060331_rev2285_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060331_rev2285_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060331_rev2285_fc4.rpm (not yet)

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Quote
wx 2.6.3 trial build
A link to the unicode windows wxWidgets 2.6.3 dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3.7z
And CB :
- Windows : http://download.berlios.de/codeblocks/CB_20060331_rev2285_win32_wx2.6.3.7z
Title: Re: The 31 march 2006 build is out.
Post by: orefa on April 01, 2006, 12:53:49 am
The Win32 package gives "File doesn't exist". The Ubuntu package downloads.
Title: Re: The 31 march 2006 build is out.
Post by: orefa on April 01, 2006, 12:54:33 am
Scratch that, it's ok now. Timing is everything. :)
Title: Re: The 31 march 2006 build is out.
Post by: Conan Kudo on April 01, 2006, 04:24:09 am
Uhh, the IDE is using wxWidgets 2.6.2 instead of 2.6.3! And if it supposed to use wx 2.6.3, it should have ANSI and Unicode DLLs...
Title: Re: The 31 march 2006 build is out.
Post by: TDragon on April 01, 2006, 06:00:20 am
Uhh, the IDE is using wxWidgets 2.6.2 instead of 2.6.3! And if it supposed to use wx 2.6.3, it should have ANSI and Unicode DLLs...
Nothing stopping you from compiling C::B for wxWidgets 2.6.3 yourself...
Title: Re: The 31 march 2006 build is out.
Post by: Conan Kudo on April 01, 2006, 06:04:49 am
Uhh, the IDE is using wxWidgets 2.6.2 instead of 2.6.3! And if it supposed to use wx 2.6.3, it should have ANSI and Unicode DLLs...
Nothing stopping you from compiling C::B for wxWidgets 2.6.3 yourself...

Two webservers running in virtual machines and a MySQL installation says otherwise... I cannot stop them since I do a lot of website testing on my computer... I'm just wondering why it was built for wx 2.6.2 if the problems were corrected for wx 2.6.3..
Title: Re: The 31 march 2006 build is out.
Post by: takeshimiya on April 01, 2006, 06:07:05 am
I'm just wondering why it was built for wx 2.6.2 if the problems were corrected for wx 2.6.3..
Come on, the wx 2.6.3 toolbar layout problems was fixed yesterday (or today). You really expect that Lieven which is very busy with it's travels to compile wx 2.6.3 which takes time, all in one day? :?
Title: Re: The 31 march 2006 build is out.
Post by: Conan Kudo on April 01, 2006, 06:48:26 am
Oh.. Sorry, I thought that he just tells it to do it and leaves... I didn't realize he may actually stay there the whole time!! :shock: Oh, and killerbot's name is Lieven?? :shock:
Title: Re: The 31 march 2006 build is out.
Post by: EricKane on April 01, 2006, 06:57:38 am
Quote
Fixed toolbars size problems with wx2.6.3 (patch #972)
The toolbars size problems with wxwindows 2.6.3 still exist in main toolbars.
Title: Re: The 31 march 2006 build is out.
Post by: killerbot on April 01, 2006, 10:30:41 am
I am back guys, I landed back in Belgium yesterday evening late.

Build plans for this weekend :
 - official nightlies (wx 2.6.2)
 - a new special build with wx 2.6.3
 - a new ansi builds for our win9x friends

Cheers,
Lieven
Title: Re: The 31 march 2006 build is out.
Post by: Zingam on April 01, 2006, 02:23:35 pm
I wonder when the developers will add the following features:

1. A toolbar with a Save Project button and Save Workspace button
2. A right-click option on a workspace: Add a new project
3. Change the icons for Find & Replace with icons that are more expressive what thay do.

:)

4. Improve the Find & Replace dialogs?


Is the bug that crashes CB on linux when moving the toolbars already fixed?
Title: Re: The 31 march 2006 build is out.
Post by: killerbot on April 01, 2006, 02:33:09 pm

2. A right-click option on a workspace: Add a new project

Good idea, just thinking out loud (no promise for implementation though) :
 - add new project --> boots up the new project commands
 - add existing project  --> boots up the open project commands
Names : add existing project, or open project ?? In this case I think the "add" is better : consistency for new and existing.
Title: Re: The 31 march 2006 build is out.
Post by: thomas on April 01, 2006, 03:01:41 pm
I wonder when the developers will add the following features:

1. A toolbar with a Save Project button and Save Workspace button
2. A right-click option on a workspace: Add a new project
3. Change the icons for Find & Replace with icons that are more expressive what thay do.
Not any time soon, possibly never.

First, the topics in the nightly builds forum are neither for bug reporting, nor are they for feature requests. Even though we have occasionally (out of pure amiability) reacted to bug reports in here, we will probably not do so with feature requests.
Second, those are features which are not really needed, but which nevertheless carry a few dependencies and may introduce new bugs/problems.

We already have more than enough to do at the present time with things that are needed, and we will have enough new bugs appearing with the necessary changes taking place in the next weeks. Staying on schedule with what we have to do so far is already mission impossible.
Title: Re: The 31 march 2006 build is out.
Post by: Zingam on April 01, 2006, 03:56:08 pm
I see. So it also means that the interface won't be customizable too, does it?
Title: Re: The 31 march 2006 build is out.
Post by: thomas on April 01, 2006, 04:37:42 pm
It is, partially (via the wxKeybinder plugin) and it will be (generally supported by the core application). Only just not now.

Although the action-based, fully customizable event system is practically ready for use, there is no way we could release it before version 1.0, as we did not have and do not have the time to thoroughly test it. You wouldn't want us to release code which we are not at least 99% certain of, would you.
If you look at the roadmap, you will see that we already have an almost unreasonably tight schedule. We will only have 1-2 weeks to test all the changes that we have planned for the final release before meeting release date. Actually, that is pure madness, but we don't have a choice, tempus fugit...
Title: Re: The 31 march 2006 build is out.
Post by: killerbot on April 01, 2006, 05:49:11 pm
I have a special nightly wx 2.6.3 build ready (also rev 2285). I cleaned the layout part of my default.conf, the first toolbar (!= debug, build bar) is still way too large, the others are correctly sized).
check the first post, the link will be put in there.

Cheers,
Lieven
Title: Re: The 31 march 2006 build is out.
Post by: Conan Kudo on April 01, 2006, 07:18:29 pm
Great, although too late for me.. I already built my tests using wx 2.6.2 and Im running too many things at once to rebuild to wx 2.6.3 right now...
Title: Re: The 31 march 2006 build is out.
Post by: Michael on April 01, 2006, 07:54:39 pm
I have a special nightly wx 2.6.3 build ready (also rev 2285). I cleaned the layout part of my default.conf, the first toolbar (!= debug, build bar) is still way too large, the others are correctly sized).
check the first post, the link will be put in there.

Yes, the main toolbar is still too large. In my case, to make the toolbar problems disappear (not for the main toolbar), I have had to reset the C::B layout to its default. If not I still got layout problems.

Best wishes,
Michael