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 M. <f18...@ya...> - 2009-02-01 13:33:19
|
Hi, looks like a great component! Sorry for the delay with the processing of this submission but I noticed it only a few days ago (as SF now doesn't allow automatic notifications of component submissions). Just a few questions: > location: wxaesstream I'd put it in a "aesstream" folder, without the initial "wx". > inCVS: 1 are you sure you want it in the wxCode CVS and not in the Subversion repo? Thanks, Francesco -- |
From: Francesco M. <f18...@ya...> - 2009-01-30 12:45:02
|
Hi, I'm not the maintainer of wxRarInputStream, but I'll try to solve the problem anyway ;) we...@so... ha scritto: > First thanks to Ryan Norton for writing wxRarInputStream... I really > appreciate it. > > I downloaded wxRarInputStream and I'm having trouble compiling it. I'm > not real familiar with bakefile. I did read the readme.txt but was a > little lost. "For linux/OSX use build/unix/makefile.gcc." and do what? Indeed the bakefile is a bit old and doesn't work for me, too. I've just committed an updated version of the bakefiles for wxrarinputstream. It still doesn't compile, but now this is because the sources use deprecated/unsupported features. You can try to fix the errors in the sources building the component with the following commands: cd build make -f GNUmakefile > Note: I am also interested in wxZipStream and wxBZipStream which I have > not been able to compile either. It would be nice to bring up-to-date also these components. It would be great if you could contact Ryan Norton (the official maintainer) and decide with him the best "strategy" for doing it (compatibly with your and Ryan's free time). Francesco |
From: SourceForge.net <no...@so...> - 2009-01-29 16:47:29
|
Bugs item #2545941, was opened at 2009-01-29 17:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2545941&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: R.U.10 (ru10) Assigned to: Ronan Chartois (pgriddev) Summary: wxTreeMultiCtrl - memory leak Initial Comment: The variable m_HilightBrush is initialized in wxTreeMultiCtrl.cpp line 128 but never deleted. Add "delete m_HilightBrush;" at line 182 resolves the memory leak. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2545941&group_id=51305 |
From: <we...@so...> - 2009-01-27 23:43:39
|
Hello, First thanks to Ryan Norton for writing wxRarInputStream... I really appreciate it. I downloaded wxRarInputStream and I'm having trouble compiling it. I'm not real familiar with bakefile. I did read the readme.txt but was a little lost. "For linux/OSX use build/unix/makefile.gcc." and do what? I was under the impression that when you created makfile.gcc that a configure file would have be created as well. Am I missing something here? Is there a simple command I am missing? ALso, I did read that Ryan does not usally use autoconf to create configure file and that he uses the raw bakefile, how?? Can someone point me in that direction as well. Can you help? My system Ubuntu Intrepid Bakefile 0.2.5 wxWidgets 2.8.9 from repository ansi build Thank you in advance, Wes Note: I am also interested in wxZipStream and wxBZipStream which I have not been able to compile either. If I run makefile.gcc: wes@linuxdev810:~/Desktop/wxRarInputStream0_5$ ./makefile.gcc : command not founde 6: ./makefile.gcc: line 7: include: command not found : command not founde 8: : command not founde 12: : command not founde 14: ./makefile.gcc: line 15: __UNICODE_DEFINE_p: command not found ./makefile.gcc: line 15: DLLWXRAR_CXXFLAGS: command not found ./makefile.gcc: line 16: __ENDIAN_DEFINE_p: command not found ./makefile.gcc: line 16: -DFILE_OFFSET_BITS=64: command not found ./makefile.gcc: line 17: __OPTIMIZEFLAG: command not found ./makefile.gcc: line 17: __DEBUGINFO: command not found ./makefile.gcc: line 17: -DSILENT: command not found ./makefile.gcc: line 18: CPPFLAGS: command not found ./makefile.gcc: line 18: CXXFLAGS: command not found : command not founde 18: ./makefile.gcc: line 19: DLLWXRAR_OBJECTS: command not found ./makefile.gcc: line 20: dllwxrar_smallfn.o: command not found ./makefile.gcc: line 21: dllwxrar_dll.o: command not found ./makefile.gcc: line 22: dllwxrar_strlist.o: command not found ./makefile.gcc: line 23: dllwxrar_strfn.o: command not found ./makefile.gcc: line 24: dllwxrar_pathfn.o: command not found ./makefile.gcc: line 25: dllwxrar_int64.o: command not found ./makefile.gcc: line 26: dllwxrar_savepos.o: command not found ./makefile.gcc: line 27: dllwxrar_global.o: command not found ./makefile.gcc: line 28: dllwxrar_file.o: command not found ./makefile.gcc: line 29: dllwxrar_filefn.o: command not found ./makefile.gcc: line 30: dllwxrar_filcreat.o: command not found ./makefile.gcc: line 31: dllwxrar_archive.o: command not found ./makefile.gcc: line 32: dllwxrar_arcread.o: command not found ./makefile.gcc: line 33: dllwxrar_unicode.o: command not found ./makefile.gcc: line 34: dllwxrar_system.o: command not found ./makefile.gcc: line 35: dllwxrar_isnt.o: command not found ./makefile.gcc: line 36: dllwxrar_crypt.o: command not found ./makefile.gcc: line 37: dllwxrar_crc.o: command not found ./makefile.gcc: line 38: dllwxrar_rawread.o: command not found ./makefile.gcc: line 39: dllwxrar_encname.o: command not found ./makefile.gcc: line 40: dllwxrar_resource.o: command not found ./makefile.gcc: line 41: dllwxrar_match.o: command not found ./makefile.gcc: line 42: dllwxrar_timefn.o: command not found ./makefile.gcc: line 43: dllwxrar_rdwrfn.o: command not found ./makefile.gcc: line 44: dllwxrar_consio.o: command not found ./makefile.gcc: line 45: dllwxrar_options.o: command not found ./makefile.gcc: line 46: dllwxrar_ulinks.o: command not found ./makefile.gcc: line 47: dllwxrar_errhnd.o: command not found ./makefile.gcc: line 48: dllwxrar_rarvm.o: command not found ./makefile.gcc: line 49: dllwxrar_rijndael.o: command not found ./makefile.gcc: line 50: dllwxrar_getbits.o: command not found ./makefile.gcc: line 51: dllwxrar_sha1.o: command not found ./makefile.gcc: line 52: dllwxrar_extinfo.o: command not found ./makefile.gcc: line 53: dllwxrar_extract.o: command not found ./makefile.gcc: line 54: dllwxrar_volume.o: command not found ./makefile.gcc: line 55: dllwxrar_list.o: command not found ./makefile.gcc: line 56: dllwxrar_find.o: command not found ./makefile.gcc: line 57: dllwxrar_unpack.o: command not found ./makefile.gcc: line 58: dllwxrar_cmddata.o: command not found ./makefile.gcc: line 59: dllwxrar_scantree.o: command not found : command not founde 60: dllwxrar_filestr.o ./makefile.gcc: line 61: __UNICODE_DEFINE_p: command not found ./makefile.gcc: line 61: LIBWXRAR_CXXFLAGS: command not found ./makefile.gcc: line 62: __ENDIAN_DEFINE_p: command not found ./makefile.gcc: line 62: -DFILE_OFFSET_BITS=64: command not found ./makefile.gcc: line 63: __OPTIMIZEFLAG: command not found ./makefile.gcc: line 63: __DEBUGINFO: command not found ./makefile.gcc: line 63: CPPFLAGS: command not found ./makefile.gcc: line 63: -DSILENT: command not found ./makefile.gcc: line 64: CXXFLAGS: command not found : command not founde 64: ./makefile.gcc: line 65: LIBWXRAR_OBJECTS: command not found ./makefile.gcc: line 66: libwxrar_smallfn.o: command not found ./makefile.gcc: line 67: libwxrar_dll.o: command not found ./makefile.gcc: line 68: libwxrar_strlist.o: command not found ./makefile.gcc: line 69: libwxrar_strfn.o: command not found ./makefile.gcc: line 70: libwxrar_pathfn.o: command not found ./makefile.gcc: line 71: libwxrar_int64.o: command not found ./makefile.gcc: line 72: libwxrar_savepos.o: command not found ./makefile.gcc: line 73: libwxrar_global.o: command not found ./makefile.gcc: line 74: libwxrar_file.o: command not found ./makefile.gcc: line 75: libwxrar_filefn.o: command not found ./makefile.gcc: line 76: libwxrar_filcreat.o: command not found ./makefile.gcc: line 77: libwxrar_archive.o: command not found ./makefile.gcc: line 78: libwxrar_arcread.o: command not found ./makefile.gcc: line 79: libwxrar_unicode.o: command not found ./makefile.gcc: line 80: libwxrar_system.o: command not found ./makefile.gcc: line 81: libwxrar_isnt.o: command not found ./makefile.gcc: line 82: libwxrar_crypt.o: command not found ./makefile.gcc: line 83: libwxrar_crc.o: command not found ./makefile.gcc: line 84: libwxrar_rawread.o: command not found ./makefile.gcc: line 85: libwxrar_encname.o: command not found ./makefile.gcc: line 86: libwxrar_resource.o: command not found ./makefile.gcc: line 87: libwxrar_match.o: command not found ./makefile.gcc: line 88: libwxrar_timefn.o: command not found ./makefile.gcc: line 89: libwxrar_rdwrfn.o: command not found ./makefile.gcc: line 90: libwxrar_consio.o: command not found ./makefile.gcc: line 91: libwxrar_options.o: command not found ./makefile.gcc: line 92: libwxrar_ulinks.o: command not found ./makefile.gcc: line 93: libwxrar_errhnd.o: command not found ./makefile.gcc: line 94: libwxrar_rarvm.o: command not found ./makefile.gcc: line 95: libwxrar_rijndael.o: command not found ./makefile.gcc: line 96: libwxrar_getbits.o: command not found ./makefile.gcc: line 97: libwxrar_sha1.o: command not found ./makefile.gcc: line 98: libwxrar_extinfo.o: command not found ./makefile.gcc: line 99: libwxrar_extract.o: command not found ./makefile.gcc: line 100: libwxrar_volume.o: command not found ./makefile.gcc: line 101: libwxrar_list.o: command not found ./makefile.gcc: line 102: libwxrar_find.o: command not found ./makefile.gcc: line 103: libwxrar_unpack.o: command not found ./makefile.gcc: line 104: libwxrar_cmddata.o: command not found ./makefile.gcc: line 105: libwxrar_scantree.o: command not found : command not founde 106: libwxrar_filestr.o ./makefile.gcc: line 107: __UNICODE_DEFINE_p: command not found ./makefile.gcc: line 107: RAREXTRACT_CXXFLAGS: command not found ./makefile.gcc: line 108: __ENDIAN_DEFINE_p: command not found ./makefile.gcc: line 108: -DFILE_OFFSET_BITS=64: command not found ./makefile.gcc: line 109: __OPTIMIZEFLAG: command not found ./makefile.gcc: line 109: __DEBUGINFO: command not found ./makefile.gcc: line 109: CPPFLAGS: command not found ./makefile.gcc: line 109: -DSILENT: command not found ./makefile.gcc: line 110: CXXFLAGS: command not found : command not founde 110: ./makefile.gcc: line 111: RAREXTRACT_OBJECTS: command not found : command not founde 112: rarextract_rarextract.o : command not founde 113: : command not founde 115: ./makefile.gcc: line 116: syntax error near unexpected token `$(BUILD),debug' '/makefile.gcc: line 116: `ifeq ($(BUILD),debug) wes@linuxdev810:~/Desktop/wxRarInputStream0_5$ |
From: Francesco M. <f18...@ya...> - 2009-01-24 22:17:49
|
Hi all, I've talked a bit with Bryan Petty, the wxWiki administrator and we agreed on placing the wiki pages of the wxCode components directly in the wxWiki. I remember to everyone that wxCode wiki was shut down as consequence of SF server changes. It also had many problems (e.g. SPAM and low-usage). I hope that offloading the maintainance on the better-known and much more used wxWiki is going to be a good choice for the future. As an important note I add that any content which was previously placed in the wxCode wiki was (probably) not completely lost: we may ask SF to restore some data eventually. IIRC however it didn't contain much content (mainly stuff created by me)... please contact me if this is not true! Francesco |
From: SourceForge.net <no...@so...> - 2009-01-23 15:37:33
|
Bugs item #2531269, was opened at 2009-01-23 15:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2531269&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Postgres::RunQueryWithResults does not test PGResult Initial Comment: PostgresDatabaseLayer::RunQueryWithResults does not test PGresult after call to PQexec. If PQresultStatus(pResultCode) != PGRES_TUPLES_OK then it must be handled as an error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2531269&group_id=51305 |
From: SourceForge.net <no...@so...> - 2009-01-20 18:17:49
|
Bugs item #2524288, was opened at 2009-01-20 10:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2524288&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: Eric W Savage (ewsavage) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with encrypted documents written by wxpdfdoc Initial Comment: There is a problem with some encrypted PDF documents written by wxpdfdoc. If a PDF document is written after using the SetProtection method with a empty user password and non-empty owner password, then a small percentage of documents require an open password from Adobe Reader to read the document. I took a look through the code and it looks to be an invalid document id written into the trailer section of the PDF. The document id is invalid if it contains a NULL character anywhere before the end of the string. If the document id contains any NULL characters, then the document id is chopped at that point. The chopping is a result of using strcpy. I am using the non UNICODE version of the tool and AES encryption with 128 bits. The offending code is located in the method: wxPdfDocument::OutHexTextstring within the file src/pdfkernel.cpp around line 2083. 2083: #else 2084: strcpy(&mbstr[ofs],s.c_str()); 2085: #endif should probably be: 2083: #else 2084: memcpy(&mbstr[ofs],s.c_str(), len); 2085: #endi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2524288&group_id=51305 |
From: SourceForge.net <no...@so...> - 2009-01-19 02:03:50
|
Bugs item #2518470, was opened at 2009-01-19 02:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2518470&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: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hendrik van Antwerpen (hvantwerpen) Assigned to: Nobody/Anonymous (nobody) Summary: [wxcurl] curl-config calls don't respect --with-libcurl Initial Comment: When a directory is specified to configure with the --with-libcurl option, I expect that curl-config from that tree is called. Now curl-config is called without a path. This gives trouble if you want to build against a private build when you also have an package-installed version, e.g. when cross-compiling. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2518470&group_id=51305 |
From: SourceForge.net <no...@so...> - 2009-01-16 12:59:24
|
Feature Requests item #2513143, was opened at 2009-01-16 14:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2513143&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: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: catalin (catalinr) Assigned to: Nobody/Anonymous (nobody) Summary: [wxPdfDoc] Add suport for custom paper types Initial Comment: Hi, I have this request, if possible: to change local creation of printPaperDatabase to using wxThePrintPaperDatabase in pdfdoc.cpp . I attached a modified pdfdoc.cpp, the relevant lines are no. 108-134. Sorry for not sending a proper patch. Thank you, Catalin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2513143&group_id=51305 |
From: SourceForge.net <no...@so...> - 2009-01-13 11:18:20
|
Bugs item #2504323, was opened at 2009-01-13 12:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2504323&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: wxsheet Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas (thheidler) Assigned to: John Labenski (jrl1) Summary: access violation after press enter in editor control Initial Comment: Sometimes I get a access violation after press enter in editor control. I found following code sequence (a simple call stack): wxwidgets/src/msw/window.cpp: --- case WM_SYSKEYDOWN: case WM_KEYDOWN: // If this has been processed by an event handler, return 0 now // (we've handled it). m_lastKeydownProcessed = HandleKeyDown((WORD) wParam, lParam); --- sheet.cpp: --- wxSheet::DisableCellEditControl ... GetSheetRefData()->m_cellEditor.DestroyControl(); --- sheetedt.cpp: --- wxSheetCellEditorRefData::DestroyControl ... win->Destroy(); --- The line "win->Destroy" deletes editor object, but is called from "HandleKeyDown". After "HandleKeyDown" returned, the heap object is destroyed and a assignment to member variable "m_lastKeydownProcessed" happens. This assignment damages the heap. my hotfix is: replace line "win->Destroy();" by "wxTheApp->GetTraits()->ScheduleForDestroy(win);" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2504323&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2009-01-05 15:16:17
|
Michal Blin(ák ha scritto: > Hi, > at the first I'd like to thank you for your previous advices dealing > with bakefiles which helped me a lot :) > > Now, I have one different problem: Few weeks ago I registered my new > component wxShapeFramework at the wxCode. I uploaded a release archive > to SF, commited sources to SVN repository ("shapeframework" subdir) and > configured the component via wxCode's forms, but the wxShapeFramework > component cannot be still found netheir in components list nor via > searching engine. But, I can see it in "Edit your component" section > where I can modify its properties. > > Should I do some special operation to make it visible for other users or > is it a bug caused by SF's structure changes? hmmm, this time I cannot blame SF; it's my fault apparently :/ Shapeframework component in fact was still marked as "non approved"; I've fixed this now... (I've also run once those scripts which should be periodically called by CRON on SF servers; this resulted in an unwanted mail about wxShapeframework being "just" submitted...) Francesco |
From: Michal B. <mic...@ti...> - 2009-01-05 08:51:10
|
Hi, at the first I'd like to thank you for your previous advices dealing with bakefiles which helped me a lot :) Now, I have one different problem: Few weeks ago I registered my new component wxShapeFramework at the wxCode. I uploaded a release archive to SF, commited sources to SVN repository ("shapeframework" subdir) and configured the component via wxCode's forms, but the wxShapeFramework component cannot be still found netheir in components list nor via searching engine. But, I can see it in "Edit your component" section where I can modify its properties. Should I do some special operation to make it visible for other users or is it a bug caused by SF's structure changes? Best regards Michal |
From: Francesco M. <f18...@ya...> - 2009-01-04 21:07:44
|
Hi Michael, I think the error is in your wxxs.bkl: Michal Bližňák ha scritto: > <?xml version="1.0" ?> > ><!-- RCS-ID: $Id: mycomp.bkl 550 2007-04-22 13:14:49Z frm $ --> > ><makefile> > > <include file="presets/wxcode.bkgen" once="1"/> it shouldn't be wxcode.bkgen but rather wxcode.bkl ;) Bye, Francesco |
From: SourceForge.net <no...@so...> - 2009-01-01 23:48:16
|
Patches item #2481580, was opened at 2009-01-01 23:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2481580&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: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Wilson (gcc) Assigned to: Nobody/Anonymous (nobody) Summary: wxChart compile fix Initial Comment: wxChart does not compile with GCC 4.x due to typos and mistakes in the use of #pragma interface and implementation. The attached patch fixes it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2481580&group_id=51305 |
From: Michal B. <mic...@ti...> - 2009-01-01 21:25:25
|
Hi, i'm trying to use bakefiles system included in wxcode (latest SVN version), but I cannot create makefiles files because of this error: [1/6] generating gnu from wxxs.bkl [2/6] generating watcom from wxxs.bkl /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkgen:16: error: unknown tag 'add-formats' included from /home/michal/Src/Projekty/wxCode/components/wxxs/build/wxxs.bkl:9 /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkgen:16: error: unknown tag 'add-formats' included from /home/michal/Src/Projekty/wxCode/components/wxxs/build/wxxs.bkl:9 [bakefile_gen] waiting for remaining jobs to finish after error... [bakefile_gen] error: bakefile exited with error (1) My bakefile configuration files works fine with my local copy of bakefile preset files, but don't work with files included in wxcode SVN repo (paths to bakefile presets are updated in accordance to wxCode). Another components included in the wxcode repo work fine so I compared my configuration files with the others working but I cannot find any important difference... My OS is Ubuntu 8.10. Any idea what can be broken in my config files? Regards Michal |
From: SourceForge.net <no...@so...> - 2008-12-26 23:33:24
|
Feature Requests item #2469650, was opened at 2008-12-27 01:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2469650&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: madnut_ua (madnut_ua) Assigned to: Nobody/Anonymous (nobody) Summary: [wxSqlite3] Add ability to check Statement accessibility Initial Comment: Please, add ability to check statement accessibility without throwing exception, e.g. like IsOk() function for some classes in wx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2469650&group_id=51305 |
From: SourceForge.net <no...@so...> - 2008-12-23 03:13:21
|
Feature Requests item #2460180, was opened at 2008-12-23 03:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2460180&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: wxTreeListCtrl flicker heavily Initial Comment: Hi All, When resizing wxTreeListCtrl, it flickers heavily on Windows. I tried to fix that using wxMemoryDC, and the attachment is the modified file. But it only was tested on Windows. Thanks, Andrew ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2460180&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2008-12-15 15:31:47
|
Hi, Michal Bližňák ha scritto: > thank you very much for your quick response when it's possible I reply immediately; sorry instead for the delay with this response :/ >- your advices helped me a > lot! But there is an another problem... Now I'm able to create both > makefile and configure file, but I have problems with undefined > references. I use wxXml??? classes in my projects so I'have added > <wx-lib>xml</wx-lib> into my *.bkl file. In previous bakefiles version > it worked fine but now I have got those errors: > ... > > I checked the linker output and it is as follows: > > g++ -o samples/wxSFDemo/sfdemo sfdemo_FrameCanvas.o sfdemo_GUI.o > sfdemo_MainApp.o sfdemo_MainFrame.o sfdemo_wx_pch.o -L./lib -L./lib > -Wl,-rpath,../../lib -lwxcode_gtk2u_wxsf-2.8 -pthread > -Wl,-Bsymbolic-functions -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 > > You can see that only "base" and "core" wx libs are used (there should > be the library file called "wx_baseu_xml-2.8 included as well"). I tried > to add also references to another wx libs (like "adv") to my project, > but the linker still uses only the "core" and "base" libs... > > Is it a bug or am I ommiting something important? You need to add the libraries you need to link to, also to the configure.ac file. E.g. WXCODE_CHECKS([2.8.0], [core,base]) => WXCODE_CHECKS([2.8.0], [xml,core,base]) I probably should better describe this detail in the maintainer's guide. I'll add it asap. Bye, Francesco |
From: Michal B. <mic...@ti...> - 2008-12-12 17:09:31
|
Hi Francesco, thank you very much for your quick response - your advices helped me a lot! But there is an another problem... Now I'm able to create both makefile and configure file, but I have problems with undefined references. I use wxXml??? classes in my projects so I'have added <wx-lib>xml</wx-lib> into my *.bkl file. In previous bakefiles version it worked fine but now I have got those errors: ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlNode::GetPropVal(wxString const&, wxString*) const' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlDocument::wxXmlDocument()' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlNode::wxXmlNode(wxXmlNodeType, wxString const&, wxString const&)' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `vtable for wxXmlDocument' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlDocument::Load(wxInputStream&, wxString const&, int)' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlDocument::Save(wxString const&, int) const' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlDocument::Save(wxOutputStream&, int) const' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlDocument::Load(wxString const&, wxString const&, int)' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlNode::GetNodeContent() const' ./lib/libwxcode_gtk2u_wxsf-2.8.so: undefined reference to `wxXmlNode::GetPropVal(wxString const&, wxString const&) const' I checked the linker output and it is as follows: g++ -o samples/wxSFDemo/sfdemo sfdemo_FrameCanvas.o sfdemo_GUI.o sfdemo_MainApp.o sfdemo_MainFrame.o sfdemo_wx_pch.o -L./lib -L./lib -Wl,-rpath,../../lib -lwxcode_gtk2u_wxsf-2.8 -pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 You can see that only "base" and "core" wx libs are used (there should be the library file called "wx_baseu_xml-2.8 included as well"). I tried to add also references to another wx libs (like "adv") to my project, but the linker still uses only the "core" and "base" libs... Is it a bug or am I ommiting something important? Regards Michal Francesco Montorsi napsal(a): > Hi, > > Michal Bližňák ha scritto: > >> Hi, i'm trying to use bakefiles system included in wxcode (latest SVN >> version), but I cannot create configuration files because of this error: >> >> configure.ac:21: error: possibly undefined macro: m4_include >> If this token and others are legitimate, please use m4_pattern_allow. >> See the Autoconf documentation. >> configure:4192: error: possibly undefined macro: AC_BAKEFILE >> >> I tried to call ./acregen.sh in several components (wxsqlite3, >> advtable,...), but it always failed with the same error. >> > this is because you don't have bakefile.m4 macro in the paths searched by > aclocal. I'd suggest you to either reinstall bakefile with --prefix=/usr or > manually cp the bakefile.m4 file from /usr/local/share/aclocal to > /usr/share/aclocal. > > >> Moreover, If I try to create makefiles using the bakefile in my >> projects, the process fails with message: >> >> [4/9] generating gnu from wxsf.bkl >> /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkl:23: >> error: Please use the current stable branch as WX_VERSION option default >> and not $(shell $(WX_CONFIG) --selected-config | sed -e >> 's/.*-\([0-9]*\)\.\([0-9]*\)$$/\1\2/')! >> included from >> /home/michal/Src/Projekty/wxCode/components/shapeframework/build/wxsf.bkl:57 >> >> The same configuration files worked with bakefile 2.3. Any idea what is >> broken? >> > sorry for this! That was a problem I fixed in the 'build' folder of the wxCode > CVS repository and then forgot to commit also in the 'build' folder of wxCode > SVN repo. Done now. > > Let me know if this helps... > Francesco > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2008-12-12 14:47:39
|
Hi, Michal Bližňák ha scritto: > Hi, i'm trying to use bakefiles system included in wxcode (latest SVN > version), but I cannot create configuration files because of this error: > > configure.ac:21: error: possibly undefined macro: m4_include > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure:4192: error: possibly undefined macro: AC_BAKEFILE > > I tried to call ./acregen.sh in several components (wxsqlite3, > advtable,...), but it always failed with the same error. this is because you don't have bakefile.m4 macro in the paths searched by aclocal. I'd suggest you to either reinstall bakefile with --prefix=/usr or manually cp the bakefile.m4 file from /usr/local/share/aclocal to /usr/share/aclocal. > Moreover, If I try to create makefiles using the bakefile in my > projects, the process fails with message: > > [4/9] generating gnu from wxsf.bkl > /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkl:23: > error: Please use the current stable branch as WX_VERSION option default > and not $(shell $(WX_CONFIG) --selected-config | sed -e > 's/.*-\([0-9]*\)\.\([0-9]*\)$$/\1\2/')! > included from > /home/michal/Src/Projekty/wxCode/components/shapeframework/build/wxsf.bkl:57 > > The same configuration files worked with bakefile 2.3. Any idea what is > broken? sorry for this! That was a problem I fixed in the 'build' folder of the wxCode CVS repository and then forgot to commit also in the 'build' folder of wxCode SVN repo. Done now. Let me know if this helps... Francesco |
From: Michal B. <mic...@ti...> - 2008-12-12 14:32:34
|
Hi, i'm trying to use bakefiles system included in wxcode (latest SVN version), but I cannot create configuration files because of this error: configure.ac:21: error: possibly undefined macro: m4_include If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:4192: error: possibly undefined macro: AC_BAKEFILE I tried to call ./acregen.sh in several components (wxsqlite3, advtable,...), but it always failed with the same error. Moreover, If I try to create makefiles using the bakefile in my projects, the process fails with message: [4/9] generating gnu from wxsf.bkl /home/michal/Src/Projekty/wxCode/build/bakefiles/presets/wxcode.bkl:23: error: Please use the current stable branch as WX_VERSION option default and not $(shell $(WX_CONFIG) --selected-config | sed -e 's/.*-\([0-9]*\)\.\([0-9]*\)$$/\1\2/')! included from /home/michal/Src/Projekty/wxCode/components/shapeframework/build/wxsf.bkl:57 The same configuration files worked with bakefile 2.3. Any idea what is broken? I use Ubuntu 8.10 with bakefile 2.5, autoconf 2.61 and aclocal 1.10.1 Regards Michal |
From: SourceForge.net <no...@so...> - 2008-12-10 16:16:41
|
Bugs item #2414137, was opened at 2008-12-10 17:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2414137&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: website Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: R.U.10 (ru10) Assigned to: Francesco Montorsi (frm) Summary: wxThings Initial Comment: The link related to the web page of the component wxThinks is broken, see http://wxcode.sourceforge.net/components/wxthings/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2414137&group_id=51305 |
From: Nikolaj F. <nf...@cd...> - 2008-12-08 12:25:59
|
Hi, I have come across what seems to be a typo in the CTB svn trunk. 216 // look out! 217 // MIN = 1 means, in TIME (1/10 secs) defined timeout 218 // will be started AFTER receiving the first byte 219 // so we must set MIN = 0. (timeout starts immediately, abort 220 // also without readed byte) 221 t.c_cc[VMIN] = 0; 222 // timeout in 1/10 secs 223 // no timeout for non blocked transfer 224 t.c_cc[VMIN] = 0; It seems VMIN is written to twice, when in fact one of them should be VTIME. Cheers, Nikolaj Fogh |
From: PGRID dev. <pgr...@ya...> - 2008-12-05 09:53:00
|
For wxTreeListCtrl users: new release 2008-12-05 (upgrade recommended) If you are using this control, it is recommended that you upgrade to the latest version: - several crashes fixed - better drag&drop and right-click - attempted to fix all open issues (including old tracker entries of 2006-7) (see changelog below for details) website: http://wxcode.sourceforge.net/components/treelistctrl This is the last release for 2008. If you notice a problem with this new release, please let me know asap, as I will not be around in January-February. Happy coding ! Ronan ==================== ChangeLog begin ==================== * treelistctrl_2008-12-05.tar.gz - Fixed: non-compliant declarations in class wxTreeListMainWindow [#2051640] - Fixed: edit changes commited to wrong column [#2342061] - Fixed: crash after rename / cell edit [#2342054] - Fixed: crash on deletion of selected item (seen with multiple selection enabled on shutdown); bug introduced in v2008-07-21 - Fixed: empty item text (in main & other columns) - Fixed: Drag from treelistctrl to another works improperly (drag origin not remembered accurately) [#1811335] - Fixed: allow multiple selection in right-click & dragging [#1488235] - Fixed: assertion in DoNotifyWindowAboutCaptureLost in wxMSW 2.7.1 [#1583135] - Changed: better positioning and size of editing cell * treelistctrl_2008-07-21.tar.gz - Fixed: selection behavior - Fixed: make all mouse events accessible to child class [#2018407] - Fixed: column now always populated for mouse events [#2018407] - Fixed: crash on key navigation after item delete [#2021908] - Fixed: crash on edit after item delete [#2021908] - Fixed: missing event EVT_TREE_END_LABEL_EDIT when cancelled - Fixed: several crash possibilities when there is no root [#2021908] - Changed: changing the selection mode (wxTR_MULTIPLE style) will now reset the selection - Changed: id of main column is always returned in events (used to be -1 on blank area) - Changed: after an item is deleted, its next siblings is selected if it exists - Changed: key actions: if no item is selected, root is selected and no further action is taken - Changed: use same logic for double-click and return key (i.e. activate event will expand by default) - Added: events EVT_TREE_ITEM_MIDDLE_CLICK, EVT_TREE_ITEM_MENU - Added: events are also generated when empty area is clicked (with wxTreeEvent::IsOk() returning false) [#2018407] - Added: test program now with log window showing events fired - Added: test program includes compile option WITH_CHILD_CLASS demonstrating capturing mouse events in child class [#2018407] - Doc: added ommited (EVT_TREE_END_DRAG,EVT_TREE_ITEM_RIGHT_CLICK) and new events [#2018407] - Doc: mention wxTreeEvent::GetInt() to obtain column [#2018407] - Doc: corrected incorrect mention of no event on some delete actions * treelistctrl_2008-06-18.tar.gz - Fixed: dead zone in labels with big fonts - Fixed: improved text/frame proportion in label row for big fonts (MSW) - Added: support for MinGW+MSYS through Makefile - Added: support for CodeBlock+GCC through project file ==================== ChangeLog end ==================== |
From: SourceForge.net <no...@so...> - 2008-11-28 13:20:35
|
Patches item #2355758, was opened at 2008-11-28 14:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2355758&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: Peter Jansson (jansson) Assigned to: Nobody/Anonymous (nobody) Summary: [wxplotctrl] wxplotctrl.h: Compiler issue? Initial Comment: I am having an issue with using wxplotctrl.h in my MinGW environment. Replacing #include "wx/wxwindow.h" wih #include "wx/wx.h" on line 18 in wxplotctrl.h seem to make the following complier error to disappear. I attach a patch for that small change. I don't why this error occurs, any input on this? C:/wxWidgets-2.8.9/include/wx/msw/toplevel.h:122: error: expected identifier before numeric constant C:/wxWidgets-2.8.9/include/wx/msw/toplevel.h:122: error: expected `,' or `...' before numeric constant C:/wxWidgets-2.8.9/include/wx/msw/toplevel.h:122: error: ISO C++ forbids declaration of `parameter' with no type Greetings from Sweden, Peter. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2355758&group_id=51305 |