Date: Sat, 26 Nov 2016 06:41:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214827] editors/focuswriter: Update to 1.6.2, Remove QT[45] options (Only QT5) Message-ID: <bug-214827-13-UtY7DzTENd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214827-13@https.bugs.freebsd.org/bugzilla/> References: <bug-214827-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214827 lightside <lightside@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(lights |maintainer-feedback+ |ide@gmx.com) | --- Comment #1 from lightside <lightside@gmx.com> --- Hello. Thanks for attention and patch. Unfortunately, there is some issue with newer focuswriter versions (1.6.0 - 1.6.2, including latest dd1da12 commit), related to delay (about 30 or more seconds) between run and showing the window of focuswriter's application (w= hich was tested on FreeBSD 10.2 amd64). Did you experience the same issue (compared to current 1.5.7 version)? Before, I just tested new versions for available fix from focuswriter's developer(s). But after this PR, I did some git bisect, which found related commit: https://github.com/gottcode/focuswriter/commit/fcc746b5fb979dfaa4171b15806b= 9dbc0af9b24e --8<-- % git bisect log # bad: [1637211d3db3c862d6f0e5eb5ca97293f906a2aa] Bump version number. # good: [b3ffd3b0bb765ee703535aabc38764fbbce61984] Bump version number. git bisect start 'v1.6.0' 'v1.5.7' '--' # good: [89f59fc9f39fd252d4314fa1d3de7cd43cb2f069] Bump version number. git bisect good 89f59fc9f39fd252d4314fa1d3de7cd43cb2f069 # bad: [bd13fe4811ad19eda5202962e9650055ebeffc8d] Copy printing code from Q= t to remove extra 2cm margin. git bisect bad bd13fe4811ad19eda5202962e9650055ebeffc8d # good: [8592605a2cee3b910bf9367d34d88b8fbf995cac] Update news file. git bisect good 8592605a2cee3b910bf9367d34d88b8fbf995cac # good: [c7cd0a1362e478137ebd992bd841d40ed1ae3ad9] Only write text spans th= at have formatting. git bisect good c7cd0a1362e478137ebd992bd841d40ed1ae3ad9 # good: [e4f6914c6dcef33e7b009ecb4c5b518df011d6ae] FIXED: Did not fully qua= lify ODT styles. git bisect good e4f6914c6dcef33e7b009ecb4c5b518df011d6ae # bad: [fcc746b5fb979dfaa4171b15806b9dbc0af9b24e] Share printer instance between documents. git bisect bad fcc746b5fb979dfaa4171b15806b9dbc0af9b24e # good: [31f4278902c95f21b6ea8ad214b1a96eb47a4438] Remove QtZip namespace. git bisect good 31f4278902c95f21b6ea8ad214b1a96eb47a4438 # good: [c5c6a4591fbc3a8124e1e3062dae5101d0f49c1a] Remove deprecated code f= or unsupported Mac OS X versions. git bisect good c5c6a4591fbc3a8124e1e3062dae5101d0f49c1a # first bad commit: [fcc746b5fb979dfaa4171b15806b9dbc0af9b24e] Share printer instance between documents. -->8-- I used following patches to fix the build in the process: https://github.com/gottcode/focuswriter/commit/954d3ac09dd928439dc6579aa4c9= 231edbd0b9f1 https://github.com/gottcode/focuswriter/commit/d9c81c8ce32026a275917ff72409= a9c120cd91eb -8<-- 89f59fc9f39fd252d4314fa1d3de7cd43cb2f069 good (with 954d3ac and d9c81c8 patches) bd13fe4811ad19eda5202962e9650055ebeffc8d bad (with d9c81c8 patch) 8592605a2cee3b910bf9367d34d88b8fbf995cac good (with 954d3ac and d9c81c8 patches) c7cd0a1362e478137ebd992bd841d40ed1ae3ad9 good (with d9c81c8 patch) e4f6914c6dcef33e7b009ecb4c5b518df011d6ae good (with d9c81c8 patch) fcc746b5fb979dfaa4171b15806b9dbc0af9b24e bad (with d9c81c8 patch) 31f4278902c95f21b6ea8ad214b1a96eb47a4438 good (with d9c81c8 patch) c5c6a4591fbc3a8124e1e3062dae5101d0f49c1a good (with d9c81c8 patch) -->8- --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214827-13-UtY7DzTENd>