]> Shamusworld >> Repos - virtualjaguar/commit
Fixes for fullscreen mode, initial stab at multiple controller configs
authorShamus Hammons <jlhamm@acm.org>
Sat, 9 Mar 2013 22:48:09 +0000 (16:48 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 9 Mar 2013 22:48:09 +0000 (16:48 -0600)
commit94d59c2c8c14b9ac51dffd117ec507418b4d0881
tree4d815a910757b1ef429ec738f3830927cd8df4a6
parent7228359373eb7602c26f7b098d6b2271ff5727a1
Fixes for fullscreen mode, initial stab at multiple controller configs

Who knew that you could attach QActions to the main window? Of course,
you'd have to be a complete idiot not to see something so completely and
blatantly obvoius! :-P The preceeding was a cheap dig at the kind folks
who hang out on #qt on Freenode, who grudgingly provided that little
tidbit of information as if it was the most obvious thing in the world.

The upshot is that the toolbar is gone from top of the screen in full
screen mode now, and that should make lots of people happy. :-) Also,
the initial GUI implementation for multiple controller profiles is in.
More to follow.
src/gui/controllertab.cpp
src/gui/controllertab.h
src/gui/controllerwidget.cpp
src/gui/gamepad.cpp
src/gui/gamepad.h
src/gui/glwidget.cpp
src/gui/glwidget.h
src/gui/mainwin.cpp