Hi,
I've re-written the GUI in QWidgets. Startup is almost instant now.
Give it a spin! I haven't done any bugtesting at all, so you might
find something.
On 29 April 2015 at 10:45, Boudhayan Gupta wrote:
> Hi Gregor,
>
> Sorry for the delay in replying; I was busy with college. I've replied inl
Hi Gregor,
Sorry for the delay in replying; I was busy with college. I've replied inline
>
> I installed the required library (xcb cursor devel) and now it compiles. I
> would also find
> it better when you fail the build if XCB CURSOR is not found.
>
> Startup speed: still at least 3 times slow
see below
On 27/04/15 03:43, Boudhayan Gupta wrote:
> I'll target the build problems first: XCB is not detected. Here's how
> I include Qt5X11Extras:
>
> find_package(XCB COMPONENTS XFIXES IMAGE UTIL CURSOR)
> if (XCB_FOUND)
> find_package(Qt5X11Extras ${QT_MIN_VERSION} REQUIRED)
> find_p