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: SourceForge.net <no...@so...> - 2007-09-24 13:48:06
|
Bugs item #1801166, was opened at 2007-09-24 15:48 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=1801166&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: jerk (fantaz) Assigned to: Nobody/Anonymous (nobody) Summary: setting wxplotctrl's wxCURSOR_CROSS Initial Comment: Hi, I've just realized that (in wxplotctrl's sample) that there is no way to set wxCURSOR_CROSS cursor via any combination of keys. By inspecting ProcessAreaEVT_KEY_UP and ProcessAreaEVT_KEY_DOWN fns, it's evident that wxPLOTCTRL_MOUSE_ZOOM is the default, while it shouldn't be the case. There has to be a way to roll back the cursor to wxCURSOR_CROSS type. Although I'm sure that this is a bug, maybe I'm missing the design concept. Any thoughts? Thanx in advance, fantaz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1801166&group_id=51305 |
From: SourceForge.net <no...@so...> - 2007-09-24 08:01:35
|
Bugs item #1800947, was opened at 2007-09-24 10:01 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=1800947&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: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: jerk (fantaz) Assigned to: Nobody/Anonymous (nobody) Summary: wxthings and wxplotctrl wan't compile with /MT option on win Initial Comment: Hi, maybe it's the bakefile issue, but I'm trying to build the source with /MT flag turned on, and the VS 2005 warns me like this: Command line warning D9025 : overriding '/MT' with '/MD' Now, I've looked through the project settings and didn't find anything unusual (I've compared the settigns with wx libs' settings). Quote frome MSDN 'An option can be specified either in code or in the project's project settings' I'm almost positive that the project settings are fine. Is there something in the code that can trigger that kind of warning? (I've browsed through the code, but I'm no expert and didn't see anything that could look suspicious) thanx in dvence, fantaz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1800947&group_id=51305 |
From: Christian B. <ex...@gm...> - 2007-09-23 18:48:21
|
I got webupdater from current SVN. I got wxWidgets from current SVN. I am not able to build webupdater as "Win32 DLL Unicode Debug Monolithic". There are errors like this (21 errors, 166 warnings): D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : warning C4273: 'public: static class wxClassInfo wxWebUpdateAdvPanel::ms_classInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : error C2491: 'wxWebUpdateAdvPanel::ms_classInfo' : Definition von Statisches Datenelement fuer dllimport nicht erlaubt D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : warning C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : warning C4273: 'public: static class wxClassInfo wxWebUpdateDlg::ms_classInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : error C2491: 'wxWebUpdateDlg::ms_classInfo' : Definition von Statisches Datenelement fuer dllimport nicht erlaubt D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : warning C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : warning C4273: 'public: static class wxClassInfo wxWebUpdateAboutDlg::ms_classInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : error C2491: 'wxWebUpdateAboutDlg::ms_classInfo' : Definition von Statisches Datenelement fuer dllimport nicht erlaubt D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : warning C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : warning C4273: 'protected: static struct wxEventTable const wxWebUpdateDlg::sm_eventTable' : Inkonsistente DLL-Bindung. dllexport angenommen. D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : error C2491: 'wxWebUpdateDlg::sm_eventTable' : Definition von Statisches Datenelement fuer dllimport nicht erlaubt D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : warning C4273: 'GetEventTable' : Inkonsistente DLL-Bindung. dllexport angenommen. ... and a lot of more ... I build my wx as with #define wxUSE_EXTENDED_RTTI 1. I am not able to build "Win32 Static Unicode Debug Monolithic" because of this error: LINK : fatal error LNK1104: Datei "..\lib\vc_lib\wxcode_msw28ud_webupdate.lib" kann nicht geoeffnet werden There is no doc about it. What is it? |
From: Christian B. <ex...@gm...> - 2007-09-23 15:32:26
|
> wxUSE_HTTPENGINE? to Francesco: Why is there such a switch in webupdater? What is the difference between webupdater_with_httpengine and webupdater_without_httpengine? |
From: Angelo M. <ama...@gm...> - 2007-09-23 14:24:50
|
Hello Christian, The wxHTTPBuilder is a set of classes that extend/assist the wxHTTP class. It adds the ability to quickly build the HTTP GET/POST data for the HTTP request and includes other helpful dialog classes for basic authentication and proxy settings. wxHTTPBuilder is not part of the official wxWidgets repository. It is part of the official wxCode repository. You can either export or check out the project with SVN: https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/components/h= ttpengine/ Thanks, Angelo On 9/23/07, Christian Buhtz <ex...@gm...> wrote: > > I get the current webupdater source from SVN and try to compile it with > MSVC60 (target is: "Win32 DLL Unicode Debug Monolithic"). My wx is from > SVN. > > That is my buildlog > Kompilierung l=E4uft... > webapp.cpp > D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > webupdatedlg.cpp > D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > webupdate.cpp > D:\Garage\projekte\WebUpdate\SVN\src\webupdate.cpp(40) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > Generieren von Code... > Fehler beim Ausf=FChren von cl.exe. > webupdater.exe - 3 Fehler, 0 Warnung(en) > > What is httpbuilder? It is not in the official wxWidgets repository. And > why does webupdater need wxUSE_HTTPENGINE? > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Christian B. <ex...@gm...> - 2007-09-23 11:47:24
|
I get the current webupdater source from SVN and try to compile it with MSVC60 (target is: "Win32 DLL Unicode Debug Monolithic"). My wx is from SVN. That is my buildlog Kompilierung läuft... webapp.cpp D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory webupdatedlg.cpp D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory webupdate.cpp D:\Garage\projekte\WebUpdate\SVN\src\webupdate.cpp(40) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No such file or directory Generieren von Code... Fehler beim Ausführen von cl.exe. webupdater.exe - 3 Fehler, 0 Warnung(en) What is httpbuilder? It is not in the official wxWidgets repository. And why does webupdater need wxUSE_HTTPENGINE? |
From: Christian B. <ex...@gm...> - 2007-09-19 21:35:09
|
Francesco Montorsi schrieb: > You can safely put wxUSE_HTTPENGINE to zero. Is there somewhere a config-file (something like setup.h) for that? |
From: Francesco M. <f18...@ya...> - 2007-09-19 17:48:30
|
Christian Buhtz ha scritto: > I tried to build "webupdater - Win32 Static Unicode Debug Monolithic". > > In src\webupdate.cpp line 40 is > #include <wx/httpbuilder.h> > > But I found it nowhere. I am using wx from SVN and wx2.8.5. > > And what is wxUSE_HTTPENGINE and do we need it for webupdater? wxUSE_HTTPENGINE is defined in some header file (I don't remember which now) and tells webupdate to use or not to use HttpEngine wxCode component by Angelo Mandato for handling proxy connections. You can safely put wxUSE_HTTPENGINE to zero. Francesco |
From: Christian B. <ex...@gm...> - 2007-09-18 07:50:12
|
I tried to build "webupdater - Win32 Static Unicode Debug Monolithic". In src\webupdate.cpp line 40 is #include <wx/httpbuilder.h> But I found it nowhere. I am using wx from SVN and wx2.8.5. And what is wxUSE_HTTPENGINE and do we need it for webupdater? |
From: Francesco M. <f18...@ya...> - 2007-09-17 22:52:15
|
Hi, actually please ignore my previous message (the one just posted to wxcode-users): I just forgot that I already suggested a solution :) Christian Buhtz ha scritto: > there are six project files in /build. > webupdate_advanced_0_0_1 > webupdate_advanced_1_5_0 > webupdate_simple_1_0_0 > webupdate_simple_2_0_3 > webupdate_webupdate > webupdate_webupdater > > They are not documented in the readme file. > > What is about them? *simple* and *advanced* project files are sample apps for testing the updater. _webupdate[r] are the webupdate library and webupdater standalone executable. > Francesco Montorsi schrieb: >> I'm out of free time currently but I'd gadly apply patches which work in >> that direction... > > It's on my TODO list. ;) good :) > >> basically I suggest you to look at the sources of wxWebupdate (they >> should be fairly commented) and look at the relevant portions of >> webupdate[dlg].cpp > > You mean > bool wxWebUpdateDlg::CheckForAllUpdated(wxWebUpdatePackageArray &arr, > bool forcedefaultmsg) > ? yes > >> the code is there could be used/refactored to create >> a function exported then in the library and made easily accessible from >> extern programs. > > Nice idea. First I have to analyse your code. But I think it would be > easier for all of use if we just "outsource" the related code to extra > source-files. Then you can just use them for your WebUpdate and we can > include and build them in our own projects. Something like > webupdate_base.cpp and webupdate_base.h without any gui elements - just > the application layer. > What do you think about it? I think it would be cleaner to add a command-line option (e.g. --query) as described in the previous mail (beyond a library-exposed API)... Francesco |
From: Francesco M. <f18...@ya...> - 2007-09-17 22:40:11
|
Hi, Christian Buhtz ha scritto: > I found no contact to the dev (Francesco Montorsi) of WebUpdate. sorry - maybe I lost your mails catched by the SPAM filter... > I want to ask how my application can know if an update is available? you need to tweak a bit wxWebUpdate internals... you could add a --query option to WebUpdate which silently returns 0 if an update is available and 1 if not. Then from your app you could wxExecute("webupdater.exe --query"); and look for the return code... > I am not sure but am I right to think that WebUpdate need to run > explicite to know if an update is available? currently yes, but I agree yours is a common need and I'd gladly accept a patch which adds an option like --query (or if you have better ideas to accomplish it please let me know). Francesco |
From: Christian B. <ex...@gm...> - 2007-09-17 17:59:59
|
I recieved your WebUpdate by SVN. there are six project files in /build. webupdate_advanced_0_0_1 webupdate_advanced_1_5_0 webupdate_simple_1_0_0 webupdate_simple_2_0_3 webupdate_webupdate webupdate_webupdater They are not documented in the readme file. What is about them? Francesco Montorsi schrieb: > I'm out of free time currently but I'd gadly apply patches which work in > that direction... It's on my TODO list. ;) > basically I suggest you to look at the sources of wxWebupdate (they > should be fairly commented) and look at the relevant portions of > webupdate[dlg].cpp You mean bool wxWebUpdateDlg::CheckForAllUpdated(wxWebUpdatePackageArray &arr, bool forcedefaultmsg) ? > the code is there could be used/refactored to create > a function exported then in the library and made easily accessible from > extern programs. Nice idea. First I have to analyse your code. But I think it would be easier for all of use if we just "outsource" the related code to extra source-files. Then you can just use them for your WebUpdate and we can include and build them in our own projects. Something like webupdate_base.cpp and webupdate_base.h without any gui elements - just the application layer. What do you think about it? |
From: Christian B. <ex...@gm...> - 2007-09-17 16:00:29
|
William H. Schultz schrieb: > is there a library call that I can make that will > tell me whether there's an update available, so that I can auto-launch > the wxWebUpdate program? I would like users to be notified when updates > are available. I need this, too. Do you want to work on WebUpdate as Francesco described? |
From: Christian B. <ex...@gm...> - 2007-09-17 15:56:54
|
I read the answer some days before. Sorry! ;) |
From: Christian B. <ex...@gm...> - 2007-09-17 15:51:59
|
I found no contact to the dev (Francesco Montorsi) of WebUpdate. I want to ask how my application can know if an update is available? I am not sure but am I right to think that WebUpdate need to run explicite to know if an update is available? |
From: Francesco M. <fr...@us...> - 2007-09-16 04:30:21
|
[automated message for informative purposes]. >From an heuristic check it results that 6 components have no sources in the CVS/SVN; here follows the list of these components and the relative maintainers: kwxIndustrialIndicators, maintainer: Marco Cavallini wxAutoStartUp, maintainer: Priyank Bolia wxDom, maintainer: Dj Gilcrease wxAudio, maintainer: Ryan Norton wxCoolBar, maintainer: MartinSfromB wxZeroconf, maintainer: Ishan Arora The relative maintainers have already been notified by mail of this issue. Your friendly wxCode script. |
From: Cursor <cu...@fr...> - 2007-09-08 12:37:24
|
Hello wxDeveloppers I am pleased to announce the first release of wxAvahi component : wxAvahi-0.1.0. What is it ? ============ wxAvahi is a wrapper of Avahi zeroconf library for wxWidgets. Avahi provides a simple and powerfull interface to publish and browse zeroconf services on local area network. wxAvahi provides an API based on wxEvent to receive zeroconf events and uses wxString and wxIPAddress for naming and addressing. Where to get it ? ================= You can download it at sourceforge's download pages at https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=45182 . Best regards Emilien Kia |
From: Francesco M. <fr...@us...> - 2007-08-16 04:32:51
|
[automated message for informative purposes]. >From an heuristic check it results that 6 components have no sources in the CVS/SVN; here follows the list of these components and the relative maintainers: kwxIndustrialIndicators, maintainer: Marco Cavallini wxAutoStartUp, maintainer: Priyank Bolia wxDom, maintainer: Dj Gilcrease wxAudio, maintainer: Ryan Norton wxCoolBar, maintainer: MartinSfromB wxZeroconf, maintainer: Ishan Arora The relative maintainers have already been notified by mail of this issue. Your friendly wxCode script. |
From: Francesco M. <f18...@ya...> - 2007-08-08 14:17:41
|
Arne Steinarson ha scritto: > Ok, a couple of announcements posted. I can't seem to find where to add > a news > item on the wxCode site. Pointer? http://sourceforge.net/news/submit.php?group_id=51305 HTH, Francesco |
From: Arne S. <ast...@gm...> - 2007-08-08 14:08:20
|
Ok, a couple of announcements posted. I can't seem to find where to add a news item on the wxCode site. Pointer? Thanks, Regards // ATS On 8/8/07, Francesco Montorsi <f18...@ya...> wrote: > > Arne Steinarson ha scritto: > > Hello, > > > > Now everything is set up for the component, the only glitch at this > > moment seems to be the webiste link on the wxCode page. > now it works. I've committed a fix to your's index.php which contained a > component name which didn't match with the name in the wxCode DB... > > > probably a typo > > by me in the website/PHP file. > don't worry > > > Should I make an announcements in some way? > Sure! > > Feel free to: > > 1) post a news in wxCode website > 2) send a "ANN: wxRecursiveLayout" message to wx-users > 3) post a message in wxForum > etc etc > > Typically for these announcements I copy&paste the contents of the > Readme.txt file... > > Francesco > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2007-08-08 08:20:11
|
Arne Steinarson ha scritto: > Hello, > > Now everything is set up for the component, the only glitch at this > moment seems to be the webiste link on the wxCode page. now it works. I've committed a fix to your's index.php which contained a component name which didn't match with the name in the wxCode DB... > probably a typo > by me in the website/PHP file. don't worry > Should I make an announcements in some way? Sure! Feel free to: 1) post a news in wxCode website 2) send a "ANN: wxRecursiveLayout" message to wx-users 3) post a message in wxForum etc etc Typically for these announcements I copy&paste the contents of the Readme.txt file... Francesco |
From: Arne S. <ast...@gm...> - 2007-08-08 06:29:28
|
Hello, Now everything is set up for the component, the only glitch at this moment seems to be the webiste link on the wxCode page. probably a typo by me in the website/PHP file. Should I make an announcements in some way? Regards // Arne Steinarson On 8/3/07, Francesco Montorsi <f18...@ya...> wrote: > > Hi, > > Arne Steinarson ha scritto: > > I can't get SVN to work with wxCode. I follow instructions at: > > > > http://wxcode.sourceforge.net/maintguide.php#svn > > > > This is what I get in the shell: > > > > root# svn co https://svn.sourceforge.net/svnroot/wxcode/trunk/wxCode > > svn: PROPFIND request failed on '/svnroot/wxcode/trunk/wxCode' > > svn: PROPFIND of '/svnroot/wxcode/trunk/wxCode': Could not resolve > > hostname `svn.sourceforge.net': No address associated with hostname > > ( https://svn.sourceforge.net) > > > > What could be the problem? > atch! Sorry. Recently SF updated the SVN access method requiring to use > "wxcode.svn.sourceforge.net" instead of "svn.sourceforge.net". Thus try > with: > > svn co https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode > > I've updated the docs online. > > Francesco > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2007-08-03 15:21:38
|
Hi, Arne Steinarson ha scritto: > I can't get SVN to work with wxCode. I follow instructions at: > > http://wxcode.sourceforge.net/maintguide.php#svn > > This is what I get in the shell: > > root# svn co https://svn.sourceforge.net/svnroot/wxcode/trunk/wxCode > svn: PROPFIND request failed on '/svnroot/wxcode/trunk/wxCode' > svn: PROPFIND of '/svnroot/wxcode/trunk/wxCode': Could not resolve > hostname `svn.sourceforge.net': No address associated with hostname > ( https://svn.sourceforge.net) > > What could be the problem? atch! Sorry. Recently SF updated the SVN access method requiring to use "wxcode.svn.sourceforge.net" instead of "svn.sourceforge.net". Thus try with: svn co https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode I've updated the docs online. Francesco |
From: Arne S. <ast...@gm...> - 2007-08-03 13:59:43
|
Hi, I can't get SVN to work with wxCode. I follow instructions at: http://wxcode.sourceforge.net/maintguide.php#svn This is what I get in the shell: root# svn co https://svn.sourceforge.net/svnroot/wxcode/trunk/wxCode svn: PROPFIND request failed on '/svnroot/wxcode/trunk/wxCode' svn: PROPFIND of '/svnroot/wxcode/trunk/wxCode': Could not resolve hostname `svn.sourceforge.net': No address associated with hostname ( https://svn.sourceforge.net) What could be the problem? Regards // ATS On 8/3/07, Francesco Montorsi <f18...@ya...> wrote: > > hi, > > Arne Steinarson ha scritto: > > > Rl stands for Recursive Layout, > > ok but then I'd call it "wxRLayout" or "wxRecursiveLayout", not > > "rllayout" as expanded it becomes "recursive layout layout"... (the > 'wx' > > prefix is not indispensable - choose what you prefer: use it or not > use > > it).... > > > > > > OK, I think we could settle for wxRL which expands to wxRecursiveLayout. > > I'll see if it means renamining some source files. > ok, I've changed the name to wxRL (that's not definitive thought: you > can still change at your will later - possibly before the first release > however) and the folder of the component to "rlayout" (in the SVN). > > The component has now been approved. Please use the Maintainer's Guide > from wxCode website to learn how to setup your dev environment and > perform all needed tasks. > > For any problem, drop a mail on this mailing list. > > Francesco > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2007-08-03 07:09:14
|
hi, Arne Steinarson ha scritto: > > Rl stands for Recursive Layout, > ok but then I'd call it "wxRLayout" or "wxRecursiveLayout", not > "rllayout" as expanded it becomes "recursive layout layout"... (the 'wx' > prefix is not indispensable - choose what you prefer: use it or not use > it).... > > > OK, I think we could settle for wxRL which expands to wxRecursiveLayout. > I'll see if it means renamining some source files. ok, I've changed the name to wxRL (that's not definitive thought: you can still change at your will later - possibly before the first release however) and the folder of the component to "rlayout" (in the SVN). The component has now been approved. Please use the Maintainer's Guide from wxCode website to learn how to setup your dev environment and perform all needed tasks. For any problem, drop a mail on this mailing list. Francesco |