quickshotdevs team mailing list archive
-
quickshotdevs team
-
Mailing list archive
-
Message #00160
Re: Quickshot branches and naming convetions
On Fri, Apr 23, 2010 at 5:02 PM, Neil Tallim <red.hamsterx@xxxxxxxxx> wrote:
> scbr is fine with me.
> There's no universal convention, so we just need someone to pick the
> path the rest of us will follow.
>
> My only advice, really, is to put the type before the name of the
> element (lbl_welcome), since that makes code much easier to skim.
>
> panel -> pnl
> frame -> frm (or win)
> spacer -> spc
> separator -> sep
> vertical sizer -> vbox (or vszr)
> horizontal sizer -> hbox (or hszr)
> static text -> lbl
> input text -> txt
> multi-line input text -> txt (same as single-line)
> button -> btn
>
> It's pretty open, and these are just suggestions. Just pick whatever
> seems intuitive to you if you're declaring an instance for the first
> time.
>
> -Neil
>
> On 23 April 2010 09:46, Luke Jennings <ubuntujenkins@xxxxxxxxxxxxxx>
> wrote:
> > Hello,
> >
> > Please all have a look at https://code.edge.launchpad.net/quickshot
> >
> > There are three
> >
> > lp:quickshot our development focus for the program side of things.
> >
> > lp:quickshot/server the server development focus.
> >
> > lp:quickshot/release this contains the a folder called 0.0.8 in this
> folder
> > is everything form the last release. We don't need to add any new code to
> > this branch until the next release. This is with the exception of major
> bug
> > fixes to the current release.
> > Also We need to decide on some naming conventions for the gui items, I
> > suggest some thing along the lines of:
> > button -> btn
> > table -> tbl
> > scroll bar -> scbr
> > If some one who has worked on other projects could advise on the best way
> to
> > do it.
> > Thanks
> > Luke
> > _______________________________________________
> > Mailing list: https://launchpad.net/~quickshotdevs
> > Post to : quickshotdevs@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~quickshotdevs
> > More help : https://help.launchpad.net/ListHelp
> >
> >
>
Thanks for those suggestions Neil.
I have set up a wiki page here
https://wiki.ubuntu.com/ubuntu-manual/quickshot/style please add
any abbreviations if you make a new one.
Luke Jennings
References