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

Terms and agreement text cut on the right side #1812

Closed
kneekoo opened this issue Dec 18, 2014 · 7 comments
Closed

Terms and agreement text cut on the right side #1812

kneekoo opened this issue Dec 18, 2014 · 7 comments
Assignees
Milestone

Comments

@kneekoo
Copy link

kneekoo commented Dec 18, 2014

The images is self explanatory.

Screenshot

nicu@nicu-pc ~ $ inxi -SGx
System: Host: nicu-pc Kernel: 3.12.8-031208-generic x86_64 (64 bit gcc: 4.6.3) Desktop: MATE 1.6.1 (Gtk 3.4.2)
Distro: Linux Mint 13 Maya
Graphics: Card: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
Display Server: X.Org 1.11.3 driver: intel Resolution: [email protected]
GLX Renderer: Mesa DRI Intel Ivybridge Desktop GLX Version: 3.0 Mesa 9.2.0 Direct Rendering: Yes

nicu@nicu-pc ~/git/stk/stk-code $ ./cmake_build/bin/supertuxkart
Irrlicht Engine version 1.8.0
Linux 3.12.8-031208-generic #201401151952 SMP Thu Jan 16 00:53:39 UTC 2014 x86_64
[info ] IrrDriver: OpenGL version: 3.0
[info ] IrrDriver: OpenGL vendor: Intel Open Source Technology Center
[info ] IrrDriver: OpenGL renderer: Mesa DRI Intel(R) Ivybridge Desktop
[info ] IrrDriver: OpenGL version string: 3.0 Mesa 9.2.0
[info ] GLDriver: ARB Texture Storage enabled
[warn ] Graphics: Can not find version for '3.0 Mesa 9.2.0' 'Mesa DRI Intel(R) Ivybridge Desktop ' - ignored.
[warn ] irr_driver: Using the fixed pipeline (old GPU, or shaders disabled in options)
[info ] GUIEngine: scale: 0.512000

@auriamg auriamg added this to the 0.8.2 milestone Dec 18, 2014
@auriamg
Copy link
Member

auriamg commented Jan 2, 2015

The main issue is that this dialog uses a list widget instead of a text widget, presumably to enable it to scroll.

So I see 2 possibilities, either implement proper word wrap in list widgets, either implement proper scrolling widgets

@hiker hiker added the P2: major label Feb 5, 2015
@hiker
Copy link
Contributor

hiker commented Feb 5, 2015

We also need to update the terms as well!

@auriamg
Copy link
Member

auriamg commented Feb 7, 2015

Clipping part fixed in 758eb6e . The actual text still remains to be written

@hiker
Copy link
Contributor

hiker commented Feb 17, 2015

Assigning to arthur to do some research about t&c.

@hiker
Copy link
Contributor

hiker commented Feb 23, 2015

http://stkaddons.net/privacy appears to contain already some information which imho could be used as t&c(?)

I found some information about T&C and privacy policy:
http://www.wikihow.com/Make-Terms-and-Conditions-and-Privacy-Policies-for-a-Business

@hiker
Copy link
Contributor

hiker commented Mar 9, 2015

I've created a terms&conditions and a privacy page on the wiki for now. Once they are finalised they should be used on the addons web page directly (to avoid any issues with people editing it later).
http://supertuxkart.sourceforge.net/Privacy
http://supertuxkart.sourceforge.net/Terms
@auriamg , @Arthur-D , @SamUncle , @leyyin , @stephenjust - feedback needed - best directly modify the wiki pages!

We also need redirects from our main web page (supertuxkart.net/privacy, supertuxkart.net/terms ?)

@hiker
Copy link
Contributor

hiker commented Mar 14, 2015

The remaining issues are assigned to the addons:
supertuxkart/stk-addons#50

@hiker hiker closed this as completed Mar 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants