From: Francesco M. <f18...@ya...> - 2005-06-23 17:43:40
|
Hi, since I know submission form is not working, I ask you directly to add a new component: Component: webupdate Subdir: webupdate wxWidgets: 2.5.x, 2.6.x Description: Adds all required code & dialogs to implement a full update-check & update-download to your application. Requires just a text file to be uploaded on your web server and few lines of code in your application to implement this new amazing feature. Thanks indeed, Francesco Montorsi |
From: Joseph B. <jb...@um...> - 2005-06-25 02:22:14
|
I'd like to add a new component called "DatabaseLayer" please. Component: DatabaseLayer wxWidgets: Only tested on 2.5.x and 2.6.x so far Description: DatabaseLayer provides a JDBC-like interface to database I/O. So far only SQLite3 and Firebird database backends are supported. CxxTest unit tests are used to try and make it easier to add more database backends in the future. |
From: John L. <jla...@gm...> - 2005-06-25 03:07:48
|
On 6/24/05, Joseph Blough <jb...@um...> wrote: > I'd like to add a new component called "DatabaseLayer" please. Otto, do we want to always stick to lowercase names? If yes then, Joseph what unix (lowercase name) would you like?=20 "databaselayer" Regards, John Labenski > Component: DatabaseLayer > wxWidgets: Only tested on 2.5.x and 2.6.x so far > Description: DatabaseLayer provides a JDBC-like interface to database I/O= . > So far only SQLite3 and Firebird database backends are supported. CxxTest > unit tests are used to try and make it easier to add more database > backends in the future. |
From: Otto W. <ott...@or...> - 2005-06-25 10:21:35
|
John Labenski wrote: > > On 6/24/05, Joseph Blough <jb...@um...> wrote: > > I'd like to add a new component called "DatabaseLayer" please. > > Otto, do we want to always stick to lowercase names? > > If yes then, Joseph what unix (lowercase name) would you like? > "databaselayer" > In a cross-platform environment it's important that never happens the distinction via case alone of directory names. I think the directory names are only used in scripts and don't have much relevance. I usually keep any directory name lowercase except for project directories to highlight their importance. But if you have the better arguments ... 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: Joseph B. <jb...@um...> - 2005-06-25 13:19:41
|
"databaselayer" is fine with me. Thanks! On Sat, 25 Jun 2005, Otto Wyss wrote: > John Labenski wrote: >> >> On 6/24/05, Joseph Blough <jb...@um...> wrote: >>> I'd like to add a new component called "DatabaseLayer" please. >> >> Otto, do we want to always stick to lowercase names? >> >> If yes then, Joseph what unix (lowercase name) would you like? >> "databaselayer" >> > In a cross-platform environment it's important that never happens the > distinction via case alone of directory names. I think the directory > names are only used in scripts and don't have much relevance. I usually > keep any directory name lowercase except for project directories to > highlight their importance. But if you have the better arguments ... > > 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 > > > ------------------------------------------------------- > 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: John L. <jla...@gm...> - 2005-06-25 15:17:36
|
On 6/25/05, Joseph Blough <jb...@um...> wrote: > "databaselayer" is fine with me. Thanks! Added. wxCode/components/databaselayer > >> Otto, do we want to always stick to lowercase names? > >> > > In a cross-platform environment it's important that never happens the > > distinction via case alone of directory names. I think the directory > > names are only used in scripts and don't have much relevance. I usually > > keep any directory name lowercase except for project directories to > > highlight their importance. But if you have the better arguments ... No I don't, sounds good to me. Regards, John Labenski |
From: Joseph B. <jb...@um...> - 2005-06-25 17:23:47
|
Thanks! I attempted to upload the files, but I'm getting the error "Access denied: Insufficient Karma". Oddly though, it did let me created the subdirectory tree (include, website, tests), just not commit the files themselves. Do I have to wait 24 hours for permissions to propogate or something? Thanks. On Sat, 25 Jun 2005, John Labenski wrote: > On 6/25/05, Joseph Blough <jb...@um...> wrote: >> "databaselayer" is fine with me. Thanks! > > Added. > wxCode/components/databaselayer > >>>> Otto, do we want to always stick to lowercase names? >>>> >>> In a cross-platform environment it's important that never happens the >>> distinction via case alone of directory names. I think the directory >>> names are only used in scripts and don't have much relevance. I usually >>> keep any directory name lowercase except for project directories to >>> highlight their importance. But if you have the better arguments ... > > No I don't, sounds good to me. > > Regards, > John Labenski > > > ------------------------------------------------------- > 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_idt77&alloc_id492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > |
From: Otto W. <ott...@or...> - 2005-06-25 18:37:28
|
Joseph Blough wrote: > > Thanks! I attempted to upload the files, but I'm getting the error > "Access denied: Insufficient Karma". Oddly though, it did let me created > the subdirectory tree (include, website, tests), just not commit the files > themselves. Do I have to wait 24 hours for permissions to propogate or > something? > If this happens then the components directory hasn't been added to the avail file in the CVSROOT (see http://cvs.sourceforge.net/viewcvs.py/wxcode/CVSROOT/avail?view=markup). CVS needs some time until all servers are synched so you may have to wait up to 24h until you can accesss your directory. 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: <ma...@sm...> - 2008-10-31 19:29:46
|
name: wxAdvTable wxversion: 2.8 category: gui component language: cpp description: wxAdvTable is table component (like wxGrid) designed with simplicity and flexibility in mind. It has features like: - composite rows/columns - sorting and filtering support - flexible rendering and editing support - dynamic row/columns add/removal - and visual features like: highlight modes, cell attributes, etc. wxAdvTable designed after Java Swing(tm) table classes (JTable, ...) and has MCV (Model-Controller-View) design. location: wxadvtable cdate: 2008-10-31 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Moskvichev Andrey V. version: 1.0 inCVS: 1 maintainerid: 24 Maintainer SF username: moskvichev Maintainer name: Moskvichev Andrey V. Maintainer mail address: mab[no-spam]@smtp.ru |
From: Francesco M. <f18...@ya...> - 2008-11-06 15:49:04
|
Hi, seems a great component! Now the component submission form should work again... can you please resubmit it in the canonical way? TIA! Just a note: ma...@sm... ha scritto: > location: wxadvtable I'd put it in a "advtable" folder instead. > inCVS: 1 are you sure you want to put it in a CVS repo instead of a SVN one? I ask just because many users realize they wanted Subversion after component submission... Thanks, Francesco Montorsi |
From: Otto W. <ott...@or...> - 2005-06-23 18:58:29
|
Francesco Montorsi wrote: > > since I know submission form is not working, I ask you directly to > add a new component: > > Component: webupdate > Subdir: webupdate > wxWidgets: 2.5.x, 2.6.x > Description: > Adds all required code & dialogs to implement a full update-check & > update-download to your application. Requires just a text file to be > uploaded on your web server and few lines of code in your application to > implement this new amazing feature. > Is this a normal component or is this for wxCode handling? In other words shall I put it under the components folder or directly in wxCode? This doesn't seems to have any wxWidgets code so it might be better to have it outside of the components folder. Or do I understand it wrong? 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-06-23 19:32:48
|
Hi, > Is this a normal component or is this for wxCode handling? this is a normal component... > In other > words shall I put it under the components folder or directly in wxCode? just in wxCode\components like all other components > This doesn't seems to have any wxWidgets code so it might be better to > have it outside of the components folder. Or do I understand it wrong? it will be wx-based just like other components ;-) Thanks, Francesco Montorsi |
From: Otto W. <ott...@or...> - 2005-06-24 18:16:43
|
Francesco Montorsi wrote: > > Hi, > > > Is this a normal component or is this for wxCode handling? > this is a normal component... > > > In other > > words shall I put it under the components folder or directly in wxCode? > just in wxCode\components like all other components > > > This doesn't seems to have any wxWidgets code so it might be better to > > have it outside of the components folder. Or do I understand it wrong? > it will be wx-based just like other components ;-) > I've given the access rights of component/webupdate for you. I think you are able to upload all the files without my creating the default structure (Readme, website/index, ...). 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-06-24 23:15:47
|
Hi, > I've given the access rights of component/webupdate for you. I think you > are able to upload all the files without my creating the default > structure (Readme, website/index, ...). > Thanks; no problem for the structure ;-) Francesco |