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