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 <fr...@us...> - 2005-07-07 03:30:18
|
From: Francesco <fr...@us...> - 2005-07-07 02:30:15
|
From: Francesco <fr...@us...> - 2005-07-07 01:30:12
|
From: Francesco <fr...@us...> - 2005-07-07 00:30:51
|
From: Francesco <fr...@us...> - 2005-07-06 23:30:08
|
From: Francesco M. <f18...@ya...> - 2005-07-06 23:11:54
|
Hi, >>>I've tried to set the environment variable >>>$(WXCODE)=c:\wxCVS\wxCode\wxCode and then use it like this in a dsw >>>file for a project that will link to a number of different libraries. >>>############################################################################### >>>Project: "wxSheetLib_wx26"=$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp >>>- Package Owner=<4> > > ############################################################################### > >>>When I start MSVS it complains about not being able to find >>>c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp >>>The first part of the dir "c:\wxCVS\Plotto\" is the location of the >>>dsw file that was loaded (putting quotes around it doesn't do >>>anything). If I go back to relative paths it works just fine. Is there >>>a way to make it use absolute paths so that the $(WXCODE) env var can >>>be set once and work for any project in any directory? > > >>I'm not sure to understand what you want to do... but I think that >>c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp >>should be changed to >>$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp > > > Maybe I wasn't clear, MSVS is adding the path that the dsw file was > opened in all by itself! You'll see that above I specify the directory > of wxsheetlib_wx26.dsp file without the "c:\wxCVS\Plotto". > > I need a way to make MSVS to open this as an absolute path. (not > relative to the dsw file that contains this line) > > Project: "wxSheetLib_wx26"=$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp which VS version are you using ? I created a file (by hand) name wxsheet.dsw with the contents: ========wxsheet.dsw===================== Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "wxSheetLib_wx26"=$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ========eof===================== and with MSVC++ 6.0 it opens up perfectly with WXCODE=t:\wxCode (my path to the wxCode folder).... another advice is: use bakefile to generate your DSW/DSP files ;-) >>PS: can you chmod the readme.txt in /home/groups/w/wx/wxcode/htdocs so >>that anyone of the wxCode group can access it (chmod g+rwx readme.txt) ? >>I'll update it... > > > Done. You mean chmod g+rw, right? I notice that just about all the > files are executable, it's probably best to -x any of them that aren't > scripts. I have removed the x flag from non-scripts file; However I also need to have write permissions on the "template" folder of the wxCode CVS. The file CVSROOT\avail needs to be modified to allow me to work on wxCode\template and only you & Otto can do that... For more info about "template" see http://wxcode.sourceforge.net/rules.php, rule #1 It will contain all the usual stuff & folder structure of a typical component... Francesco |
From: Francesco M. <f18...@ya...> - 2005-07-06 22:50:08
|
Hi, > The site looks great, but is there any way to use the safe style as > the default style? Setting the style to the safe style in Firefox > works great, but you have to change it everytime you go to another > page. For me there is not so much difference except that wxcode-notfixed.css works correctly with all browser while wxcode.css sometimes does not... so the wxcode.css was introduced to keep the site "compatible" with the old one as Otto asked me. I understand that it's not feasible to continously change the stylesheet from the menu so tomorrow I'll create a cookie which autoselects the favourite stylesheet of the user.... > I noticed while resizing the window that the title division > height is aparently a percentage of the full window height (in the > "non-safe" style). That should be a fixed height (based on how much > the top fonts and graphics take up), which is what it looks like the > safe style does. well, the problem is that in any case the "pseudo-frame" (a "block" in CSS terminology) in the top part of the page will always react badly to character-size change in the browser of the user: I changed the "topframe" CSS style from height: 19% to height: 10em; and as you can see browsing the site there is not much difference. > That all seems odd considering you named the safe > style "wxcode-notfixed.css" which I assume means non-fixed heights, > that, or you meant it's not fixed to work in IE. I called the alternative style "wxcode-notfixed.css" because it does not have those "position:fixed;" CSS attributes which makes wxcode.css look like a frame-based site ;-) >This all looks like > stuff that could be fixed to work in both browsers with a little bit > of work though. Maybe I'll take a shot at this as a challenge if I > have the time. It would give me a chance to brush up on my CSS. That would be great ! Please do your tests and let me know... > I would like to say though that the site looks pretty nice, I like the > design and layout. Thanks ;-) I hope that all wxCode developers will update their components ASAP to reflect the new site changes... Francesco |
From: John L. <jla...@gm...> - 2005-07-06 19:11:19
|
On 7/6/05, Francesco Montorsi <f18...@ya...> wrote: > > I've tried to set the environment variable > > $(WXCODE)=3Dc:\wxCVS\wxCode\wxCode and then use it like this in a dsw > > file for a project that will link to a number of different libraries. > >########################################################################= ####### > > Project: "wxSheetLib_wx26"=3D$(WXCODE)\components\wxsheet\src\sheetlib_= wx26.dsp > > - Package Owner=3D<4> ###########################################################################= #### > > > > When I start MSVS it complains about not being able to find > > c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp > > The first part of the dir "c:\wxCVS\Plotto\" is the location of the > > dsw file that was loaded (putting quotes around it doesn't do > > anything). If I go back to relative paths it works just fine. Is there > > a way to make it use absolute paths so that the $(WXCODE) env var can > > be set once and work for any project in any directory? > I'm not sure to understand what you want to do... but I think that > c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp > should be changed to > $(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp Maybe I wasn't clear, MSVS is adding the path that the dsw file was opened in all by itself! You'll see that above I specify the directory of wxsheetlib_wx26.dsp file without the "c:\wxCVS\Plotto". I need a way to make MSVS to open this as an absolute path. (not relative to the dsw file that contains this line) Project: "wxSheetLib_wx26"=3D$(WXCODE)\components\wxsheet\src\sheetlib_wx26= .dsp =20 > PS: can you chmod the readme.txt in /home/groups/w/wx/wxcode/htdocs so > that anyone of the wxCode group can access it (chmod g+rwx readme.txt) ? > I'll update it... Done. You mean chmod g+rw, right? I notice that just about all the files are executable, it's probably best to -x any of them that aren't scripts. -John Labenski |
From: Tierra <et...@gm...> - 2005-07-06 19:04:48
|
On 7/6/05, Francesco Montorsi <f18...@ya...> wrote: > Let me know if you like the new site... The site looks great, but is there any way to use the safe style as the default style? Setting the style to the safe style in Firefox works great, but you have to change it everytime you go to another page. I noticed while resizing the window that the title division height is aparently a percentage of the full window height (in the "non-safe" style). That should be a fixed height (based on how much the top fonts and graphics take up), which is what it looks like the safe style does. That all seems odd considering you named the safe style "wxcode-notfixed.css" which I assume means non-fixed heights, that, or you meant it's not fixed to work in IE. This all looks like stuff that could be fixed to work in both browsers with a little bit of work though. Maybe I'll take a shot at this as a challenge if I have the time. It would give me a chance to brush up on my CSS. I would like to say though that the site looks pretty nice, I like the design and layout. Regards, Bryan |
From: Francesco M. <f18...@ya...> - 2005-07-06 18:45:09
|
Hi, John Labenski wrote: > How do people write dsw files to include projects to be build from an > arbitrary wxCode dir? > > I've tried to set the environment variable > $(WXCODE)=c:\wxCVS\wxCode\wxCode and then use it like this in a dsw > file for a project that will link to a number of different libraries. > > ############################################################################### > > Project: "wxSheetLib_wx26"=$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp > - Package Owner=<4> > > Package=<5> > {{{ > }}} > > Package=<4> > {{{ > }}} > > ############################################################################### > > When I start MSVS it complains about not being able to find > c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp > The first part of the dir "c:\wxCVS\Plotto\" is the location of the > dsw file that was loaded (putting quotes around it doesn't do > anything). If I go back to relative paths it works just fine. Is there > a way to make it use absolute paths so that the $(WXCODE) env var can > be set once and work for any project in any directory? I'm not sure to understand what you want to do... but I think that c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp should be changed to $(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp if you are using $(WXCODE)=c:\wxCVS\wxCode\wxCode (i.e. an absolute path for wxCode) otherwise when that var is expanded, you get an invalid path. Francesco PS: can you chmod the readme.txt in /home/groups/w/wx/wxcode/htdocs so that anyone of the wxCode group can access it (chmod g+rwx readme.txt) ? I'll update it... |
From: John L. <jla...@gm...> - 2005-07-06 18:11:48
|
How do people write dsw files to include projects to be build from an arbitrary wxCode dir? I've tried to set the environment variable $(WXCODE)=3Dc:\wxCVS\wxCode\wxCode and then use it like this in a dsw file for a project that will link to a number of different libraries. ###########################################################################= #### Project: "wxSheetLib_wx26"=3D$(WXCODE)\components\wxsheet\src\sheetlib_wx26= .dsp - Package Owner=3D<4> Package=3D<5> {{{ }}} Package=3D<4> {{{ }}} ###########################################################################= #### When I start MSVS it complains about not being able to find c:\wxCVS\Plotto\$(WXCODE)\components\wxsheet\src\sheetlib_wx26.dsp The first part of the dir "c:\wxCVS\Plotto\" is the location of the dsw file that was loaded (putting quotes around it doesn't do anything). If I go back to relative paths it works just fine. Is there a way to make it use absolute paths so that the $(WXCODE) env var can be set once and work for any project in any directory? Thanks, John Labenski |
From: Francesco M. <f18...@ya...> - 2005-07-06 16:18:14
|
Hi, > Otto, can I begin to move the site out from the test dir ? I have currently put the contents of the test folder in the htdocs folder saving old HTML pages in htdocs.old... I need this to do wiki tests... Let me know if you like the new site... Francesco Montorsi > > Francesco Montorsi > > > > Francesco Montorsi wrote: > >> Hi, >> for the last page of the site ("Edit your component") which allows >> mantainers to update the database, I need to use some type of >> authentication; I think HTTP Basic authentication will be enough... it >> will just require that each mantainer remembers its "wxCode mantainer >> password" and then type it in the HTTP authentication box in the >> wxCode site to be able to edit its component info stored in the >> database.... >> >> if anyone has a better idea, please let me know. >> >> Francesco Montorsi >> >> >> PS: now all the pages of the site validate as XHTML strict & CSS; I'm >> going to >> - complete the edit page >> - set up the wiki >> - complete the docs of the site (for mantainance) >> and then the site will be complete... >> >> >> >> Francesco Montorsi wrote: >> >>> Hi, >>> since we are in a transition phase, I suggest all developers of >>> wxCode to insert their components info in the wxCode database without >>> using the submit form, just using phpMyAdmin which is (temporary) >>> configured as not to require passwords: just go to >>> >>> http://wxcode.sourceforge.net/phpMyAdmin/ >>> >>> and insert a new row in the "components" table filling all the info >>> of the table. >>> >>> I hope everyone will like the new site look (which is can be seen at >>> http://wxcode.sourceforge.net/test). >>> >>> Thanks indeed, >>> Francesco Montorsi >>> >>> PS: soon, also the component websites will need some work to be >>> adapted to the new wxCode look... but it will be easy... >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>> _______________________________________________ >>> wxCode-users mailing list >>> wxC...@li... >>> https://lists.sourceforge.net/lists/listinfo/wxcode-users >>> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-07-05 17:27:13
|
Hi, since the HTTP basic authentication was quite ugly; I decided to use a pure PHP authentication. The usernames & passwords of wxCode mantainers are now stored in the wxCode 'mantainers' table. All mantainers should go to http://wxcode.sourceforge.net/phpMyAdmin/ select the Mantainers table and click "Insert" and then insert their name, email, sf user account and password. When inserting this last one, click the drop down list "Function" and choose "MD5" so that your password will be secured. (Note: for David Hart & Thomas Monjalon I've already inserted their info, before removing them from components, in the table; they just need to choose their passwords). I've completed all pages of wxCode site and now I just need that you all update the DB with your info. I've also already setup roughly the pmwiki for wxcode: http://wxcode.sourceforge.net/test/wiki Otto, can I begin to move the site out from the test dir ? Francesco Montorsi Francesco Montorsi wrote: > Hi, > for the last page of the site ("Edit your component") which allows > mantainers to update the database, I need to use some type of > authentication; I think HTTP Basic authentication will be enough... it > will just require that each mantainer remembers its "wxCode mantainer > password" and then type it in the HTTP authentication box in the wxCode > site to be able to edit its component info stored in the database.... > > if anyone has a better idea, please let me know. > > Francesco Montorsi > > > PS: now all the pages of the site validate as XHTML strict & CSS; I'm > going to > - complete the edit page > - set up the wiki > - complete the docs of the site (for mantainance) > and then the site will be complete... > > > > Francesco Montorsi wrote: > >> Hi, >> since we are in a transition phase, I suggest all developers of >> wxCode to insert their components info in the wxCode database without >> using the submit form, just using phpMyAdmin which is (temporary) >> configured as not to require passwords: just go to >> >> http://wxcode.sourceforge.net/phpMyAdmin/ >> >> and insert a new row in the "components" table filling all the info of >> the table. >> >> I hope everyone will like the new site look (which is can be seen at >> http://wxcode.sourceforge.net/test). >> >> Thanks indeed, >> Francesco Montorsi >> >> PS: soon, also the component websites will need some work to be >> adapted to the new wxCode look... but it will be easy... >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-07-04 22:30:55
|
Hi, for the last page of the site ("Edit your component") which allows mantainers to update the database, I need to use some type of authentication; I think HTTP Basic authentication will be enough... it will just require that each mantainer remembers its "wxCode mantainer password" and then type it in the HTTP authentication box in the wxCode site to be able to edit its component info stored in the database.... if anyone has a better idea, please let me know. Francesco Montorsi PS: now all the pages of the site validate as XHTML strict & CSS; I'm going to - complete the edit page - set up the wiki - complete the docs of the site (for mantainance) and then the site will be complete... Francesco Montorsi wrote: > Hi, > since we are in a transition phase, I suggest all developers of wxCode > to insert their components info in the wxCode database without using the > submit form, just using phpMyAdmin which is (temporary) configured as > not to require passwords: just go to > > http://wxcode.sourceforge.net/phpMyAdmin/ > > and insert a new row in the "components" table filling all the info of > the table. > > I hope everyone will like the new site look (which is can be seen at > http://wxcode.sourceforge.net/test). > > Thanks indeed, > Francesco Montorsi > > PS: soon, also the component websites will need some work to be adapted > to the new wxCode look... but it will be easy... > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-07-03 14:58:17
|
Hi, since we are in a transition phase, I suggest all developers of wxCode to insert their components info in the wxCode database without using the submit form, just using phpMyAdmin which is (temporary) configured as not to require passwords: just go to http://wxcode.sourceforge.net/phpMyAdmin/ and insert a new row in the "components" table filling all the info of the table. I hope everyone will like the new site look (which is can be seen at http://wxcode.sourceforge.net/test). Thanks indeed, Francesco Montorsi PS: soon, also the component websites will need some work to be adapted to the new wxCode look... but it will be easy... |
From: Otto W. <ott...@or...> - 2005-07-03 06:58:54
|
Francesco Montorsi wrote: > > Hi, > sorry for this junk in the mailing list; I was doing some > experiments in the PHP submission form code.... it will be ready to work > tomorrow, I think. > Maybe add "Test: " to the subject so it's obvious to everybody. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2005-07-02 19:49:37
|
Hi, sorry for this junk in the mailing list; I was doing some experiments in the PHP submission form code.... it will be ready to work tomorrow, I think. Francesco wrote: > name wxversion category language description location cdate id status docs buildsys extdep mantainermail wiki wxport samples approved author mantainer > awtlay C++ contrib. contains wxWindows based C++ classes which try to mimic functionality and interfaces of AWT layout managers in the corresponding classes of JDK 1.0-1.2 ( in javax.awt and javax.swing packages) by Aleksandras Gluchovas components/awtlay/awtsrc01.zip 0000-00-00 3 bakefile website wxMSW 0 0 > bsizer C++ A border sizer lays out a container arranging and resizing its components to fit in five regions: North South East West and Center. When adding a component to a container with a border sizer use one of these five names components/bsizer/bsizer.zip 0000-00-00 4 bakefile website wxMSW 0 0 > doublebuff C++ 2 new DCs that allows you to maintain a bitmap of all the is drawn on the canvas window very easy. components/doublebuff/drawing.zip 0000-00-00 9 bakefile website wxMSW 0 0 > IEHtmlWin C++ This is awesome! ActiveX IE window embedded in a wxWindow with some modification it uses Mozilla components/IEHtmlWin/IEHtmlWin.zip 0000-00-00 12 bakefile website wxMSW 0 0 > lcdwindow C++ A cool looking LCD Window! You should get it combine it with the TransientWindow to get a really cool effect! components/lcdwindow/lcdwindow.zip 0000-00-00 13 bakefile website wxMSW 0 0 > mmwx C++ This is a whole slew of additional Components you can use they all look really cool with a cool sample app to demonstrate. You should defintly check this out components/mmwx/mmwx-0.1.zip 0000-00-00 15 bakefile website wxMSW 0 0 > panoimage C++ A kickass panormaic viewer just load a pano image components/panoimage/panoimage.zip 0000-00-00 17 bakefile website wxMSW 0 0 > splashtext C++ This writes your text to bitmaps so writing a version # for a splashscreen sweet.. components/splashtext/splashtext_source.zip 0000-00-00 23 bakefile website wxMSW 0 0 > togglebutton C++ wxCustomToggleCtrl is a "minimal" example of a custom control for wxWindows version 2. It is a simple toggle button with a text label which mirrors the functionality of the standard wxCheckBox control. components/togglebutton/toggle.zip 0000-00-00 26 bakefile website wxMSW 0 0 > wxctb C++ Communication Toolbox includes stuff for talking to serial ports and a ton of other cool stuff see ctb.h for details components/wxctb/ctb-07_May_2001.zip 0000-00-00 29 bakefile website wxMSW 0 0 > wxplot C++ wxplot components/wxplot/wxplot.zip 0000-00-00 43 bakefile website wxMSW 0 0 > wxprop C++ The class acts as java-like automatic pointer (allocation/deallocation) components/wxprop/wxp-1.0.1.tar.gz 0000-00-00 45 bakefile website wxMSW 0 0 > wxtts C++ This is a work-in-progress to make a simple-to-use text-to-speech system available to C++ programmers especially on the Windows platform. It combines the excellent MBROLA phoneme-to-speech with the FreePhone system and wraps these up in C++ classes. components/wxtts/wxtts2.zip 0000-00-00 48 bakefile website wxMSW 0 0 > wxvidcap C++ wxvidcap is a capture class for MSW's VFW 1.1 api for wxWindows components/wxvidcap/wxvidcap.zip 0000-00-00 49 bakefile website wxMSW 0 0 > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco <fr...@us...> - 2005-07-02 15:38:57
|
name wxversion category language description location cdate id status docs buildsys extdep mantainermail wiki wxport samples approved author mantainer awtlay C++ contrib. contains wxWindows based C++ classes which try to mimic functionality and interfaces of AWT layout managers in the corresponding classes of JDK 1.0-1.2 ( in javax.awt and javax.swing packages) by Aleksandras Gluchovas components/awtlay/awtsrc01.zip 0000-00-00 3 bakefile website wxMSW 0 0 bsizer C++ A border sizer lays out a container arranging and resizing its components to fit in five regions: North South East West and Center. When adding a component to a container with a border sizer use one of these five names components/bsizer/bsizer.zip 0000-00-00 4 bakefile website wxMSW 0 0 doublebuff C++ 2 new DCs that allows you to maintain a bitmap of all the is drawn on the canvas window very easy. components/doublebuff/drawing.zip 0000-00-00 9 bakefile website wxMSW 0 0 IEHtmlWin C++ This is awesome! ActiveX IE window embedded in a wxWindow with some modification it uses Mozilla components/IEHtmlWin/IEHtmlWin.zip 0000-00-00 12 bakefile website wxMSW 0 0 lcdwindow C++ A cool looking LCD Window! You should get it combine it with the TransientWindow to get a really cool effect! components/lcdwindow/lcdwindow.zip 0000-00-00 13 bakefile website wxMSW 0 0 mmwx C++ This is a whole slew of additional Components you can use they all look really cool with a cool sample app to demonstrate. You should defintly check this out components/mmwx/mmwx-0.1.zip 0000-00-00 15 bakefile website wxMSW 0 0 panoimage C++ A kickass panormaic viewer just load a pano image components/panoimage/panoimage.zip 0000-00-00 17 bakefile website wxMSW 0 0 splashtext C++ This writes your text to bitmaps so writing a version # for a splashscreen sweet.. components/splashtext/splashtext_source.zip 0000-00-00 23 bakefile website wxMSW 0 0 togglebutton C++ wxCustomToggleCtrl is a "minimal" example of a custom control for wxWindows version 2. It is a simple toggle button with a text label which mirrors the functionality of the standard wxCheckBox control. components/togglebutton/toggle.zip 0000-00-00 26 bakefile website wxMSW 0 0 wxctb C++ Communication Toolbox includes stuff for talking to serial ports and a ton of other cool stuff see ctb.h for details components/wxctb/ctb-07_May_2001.zip 0000-00-00 29 bakefile website wxMSW 0 0 wxplot C++ wxplot components/wxplot/wxplot.zip 0000-00-00 43 bakefile website wxMSW 0 0 wxprop C++ The class acts as java-like automatic pointer (allocation/deallocation) components/wxprop/wxp-1.0.1.tar.gz 0000-00-00 45 bakefile website wxMSW 0 0 wxtts C++ This is a work-in-progress to make a simple-to-use text-to-speech system available to C++ programmers especially on the Windows platform. It combines the excellent MBROLA phoneme-to-speech with the FreePhone system and wraps these up in C++ classes. components/wxtts/wxtts2.zip 0000-00-00 48 bakefile website wxMSW 0 0 wxvidcap C++ wxvidcap is a capture class for MSW's VFW 1.1 api for wxWindows components/wxvidcap/wxvidcap.zip 0000-00-00 49 bakefile website wxMSW 0 0 |
From: Francesco <fr...@us...> - 2005-07-02 15:29:56
|
name wxversion category language description location cdate id status docs buildsys extdep mantainermail wiki wxport samples approved author mantainer awtlay C++ contrib. contains wxWindows based C++ classes which try to mimic functionality and interfaces of AWT layout managers in the corresponding classes of JDK 1.0-1.2 ( in javax.awt and javax.swing packages) by Aleksandras Gluchovas components/awtlay/awtsrc01.zip 0000-00-00 3 bakefile website wxMSW 0 0 bsizer C++ A border sizer lays out a container arranging and resizing its components to fit in five regions: North South East West and Center. When adding a component to a container with a border sizer use one of these five names components/bsizer/bsizer.zip 0000-00-00 4 bakefile website wxMSW 0 0 doublebuff C++ 2 new DCs that allows you to maintain a bitmap of all the is drawn on the canvas window very easy. components/doublebuff/drawing.zip 0000-00-00 9 bakefile website wxMSW 0 0 IEHtmlWin C++ This is awesome! ActiveX IE window embedded in a wxWindow with some modification it uses Mozilla components/IEHtmlWin/IEHtmlWin.zip 0000-00-00 12 bakefile website wxMSW 0 0 lcdwindow C++ A cool looking LCD Window! You should get it combine it with the TransientWindow to get a really cool effect! components/lcdwindow/lcdwindow.zip 0000-00-00 13 bakefile website wxMSW 0 0 mmwx C++ This is a whole slew of additional Components you can use they all look really cool with a cool sample app to demonstrate. You should defintly check this out components/mmwx/mmwx-0.1.zip 0000-00-00 15 bakefile website wxMSW 0 0 panoimage C++ A kickass panormaic viewer just load a pano image components/panoimage/panoimage.zip 0000-00-00 17 bakefile website wxMSW 0 0 splashtext C++ This writes your text to bitmaps so writing a version # for a splashscreen sweet.. components/splashtext/splashtext_source.zip 0000-00-00 23 bakefile website wxMSW 0 0 togglebutton C++ wxCustomToggleCtrl is a "minimal" example of a custom control for wxWindows version 2. It is a simple toggle button with a text label which mirrors the functionality of the standard wxCheckBox control. components/togglebutton/toggle.zip 0000-00-00 26 bakefile website wxMSW 0 0 wxctb C++ Communication Toolbox includes stuff for talking to serial ports and a ton of other cool stuff see ctb.h for details components/wxctb/ctb-07_May_2001.zip 0000-00-00 29 bakefile website wxMSW 0 0 wxplot C++ wxplot components/wxplot/wxplot.zip 0000-00-00 43 bakefile website wxMSW 0 0 wxprop C++ The class acts as java-like automatic pointer (allocation/deallocation) components/wxprop/wxp-1.0.1.tar.gz 0000-00-00 45 bakefile website wxMSW 0 0 wxtts C++ This is a work-in-progress to make a simple-to-use text-to-speech system available to C++ programmers especially on the Windows platform. It combines the excellent MBROLA phoneme-to-speech with the FreePhone system and wraps these up in C++ classes. components/wxtts/wxtts2.zip 0000-00-00 48 bakefile website wxMSW 0 0 wxvidcap C++ wxvidcap is a capture class for MSW's VFW 1.1 api for wxWindows components/wxvidcap/wxvidcap.zip 0000-00-00 49 bakefile website wxMSW 0 0 |
From: Francesco <fr...@us...> - 2005-07-02 15:26:54
|
name wxversion category language description location cdate id status docs buildsys extdep mantainermail wiki wxport samples approved author mantainer awtlay C++ contrib. contains wxWindows based C++ classes which try to mimic functionality and interfaces of AWT layout managers in the corresponding classes of JDK 1.0-1.2 ( in javax.awt and javax.swing packages) by Aleksandras Gluchovas components/awtlay/awtsrc01.zip 0000-00-00 3 bakefile website wxMSW 0 0 bsizer C++ A border sizer lays out a container arranging and resizing its components to fit in five regions: North South East West and Center. When adding a component to a container with a border sizer use one of these five names components/bsizer/bsizer.zip 0000-00-00 4 bakefile website wxMSW 0 0 doublebuff C++ 2 new DCs that allows you to maintain a bitmap of all the is drawn on the canvas window very easy. components/doublebuff/drawing.zip 0000-00-00 9 bakefile website wxMSW 0 0 IEHtmlWin C++ This is awesome! ActiveX IE window embedded in a wxWindow with some modification it uses Mozilla components/IEHtmlWin/IEHtmlWin.zip 0000-00-00 12 bakefile website wxMSW 0 0 lcdwindow C++ A cool looking LCD Window! You should get it combine it with the TransientWindow to get a really cool effect! components/lcdwindow/lcdwindow.zip 0000-00-00 13 bakefile website wxMSW 0 0 mmwx C++ This is a whole slew of additional Components you can use they all look really cool with a cool sample app to demonstrate. You should defintly check this out components/mmwx/mmwx-0.1.zip 0000-00-00 15 bakefile website wxMSW 0 0 panoimage C++ A kickass panormaic viewer just load a pano image components/panoimage/panoimage.zip 0000-00-00 17 bakefile website wxMSW 0 0 splashtext C++ This writes your text to bitmaps so writing a version # for a splashscreen sweet.. components/splashtext/splashtext_source.zip 0000-00-00 23 bakefile website wxMSW 0 0 togglebutton C++ wxCustomToggleCtrl is a "minimal" example of a custom control for wxWindows version 2. It is a simple toggle button with a text label which mirrors the functionality of the standard wxCheckBox control. components/togglebutton/toggle.zip 0000-00-00 26 bakefile website wxMSW 0 0 wxctb C++ Communication Toolbox includes stuff for talking to serial ports and a ton of other cool stuff see ctb.h for details components/wxctb/ctb-07_May_2001.zip 0000-00-00 29 bakefile website wxMSW 0 0 wxplot C++ wxplot components/wxplot/wxplot.zip 0000-00-00 43 bakefile website wxMSW 0 0 wxprop C++ The class acts as java-like automatic pointer (allocation/deallocation) components/wxprop/wxp-1.0.1.tar.gz 0000-00-00 45 bakefile website wxMSW 0 0 wxtts C++ This is a work-in-progress to make a simple-to-use text-to-speech system available to C++ programmers especially on the Windows platform. It combines the excellent MBROLA phoneme-to-speech with the FreePhone system and wraps these up in C++ classes. components/wxtts/wxtts2.zip 0000-00-00 48 bakefile website wxMSW 0 0 wxvidcap C++ wxvidcap is a capture class for MSW's VFW 1.1 api for wxWindows components/wxvidcap/wxvidcap.zip 0000-00-00 49 bakefile website wxMSW 0 0 |
From: Otto W. <ott...@or...> - 2005-07-02 15:13:31
|
Francesco Montorsi wrote: > > Let me know, > Francesco > Francesco, at the moment I'm hard pressed to find time for any development at all so I really can't spend enough time for you. Maybe someone else can help you further. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2005-07-01 23:15:37
|
Hi, > Good idea, as a project manager you can submit request yourself to the > SF staff. ok, I've submitted the request to SF; also I woud like to ask you other wxCode-administration things: 1) I have created the RULES page at wxcode.sf.net/test/rules.php; please check if you think I've missed something but misunderstood anything... 2) I'm going to fill the wxCode database with the info I can take from the wxCode CVS repository; but I'd like to avoid useless work: are all the 45 (!) components in the CVS active ? Should we remove some of them which have been abandoned ? some controls (like animate) have been moved to the contrib folder of wxWidgets; should we remove them (even if I know that Julian would like to move contrib stuff in wxCode! so maybe we should ask first) ? 3) can I begin to commit the files I currently update in wxcode.sf.net/test/ in the wxCode\website CVS folder ? Let me know, Francesco |
From: Otto W. <ott...@or...> - 2005-07-01 16:45:57
|
Francesco Montorsi wrote: > > I've also found that a lot of stuff exist in > > wxCode/htdocs.old > wxCode/crap > > and also the folders > wxCode/components > wxCode/devel > are not useful anymore; I cannot delete them because I do not have the > required rights to do it (but I suspect you haven't, too); the only 'w' > permissions set are for the users 'mrmiagi' & 'thebabelfish'... we > should ask them to remove all those stuff (which takes roughly 50 mb of > our 100 mb webspace quota) or ask SF.net staff to do it... > Good idea, as a project manager you can submit request yourself to the SF staff. > in the crap/ folder I've found the old website of wxCode which I think > could be useful in some way; I've download all the stuff on my local > PC... maybe I can recycle something useful ;-) > Just go ahead as you think. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |
From: Francesco M. <f18...@ya...> - 2005-07-01 11:33:15
|
Hi, I'd like to know if you think I've handled all the possible info in the wxCode database. I've put a copy of phpMyAdmin in http://wxcode.sourceforge.net/phpMyAdmin; you can use it to see how the components table is currently organized... Let me know if you think something is missing, Francesco |
From: Francesco M. <f18...@ya...> - 2005-06-30 22:35:38
|
Hi, >>However I see that a wxCode database already exists; it also already >>have some data in it (2 tables, components & newadds...)... were you >>already using it ? >> > > No, it was probably from the previous maintainers. You can scrap > everything if you need. I've also found that a lot of stuff exist in wxCode/htdocs.old wxCode/crap and also the folders wxCode/components wxCode/devel are not useful anymore; I cannot delete them because I do not have the required rights to do it (but I suspect you haven't, too); the only 'w' permissions set are for the users 'mrmiagi' & 'thebabelfish'... we should ask them to remove all those stuff (which takes roughly 50 mb of our 100 mb webspace quota) or ask SF.net staff to do it... in the crap/ folder I've found the old website of wxCode which I think could be useful in some way; I've download all the stuff on my local PC... maybe I can recycle something useful ;-) Francesco |