Eanilsen / RPGHelper

Dungeon Helper
MIT License
0 stars 0 forks source link

Feature ui controller #13

Closed simenfuglestad closed 8 years ago

simenfuglestad commented 8 years ago

Going back to the old approach on handling screens and ui. This resolves the current issue of keeping all the kv code in a single file main.kv. It also means that contributors can now write ui in python code or kv as they please (assuming that builder.load_file() doesn't act funny when importing modules). If this goes through then a restructure hotfix will likely be required for develop to make the folder hierarchy nice again.

Eanilsen commented 8 years ago

Your tests are not going through, you need to put the test file in a folder named "test*" (in our case "tests"). Try to replicate develop's folder structure in your local repository and then push the changes to the respective branch. Then create a new pull request.

simenfuglestad commented 8 years ago

So it appears that travis have some issues with setting up kivy. Going to merge this request regardless so that we can continue working.

Eanilsen commented 8 years ago

This pull request was merged into branch develop instead of master.