Author Topic: Open Patches on Berlios that needs closed without them being applied.  (Read 14961 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7595
    • My Best Post
FYI:

I had some patches I submitted on Berlios that needed closed. Thanks for closing them.

    [ Patch #1884 ] Updated ANSI build patch file ANSI_BUILD_cb-projectfiles.pat
        https://developer.berlios.de/patch/?func=detailpatch&patch_id=1884&group_id=5358
             Reason: posted better solution in thread listed in patch.

    [ Patch #1783 ] GetConfigFolder patch to make it work in a Portable win32
        https://developer.berlios.de/patch/?func=detailpatch&patch_id=1783&group_id=5358
             Reason: Patch does NOT meet Code::Blocks Team requirement to NOT change API on class method.

    [ Patch #1696 ] patch to the old wxSmith to use wxPropertyGrid version 1.2.x
        https://developer.berlios.de/patch/?func=detailpatch&patch_id=1696&group_id=5358
             Reason: wxSmith was updated to new code base so patch does not apply.

    [ Patch #1733 ] wxmsw28 patch for wxWidgets 2.8
        https://developer.berlios.de/patch/?func=detailpatch&patch_id=1733&group_id=5358
             Reason: posted better solution in thread listed in patch.


Tim S
« Last Edit: February 25, 2007, 10:33:33 pm by stahta01 »
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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #1 on: February 19, 2007, 04:55:45 am »
Done.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7595
    • My Best Post
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #2 on: February 25, 2007, 09:57:15 pm »
Note, I have three patches that need closed because I have submitted an updated single patch file.

Thanks, for closing them.

Tim S


[ Patch #1771 ] Old wxSmith patch for wxListbook::HitTest protected wxW2.8
https://developer.berlios.de/patch/?func=detailpatch&patch_id=1771&group_id=5358

[ Patch #1766 ] NEW (experimental) wxSmith patch for wxWidgets 2.8
https://developer.berlios.de/patch/?func=detailpatch&patch_id=1766&group_id=5358

[ Patch #1702 ] patch to the old wxSmith to use wxPropertyGrid version 1.2.x
https://developer.berlios.de/patch/?func=detailpatch&patch_id=1702&group_id=5358


« Last Edit: February 26, 2007, 12:34:15 am by stahta01 »
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

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #3 on: February 25, 2007, 10:18:37 pm »
Here is another one:

[ Patch #1562 ] Enable gpm for wxGTK
https://developer.berlios.de/patch/?func=detailpatch&patch_id=1562&group_id=5358

It had a bad side effect that noticed some time after I submitted this patch.
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5500
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #4 on: February 25, 2007, 10:59:57 pm »
closing those 4 patches

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7595
    • My Best Post
Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1788&group_id=5358

reason: is because another patch solves the same problem. Uses a different solution that should match C::B needs better. I have not looked at the patch, but sounds better than mine.
Tim S

The better patch is 1982  "Eliminate signed/unsigned compiler warnings"
« Last Edit: May 20, 2007, 07:43:29 pm by stahta01 »
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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8

Closed. :)

reason: is because another patch solves the same problem. Uses a different solution that should match C::B needs better. I have not looked at the patch, but sounds better than mine.

I hope you're referring to the following code submitted by pauliusz. Original patch will surely generate warning in wx 2.6.
Quote
Good example:
- for (selection = m_Selection+1; selection<clbTargets->GetCount(); ++selection)
+ for (selection = m_Selection + 1; selection < static_cast<int>(clbTargets->GetCount()); ++selection)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Please close [ Feature Request #3301 ] The Tools Menu -- Separators
http://developer.berlios.de/feature/?func=detailfeature&feature_id=3301&group_id=5358

Patch for this feature was applied some time ago...
« Last Edit: May 21, 2007, 01:14:09 am by pauliusz »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Feature Request #3301 closed.

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Please close [ Patch #2016 ] Add support for WinAVR compiler (Feature Request #3413)
http://developer.berlios.de/patch/?func=detailpatch&patch_id=2016&group_id=5358
and [ Feature Request #3413 ] Complete AVR-GCC integration
http://developer.berlios.de/feature/?func=detailfeature&feature_id=3413&group_id=5358

Everything is already in SVN
« Last Edit: June 01, 2007, 09:28:26 am by pauliusz »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #10 on: June 01, 2007, 03:18:33 am »
Patch #2016 and Feature Request #3413 closed.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #11 on: June 01, 2007, 05:20:33 pm »
it looks like patch 2026 is redundant - someone has already implemented the double click feature.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #12 on: June 01, 2007, 05:38:35 pm »
Patch #2026 closed.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7595
    • My Best Post
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #13 on: June 09, 2007, 06:53:32 am »
Please close patch #1908 "Patch SDK files for wxW28 with disable_compat26"
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1908&group_id=5358


It has mainly been fixed by other patches to eliminate warning in Code::Blocks.

Thanks
Tim S
« Last Edit: June 09, 2007, 11:10:56 am by stahta01 »
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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Open Patches on Berlios that needs closed without them being applied.
« Reply #14 on: June 09, 2007, 07:01:43 am »
Patch closed. Thanks Tim. :)
Be a part of the solution, not a part of the problem.