Gui updated, many keyset changes
authorJohn Pietrzak <john@pietrzak.org>
Fri, 3 Feb 2012 15:10:05 +0000 (10:10 -0500)
committerJohn Pietrzak <john@pietrzak.org>
Fri, 3 Feb 2012 15:10:05 +0000 (10:10 -0500)
commit835292c4a9e494d3770af777bd393b1b61c190ac
tree35366cd006d4ab310f4b4e476c683ac6c3c853bb
parent305addf8d83ed71844e938551ee900d06359d42a
Gui updated, many keyset changes

I've updated the GUI with an additional window to hold yet more tabs.
This frees up some space on the main window, which was getting crowded with
too many tabs.  I still want to tweak the UI some more, though...

In the process of adding some Pioneer keysets, I ended up totally revamping
the underlying key structure; Pioneer does some rather nasty things to the
standard NEC protocol. :(  I think I now have a better basis for future
keyset additions, but there is much more clean up work left to do...

Yet another attempt to force the package manager to actually manage my files;
I've made a trivial change to the pierogi.sudoers file, hoping that will
convince the package manager to install the dang file if it isn't there.
I'm really getting tired of the Debian system at this point.  (Then again,
I'm working off the Qt SDK here, and their interaction with Debian could be
at fault.)

In any case, yet another massive update.
86 files changed:
doc/documentation.html
jvcprotocol.cpp [deleted file]
jvcprotocol.h [deleted file]
keysets/apple.cpp
keysets/denon.cpp
keysets/denon.h
keysets/ei.cpp
keysets/elgato.cpp
keysets/goldstar.cpp
keysets/hauppauge.cpp
keysets/hitachi.cpp
keysets/jvc.cpp
keysets/lg.cpp
keysets/lg.h
keysets/magnavox.cpp
keysets/mitsubishi.cpp
keysets/nokia.cpp
keysets/panasonic.cpp
keysets/philips.cpp
keysets/pinnacle.cpp
keysets/pioneer.cpp [new file with mode: 0644]
keysets/pioneer.h [new file with mode: 0644]
keysets/raite.cpp
keysets/rca.cpp
keysets/sagem.cpp
keysets/samsung.cpp
keysets/sanyo.cpp
keysets/sharp.cpp
keysets/sony.cpp
keysets/tivo.cpp
keysets/toshiba.cpp
keysets/westinghouse.cpp
keysets/yamaha.cpp
keysets/yamaha.h
keysets/zenith.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
necprotocol.cpp [deleted file]
necprotocol.h [deleted file]
pierogi.pro
pierogi.pro.user
pierogi.sudoers
pirkeynames.h
pirkeysetmanager.cpp
pirkeysetmanager.h
pirkeysetmetadata.cpp
pirkeysetmetadata.h
pirmakenames.cpp
pirmakenames.h
pirprotocol.cpp [deleted file]
pirprotocol.h [deleted file]
pirsecondaryform.cpp [new file with mode: 0644]
pirsecondaryform.h [new file with mode: 0644]
pirsecondaryform.ui [new file with mode: 0644]
protocols/jvcprotocol.cpp [new file with mode: 0644]
protocols/jvcprotocol.h [new file with mode: 0644]
protocols/lircprotocol.cpp [new file with mode: 0644]
protocols/lircprotocol.h [new file with mode: 0644]
protocols/necprotocol.cpp [new file with mode: 0644]
protocols/necprotocol.h [new file with mode: 0644]
protocols/pioneerprotocol.cpp [new file with mode: 0644]
protocols/pioneerprotocol.h [new file with mode: 0644]
protocols/pirprotocol.cpp [new file with mode: 0644]
protocols/pirprotocol.h [new file with mode: 0644]
protocols/rc5protocol.cpp [new file with mode: 0644]
protocols/rc5protocol.h [new file with mode: 0644]
protocols/rc6protocol.cpp [new file with mode: 0644]
protocols/rc6protocol.h [new file with mode: 0644]
protocols/samsungprotocol.cpp [new file with mode: 0644]
protocols/samsungprotocol.h [new file with mode: 0644]
protocols/sharpprotocol.cpp [new file with mode: 0644]
protocols/sharpprotocol.h [new file with mode: 0644]
protocols/sircprotocol.cpp [new file with mode: 0644]
protocols/sircprotocol.h [new file with mode: 0644]
protocols/spaceprotocol.cpp [new file with mode: 0644]
protocols/spaceprotocol.h [new file with mode: 0644]
qtc_packaging/debian_fremantle/postrm.needsfixing [deleted file]
rc5protocol.cpp [deleted file]
rc5protocol.h [deleted file]
rc6protocol.cpp [deleted file]
rc6protocol.h [deleted file]
sharpprotocol.cpp [deleted file]
sharpprotocol.h [deleted file]
sircprotocol.cpp [deleted file]
sircprotocol.h [deleted file]