- 01 Haz, 2016 6 kayıt (commit)
-
-
Noel Grandin yazdı
found with a python script that looks like: process = subprocess.Popen( "git ls-files *.hrc | xargs grep -hE '#define +SID_' | cut -d ' ' -f 2 | sort -u", shell=True, stdout=subprocess.PIPE) for line in iter(process.stdout.readline, b''): line = line.strip() if line.startswith("//"): continue if line.startswith("sfx"): continue if len(line) < 10: continue i = subprocess.check_output("git grep -nP \"#define +" + line + " \"", shell=True) if i.count("#define") < 2: continue print line + " " + i Change-Id: I40eac2569c2b5b129d9459cb723a9d6f26d09264 Reviewed-on: https://gerrit.libreoffice.org/25715Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: If66319f51d8fa070b5575cc6e8eb6890d03768ff Reviewed-on: https://gerrit.libreoffice.org/25718Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Ic0f9d57181809b3fef3abbad462456fc2d5ced55 Reviewed-on: https://gerrit.libreoffice.org/25719Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I976536849fa5585c96cee23b660c56d3d0116933 Reviewed-on: https://gerrit.libreoffice.org/25720Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Szymon Kłos yazdı
Change-Id: I1555934646148b9cd4164cbaaf09dcb9affe861e Reviewed-on: https://gerrit.libreoffice.org/25579Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Christian Lohmaier yazdı
Change-Id: I0932fb77c37c9e48eb5ecb4b26ee44553b8368a5
-
- 31 May, 2016 34 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I9cd902ce606c800e67cc142daf698962544b26bc
-
Michael Stahl yazdı
XBridgeSupplier2::createBridge() is always called in-process and should therefore expect and create Anys with native-sized encoded pointers, so use sal_uIntPtr. Change-Id: Ia757ff38568b07de8085a1a9d323d806bcca0f63 Note: Currently all calls in LO code are with source=UNO, target=OLE.
-
Caolán McNamara yazdı
Change-Id: Ib0ab738f09d7112d455743a58529463aa6a73941
-
Yousuf Philips yazdı
Change-Id: Iacb8cd21e2323dff575da130ea9ec4fd98096a88 Reviewed-on: https://gerrit.libreoffice.org/25221Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Caolán McNamara yazdı
Change-Id: Id3ecee744cb10f539f2b57e83a4b6e4c7744d3d5
-
Mark Hung yazdı
Change-Id: Ia1bad61cb5585dae0501e8cd657fc84bfea60ab2 Reviewed-on: https://gerrit.libreoffice.org/25679Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Takeshi Abe yazdı
instead of employing ad hoc linked list and its iterator. Change-Id: Ibc4709a2e67aa805cf54117303c47d9a8a5eede9 Reviewed-on: https://gerrit.libreoffice.org/25699Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...which are no longer necessary after e5c6574f "boost: warning-patch-ectomy" Change-Id: I4e79a4c7b9b20f9b49dc05e6a86831837aa4bbf0
-
Caolán McNamara yazdı
I have some doubts if this is a good idea or not, but that's the request so lets try it out for a while. Change-Id: Ibe3f92476de1ced53daf6f41a363f70eff9f361e
-
Marco Cecchetti yazdı
The problem is that in an array fragment, row start can be beyond data row end. Change-Id: I33658c87c21d1be237f4675241e3eabdd4ec7058
-
Marco Cecchetti yazdı
now we re-check for vectorization state of formula token each time OpenCL is enabled or disabled Change-Id: I652397dd154f5fbf788cb511c70e53a47cc94293
-
Caolán McNamara yazdı
Change-Id: I54b3ce6b66a04d19aac82ec1cd840d88db26a2ea
-
Eike Rathke yazdı
Caveat, the space needs to be quoted, otherwise it is taken as the group separator that when trailing a number divides the number by 1000. Change-Id: Ic24b90d500a6c9351ef7463b2b1adf9d066442df
-
Muhammet Kara yazdı
And add some accessibility properties to the related .ui file Change-Id: I42e2c3f9af6c00536c4ec8cbe0669a7202d4377e Reviewed-on: https://gerrit.libreoffice.org/25723Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I3a836f5d401aaf93154182e6ed195dbc82fc058e
-
Yousuf Philips yazdı
Change-Id: I0c37f9e0349af0cd9dc41c500543da7532fb9198 Reviewed-on: https://gerrit.libreoffice.org/23976Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Tor Lillqvist yazdı
Some shaders are in some cases (or always?) compiled with a preamble, so add that then as applicable when compiling and caching them in advance. Add a few shader combinations that I hadn't noticed. Change-Id: Ib66027e03a36cd4b161fe9f57ceaa338f9fb042d
-
Jan Holesovsky yazdı
Low priority idles can fire more or less randomly, and consequently two consequent runs of LibreOffice differ in the amount of the idles that have been performed during an operation. This commit adds a possibility to turn on a 'deterministic mode' where two subsequent runs of LibreOffice trigger about the same amount of events when they perform the same set of operations. Change-Id: I92566ef4eee20e7d604cfd48f01c4df30c77e653
-
Yousuf Philips yazdı
Change-Id: Ie261b71000c37f18efe0658bbf239c9639a5fcf3 Reviewed-on: https://gerrit.libreoffice.org/24088Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Adolfo Jayme Barrientos yazdı
Project: help 1e2ea6f97cc4a3e329250a1e5708e2f45447e289 No need to be redundant Change-Id: Id5ebb8b186920eeedad311663057c383eb7bd61c
-
krishna keshav yazdı
removed std::unique_ptr and std::move to make_unique in sw/source/uibase/dbui/dbmgr.cxx removed 'pInsert' as fixed in 9d8184b3 Change-Id: Ief5e66f9691f81d294f6393c25d98f5301876928 Reviewed-on: https://gerrit.libreoffice.org/25621Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I58cba84030f6a7872f912e0136dfb8d3970ac890
-
Caolán McNamara yazdı
Typically popup menus are created froms scratch each time, which is why this wasn't a common problem. To reproduce, under gtk3, set a template as default in the template manager, reset it using dropdown, now set another template as default, and reopen the menu.. it crashes Change-Id: I6107fbd921ada71ef7d676031651deb4b1b2d2fb
-
Akshay Deep yazdı
Change-Id: I8fa2cae3390dd1576aab531bc826b8bb5985eaf9 Reviewed-on: https://gerrit.libreoffice.org/25645Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Tor Lillqvist yazdı
Change-Id: Ica1d68dcdd98aef061a2bed0b5389cef327e1ca5
-
Xisco Fauli yazdı
Change-Id: I4a339b419a5abd1ad02f7aef2abd016a1c2260b8 Reviewed-on: https://gerrit.libreoffice.org/25695Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <anistenis@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ide54fddf7b217e65a405bd80853d5302a419f046
-
Caolán McNamara yazdı
no logic change intended Change-Id: Ia53a21db56c857e1274c60f846fc955fef9e3dfb
-
Caolán McNamara yazdı
Change-Id: I5ce7ae39e7db62551733a005f3163ebfbb027af6
-
Stephan Bergmann yazdı
Regression introduced with 38ea2d0e "sw: replace boost::ptr_vector with std::vector<std::unique_ptr>". Change-Id: I15f556319693c4728812d5ffd5002d0eba58ae82
-
Noel Grandin yazdı
Change-Id: Iaa13c3e7030296a97bab144103745867d43b4b19 Reviewed-on: https://gerrit.libreoffice.org/25554Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
The DOC/ODT import can call SwDoc::SetAllUniqueFlyNames() at the end of the process to assign unique names to fly frames which lack a name. Add a similar (but much simpler) feature to the domain mapper to avoid empty image names in the DOCX/RTF import result, so it's easier to click on the items in Writer's navigator. Change-Id: I432fc741f8d75d735e1dfe88daba50ba0797042d Reviewed-on: https://gerrit.libreoffice.org/25705Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Xisco Fauli yazdı
Change-Id: I206f1a7ee5a4020f712a969d26bde9268d9f2c53 Reviewed-on: https://gerrit.libreoffice.org/25636Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Xisco Fauli yazdı
.. textsimpleportion's assert Change-Id: I97d4c76dcfaa6d3ebebfe3eebfabc8ee7799589d Reviewed-on: https://gerrit.libreoffice.org/25691Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <anistenis@gmail.com>
-