Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Vandelay application. #1

Merged
merged 10 commits into from Mar 19, 2017

Conversation

@AkshayAgarwal007
Copy link
Contributor

AkshayAgarwal007 commented Mar 17, 2017

Previous version of the app:

active1

After updates:

van1
van2

return(0);
VandelayApp::VandelayApp() : BApplication(kSignature) {


This comment has been minimized.

Copy link
@waddlesplash

waddlesplash Mar 18, 2017

Member

Extra and unnecessary spaces at beginning of function. Also please conform to Haiku coding style (https://www.haiku-os.org/development/coding-guidelines/) as much as possible re. function formatting.

This comment has been minimized.

Copy link
@AkshayAgarwal007

AkshayAgarwal007 Mar 18, 2017

Author Contributor

I should have updated it to conform to the coding style straight away instead of keeping it in TODO. :) I'll do that.

"Convert between units and all kinds of\n"
"measurements with ease.",
"Thank you"
);

This comment has been minimized.

Copy link
@waddlesplash

waddlesplash Mar 18, 2017

Member

Closebrace goes to previous line (see coding guidelines).

.AddGlue()
.Add(VanView)
.AddGlue()
.End();

This comment has been minimized.

Copy link
@waddlesplash

waddlesplash Mar 18, 2017

Member

Indent with tabs not spaces.

.End();


BLayoutBuilder::Group<>(this, B_VERTICAL, B_USE_WINDOW_SPACING)

This comment has been minimized.

Copy link
@waddlesplash

waddlesplash Mar 18, 2017

Member

Maybe use HALF_ITEM_SPACING instead and see how that looks.

This comment has been minimized.

Copy link
@AkshayAgarwal007

AkshayAgarwal007 Mar 18, 2017

Author Contributor

I'll check this one out.

This comment has been minimized.

Copy link
@AkshayAgarwal007

AkshayAgarwal007 Mar 18, 2017

Author Contributor

looks the same.

@waddlesplash
Copy link
Member

waddlesplash commented Mar 18, 2017

Looks OK aside from comments.

@AkshayAgarwal007 AkshayAgarwal007 force-pushed the AkshayAgarwal007:gui-work branch 5 times, most recently from cedf0c5 to b358afc Mar 19, 2017
@humdingerb
Copy link
Member

humdingerb commented Mar 19, 2017

Looks good to me.

@waddlesplash waddlesplash merged commit 1a42451 into HaikuArchives:master Mar 19, 2017
@waddlesplash
Copy link
Member

waddlesplash commented Mar 19, 2017

Thanks!

Made necessary changes to conform to Haiku coding style and updated TODO file accordingly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.