You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Francesco <f18...@ya...> - 2010-05-08 18:59:51
|
Hi, 2010/5/5 sdfkjsjlh sdbfgsfsdg <sdf...@ya...>: > I've updated mmwx and uploaded the latest to the SVN repo great! > I'm having > trouble with the bakefiles. I've been right through the tutes and followed > the steps but I can't build it. Or anything else I've tried. I use > Code:Blocks with mingw on Windows and it seems that bakefile assumes that > everyone's going to be using the MS tool chain. hmmm, bakefile creates makefiles for many toolchains... however the one I use usually (and thus the one which has been tested better) is the "msvc" format which assumes MS toolchain. > It doesn't even create > VS2008 projects. How can it be so far out of date? it does generate them. I tried running bakefile_gen in components\mmwx and I got MSVS 2008 project files... which bakefile version are you using? do you get errors when running bakefile_gen? I just had to add a line "<set var="USE_UNSTABLE_VERSION">1</set>" just before "<include file="presets/wxcode.bkl"/>" in mmwx.bkl to make it work (and that's not related to VS08 but rather to the fact that the wx default version is currently set to 29 which is the "unstable" branch). > I have VS but don't have > a suitable wx build. sorry, I'm not sure to understand what you mean here... can you explain it better? >I tried running configure and make but that fails and > seems to be configured for unix paths. configure needs to run on Linux/Unix/Mac/Cygwin/MSYS environments, not on Windows... that's why configure uses / as path separator. >If I do "mingw32-make makefile.gcc" > it fails. For example,when run on the kwic package: > > $ mingw32-make.exe ./makefile.gcc all > mingw32-make: Nothing to be done for `makefile.gcc'. > g++ -c -o gccmsw/kwic_lib_slider.o -O0 -g -W -Wall -I../include `wx-config > --cx > flags --debug=yes --unicode=yes --static=yes --toolkit=msw --version=2.8` > -MT > ccmsw/kwic_lib_slider.o -MF`echo gccmsw/kwic_lib_slider.o | sed -e > 's,\.o$,.d,' > -MD ../src/slider.cpp > ../src/slider.cpp: In member function 'void > kwxLinearReg::DrawLimits(wxDC&)': > ../src/slider.cpp:354: error: no matching function for call to > 'wxString::Print > (const char [3], int&)' this kind of error is because you are building against a Unicode build of wxWidgets and kwic component does not seem to be Unicode-aware (it does not use wxT() probably). > Note that I always get "Nothing to be done for `makefile.gcc'." even if > other activity follows. That looks like a bug. not a bug, it's just that makefile.gcc is very misleading. makefile.gcc should be used _only_ with MinGW, not with MSYS or Cygwin. We could change its name to "makefile.mingw" but then it would be confusing to have wxWidgets' mingw makefile named "makefile.gcc" and wxCode ones named "makefile.mingw"... > When I try to build mmwx the same way it just hangs. I suspect this is > because I can't run the final step in the tute, which is acregen.sh. That > fails with: > > $ ./acregen.sh > ./acregen.sh: line 24: aclocal: command not found I don't remember if MSYS ships with aclocal but you need to install it if you want to run acregen.sh... > I'd appreciate it if someone could download the SVN and have a look. Why > would acregen fail? I build wx with configure and make successfully. acregen.sh needs additional tools to update the configure script... if you cannot install them through MSYS (and you really want to use GCC also on Windows -- I strongly suggest you to use VS2008 on Windows) I'd suggest to go with Cygwin which surely allows to install them. Francesco |
From: SourceForge.net <no...@so...> - 2010-05-07 17:03:59
|
Bugs item #2998261, was opened at 2010-05-07 21:03 Message generated for change (Tracker Item Submitted) made by dgap323s You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2998261&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxpdfdoc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: jaxon (dgap323s) Assigned to: Nobody/Anonymous (nobody) Summary: wxPdfFontManager::RegisterFont() fails to open font Initial Comment: wxPdfFontManager::RegisterFont() fails to open font from path with non-latin (Cyrillyc) letters. Reason: it is an error to pass filename to wxFileSystem::OpenFile() see wxPdfFontParserType1::IdentifyFont for an example. URL constructed with wxFileSystem::FileNmaeToURL must be passed to that function. I'm not sure, but this problem seems be introduced in wx-2.9.x, this must all work correctly with wx-2.9-svn (there is a bug in 2.9.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2998261&group_id=51305 |
From: sdfkjsjlh s. <sdf...@ya...> - 2010-05-05 16:44:54
|
Hi Guys, I've updated mmwx and uploaded the latest to the SVN repo. I'm having trouble with the bakefiles. I've been right through the tutes and followed the steps but I can't build it. Or anything else I've tried. I use Code:Blocks with mingw on Windows and it seems that bakefile assumes that everyone's going to be using the MS tool chain. It doesn't even create VS2008 projects. How can it be so far out of date? I have VS but don't have a suitable wx build. I tried running configure and make but that fails and seems to be configured for unix paths. If I do "mingw32-make makefile.gcc" it fails. For example,when run on the kwic package: $ mingw32-make.exe ./makefile.gcc all mingw32-make: Nothing to be done for `makefile.gcc'. g++ -c -o gccmsw/kwic_lib_slider.o -O0 -g -W -Wall -I../include `wx-config --cx flags --debug=yes --unicode=yes --static=yes --toolkit=msw --version=2.8` -MT ccmsw/kwic_lib_slider.o -MF`echo gccmsw/kwic_lib_slider.o | sed -e 's,\.o$,.d,' -MD ../src/slider.cpp ../src/slider.cpp: In member function 'void kwxLinearReg::DrawLimits(wxDC&)': ../src/slider.cpp:354: error: no matching function for call to 'wxString::Print (const char [3], int&)' C:/Utilities/Programming/msys/1.0/local/include/wx-2.8/wx/string.h:1203: note: andidates are: int wxString::Printf(const wxChar*, ...) ../src/slider.cpp:359: error: no matching function for call to 'wxString::Print (const char [3], int&)' C:/Utilities/Programming/msys/1.0/local/include/wx-2.8/wx/string.h:1203: note: andidates are: int wxString::Printf(const wxChar*, ...) ../src/slider.cpp:366: error: no matching function for call to 'wxString::Print (const char [3], int&)' C:/Utilities/Programming/msys/1.0/local/include/wx-2.8/wx/string.h:1203: note: andidates are: int wxString::Printf(const wxChar*, ...) ../src/slider.cpp:371: error: no matching function for call to 'wxString::Print (const char [3], int&)' C:/Utilities/Programming/msys/1.0/local/include/wx-2.8/wx/string.h:1203: note: andidates are: int wxString::Printf(const wxChar*, ...) ../src/slider.cpp: In member function 'void kwxLinearReg::DrawTags(wxDC&)': ../src/slider.cpp:404: error: no matching function for call to 'wxString::Print (const char [3], int&)' C:/Utilities/Programming/msys/1.0/local/include/wx-2.8/wx/string.h:1203: note: andidates are: int wxString::Printf(const wxChar*, ...) ../include/kwic/regulatorbase.h: At global scope: ../include/kwic/regulatorbase.h:21: warning: 'kwxEVT_ANGREG_CHANGE' defined but not used ../include/kwic/regulatorbase.h:32: warning: 'kwxEVT_LINEARREG_CHANGE' defined ut not used mingw32-make: *** [gccmsw/kwic_lib_slider.o] Error 1 Note that I always get "Nothing to be done for `makefile.gcc'." even if other activity follows. That looks like a bug. When I try to build mmwx the same way it just hangs. I suspect this is because I can't run the final step in the tute, which is acregen.sh. That fails with: $ ./acregen.sh ./acregen.sh: line 24: aclocal: command not found ./acregen.sh: line 33: > 1: syntax error: operand expected (error token is "> 1" ) ./acregen.sh: line 34: == 1 && > 9: syntax error: operand expected (error token is "== 1 && > 9") ./acregen.sh: line 36: == 1 && == 9 && >= 6: syntax error: operand ex pected (error token is "== 1 && == 9 && >= 6") ./acregen.sh: line 38: == 1 || == 1 || == 1: syntax error: operand expected (e rror token is "== 1 || == 1 || == 1") ./acregen.sh: line 46: aclocal: command not found I'd appreciate it if someone could download the SVN and have a look. Why would acregen fail? I build wx with configure and make successfully. Also, what is the intended build method for Windows without MS VS? Thanks. |
From: SourceForge.net <no...@so...> - 2010-05-04 02:53:30
|
Feature Requests item #2996280, was opened at 2010-05-04 02:53 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2996280&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Any component Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: PDFCON IN POWERBUILDER Initial Comment: HOW DECLARE PDFCOM IN CODE POWER BUILDER? THANKS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2996280&group_id=51305 |
From: sdfkjsjlh s. <sdf...@ya...> - 2010-05-03 16:39:12
|
Hi Jaakko, Thanks. We won't need to now courtesy of mmwx. This one works nicely. :-) Cheers. Hi, On 3.5.2010 1:42, Francesco wrote: > 2010/5/1 sdfkjsjlh sdbfgsfsdg <sdf...@ya...>: >> I'm not aware of a drop-down control like this in wx. A quick search failed >> to find one. >> Which one did you have in mind? > actually after better checking I see there's no exactly a drop-down > button in wx but probably it could be realized using > wxOwnerDrawnComboBox ror wxBitmapComboBox.. > I think wxOwnerDrawnComboBox with wxCB_READONLY style could work, assuming you sub-class it and override EVT_PAINT handling to actually draw button graphics on it. This may not be ideal, however, since AFAIK drop-down menus of drop-buttons tend to have menu-like appearance. It could be better to just implement a new wxDropButton control based on wxBitmapButton and (popup) wxMenu. Regards, Jaakko |
From: Jaakko S. <jaa...@dn...> - 2010-05-03 13:49:44
|
Hi, On 3.5.2010 1:42, Francesco wrote: > 2010/5/1 sdfkjsjlh sdbfgsfsdg <sdf...@ya...>: >> I'm not aware of a drop-down control like this in wx. A quick search failed >> to find one. >> Which one did you have in mind? > actually after better checking I see there's no exactly a drop-down > button in wx but probably it could be realized using > wxOwnerDrawnComboBox ror wxBitmapComboBox.. > I think wxOwnerDrawnComboBox with wxCB_READONLY style could work, assuming you sub-class it and override EVT_PAINT handling to actually draw button graphics on it. This may not be ideal, however, since AFAIK drop-down menus of drop-buttons tend to have menu-like appearance. It could be better to just implement a new wxDropButton control based on wxBitmapButton and (popup) wxMenu. Regards, Jaakko |
From: Francesco <f18...@ya...> - 2010-05-02 22:42:09
|
Hi Gary, 2010/5/1 sdfkjsjlh sdbfgsfsdg <sdf...@ya...>: >>2) mmwx is currently in the CVS repo of wxCode... do you prefer to use >>SVN perhaps? > > Yes, SVN please. I can sort it if need be, I have a number of projects on SF > already. ok, moved to SVN. There is now a wxCode SVN folder for mmwx: http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/mmwx/ Now just one step remains: you should register in the wxCode website and then tell me your maintainer ID (you can read it in the top-left corner of the webpages once you log in after registration) and I'll bind you to mmwx. >>3) AFAICS "mm" before "wx" in the component name stays for >>"MindMatters"... maybe it would be better to change the component name >>to something more informative? It's a collection > of controls AFAIK so >>we could name it "mmControls" or something like that... also I see >>from the screenshot contained in the CVS repo that it contains various >>controls which (at least in wx2.8 and later) are part of standard wx >>(mmMonthCtrl => wxCalendarCtrl, drop down buttons, hyperlink controls, >>etc)... perhaps they should be removed from the wxCode component... > > My first thought is that I'd like to keep the package as a whole. Options > are nice things to have. Also, there may be dependency issues between > components > e.g. the dropMonth control requires the mm calendar (mmMonthCtrl) or > differences in > features between the wx version and mmwx's. > I'm not aware of a drop-down control like this in wx. A quick search failed > to find one. > Which one did you have in mind? actually after better checking I see there's no exactly a drop-down button in wx but probably it could be realized using wxOwnerDrawnComboBox ror wxBitmapComboBox.. > It's not only controls, either. There are the DB and MAPI classes, as well. > I'm happy to take suggestions on these factors, > though, nothing's set in stone. ok, no problem. It's just that I find "mmwx" to be really not much informative... Francesco |
From: sdfkjsjlh s. <sdf...@ya...> - 2010-05-01 21:21:10
|
>Hi Gary! Hey Francesco, >> I'd like to become the maintainer of mmwx. >Great! >ok, the plan sounds very good. Before setting you as the maintainer of >mmwx I need however a few things: >1) your SF id name so I can add you to the wxCode project (otherwise >you won't be able to commit to the wxCode repo) garyjharris >2) mmwx is currently in the CVS repo of wxCode... do you prefer to use >SVN perhaps? Yes, SVN please. I can sort it if need be, I have a number of projects on SF already. >3) AFAICS "mm" before "wx" in the component name stays for >"MindMatters"... maybe it would be better to change the component name >to something more informative? It's a collection of controls AFAIK so >we could name it "mmControls" or something like that... also I see >from the screenshot contained in the CVS repo that it contains various >controls which (at least in wx2.8 and later) are part of standard wx >(mmMonthCtrl => wxCalendarCtrl, drop down buttons, hyperlink controls, >etc)... perhaps they should be removed from the wxCode component... My first thought is that I'd like to keep the package as a whole. Options are nice things to have. Also, there may be dependency issues between components e.g. the dropMonth control requires the mm calendar (mmMonthCtrl) or differences in features between the wx version and mmwx's. I'm not aware of a drop-down control like this in wx. A quick search failed to find one. Which one did you have in mind? It's not only controls, either. There are the DB and MAPI classes, as well. I'm happy to take suggestions on these factors, though, nothing's set in stone. I almost have the controls ready for use. I haven't looked at the DB and MAPI code, yet. I'd like to put the controls up for comment when they're finished, whilst I work on the others. Thanks. |
From: Francesco <f18...@ya...> - 2010-05-01 09:21:12
|
Hi Gary! 2010/4/30 <gha...@gm...>: > I'd like to become the maintainer of mmwx. Great! > It's a nice collection of contrls that deserves to be used. I'v already got it running > nicely under wx2.8.10 in Code::Blocks. It suffered from changes to wx since 2.4, missing images and a range of other ailments. I > have a few more things to do and then I intend to make a mmwx add-on for wxSmith, so that it can live again and be used from > the GUI editor. ok, the plan sounds very good. Before setting you as the maintainer of mmwx I need however a few things: 1) your SF id name so I can add you to the wxCode project (otherwise you won't be able to commit to the wxCode repo) 2) mmwx is currently in the CVS repo of wxCode... do you prefer to use SVN perhaps? 3) AFAICS "mm" before "wx" in the component name stays for "MindMatters"... maybe it would be better to change the component name to something more informative? It's a collection of controls AFAIK so we could name it "mmControls" or something like that... also I see from the screenshot contained in the CVS repo that it contains various controls which (at least in wx2.8 and later) are part of standard wx (mmMonthCtrl => wxCalendarCtrl, drop down buttons, hyperlink controls, etc)... perhaps they should be removed from the wxCode component... Francesco |
From: <gha...@gm...> - 2010-04-29 22:29:06
|
Hello all, I'd like to become the maintainer of mmwx. It's a nice collection of contrls that deserves to be used. I'v already got it running nicely under wx2.8.10 in Code::Blocks. It suffered from changes to wx since 2.4, missing images and a range of other ailments. I have a few more things to do and then I intend to make a mmwx add-on for wxSmith, so that it can live again and be used from the GUI editor. Cheers, Gary. |
From: SourceForge.net <no...@so...> - 2010-04-19 18:12:01
|
Feature Requests item #2989510, was opened at 2010-04-19 20:12 Message generated for change (Tracker Item Submitted) made by pgriddev You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2989510&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Any component Group: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ronan Chartois (pgriddev) Assigned to: Ronan Chartois (pgriddev) Summary: better page up/down Initial Comment: [opened on behalf of Remigius-11] I'd like to change (imho improve) page-up/page-down behavior. PgUp/Dn keys don't move the selected item like e.g. in Windows explorer nor extend the selection on shift-down. Should I do this by modifying wxTreeListCtrl or externally? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2989510&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-04-16 14:17:20
|
Patches item #2988355, was opened at 2010-04-16 23:17 Message generated for change (Tracker Item Submitted) made by ieiju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2988355&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: ISHII Eiju (ieiju) Assigned to: Nobody/Anonymous (nobody) Summary: [wxPDFDocument]new function to add a page Initial Comment: I improved the following in wxPDFDocument. function: [Public] 1, wxPdfDocument::AddPage - [override] This function was able to add the page of various kinds. 2, wxPdfDocument::GetCurrentPaperSize - This function can get the kind of the current page. 3, wxPdfDocument::GetPaperSize - This function can get the kind of the specific page. [Protected] 4, wxPdfDocument::BeginPage 5, wxPdfDocument::PreparePaperInfo content of tar-ball: Patch_Help.txt - readme of this patches 00_wxpdfdoc_enable_different_paper.patch - apply src/ 01_wxpdfdoc_00s_header.patch - apply include/ Image of the function: page 1 - A4-portrait paper page 2 - A4-landscape paper page 3 - A3-landscape paper etc... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2988355&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-04-14 19:43:42
|
Bugs item #2987334, was opened at 2010-04-14 22:43 Message generated for change (Tracker Item Submitted) made by mustafa95 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2987334&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: (mustafa95) Assigned to: Ronan Chartois (pgriddev) Summary: TreelistCtrl wxTheApp issue Initial Comment: Hi, I have compile problem with treelistctrl.cpp at wxEditTextCtrl::Destroy() function. line 1020: wxTheApp->GetTraits()->ScheduleForDestroy(this); wxTheApp is undeclared identifier. I have commented this line now works but will this make problem? Regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2987334&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-04-11 07:08:49
|
Bugs item #2985316, was opened at 2010-04-11 07:08 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2985316&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: any Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DatabaseLayer FirebirdResultSet SetDateTimeFromTm invalid Initial Comment: FirebirdResultSet::SetDateTimeFromTm Setting with struct tm& timeInTm causes an assert because of the following dateReturn.Set(..., timeInTm.tm_year + 1900 It adds 1900 to an absent date so day = 0, month = 0, year = 1900 causing an assert. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2985316&group_id=51305 |
From: Francesco <f18...@ya...> - 2010-03-22 19:49:39
|
Hi Andrea, 2010/3/21 Andrea <xvi...@gm...>: > It can do both possibilities to help wxWidgets developers to use it > directly with wx coding. > Let me know if following description is ok and correct: > > A libircclient wrapper to be used directly with wxWidgets through > wxEvtHandler and wxThread classes: > it is possible to attach an IRC client session to an event handler (in > wxWidgets 2.9 can be possible to use it in non-GUI applications) as well > to any of its derived object (for example a wxPanel GUI object). the description seems fine to me, I've approved the component with only minor changes to it. I've added your user to the wxCode project and you can now start to edit/upload contents for your component following the guide at http://wxcode.sourceforge.net/maintguide.php (let me know if you have troubles). > A thing I want to omits are some specific reasons: libircclient uses its > own threads and events (in c are just callbacks) and not easy to handle > directly by wx: this is done by a forever loop inside it, so I did this > wrapper similar at the one was for qt (libircclient-qt that now is a > rewritten version, no more a wrapper). well, I wouldn't write this in the component description but I think it would be important to write this in the component's Readme.txt... > Another thing I want to plan is possibility to add some features using > wxwidgets code/objects like DCC audio/video and CTCP avatar (features > included/planned in the KVIrc client). interesting! Anyhow don't hesitate to ask questions/doubts on the wxcode-users mailing list if you need! Francesco |
From: Francesco <f18...@ya...> - 2010-03-20 15:03:00
|
Hi Moskvichev, first, sorry for the delay with this review... here you are some comments about your two new submissions (thanks for keeping up this great work!). wxVectorCanvas: this seems very interesting but the description refers to a wxMapCanvas (instead of wxVectorCanvas) and it's also not clear if this is a generic 2D vector drawing library, a wrapper or whatelse... also aren't there already 2D vector drawing libraries which could be integrated in a wxWidgets app? wxFilterCtrl: the description is very short and it's not clear for me what exactly this component aims to produce... is it a text control? a panel with a text control for the filter selection? Thanks, Francesco |
From: Francesco <f18...@ya...> - 2010-03-20 14:45:15
|
Hi Andrea, sorry for the delay with this review but actually wxCode mail delivery was disabled for my account some time ago and I did loose some messages (ouch!). Before approving the component however I think that its description should be expanded. E.g. I wonder why it's necessary to write wrappers for such a library which does not seem to have GUI features... does wxLibIRCClient act as a generic C++ wrapper or does it add also GUI features? Thanks! Francesco |
From: SourceForge.net <no...@so...> - 2010-03-19 19:36:05
|
Bugs item #2973410, was opened at 2010-03-19 15:36 Message generated for change (Tracker Item Submitted) made by mfunduc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2973410&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxpdfdoc Group: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: MikeF (mfunduc) Assigned to: Nobody/Anonymous (nobody) Summary: Bug fixes, a few setters added Initial Comment: wxPdfDocument::CanConvert() added wxPdfFontDataCore::GetStringWidth() added: if (str == NULL) return 0; ExtractFontData() added: ok = true; wxPdfDocument::TextEscape() added: if (len == wxCONV_FAILED) len = strlen(mbstr); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2973410&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-03-17 22:41:12
|
Bugs item #2972273, was opened at 2010-03-17 22:41 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2972273&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxpdfdoc Group: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: R9bTdc <a href="http://vqgrbexiqsdl.com/">vqgrbexiqsdl</a>, Initial Comment: R9bTdc <a href="http://vqgrbexiqsdl.com/">vqgrbexiqsdl</a>, [url=http://fhcqczahzmes.com/]fhcqczahzmes[/url], [link=http://scvirfvnoucr.com/]scvirfvnoucr[/link], http://ovocemwdswfm.com/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2972273&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-03-14 18:49:32
|
Bugs item #2970342, was opened at 2010-03-14 18:49 Message generated for change (Tracker Item Submitted) made by ettlmartin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2970342&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: any Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: orbitcowboy (ettlmartin) Assigned to: Nobody/Anonymous (nobody) Summary: [cppcheck] found a memory leak in /src/script.cpp Initial Comment: during a check of the current trunk with the static code analysis tool cppcheck (http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page), the tool discovered a memory leak in wxcode/trunk/wxCode/components/wxscript/src/script.cpp Please refer the attached patch that fixes the issue. Best regards Ettl Martin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2970342&group_id=51305 |
From: SourceForge.net <no...@so...> - 2010-03-03 21:14:35
|
Bugs item #2962879, was opened at 2010-03-03 22:14 Message generated for change (Tracker Item Submitted) made by remigius-11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2962879&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Remigius (remigius-11) Assigned to: Ronan Chartois (pgriddev) Summary: VC80 compile problems Initial Comment: 1 warning in all settings: treelistctrl.cpp(582) : warning C4100: 'event' : unreferenced formal parameter -> surround event with WXUNUSED() 2 errors in unicode builds: treelistctrl.cpp(3080) : error C2446: ':' : no conversion from 'const char *' to 'const wxString' treelistctrl.cpp(4066) : error C2446: ':' : no conversion from 'const char *' to 'const wxString' -> surround parameter " " with wxT() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2962879&group_id=51305 |
From: Andrea <xvi...@gm...> - 2010-02-26 08:19:42
|
Hi, libirclient is an IRC client chat library to use in a chat application and it is written in c, my component is a wrapper to let it use in c++ wxWidgets API (same as LibIrcClient-Qt did time ago for Qt toolkit). Regards Andrea Il giorno gio, 25/02/2010 alle 21.50 +0000, Ivan Cheung ha scritto: > Hi > > thanks for posting this! I'm a newbie to OOP, so could you give me a > rundown of how this library works? > > Kind regards > Ivan > > > From: xvi...@gm... > > To: wxc...@li... > > Date: Tue, 23 Feb 2010 11:58:05 +0100 > > Subject: [wxCode-users] new wxCode project submission > > > > Hi, > > I've submitted a project of mine for wxCode: wxLibIRCClient (a > wrapper > > to libircclient irc chat library for using it in wxWidgets) so I > send > > this mail as announce as described in wxCode component submission > > website, I hope it will be accepted :-) > > > > Regards > > > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > wxCode-users mailing list > > wxC...@li... > > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > ______________________________________________________________________ > Not got a Hotmail account? Sign-up now - Free > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ wxCode-users mailing list wxC...@li... https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Ivan C. <ic...@ho...> - 2010-02-25 21:50:17
|
Hi thanks for posting this! I'm a newbie to OOP, so could you give me a rundown of how this library works? Kind regards Ivan > From: xvi...@gm... > To: wxc...@li... > Date: Tue, 23 Feb 2010 11:58:05 +0100 > Subject: [wxCode-users] new wxCode project submission > > Hi, > I've submitted a project of mine for wxCode: wxLibIRCClient (a wrapper > to libircclient irc chat library for using it in wxWidgets) so I send > this mail as announce as described in wxCode component submission > website, I hope it will be accepted :-) > > Regards > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users _________________________________________________________________ We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now http://clk.atdmt.com/UKM/go/195013117/direct/01/ |
From: Andrea <xvi...@gm...> - 2010-02-23 10:52:10
|
Hi, I've submitted a project of mine for wxCode: wxLibIRCClient (a wrapper to libircclient irc chat library for using it in wxWidgets) so I send this mail as announce as described in wxCode component submission website, I hope it will be accepted :-) Regards |
From: SourceForge.net <no...@so...> - 2010-02-20 16:48:29
|
Bugs item #2955641, was opened at 2010-02-20 16:48 Message generated for change (Tracker Item Submitted) made by ettlmartin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2955641&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxhttpengine Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: orbitcowboy (ettlmartin) Assigned to: Nobody/Anonymous (nobody) Summary: [cppcheck] found redundant code in httpengine Initial Comment: during a check with the static code analysis tool cppcheck, the tool discovered some redunand code. Please refer the attached patch, that fixes the issue. Best regards Ettl Martin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2955641&group_id=51305 |