bill@ofc0:~/source/mythtv$ git bisect log git bisect start # bad: [2144495d82978c04fee081a2005d6a3ecf79b3cf] Load themes for the current tagged release in addition to the branch. git bisect bad 2144495d82978c04fee081a2005d6a3ecf79b3cf # good: [e2a5a966c2fae74469a5b33cb5937938af357471] Don't unecessarily query the backend if we don't need it git bisect good e2a5a966c2fae74469a5b33cb5937938af357471 # bad: [b8d5f110581bee170807e32e4c919f6f17e6a9e1] Force refresh of xf86VidMode current modeline git bisect bad b8d5f110581bee170807e32e4c919f6f17e6a9e1 # bad: [07fb939ae73a94592e653427d78a7bc443d90647] MythFrontend: pass const QStrings by reference (cppcheck) git bisect bad 07fb939ae73a94592e653427d78a7bc443d90647 # bad: [44ca4edca642460e15b66fb99eb3a1f1fdb8c055] hide private functions when they're unused git bisect bad 44ca4edca642460e15b66fb99eb3a1f1fdb8c055 # good: [88ab998e5897cb0612ae7dd02353684701240136] Fix fullscreen windowing with Compiz/Unity git bisect good 88ab998e5897cb0612ae7dd02353684701240136 # bad: [3458cc3bbd1af3340c1da3a5fb32f48e07e36c9e] Fix transitionis from full screen to windowed screen git bisect bad 3458cc3bbd1af3340c1da3a5fb32f48e07e36c9e # first bad commit: [3458cc3bbd1af3340c1da3a5fb32f48e07e36c9e] Fix transitionis from full screen to windowed screen bill@ofc0:~/source/mythtv$ git bisect bad 3458cc3bbd1af3340c1da3a5fb32f48e07e36c9e is the first bad commit commit 3458cc3bbd1af3340c1da3a5fb32f48e07e36c9e Author: Jean-Yves Avenard Date: Sat May 24 01:19:16 2014 +1000 Fix transitionis from full screen to windowed screen Transitions from bordered windows to full screen borderless aren't working 100%, the compiz sidebar stays visible. :040000 040000 0aff9bba1f453990ccbe709c8857317ab4456c3d f337d40a73e122edf21707be6eb2875af5a17842 Mmythtv G e2a5a96 Don't unecessarily query the backend if we don't need it 937c546 Add Always On Top window settings G 88ab998 Fix fullscreen windowing with Compiz/Unity B 3458cc3 Fix transitionis from full screen to windowed screen <--------------------- B 44ca4ed hide private functions when they're unused 8783dd0 MythGame: pass const QStrings by reference (cppcheck) ba353a9 LibMythTV: pass const QStrings by reference (cppcheck) 70581e7 MythTV-Setup: pass const QStrings by reference (cppcheck) B 07fb939 MythFrontend: pass const QStrings by reference (cppcheck) d1e942b Fixes wrong mapping of picture controls on OSD" 5a245fa Revert "Fix transitionis from full screen to windowed screen" 5d9af36 Revert "Fix fullscreen windowing with Compiz/Unity" 1c440ba Fix fullscreen windowing with Compiz/Unity c5306f3 Trigger system events when devices connect and disconnect to AirPlay and AirTunes a450a1b Do not immediately save volume to DB when changing volume 85baf66 Save volume only on TV Player exit B b8d5f11 Force refresh of xf86VidMode current modeline 25699df Tidy up the playlist code a little, in particular don't reimplement functionality that Q a152d99 Fix logic error in HttpWorker::run() spotted by Jonatan Lindblad. Fixes settings pages i ba0fc4e Fix NUV playback 315b354 Change VideoFrame default value 4a764c3 Revert "Fix NUV playback" beca4bb Wait shortly for QApplication to register the screen change before continuing. 4496f4e Revert "Wait shortly for QApplication to register the screen change before continuing." f4db08f Wait shortly for QApplication to register the screen change before continuing. fc340ea Webfrontend: Update Galleria plugin to the latest version, hopefully fixes it continuing 62eaa39 WebFrontend: Add support to sort the Recording Rules list by the when they will next be 046ad2c Add natural string comparison utility cb2561c Use natural sort for presenting content 0967877 Fix build on big endian system d26d079 Revert "Fix build on big endian system" 1b56fcc Fix build on big endian system ad1304f Add some probably unnecessary protection around pointers in mpeg2fix.cpp. None of these B 2144495 Load themes for the current tagged release in addition to the branch.