Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Duration timers are best implemented using the system's monotonic
clock.In Java, this is System.nanoTime(),under linux, this is
clock_gettime(CLOCK_MONOTONIC),under windows, it is GetTickCount()
On Tue, Oct 25, 2011 at 17:40, Michael Meeks <michael.meeks@suse.com> wrote:

On Tue, 2011-10-25 at 13:54 +0100, Michael Meeks wrote:
      There is one minor annoyance I discovered of a warning under gtk2:
      g_main_context_prepare(): main loop already active in another thread

       I pushed a fix for this by implementing a custom timer GSource that we
can query for expiration more easily. Of course - custom timer GSources
can introduce all manner of fun stuff: pwrt. dis-contiguous time - some
testing on suspend/resume, and changing system time not causing
LibreOffice to lock-up would be much appreciated [ when using the gtk2
frontend: export SAL_USE_VCLPLUGIN=gtk forces that ].

       Thanks,

               Michael.

--
michael.meeks@suse.com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.