[Libreoffice-commits] core.git: Changes to 'private/tbsdy/printinfomgr'
Chris Sherlock
chris.sherlock79 at gmail.com
Sun Apr 2 06:33:04 UTC 2017
New branch 'private/tbsdy/printinfomgr' available with the following commits:
commit 3e5bca1893f08b9372c1e0ab96a32aabf989acd4
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sun Apr 2 15:21:38 2017 +1000
vcl: PrinterInfoManager no longer a singleton
Let's just create the PrinterInfoManager via the SalData constructor.
There is no real need to lazy-load this, so the singleton is sort of
pointless. This allows more RAII-type behaviour.
Change-Id: Id860a40e92eea36b1aeb4da646f1134e8a4d70aa
commit da0d59826cfed4e2f31641ef367902fd6e7d63c2
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Mar 31 20:48:06 2017 +1100
vcl: PrinterInfoManager::addPrinter() - consistent braces
Change-Id: I4ae0081754e7e444120755ec20c0f5f7ce0a7656
commit 32e76b49daebdf7aeb7609242b3cdb99bdf4d855
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Mar 31 20:21:28 2017 +1100
vcl: nest the if statement - kind of confusing otherwise!
Change-Id: I2758d49de458a6c8f55785385999b491bcac4410
commit d5d67b92282d9b4b28099671d439854981760911
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Mar 30 22:41:44 2017 +1100
vcl: merge PrinterInfo into JobData
Change-Id: I9c75557ca992c295d224d8912b6bb250679f7893
commit 8c5afcc47eb5ea4f2db4a7fa2482b20f9c2c1250
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Mar 25 10:36:35 2017 +1100
vcl: migrate CUPSManager to use std::mutex for m_aGetPPDMutex
Change-Id: Iafafffc3d81316b83f89b3d800524221af75a139
commit 13e0e09f6db547f888475888793539e2da3f14ad
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Mar 20 23:32:33 2017 +1100
tools: new TimeValue std::chrono::nanoseconds conversion functions
In internal LibreOffice code, we can allow for C++11 code, thus I have
added toChrono() and the static function TimeValueToChrono(TimeValue&).
Change-Id: I637485222ba476599718db1376a42066989a37d9
More information about the Libreoffice-commits
mailing list