Author Topic: The 04 July 2006 build is out.  (Read 7101 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 04 July 2006 build is out.
« on: July 04, 2006, 11:55:07 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.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 (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 04 July 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060704_rev2676_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060704_rev2676_Ubuntu6.06.deb (not this time)
         http://download.berlios.de/codeblocks/CB_20060704_rev2676_fc4+5.rpm (not yet)


Resolved Fixed:

  • fix for [ Bug #7480 ] Changing template categories: wrong templates displayed :
    - wxChoice instead of wxComboBox
    - include of wx/choice.h added to our precompiled list (sdk_common.h)
    - some include fixes
  • Merged cf partially to trunk (revisions 2093 to 2662)
  • Replaced messagebox with info window
  • Bugfix for build scripts loading
  • Added Exists() function
  • Fixed preempting of global user variables. The dialog to define any unknown GUVs is popped after all projects have been loaded
  • Exposed GetUserVariableManager() and UserVariableManager::Exists() in scripts
  • Fixed on-screen centering of global user variables manager dialog
  • Updated wizard scripts to use GetUserVariableManager().Exists() for global user vars
  • Updated all wizard scripts and removed some unneeded XRCs since the addition of AddGenericSelectPathPage()
  • Bug #7979 : Crash when closing open editor during workspace loading
  • fixed couple of bugs in wizard scripts
  • added direct/x wizard
  • Fixed broken compilation for some contrib plugins under linux
  • Fixed InfoWindow to work under linux
  • Feature request #2355 : Raised limit of right margin hint spin control beyond 100
  • Prefs loading
  • added new DLL project wizard
  • fixed crash with console wizard (wxFILE_SEP_PATH)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: July 05, 2006, 12:10:11 am by killerbot »

Highspeedy

  • Guest
Re: The 04 July 2006 build is out.
« Reply #1 on: July 05, 2006, 02:38:46 pm »
Hi,

missing added new QT project wizard

thank you