Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 15, 2006, 08:33:43 pm

Title: The 15 september 2006 build will NOT be out.
Post by: killerbot on September 15, 2006, 08:33:43 pm
no commits
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Kreso on September 16, 2006, 01:19:18 am
I know this question has been asked a million times, so please don't hit me :P

when do you expect RC3 to be released? just make an educated guess  8)
Title: Re: The 15 september 2006 build will NOT be out.
Post by: stahta01 on September 16, 2006, 01:22:18 am
For RC3 I just look at wiki roadmap and see how many tasks are yet to do.
They still have several to do.

http://wiki.codeblocks.org/index.php?title=Roadmap_for_version_1.0#Version_1.0_RC_3_.28Ephialtes.29

Tim S

Title: Re: The 15 september 2006 build will NOT be out.
Post by: Kreso on September 16, 2006, 01:26:38 am
phew :) well, keep it up guys, it's certainly a worthy project!

could you update the "expected release" in the wiki. june's long gone :D

Title: Re: The 15 september 2006 build will NOT be out.
Post by: Pecan on September 16, 2006, 01:49:38 am
This wizard dlg needs to be resizable so that those of us with higher dpi can stretch it to the right to get at the fileSearch button.

(http://img225.imageshack.us/img225/9471/graphic915200610831pmwo2.png)
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Kreso on September 16, 2006, 03:00:05 am
ahh, windows xp and it's beautiful dpi handling :) switch to linux :P
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Encryptor on September 16, 2006, 04:10:40 am
I switched to Linux... the libcairo bug is annoying at best [good thing there is a workaround available] :( oh well, at least the fonts are ok :D
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Game_Ender on September 16, 2006, 08:43:29 pm
I have only noticed the libcairo bug when using CodeCompletetion, are running with it on?
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Encryptor on September 16, 2006, 11:34:34 pm
Yes, but I installed a libcairo version (with the offending line commented out) which fixes that, sort of.
Title: Re: The 15 september 2006 build will NOT be out.
Post by: sque on September 17, 2006, 02:46:59 am
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Pecan on September 17, 2006, 03:24:40 am
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.

Thanks
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Game_Ender on September 17, 2006, 04:22:05 am
Yes, but I installed a libcairo version (with the offending line commented out) which fixes that, sort of.

This seems to be CodeCompletetion related (sorry Mandrav) not a libcairo bug.  This would be why turning on/off hyperthreading or having a dual core CPU would cause problems.  Bugs in multithreaded code prop up more when you can actually have threads running at the same time.  I still think we need a little more work to pin it down.  Put back the original library, disable and/or delete the CodeCompletetion pluggin and see if you still get the crash.
Title: Re: The 15 september 2006 build will NOT be out.
Post by: David Perfors on September 17, 2006, 07:53:47 am
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.
Strange, because I don't have any problems with that dialog. And I have disabled the 1st page :roll: (on 2 diffrent machines)
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Pecan on September 18, 2006, 01:46:52 am
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.
Strange, because I don't have any problems with that dialog. And I have disabled the 1st page :roll: (on 2 diffrent machines)

Yes, this is the problem on my WinXp system.
I deleted the default.conf. The wizard welcome page showed.
And.. the full third wizard page showed the file selector button.

(http://img212.imageshack.us/img212/3671/firstpagejl6.png)

I then checked "dont show this page next time" on the welcome page.

Sure enough, the error occured.

(http://img85.imageshack.us/img85/374/secondpagerq0.png)

I then restored my ordinary conf file and changed bool=1 to bool=0.
Code
			<hfileintro>
<SKIP bool="0" />
</hfileintro>


The problem went away, I could see the file selector button, but I have to live with the wizard welcome page.

Title: Re: The 15 september 2006 build will NOT be out.
Post by: sque on September 18, 2006, 11:14:11 am
I can confirm it at 2 different PCs with ubuntu 6.06. One with wide resolution and one with 4/3 resolution, with no special setup on xserver and using gnome. And it happens only at the headers dialog.

So who will file the bug? or else it will be forgotten here.
Title: Re: The 15 september 2006 build will NOT be out.
Post by: sque on September 18, 2006, 04:34:10 pm
Bug reported: https://developer.berlios.de/bugs/?func=detailbug&bug_id=8831&group_id=5358
Title: Re: The 15 september 2006 build will NOT be out.
Post by: Encryptor on September 19, 2006, 03:02:22 am
I'm running Ubuntu 6.06 and I've never seen this bug.. weird.
Title: Re: The 15 september 2006 build will NOT be out.
Post by: sque on October 04, 2006, 05:27:19 am
The more wierd is that I am always having it on ubuntu 6.06.1 (at my desktop and at a laptop) and never had it at windows. :S
Title: Re: The 15 september 2006 build will NOT be out.
Post by: sque on November 16, 2006, 12:29:43 am
Sorry from bringing this thread from the the dead. But I found a "workaround" for the Headers Form bug reported here and hence It might give you some clues for what's wrong.

First of all I am using a new clean ubuntu 6.10 with (almost) default settings and I just downloaded the svn 3222 revision in .deb file. And the problem still exists. BUT, If I go at the gnome menu->prefernce->fonts->details press advanced and change dpi from 96 (the default) to 72 (I think that's the window default) the new header form now is large enough. So I think it needs a check for DPI issues.