head 1.2; access; symbols pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2019.08.10.11.41.29; author ryoon; state dead; branches; next 1.1; commitid aNG1OOUXWHgfvtyB; 1.1 date 2019.02.19.16.28.03; author ryoon; state Exp; branches; next ; commitid LV7d3aFEsYIlCocB; desc @@ 1.2 log @Update to 6.3.0.4 * qt4 option is no longer provided Changelog: See: https://wiki.documentfoundation.org/ReleaseNotes/6.3 in detail * Improve performances * Improve file load an save performances in Writer * Improve MS Office file supoort in Calc * Use tabcompact UI by default * Use context single mode for Writer and Draw * Support PDF/A-2 export * And many improvements and bugfixes @ text @$NetBSD: patch-sal_osl_unx_thread.cxx,v 1.1 2019/02/19 16:28:03 ryoon Exp $ --- sal/osl/unx/thread.cxx.orig 2019-01-23 19:35:25.000000000 +0000 +++ sal/osl/unx/thread.cxx @@@@ -88,11 +88,11 @@@@ typedef struct osl_thread_impl_st struct osl_thread_priority_st { - int const m_Highest; - int const m_Above_Normal; - int const m_Normal; - int const m_Below_Normal; - int const m_Lowest; + int m_Highest; + int m_Above_Normal; + int m_Normal; + int m_Below_Normal; + int m_Lowest; }; #define OSL_THREAD_PRIORITY_INITIALIZER { 127, 96, 64, 32, 0 } @@@@ -110,7 +110,7 @@@@ static void osl_thread_textencoding_init struct osl_thread_global_st { pthread_once_t m_once; - struct osl_thread_priority_st const m_priority; + struct osl_thread_priority_st m_priority; struct osl_thread_textencoding_st m_textencoding; }; @ 1.1 log @Update to 6.2.0.3 Changelog: Many bugfixes and improvements including: * New menu GUI * Fix copy and paste of table in Writer * REGEX function in Calc * Animation improvements in Impress and Draw * Drop MySQL C++ Connector in Base * Improve EMF+ graphics import * Improve MS PowerPoint PPT/PPTX file import/export * New icons and themes @ text @d1 1 a1 1 $NetBSD$ @