Author Topic: The 27 March 2007 build is out.  (Read 9378 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 27 March 2007 build is out.
« on: March 27, 2007, 08:23:43 pm »
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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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

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

The 27 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070327_rev3778_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Reduced workaround allowing to easily compile under wxPropertyGrid under linux
  • Improvements to OpenGL wizard. Fixes linking problem when BCC is used
  • wxSmith: Committed some work related to user=defined items (still not finished), no change of wxSmith's behavior
  • add Darwin and Solaris platforms
  • fix default prefix on Unix (other than Linux)
  • Fixed project wizards dialog having wrong dimensions in wx2.8 (patch #1880)
  • Replaced wxCheckList (old wx2.4 name) with wxCheckListBox (patch #1893)
  • Parse debugger's output if gdb is set to use hardware breakpoints as default (patch #1932)
  • cbU2C function now returns *const* WX2MBbuf (patch #1929 for bug #10669)
  • If extensions handler plugin is disabled, notify accordingly when trying to open a file not internally supported (patch #1924 for bug #9796)
  • wx2.8 compatibility for compiler plugin (patch #1916)
  • wx2.8 compatibility for debugger plugin (patch #1915)
  • wx2.8 compatibility for class wizard plugin (patch #1914)
  • wx2.8 compatibility for main executable (patch #1910 restructured)
  • When creating new project from user template, verify destination dir is empty. If it is not, notify user that files will be overwritten if he continues
  • Application now skips "activate" event so plugins can now process it too
  • Added new events:
    - cbEVT_DOCK_WINDOW_VISIBILITY: a docked window has been shown/hidden.
    - cbEVT_SWITCHED_VIEW_LAYOUT: a new view layout has been applied.
    - cbEVT_MENUBAR_CREATE_BEGIN: menubar reconstruction has started.
    - cbEVT_MENUBAR_CREATE_END: menubar reconstruction has ended.

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: March 28, 2007, 12:38:21 pm by killerbot »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 27 March 2007 build is out.
« Reply #1 on: March 27, 2007, 11:50:00 pm »

Offline Edis Krad

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 27 March 2007 build is out.
« Reply #2 on: March 28, 2007, 02:06:45 am »
Woah.. nice list of patches... good work, guys! =D

Offline bygreen

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 27 March 2007 build is out.
« Reply #3 on: March 28, 2007, 10:36:10 am »
CPU usage is always full. some where is wrong in this night building

Offline bygreen

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 27 March 2007 build is out.
« Reply #4 on: March 28, 2007, 10:40:35 am »
I don't know where is wrong, i try some project in this night building, only if i add some ".inl" file in the project, i could meet this bug.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 27 March 2007 build is out.
« Reply #5 on: March 28, 2007, 10:42:51 am »
CPU usage is always full. some where is wrong in this night building

It shouldn't be, at least when C::B is idle. :)
Be a part of the solution, not a part of the problem.

Offline tasdev

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 27 March 2007 build is out.
« Reply #6 on: March 28, 2007, 03:32:47 pm »