Author Topic: Regarding HEAD and VERSION_1_0  (Read 8957 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding HEAD and VERSION_1_0
« on: August 20, 2005, 11:08:28 am »
The two branches are only different in the use of wxDockit (HEAD uses it, VERSION_1_0 doesn't).
This difference makes our job a lot harder to keep them synchronized with the latest changes. I personally think we should merge these two branches. wxDockit has proved stable for the job and I see no other reason for having two different branches.
We will make a new branch when 1.0 is out.

So what do you, the other devs, think?

Yiannis.
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Regarding HEAD and VERSION_1_0
« Reply #1 on: August 20, 2005, 11:39:46 am »
i think so too

even when it will need some effort to make it compiling in unicode-builds too,
as VERSION_1_0 branch currently does.
but all these unicode changes don't harm in ansi-builds...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Regarding HEAD and VERSION_1_0
« Reply #2 on: August 20, 2005, 07:01:25 pm »
Yes, that's why wxWidgets has all those macros. So they'll work in both unicode an ansi.

So yes, I vote for the merging of the two builds. Now the question is: HOW?

I think we should have a #define somewhere that tells us whether to use wxDockit or not.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Regarding HEAD and VERSION_1_0
« Reply #3 on: August 20, 2005, 07:03:19 pm »
I think we should have a #define somewhere that tells us whether to use wxDockit or not.

I mean use wxDockit as standard interface. That's why I 'm not seeing the need for two branches. They differ nowhere else...

Yiannis.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Regarding HEAD and VERSION_1_0
« Reply #4 on: August 20, 2005, 09:12:04 pm »
Oh, so that means we're moving to wx2.6.

In that case please fix the transparent icons, they look UGLY! in 2.6 :)

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: Regarding HEAD and VERSION_1_0
« Reply #5 on: August 20, 2005, 11:22:48 pm »
I support the decision ! the developer can be more focus on the development
And hope that the problem that Linux user complained can be solved totally

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Regarding HEAD and VERSION_1_0
« Reply #6 on: August 20, 2005, 11:36:33 pm »
Oh, so that means we're moving to wx2.6.

Nothing to do with the wx version.
Both branches work with wx2.4 and wx2.6. The only problem is the linux version doesn't work with wx2.6...

Yiannis.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Regarding HEAD and VERSION_1_0
« Reply #7 on: August 21, 2005, 08:33:39 am »
OK in that case please merge the two versions (I committed last unicode-related changes tonight. I think unicode conversion is complete at last :-) ).


Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Regarding HEAD and VERSION_1_0
« Reply #8 on: August 21, 2005, 12:22:06 pm »
Yes, I think you should merge those two branches...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring