Author Topic: List of community Patches  (Read 97501 times)

takeshimiya

  • Guest
Re: List of community Patches
« Reply #105 on: October 24, 2006, 09:31:20 am »
Patch name: [ Patch #1580 ] Manage plugins dialog improvement
Feature added:
 - Added an HtmlWindow for showing the current selected plugin's info.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1580&group_id=5358
Is applied to the core code: No.
« Last Edit: October 24, 2006, 10:04:07 am by killerbot »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: List of community Patches
« Reply #106 on: December 01, 2006, 07:14:41 pm »
Patch name: [ Patch #1656 ]  and [ Patch #1657 ] A fix for Bug #9534 and Improvements to Console Wizard

Feature added:
  • Adds exception handling compiler flags and appropriate Optimization compiler flags for GCC, MSVC 2005 (MSVC 2003 not tested) and Borland C++ 5.5.1 compilers. (Earlier wizard script had a function, but the call was not being executed. The function have been improved and added appropriately to wizard)
  • Adds appropriate libraries for linking with MSVC 2005 and Borland C++ 5.5.1 compilers.
  • Support of other compilers have been improved by MortenMacFly

Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=4537.0

Link to the patch at BerliOS: https://developer.berlios.de/patch/?func=detailpatch&patch_id=1656&group_id=5358 and https://developer.berlios.de/patch/?func=detailpatch&patch_id=1657&group_id=5358


Is applied to the core code: Yes, in modified form.
Be a part of the solution, not a part of the problem.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: List of community Patches
« Reply #107 on: December 01, 2006, 07:27:06 pm »
Patch name: [ Patch #1664 ] Partial fix of Bug #9546 (Untested, but should work)

Please Note initially I posted a partial patch, but later I have posted fully working patch. Sorry I could not change the title:(

Bugs Fixed:
  • [ Bug #9533 ] Default Compiler is always set to GCC. Old code was returning the full name of compiler, NOT the compiler id which was later checked and it was returning default value.
  • [ Bug #9546 ] Wizard.AddCompilerPage call sets wrong Compiler in Wizard. Old code was returning number of items instead of index of compiler id. Bug #9533 was also associated with this bug

Link to the forum where it can be discussed: None.

Link to the patch at BerliOS: https://developer.berlios.de/patch/?func=detailpatch&patch_id=1664&group_id=5358

Is applied to the core code: No Yes, in svn 3337.
« Last Edit: December 05, 2006, 10:35:59 am by biplab »
Be a part of the solution, not a part of the problem.

sethjackson

  • Guest
Re: List of community Patches
« Reply #108 on: December 04, 2006, 08:30:05 pm »
Patch name: [ Patch #1688 ] wxStatusBar::Destroy()
Bug fixed:
 - Need to delete the wxStatusBar after SetStatusBar(0).
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1688&group_id=5358
Is applied to the core code: No.

sethjackson

  • Guest
Re: List of community Patches
« Reply #109 on: December 06, 2006, 08:21:37 pm »
Patch name: [ Patch #1693 ] EditorBase bug fix
Bug fixed:
 - Google code search doesn't work.
Link to the forum where it can be discussed: none.
Link to the patch at BerliOS: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1693&group_id=5358
Is applied to the core code: Yes.
« Last Edit: December 06, 2006, 09:23:16 pm by sethjackson »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7791
    • My Best Post
Re: List of community Patches
« Reply #110 on: December 07, 2006, 07:08:27 pm »
My patch was not used, but the problem was fixed for issue.

Tim S
« Last Edit: September 30, 2007, 06:55:13 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

sethjackson

  • Guest
Re: List of community Patches
« Reply #111 on: December 21, 2006, 08:41:32 pm »
Patch name: [ Patch #1750 ] Window layout
Bug fixed:
 - http://forums.codeblocks.org/index.php?topic=4750.0
Link to the forum where it can be discussed: http://forums.codeblocks.org/index.php?topic=4750.0.
Link to the patch at BerliOS: https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1750&group_id=5358
Is applied to the core code: No.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #112 on: December 22, 2006, 12:27:30 pm »
Patch name : [ Patch #1752 ] Fix fur Bug #9668
Problem fixed:
 - "File -> Save As" defaults to c/c++ filetype even when the original filename was of another type.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1752&group_id=5358
Is applied to the core code : Yes.
« Last Edit: December 24, 2006, 12:36:45 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7791
    • My Best Post
Re: List of community Patches
« Reply #113 on: January 01, 2007, 08:49:58 pm »
Deleted, my patch was rejected, but the issue was fixed in another way.

Tim S
« Last Edit: September 30, 2007, 06:54:01 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #114 on: January 13, 2007, 01:47:25 pm »
Patch name : [ Patch #1821 ] Fixed Keybinder crash
Problem fixed:
 - Keybinder plugin crashed if someone pressed the Remove button in the configuration-dialog for this plugin while no shortcut was selected.
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php?topic=4927.0
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1821&group_id=5358
Is applied to the core code : Yes.
« Last Edit: January 13, 2007, 06:27:52 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2877
Re: List of community Patches
« Reply #115 on: February 11, 2007, 09:35:34 pm »
Patch name : [ Patch #1882 ] Debugging Console for Linux

Problem fixed: GDB did not provide an I/O console when debugging a Linux console program.

Link to the forum where it can be discussed:
http://forums.codeblocks.org/index.php?topic=5039.msg39987#msg39987
Console for Linux GDB program input/output
http://forums.codeblocks.org/index.php?topic=2958.0

Links to bug reports:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=7336&group_id=5358
LINUX: input when debugging console application


Link to the patch at BerliOS :
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1882&group_id=5358

Is applied to the core code : No.
« Last Edit: February 11, 2007, 09:38:32 pm by Pecan »

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #116 on: February 16, 2007, 08:01:49 pm »
Patch name : [ Patch #1888 ] [ Feature Request #3129 ] 'clean' command line option
Problem fixed:
 - This patch adds the command-line switch '--clean' to clean targets in batch-build-mode.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1888&group_id=5358
Is applied to the core code : Yes.
« Last Edit: February 28, 2007, 01:06:33 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #117 on: February 24, 2007, 10:41:33 pm »
Patch name : [ Patch #1900 ] [ Feature Request #3165 ] direct access to directory on "add
Problem fixed:
 - This patch changes the suggested directory when adding files to a virtuel folder.
Link to the forum where it can be discussed : None.
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1900&group_id=5358
Is applied to the core code : Yes.
« Last Edit: March 14, 2007, 10:43:02 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: List of community Patches
« Reply #118 on: September 27, 2007, 09:15:14 pm »
Patch name : [ Patch #2191 ] Patch for Bug #11979
Problem fixed:
 - This patch fixes Bug #11979: Open files list is not sorted after opening a project
Link to the forum where it can be discussed : http://forums.codeblocks.org/index.php/topic,6947.0.html
Link to the patch at BerliOS : https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2191&group_id=5358
Is applied to the core code : Yes.
« Last Edit: September 29, 2007, 09:01:43 pm by Der Meister »
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 206
Re: List of community Patches
« Reply #119 on: October 05, 2007, 01:45:10 pm »
Patch name : [ Patch #2199 ] lexer properties for vhdl and verilog
Problem fixed:
 - this patch will enabled code coloring and folding for vhdl and verilog
Link to the forum where it can be discussed : none
Link to the patch at BerliOS :
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2199&group_id=5358
« Last Edit: October 05, 2007, 02:12:04 pm by danselmi »