Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Added some of the missing controls to wxSmith

<< < (3/5) > >>

MortenMacFly:

--- Quote from: MortenMacFly on July 23, 2010, 07:09:30 am ---Just for the record: I am currently testing the whole patch. If it works, I'll commit.

--- End quote ---
Lucky winner: Its accepted an committed to trunk. Some of the new controls I've even already used in other projects using earlier patches of yours. So I thought it's really time to provide your hard work to the community. :-)

Could you please update the "patchorama" now to reflect the submission and make it easier for me to see what's left?

BTW: The weight which you have applied to the different controls might be worth a discussion. But we will see whether there are complains on that issue after the next nightly.


--- Quote from: seb_seb0 on July 20, 2010, 09:59:23 pm ---Some information about the patch I send you:

--- End quote ---
@seb_seb0: Could you please verify that this matches your expectations / experiences? Hopefully I didn't miss something...

seb_seb0:

--- Quote from: seb_seb0 on July 20, 2010, 09:59:23 pm ---Some information about the patch I send you:

--- End quote ---
@seb_seb0: Could you please verify that this matches your expectations / experiences? Hopefully I didn't miss something...
[/quote]

I am currently checking out the source (I do a clean check-out so it takes more time).
I will test this week-end and let you know.

Sebastien

seb_seb0:
Hello,

sorry for the delay in replying, my computer was overheating and I had to repair it ...
So I have done a clean check-out, and re-compiled everything (nice to see there are DoxyBlocks and NassiSchneidermann plugins).
The results for me are (on Windows Vista - gcc TDM 4.4.1, wxWidgets 2.8.10):
   1 - everything compile fine
   2 - everything was working (I have made quick tests only - maybe new bugs will be discovered later).

I have seen 2 problems:
   1 - icons are missing in wxSmith, for:
             wxHyperLinkCtrl
             wxFindReplaceDialog
             wxFontDialog
             wxMessageDialog
             wxPageSetupDialog
             wxPasswordEntryDialog
             wxPrintDialog
             wxProgressDialog
             wxRichTextFormattingDialog
             wxRichTextStyleOrganizerDialog
             wxTextEntryDialog
             wxColourPicker
             wxDirPickerCtrl
             wxFilePickerCtrl
             wxFontPickerCtrl

            I attach them in the 7z archive

     2 - the wxSmithAUI cbp project file contains 2 targets : Windows & Unix. It leads to a warning message when recompiling the workspace. Is it possible to split the project in 2 files (1 for each target), and add only the Windows target to the workspace ? (and same for UNIX)

     3 - I have many times the same warning regarding wxPropGrid:

--- Code: ---..\..\..\sdk\wxpropgrid\include/wx/propgrid/propdev.h:18: warning: type attributes ignored after type is already defined
--- End code ---
Would it be possible to remove it ? (probably a #define to do somewhere, or in the compilation line).
 

MortenMacFly:

--- Quote from: seb_seb0 on July 25, 2010, 09:12:09 pm ---   1 - icons are missing in wxSmith, for:

--- End quote ---
Fixed that in SVN.

--- Quote from: seb_seb0 on July 25, 2010, 09:12:09 pm ---     2 - the wxSmithAUI cbp project file contains 2 targets : Windows & Unix. It leads to a warning message when recompiling the workspace. Is it possible to split the project in 2 files (1 for each target), and add only the Windows target to the workspace ? (and same for UNIX)

--- End quote ---
I actually like this idea of having just one project file very much, although it throws an error (actually it's a warning only). I think it's a nice "tech-demo" to explain the "platform" feature of C::B for project files. So I'd rather leave it like it is.

seb_seb0:

--- Quote from: MortenMacFly on July 26, 2010, 08:44:24 am ---Fixed that in SVN.

--- Quote from: seb_seb0 on July 25, 2010, 09:12:09 pm ---     2 - the wxSmithAUI cbp project file contains 2 targets : Windows & Unix. It leads to a warning message when recompiling the workspace. Is it possible to split the project in 2 files (1 for each target), and add only the Windows target to the workspace ? (and same for UNIX)

--- End quote ---
I actually like this idea of having just one project file very much, although it throws an error (actually it's a warning only). I think it's a nice "tech-demo" to explain the "platform" feature of C::B for project files. So I'd rather leave it like it is.

--- End quote ---

OK, actually I was curious - at first, I thought that wxSmithAUI was not built.
And you are right, it is a nice demonstration !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version