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...> - 2006-02-12 20:57:57
|
Hi, Angelo Mandato ha scritto: > My recommendation to you is to stop using Internet Explorer. Get > Firefox, www.getfirefox.com <http://www.getfirefox.com>. Once you see > some web sites in Firefox, you will never go back to IE. I completely agree :) The first program I install on a fresh windows is Firefox. Unfortunately (but not surprisingly) IE cannot be completely uninstalled from win AFAIK ;) > The site is using a very well thought out style sheet. To make the site > accessible to vision impaired users, it does not use specific font > sizes, rather it uses percents. This is because IE does not allow > styles to be resized with the font resize option if the style sheet has > the font sizes specified. Example: <div style="font-size: 12px;">can't > resize this in IE</div>. You can change the font size till you turn > blue in IE, but that div text will never resize. When you resize in > Firefox, the text does get larger. This is just one of the many > problems with IE. Angelo is perfectly right. That's the problem. I managed to find a fix for IE's lacking support of transparent PNG (for the wxCode logo) but I could not get around this. If anyone finds a way to fix this IE problem without affecting other (correctly working !) browser, I'd be glad to apply the patch. I tried to make the website as more conformant as possible to XHTML and CSS2 but there are still some few problems with resizing, which I planned to fix but never find time to... > You may be semi happy to know the future IE 7 will have a zoom feature. > To overcome this, the zoom feature simply makes the viewing area of IE > bigger. I got the impression they took the easy way out. If your > having problems reading the text in the page, that does not mean you > want the images and everything else to get larger. This is just another > example of how much Microsoft did not improve IE 7. they say that IE7 will have also transparent PNG support; we'll see if this is true; AFAIK transparent image support in IE has been asked since IE 5 ! Francesco |
From: Angelo M. <ama...@gm...> - 2006-02-12 17:57:21
|
Ryan, My recommendation to you is to stop using Internet Explorer. Get Firefox, www.getfirefox.com. Once you see some web sites in Firefox, you will never go back to IE. The site is using a very well thought out style sheet. To make the site accessible to vision impaired users, it does not use specific font sizes, rather it uses percents. This is because IE does not allow styles to be resized with the font resize option if the style sheet has the font sizes specified. Example: <div style=3D"font-size: 12px;">can't resize this in IE</div>. You can change the font size till you turn blue in IE, but that div text will never resize. When you resize in Firefox, the text does get larger. This is just one of the many problems with IE. You may be semi happy to know the future IE 7 will have a zoom feature. To overcome this, the zoom feature simply makes the viewing area of IE bigger. I got the impression they took the easy way out. If your having problems reading the text in the page, that does not mean you want the images and everything else to get larger. This is just another example of how much Microsoft did not improve IE 7. If you are a web developer, you will definitely want to use Firefox. There is a Tidy extension which verifies your HTML for you and a Web Developer extension which works great when your trying to solve problems with your style sheets, div/span layouts, etc... If you are a hardcore IE user, I would just make your window bigger. That will solve the text overlay problem. --angelo On 2/12/06, Otto Wyss <ott...@or...> wrote: > > wxp...@co... wrote: > > Here's a screenshot - > > http://i13.photobucket.com/albums/a280/picpcs/ugly.jpg > > > > If anyone needs any help with anything let me know and I'll chip in > however > > I can :). > > > > Ryan > > > > > > > What can you help? Improving the web site or what you mean? > > O. Wyss > > -- > Application guidelines: http://wyoguide.sf.net/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Otto W. <ott...@or...> - 2006-02-12 15:57:01
|
wxp...@co... wrote: > Here's a screenshot - > http://i13.photobucket.com/albums/a280/picpcs/ugly.jpg > > If anyone needs any help with anything let me know and I'll chip in however > I can :). > > Ryan > > > What can you help? Improving the web site or what you mean? O. Wyss -- Application guidelines: http://wyoguide.sf.net/ |
From: <wxp...@co...> - 2006-02-12 00:13:23
|
Here's a screenshot - http://i13=2Ephotobucket=2Ecom/albums/a280/picpcs/ugly=2Ejpg If anyone needs any help with anything let me know and I'll chip in howeve= r I can :)=2E Ryan -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web=2Ecom/ =2E |
From: SourceForge.net <no...@so...> - 2006-02-01 05:07:47
|
Bugs item #1421171, was opened at 2006-01-31 21:07 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=1421171&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: makefont.cpp(791) : error C2065: 'wxPdfFontTrueTypeUnicode' Initial Comment: .\..\makefont\makefont.cpp(791) : error C2065: 'wxPdfFontTrueTypeUnicode' : undeclared identifier the problem is the wxPdfFontTrueTypeUnicode class definition in pdffont.h is wrapped in #if wxUSE_UNICODE but makefont.cpp assumes its always available ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1421171&group_id=51305 |
From: SourceForge.net <no...@so...> - 2006-01-17 20:23:20
|
Bugs item #1408451, was opened at 2006-01-17 12:23 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=1408451&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Otto Wyss (wyo) Summary: Compiling issues on Mac OS X 10.3 - Xcode 1.5 Initial Comment: file: treelistctrl.cpp line: 1715 from: #if defined( __WXMAC__ ) && __WXMAC_CARBON__ to: #if defined( __WXMAC__ ) && defined(__WXMAC_CARBON__) Function: DoDrawRect redeclaration of wxPen pen error. wxPen pen is declared twice under mac compile ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1408451&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2006-01-17 10:59:27
|
Joseph Blough ha scritto: > Do we allow multiple users to have CVS write access to individual > components? I would like for 1-2 more programmers to have write access > to the DatabaseLayer CVS tree. yes; just let me know their SF account names. Francesco |
From: Joseph B. <jb...@um...> - 2006-01-17 02:34:57
|
Do we allow multiple users to have CVS write access to individual components? I would like for 1-2 more programmers to have write access to the DatabaseLayer CVS tree. Thanks |
From: SourceForge.net <no...@so...> - 2006-01-06 12:24:34
|
Bugs item #1398505, was opened at 2006-01-06 14:24 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=1398505&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 Submitted By: Christos (achaios) Assigned to: Nobody/Anonymous (nobody) Summary: wxpdfdoc gcc pragma bug in pdfencrypt.h Initial Comment: In pdfencrypt.h line 18: #pragma interface "pdfencrypt.h" prevents linking against the library with errors like: ./lib/libwxpdfdoc.a(wxpdfdoc_lib_pdfencrypt.o): In function `wxPdfEncrypt::wxPdfEncrypt()': pdfencrypt.cpp:(.text+0x793): undefined reference to `vtable for wxPdfEncrypt' Fixed by changing it to #pragma interface "pdfencrypt.cpp" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1398505&group_id=51305 |
From: SourceForge.net <no...@so...> - 2006-01-05 14:46:19
|
Bugs item #1397791, was opened at 2006-01-05 16:46 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=1397791&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 Submitted By: Christos (achaios) Assigned to: Nobody/Anonymous (nobody) Summary: wxpdfdoc compilation problems under GTK Initial Comment: make fails when trying to link the sample with tons of unresolved references. ./configure .... g++ -o samples/minimal minimal_minimal.o minimal_tutorial1.o minimal_tutorial2.o minimal_tutorial3.o minimal_tutorial4.o minimal_tutorial5.o minimal_tutorial7.o minimal_bookmark.o minimal_cjktest.o minimal_clipping.o minimal_drawing.o minimal_protection.o minimal_rotation.o minimal_wmf.o minimal_transformation.o minimal_gradients.o minimal_barcodes.o minimal_charting.o -L./lib -L./lib -lwxpdfdoc -L/usr/local/lib -pthread -L/usr/X11R6/lib minimal_minimal.o: In function `wxCreateApp()': minimal.cpp:(.text+0x32): undefined reference to `wxAppConsole::CheckBuildOptions(char const*, char const*)' .... It is obvious that "minimal" is not linked against the wx libs. I have manually compiled only the static unicode libraries of wxGTK 2.6.2. They are properly detected by configure. SuSE 10.0-i386 gcc 4.0.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1397791&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2006-01-04 12:36:35
|
Hi, I'm sending this message to remember to the relative wxCode maintainers that the following components: AWX kwxIndustrialIndicators wxAutoStartUp wxCTB wxDOM wxMSWResources still have no committed sources in the wxCode CVS repository. For more info about wxCode CVS, please look at http://wxcode.sourceforge.net/maintguide.php and ask for any problem. Let me know, Francesco Montorsi |
From: Francesco M. <f18...@ya...> - 2006-01-04 11:54:10
|
Hi, Francesco Montorsi wrote: > name: wxAUI > wxversion: 2.6,cvs > category: window container,control,window layout > language: cpp > description: wxAUI is an Advanced User Interface library that aims to implement > "cutting-edge" interface usability and design features so developers can > quickly and easily create beautiful and usable application interfaces. > The centerpiece of the library is a docking manager which allows windows > to be floated/docked onto a frame. > location: wxaui > cdate: 2005-12-16 > id: 111 > status: alpha > docs: notavailable > buildsys: makefiles > extdep: none > wiki: disabled > wxport: wxmsw,wxgtk > samples: 1 > approved: 0 > author: Benjamin I. Williams > version: 0.9 > maintainerid: 31 > > Maintainer SF username: biwillia76 > Maintainer name: Benjamin I. Williams > Maintainer mail address: bwi...@ki... Component approved. The CVS wxCode/components/wxaui folder has been created and added and I setup all your privileges. Please look in the Maintainer Guide for more info about CVS setup for your component. Thanks ! Ask for any doubt, Francesco PS: give to SF some hours to update itself and its CVS servers before trying to use them. |
From: Francesco M. <fr...@us...> - 2006-01-04 00:01:14
|
name: wxAUI wxversion: 2.6,cvs category: window container,control,window layout language: cpp description: wxAUI is an Advanced User Interface library that aims to implement "cutting-edge" interface usability and design features so developers can quickly and easily create beautiful and usable application interfaces. The centerpiece of the library is a docking manager which allows windows to be floated/docked onto a frame. location: wxaui cdate: 2005-12-16 id: 111 status: alpha docs: notavailable buildsys: makefiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 1 approved: 0 author: Benjamin I. Williams version: 0.9 maintainerid: 31 Maintainer SF username: biwillia76 Maintainer name: Benjamin I. Williams Maintainer mail address: bwi...@ki... |
From: Francesco M. <f18...@ya...> - 2005-12-31 12:40:20
|
Otto Wyss wrote: > Hi Francesco, > > Francesco Montorsi wrote: > >> Hi all, >> this mailing list has been subscribed to GMane project and thus it >> will now available also through the gmane news servers in short time. >> > You are duning a superb job on wxCode and I'd like to thank you in > public for all the work you do. Thanks indeed. I like to improve things ;) these are the settings for the wxCode mailing list at Gmane: * Newsgroup name: gmane.comp.lib.wxwidgets.wxcode.user * Mailing list address: wxc...@li... * The gateway is bi-directional * Address encryption is off * Spam detection is on * The list is described as: "wxCode project mailing list for discussion about components and the website" * News URL: news://news.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user * Web URL: http://dir.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user Francesco PS1: a did a few changes to the website to improve speed and to fix logo size. PS2: the website now has the RSS link (look at top-left of the page) PS3: I'm posting this mail from GMane ;) |
From: Otto W. <ott...@or...> - 2005-12-30 21:18:32
|
Hi Francesco, Francesco Montorsi wrote: > Hi all, > this mailing list has been subscribed to GMane project and thus it > will now available also through the gmane news servers in short time. > You are duning a superb job on wxCode and I'd like to thank you in public for all the work you do. O. Wyss -- Application guidelines: http://wyoguide.sf.net/ |
From: Francesco M. <f18...@ya...> - 2005-12-30 20:06:07
|
Francesco Montorsi wrote: > Hi all, > this mailing list has been subscribed to GMane project and thus it > will now available also through the gmane news servers in short time. > > Hope this will be useful to someone else besides me ;) > Francesco with this message, the Gmane project will active wxCode mailing list tunnel ;) Francesco |
From: Francesco M. <f18...@ya...> - 2005-12-29 17:42:31
|
Hi all, this mailing list has been subscribed to GMane project and thus it will now available also through the gmane news servers in short time. Hope this will be useful to someone else besides me ;) Francesco PS: I'm also going to add RSS support to wxCode website using SF RSS. |
From: k. h. <kla...@nl...> - 2005-12-22 13:02:59
|
Hi there, I try to download wxStEdit, but the download page only shows half of the files, and i don't see how to scroll down. Is it only me? ( maybe because of old browsers?? ) Can someone be so kind to check it? Regards, Klaas -- Unclassified |
From: John L. <jla...@gm...> - 2005-12-18 16:51:40
|
Ok, I've added this. Regards, John Labenski On 12/14/05, Francesco Montorsi <f18...@ya...> wrote: > Hi, > > John Labenski wrote: > > What's the best way to add multiple samples to wxCode's bakefiles? > > > > I was thinking that we could add the ability for 4 samples using the > > bakefiles. We'll keep the current naming scheme the same, but just > > append 2,3,4,... for addition samples. We just need to add this code > > duplicate of existing code). > > > > build/bakefiles/templates.bkl > > > > <set var=3D"PCOMP_SAMPLE_HDR2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSE= P > > + '%s ') % (x) for x in COMP_SAMPLE_HDR2.split()]))</set> > > > > <set var=3D"PCOMP_SAMPLE_SRC2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSE= P > > + '%s ') % (x) for x in COMP_SAMPLE_SRC2.split()]))</set> > > > > > > <template id=3D"compsample2" template=3D"compsamplebasic"> > > <app-type>gui</app-type> > > <headers>$(PCOMP_SAMPLE_HDR2)</headers> > > <sources>$(PCOMP_SAMPLE_SRC2)</sources> > > <dirname>$(COMP_SAMPLE_DIR2)</dirname> > > <res-include>$(COMP_SAMPLE_DIR2)</res-include> > > > > <!-- this template needs to be completed by the "library" tag > > which cannot be placed here since we don't know the name of > > the lib target for this component --> > > </template> > > > > repeat for 3 and 4. > > > > --------------------------------------- > > build/bakefiles/defaults.bkl > > > > <set var=3D"COMP_SAMPLE_DIR2">$(COMP_BASEPATH)$(DIRSEP)samples</set= > > > <set var=3D"COMP_SAMPLE_DIR3">$(COMP_BASEPATH)$(DIRSEP)samples</set= > > > <set var=3D"COMP_SAMPLE_DIR4">$(COMP_BASEPATH)$(DIRSEP)samples</set= > > > > > ------------------- > > > Good idea ! > This will make much easier to add additional samples to wxCode components= . > However I think that also another small addition will be required; someth= ing like: > > <set var=3D"COMP_SAMPLE_HDR2" overwrite=3D"0"/> > <set var=3D"COMP_SAMPLE_SRC2" overwrite=3D"0"/> > > <set var=3D"COMP_SAMPLE_HDR2" overwrite=3D"0"/> > <set var=3D"COMP_SAMPLE_SRC2" overwrite=3D"0"/> > > ... > > otherwise Bakefile will complain about the missing definitions of those v= ars... > > > > If there's a better way, let me know, otherwise I'll commit this in > > the next day or so. > I think there is not real better way... also with version 0.2.0 of bakefi= le (which > hopefully will happen soon and will have my patches into it) I'll be able= to simplify a > lot wxCode bakefiles and also improve a lot of things (like options names= which will be > made the sames of wxWidgets, uninstall support, etc). > > Thanks, > Francesco > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-12-14 21:12:33
|
Hi, John Labenski wrote: > What's the best way to add multiple samples to wxCode's bakefiles? > > I was thinking that we could add the ability for 4 samples using the > bakefiles. We'll keep the current naming scheme the same, but just > append 2,3,4,... for addition samples. We just need to add this code > duplicate of existing code). > > build/bakefiles/templates.bkl > > <set var="PCOMP_SAMPLE_HDR2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSEP > + '%s ') % (x) for x in COMP_SAMPLE_HDR2.split()]))</set> > > <set var="PCOMP_SAMPLE_SRC2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSEP > + '%s ') % (x) for x in COMP_SAMPLE_SRC2.split()]))</set> > > > <template id="compsample2" template="compsamplebasic"> > <app-type>gui</app-type> > <headers>$(PCOMP_SAMPLE_HDR2)</headers> > <sources>$(PCOMP_SAMPLE_SRC2)</sources> > <dirname>$(COMP_SAMPLE_DIR2)</dirname> > <res-include>$(COMP_SAMPLE_DIR2)</res-include> > > <!-- this template needs to be completed by the "library" tag > which cannot be placed here since we don't know the name of > the lib target for this component --> > </template> > > repeat for 3 and 4. > > --------------------------------------- > build/bakefiles/defaults.bkl > > <set var="COMP_SAMPLE_DIR2">$(COMP_BASEPATH)$(DIRSEP)samples</set> > <set var="COMP_SAMPLE_DIR3">$(COMP_BASEPATH)$(DIRSEP)samples</set> > <set var="COMP_SAMPLE_DIR4">$(COMP_BASEPATH)$(DIRSEP)samples</set> > > ------------------- > Good idea ! This will make much easier to add additional samples to wxCode components. However I think that also another small addition will be required; something like: <set var="COMP_SAMPLE_HDR2" overwrite="0"/> <set var="COMP_SAMPLE_SRC2" overwrite="0"/> <set var="COMP_SAMPLE_HDR2" overwrite="0"/> <set var="COMP_SAMPLE_SRC2" overwrite="0"/> ... otherwise Bakefile will complain about the missing definitions of those vars... > If there's a better way, let me know, otherwise I'll commit this in > the next day or so. I think there is not real better way... also with version 0.2.0 of bakefile (which hopefully will happen soon and will have my patches into it) I'll be able to simplify a lot wxCode bakefiles and also improve a lot of things (like options names which will be made the sames of wxWidgets, uninstall support, etc). Thanks, Francesco |
From: Francesco M. <f18...@ya...> - 2005-12-14 21:05:40
|
Hi, John Labenski wrote: > I am going to ask SF to remove these dirs, but before I do, are there > any more? Also the dirs in components/wxplot are not empty, are the > dirs below right? Could you empty them so that when I ask SF to remove > them I can tell them that they're already empty so they'll be no > questions. I'd be really favourable with this request. However I fear that they won't do it. This is because CVS directory support is quite limited and AFAIK it is a trouble to remove them completely, even with full access to CVS repository (IIRC I did a google search about this and found that it was necessary a strange procedure for that). However it's a good thing to try ;) In that case, I would like to add to that list also: /wxCode/components/paletteframe (empty with empty subfolders) /wxCode/components/vtkplot (I'm going to empty this soon)* * = I did an error: I've found that it's better to create a plotter which does have such a great dependency like VTK also because VTK is not very useful for a math plotter; so I'm now working on wxGlPlot at http://mathdev.sf.net ;) Thanks, Francesco Montorsi PS: if the wxplot's author German Carrera doesn't mind, I'll do the clean of those folders as soon as I reboot on win... |
From: John L. <jla...@gm...> - 2005-12-14 20:14:04
|
What's the best way to add multiple samples to wxCode's bakefiles? I was thinking that we could add the ability for 4 samples using the bakefiles. We'll keep the current naming scheme the same, but just append 2,3,4,... for addition samples. We just need to add this code duplicate of existing code). build/bakefiles/templates.bkl <set var=3D"PCOMP_SAMPLE_HDR2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSEP + '%s ') % (x) for x in COMP_SAMPLE_HDR2.split()]))</set> <set var=3D"PCOMP_SAMPLE_SRC2">$(''.join([(COMP_SAMPLE_DIR2 + DIRSEP + '%s ') % (x) for x in COMP_SAMPLE_SRC2.split()]))</set> <template id=3D"compsample2" template=3D"compsamplebasic"> <app-type>gui</app-type> <headers>$(PCOMP_SAMPLE_HDR2)</headers> <sources>$(PCOMP_SAMPLE_SRC2)</sources> <dirname>$(COMP_SAMPLE_DIR2)</dirname> <res-include>$(COMP_SAMPLE_DIR2)</res-include> <!-- this template needs to be completed by the "library" tag which cannot be placed here since we don't know the name of the lib target for this component --> </template> repeat for 3 and 4. --------------------------------------- build/bakefiles/defaults.bkl <set var=3D"COMP_SAMPLE_DIR2">$(COMP_BASEPATH)$(DIRSEP)samples</set> <set var=3D"COMP_SAMPLE_DIR3">$(COMP_BASEPATH)$(DIRSEP)samples</set> <set var=3D"COMP_SAMPLE_DIR4">$(COMP_BASEPATH)$(DIRSEP)samples</set> ------------------- If there's a better way, let me know, otherwise I'll commit this in the next day or so. Regards, John Labenski |
From: John L. <jla...@gm...> - 2005-12-14 20:04:50
|
I am going to ask SF to remove these dirs, but before I do, are there any more? Also the dirs in components/wxplot are not empty, are the dirs below right? Could you empty them so that when I ask SF to remove them I can tell them that they're already empty so they'll be no questions. Thanks, John Labenski /components (empty folder in root dir of wxCode CVS repository) /resizec (empty folder in root dir of wxCode CVS repository w/ empty subfol= ders) /wxCode/wxplot (empty folder) /wxCode/wxthings (empty folder w/ empty subfolders) /wxCode/components/styledtextctrl /wxCode/components/wxplot/bindings (remove all but src) /wxCode/components/wxplot/demowxplot /wxCode/components/wxplot/drivers /wxCode/components/wxplot/plplot_ref /wxCode/components/wxplot/include /wxCode/components/wxplot/lib /wxCode/components/wxplot/src/demo /wxCode/components/wxplot/src/cf /wxCode/components/wxplot/src/bindings/python /wxCode/components/wxplot/src/bindings/c++ /wxCode/components/wxplot/src/bindings/tcl |
From: SourceForge.net <no...@so...> - 2005-12-14 14:54:21
|
Bugs item #1380483, was opened at 2005-12-14 06:54 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=1380483&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxscript Initial Comment: Hi, I am developping with CodeBlocks/mingw under Windows XP and when I compile wxscript (after having modified some bugs, for instance when you set USE_LUA = 0, source files are yet dependent on LUA - see script.cpp l630 LUA2WX ...) I get some erros with test app. When I launch test1.exe or test2 I get this : (gdb) run Starting program: D:\Projet En cours\SmartTester\wxscript\tests\test1/test1.exe wxScript test program ------------------------- I will now run a customizable script ('math.script') and then I will compute the functions it contains for some fixed values (1,2,3...10). >I'm initializing the script interpreters... >For our tests, we are using: >Base path is: 'D:\Projet En cours\SmartTester\wxscript\tests\testscripts\' gdb: kernel event for pid=3372 tid=2284 code=EXCEPTION_DEBUG_EVENT) gdb: Target exception EXCEPTION_ACCESS_VIOLATION at 0x7c928fea Program received signal SIGSEGV, Segmentation fault. 0x7c928fea in ntdll!RtlpWaitForCriticalSection () from ntdll.dll (gdb) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1380483&group_id=51305 |
From: SourceForge.net <no...@so...> - 2005-12-14 00:46:17
|
Patches item #1379992, was opened at 2005-12-13 18:46 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=1379992&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 Submitted By: 280Z28 (s280z28) Assigned to: Nobody/Anonymous (nobody) Summary: wxScintilla: Rectangle copy/paste Initial Comment: patches work on fresh CVS: wxscintilla/include/wx/wxscintilla.h : 1.28 wxscintilla/src/ScintillaWX.cpp : 1.17 wxscintilla/src/wxscintilla.cpp : 1.29 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1379992&group_id=51305 |