Author Topic: The 15 september 2006 build will NOT be out.  (Read 17949 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 15 september 2006 build will NOT be out.
« on: September 15, 2006, 08:33:43 pm »
no commits

Kreso

  • Guest
Re: The 15 september 2006 build will NOT be out.
« Reply #1 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)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: The 15 september 2006 build will NOT be out.
« Reply #2 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

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

Kreso

  • Guest
Re: The 15 september 2006 build will NOT be out.
« Reply #3 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


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2776
Re: The 15 september 2006 build will NOT be out.
« Reply #4 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.



Kreso

  • Guest
Re: The 15 september 2006 build will NOT be out.
« Reply #5 on: September 16, 2006, 03:00:05 am »
ahh, windows xp and it's beautiful dpi handling :) switch to linux :P

Encryptor

  • Guest
Re: The 15 september 2006 build will NOT be out.
« Reply #6 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
« Last Edit: September 16, 2006, 04:12:59 am by Encryptor »

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: The 15 september 2006 build will NOT be out.
« Reply #7 on: September 16, 2006, 08:43:29 pm »
I have only noticed the libcairo bug when using CodeCompletetion, are running with it on?

Encryptor

  • Guest
Re: The 15 september 2006 build will NOT be out.
« Reply #8 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.

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 15 september 2006 build will NOT be out.
« Reply #9 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.
Tell me a bug and I 'll tell you two  :twisted:

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2776
Re: The 15 september 2006 build will NOT be out.
« Reply #10 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

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: The 15 september 2006 build will NOT be out.
« Reply #11 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.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 15 september 2006 build will NOT be out.
« Reply #12 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)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2776
Re: The 15 september 2006 build will NOT be out.
« Reply #13 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.



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

Sure enough, the error occured.



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.

« Last Edit: September 18, 2006, 02:34:48 am by Pecan »

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 15 september 2006 build will NOT be out.
« Reply #14 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.
Tell me a bug and I 'll tell you two  :twisted: