From: Francesco M. <fr...@us...> - 2007-07-29 23:46:06
|
name: RlLayout wxversion: 2.8,2.9,cvs category: window container,window layout language: cpp description: wxRlLayout is a window layout manager for top-level windows, child windows, panels and dialogs. Support for window panes, toolbars, dragging panes & toolbars, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It does not enforce a central 'document' area. It also provides a light-weight class for drawing customized window/tool decorations and borders. location: rllayout cdate: 2007-07-29 id: 137 status: beta docs: hand buildsys: cmake,makefiles,projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 2 approved: 0 author: Arne Steinarson version: 0.5 inCVS: 0 maintainerid: 56 Maintainer SF username: arst Maintainer name: Arne Steinarson Maintainer mail address: ast...@gm... |
From: Francesco M. <fr...@us...> - 2007-07-30 23:46:35
|
name: RlLayout wxversion: 2.8,2.9,cvs category: window container,window layout language: cpp description: wxRlLayout is a window layout manager for top-level windows, child windows, panels and dialogs. Support for window panes, toolbars, dragging panes & toolbars, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It does not enforce a central 'document' area. It also provides a light-weight class for drawing customized window/tool decorations and borders. location: rllayout cdate: 2007-07-29 id: 137 status: beta docs: hand buildsys: cmake,makefiles,projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 2 approved: 0 author: Arne Steinarson version: 0.5 inCVS: 0 maintainerid: 56 Maintainer SF username: arst Maintainer name: Arne Steinarson Maintainer mail address: ast...@gm... |
From: Francesco M. <fr...@us...> - 2007-07-31 23:46:10
|
name: RlLayout wxversion: 2.8,2.9,cvs category: window container,window layout language: cpp description: wxRlLayout is a window layout manager for top-level windows, child windows, panels and dialogs. Support for window panes, toolbars, dragging panes & toolbars, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It does not enforce a central 'document' area. It also provides a light-weight class for drawing customized window/tool decorations and borders. location: rllayout cdate: 2007-07-29 id: 137 status: beta docs: hand buildsys: cmake,makefiles,projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 2 approved: 0 author: Arne Steinarson version: 0.5 inCVS: 0 maintainerid: 56 Maintainer SF username: arst Maintainer name: Arne Steinarson Maintainer mail address: ast...@gm... |
From: Francesco M. <f18...@ya...> - 2007-08-01 08:06:34
|
Hi Arne, Francesco Montorsi ha scritto: > name: RlLayout a question: why the "rl" in front of the name? It's not clear from description below what does it means... > wxversion: 2.8,2.9,cvs > category: window container,window layout > language: cpp > description: wxRlLayout is a window layout manager for top-level windows, child windows, panels and dialogs. Support for window panes, toolbars, dragging panes & toolbars, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It does not enforce a central 'document' area. It also provides a light-weight class for drawing customized window/tool decorations and borders. all other infos seems ok to me except maybe the central reason for having such component: it would be nice to explicitely state what this component would provide besides what is already provided by the wxSizers and wxAUI framework... Francesco |
From: Arne S. <ast...@gm...> - 2007-08-01 16:30:54
|
Hello, Thx for feedback. Of course I want to make it clear to visitors what the component is about. There is some new thinking in it, so its maybe not so easy to get the message straight through. >> name: RlLayout >a question: why the "rl" in front of the name? >It's not clear from description below what does it means... Rl stands for Recursive Layout, and describes the algorithmic approach, without using very specialized code to represent 'panes', 'captions', 'edges' and other layout components. It is more based on rules. >all other infos seems ok to me except maybe the central reason for >having such component: it would be nice to explicitely state what this >component would provide besides what is already provided by the wxSizers >and wxAUI framework... Essentially, wxSizer & friends cannot paint themselves (and are invisible to the user). wxRlLayout let them draw themselves (and do some simple messaging) so they can represent edges, captions, buttons without the overhead of a wxWindow for each part. wxAui assumes a layout with a central document area and builds around that. It does not work so well for layouts that have two (or more) parallel main areas (think of Eclipse IDE or old Norton Commander). RlLayout can also be used on dialogs or panels, so that elements can be visually moved, resized and dragged. Since dialogs in general don't have a central document area wxAui does not do such layouts. RlLayout solves a more general layout problem and can therefore be applied also in the dialog case. Does it make sense? Regards // ATS On 8/1/07, Francesco Montorsi <f18...@ya...> wrote: > > Hi Arne, > > Francesco Montorsi ha scritto: > > name: RlLayout > a question: why the "rl" in front of the name? > It's not clear from description below what does it means... > wxversion: 2.8,2.9,cvs > > category: window container,window layout > > language: cpp > > description: wxRlLayout is a window layout manager for top-level > windows, child windows, panels and dialogs. Support for window panes, > toolbars, dragging panes & toolbars, floating and docking, saving/loading > layouts (aka perspectives). It uses wxSizers for the entire layout so it is > quite flexible in terms of what layouts it permits. It does not enforce a > central 'document' area. It also provides a light-weight class for drawing > customized window/tool decorations and borders. > all other infos seems ok to me except maybe the central reason for > having such component: it would be nice to explicitely state what this > component would provide besides what is already provided by the wxSizers > and wxAUI framework... > > 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-01 18:30:12
|
Hi, Arne Steinarson ha scritto: > Thx for feedback. Of course I want to make it clear to visitors what the > component is about. There is some new thinking in it, so its maybe not > so easy to get the message straight through. sure > >> name: RlLayout > >a question: why the "rl" in front of the name? > >It's not clear from description below what does it means... > > 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).... > and describes the algorithmic approach, > without using very specialized code to represent 'panes', 'captions', > 'edges' > and other layout components. It is more based on rules. ok > >all other infos seems ok to me except maybe the central reason for > >having such component: it would be nice to explicitely state what this > >component would provide besides what is already provided by the wxSizers > >and wxAUI framework... > > Essentially, wxSizer & friends cannot paint themselves (and are > invisible to > the user). wxRlLayout let them draw themselves (and do some simple > messaging) so they can represent edges, captions, buttons without the > overhead of a wxWindow for each part. > > wxAui assumes a layout with a central document area and builds around > that. It does not work so well for layouts that have two (or more) parallel > main areas (think of Eclipse IDE or old Norton Commander). > > RlLayout can also be used on dialogs or panels, so that elements can be > visually moved, resized and dragged. Since dialogs in general don't have > a central document area wxAui does not do such layouts. > > RlLayout solves a more general layout problem and can therefore be > applied also in the dialog case. > > Does it make sense? yes, it does! And seems very cool indeed! Now it's much clearer what it is and why it does not duplicate wxSizer/wxAUI systems. I'll setup the component as soon as we fix the name. Francesco |
From: Arne S. <ast...@gm...> - 2007-08-02 07:36:55
|
On 8/1/07, Francesco Montorsi <f18...@ya...> wrote: > > Hi, > > Arne Steinarson ha scritto: > > Thx for feedback. Of course I want to make it clear to visitors what the > > component is about. There is some new thinking in it, so its maybe not > > so easy to get the message straight through. > sure > > > >> name: RlLayout > > >a question: why the "rl" in front of the name? > > >It's not clear from description below what does it means... > > > > 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. > and describes the algorithmic approach, > > without using very specialized code to represent 'panes', 'captions', > > 'edges' > > and other layout components. It is more based on rules. > ok > > > >all other infos seems ok to me except maybe the central reason for > > >having such component: it would be nice to explicitely state what this > > >component would provide besides what is already provided by the > wxSizers > > >and wxAUI framework... > > > > Essentially, wxSizer & friends cannot paint themselves (and are > > invisible to > > the user). wxRlLayout let them draw themselves (and do some simple > > messaging) so they can represent edges, captions, buttons without the > > overhead of a wxWindow for each part. > > > > wxAui assumes a layout with a central document area and builds around > > that. It does not work so well for layouts that have two (or more) > parallel > > main areas (think of Eclipse IDE or old Norton Commander). > > > > RlLayout can also be used on dialogs or panels, so that elements can be > > visually moved, resized and dragged. Since dialogs in general don't have > > a central document area wxAui does not do such layouts. > > > > RlLayout solves a more general layout problem and can therefore be > > applied also in the dialog case. > > > > Does it make sense? > yes, it does! And seems very cool indeed! > > Now it's much clearer what it is and why it does not duplicate > wxSizer/wxAUI systems. I'll see if I can tweak the description a bit. Regards // ATS I'll setup the component as soon as we fix the name. > > 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 |
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 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-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-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 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 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: Francesco M. <fr...@us...> - 2007-08-01 23:46:07
|
name: RlLayout wxversion: 2.8,2.9,cvs category: window container,window layout language: cpp description: wxRlLayout is a window layout manager for top-level windows, child windows, panels and dialogs. Support for window panes, toolbars, dragging panes & toolbars, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It does not enforce a central 'document' area. It also provides a light-weight class for drawing customized window/tool decorations and borders. location: rllayout cdate: 2007-07-29 id: 137 status: beta docs: hand buildsys: cmake,makefiles,projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 2 approved: 0 author: Arne Steinarson version: 0.5 inCVS: 0 maintainerid: 56 Maintainer SF username: arst Maintainer name: Arne Steinarson Maintainer mail address: ast...@gm... |
From: Francesco M. <fr...@us...> - 2007-08-02 23:46:02
|
name: RlLayout wxversion: 2.8,2.9,cvs category: window container,window layout language: cpp description: wxRecursiveLayout (or wxRL for short) is a generic window layout manager. It does not enforce a central 'document' area, but allows layouts with several main areas (panes, aka Eclipse). As such it can manage top-level windows/frames, child windows and also dialogs and panels. Support for window panes, toolbars, dragging parts, floating and docking, saving/loading layouts (aka perspectives). It uses wxSizers for the entire layout so it is quite flexible in terms of what layouts it permits. It also provides a light-weight class for drawing customized window/tool decorations and borders, allowing for sizer items to paint themselves and do simple messaging. location: RL cdate: 2007-07-29 id: 137 status: beta docs: hand buildsys: cmake,makefiles,projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 2 approved: 0 author: Arne Steinarson version: 0.5 inCVS: 0 maintainerid: 56 Maintainer SF username: arst Maintainer name: Arne Steinarson Maintainer mail address: ast...@gm... |