summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20tdf#75256 Sifr icon updateMatthias Freund2-0/+0
new icons Change-Id: I966c962f56608371d8b8127f60e2526d4ea626a9 Reviewed-on: https://gerrit.libreoffice.org/35444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-20These files are called unorc on all platformsStephan Bergmann1-3/+3
Change-Id: I49f4f8361dfd93a788faa7c0de88bf954d3d3574 Reviewed-on: https://gerrit.libreoffice.org/35485 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-20download.lst: remove orphan JPEG_SHA256SUMMichael Stahl1-1/+0
Change-Id: I1cf0c0a3097a146e7dcf731cd52686fd68e3782c
2017-03-20reject more invalid mapmodesCaolán McNamara1-1/+1
Change-Id: I068968028b3ed27dc6220bfd335e322ede74454d
2017-03-20Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara2-14/+20
Change-Id: Ifc5be483387202c371596fd52f1e2ce682151ca8
2017-03-20ofz: reduce jpeg mem limit by 1/4Caolán McNamara2-2/+2
Change-Id: I136cca9465debc4bc26e2173f050eb253de1a698
2017-03-20BitmapEx::Convert testing has served its purposeCaolán McNamara1-33/+0
Change-Id: Ib4bce41b07dd1bbf97a7cd9b0a64132b915998ab
2017-03-20ofz#918 invalid mapmodeCaolán McNamara1-1/+1
Change-Id: I9512bc482242f03590c92c4286947e3ab824b8a2
2017-03-20ios retired TiledLibreOffice.jan Iversen21-3330/+0
Retired TiledLibreOffice, replaced by the prototype. Newer development takes place in LibreOfficeLight Change-Id: I170ea49086f860bda9c86aaa8ca7de00907dad67 Reviewed-on: https://gerrit.libreoffice.org/35483 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2017-03-20Related: tdf#106577 extend damage rect a little for TrackFrameCaolán McNamara1-0/+4
Change-Id: I007ab53ba841c7c4a0f13bc9e7e306e88303191f
2017-03-20tdf#106577 cairo_mask pattern affects more surface than expectedCaolán McNamara1-1/+14
Change-Id: I7f967c401f7b84fd696fa4cf8a944f7a5730917c
2017-03-20Fix CurDir on WindowsStephan Bergmann1-14/+9
* Allow lowercase argument. (And properly check the sal_Unicode value with rtl::isAsciiUpperCase instead of with isalpha, which would cause UB for values outside of unsigned char + EOF). * Use _wgetdcwd to get a UTF-16 path in the first place (instead of erroneously converting via createFromAscii and assuming the path only contains 7-bit ASCII characters). * At least with a MSVC 2015 Update 3 --enable-dbgutil build, a call like CurDir("A") for a non-existent drive A will cause a failure message box Microsoft Visual C++ Runtime Library Debug Assertion Failed! Program: ...\instdir\program\soffice.bin File: minkernel\crts\ucrt\src\desktopcrt\misc\getcwd.cpp Line: 225 Expression: ("Invalid Drive", 0) though, which appears it can't be intercepted---trying with a _set_thread_local_invalid_parameter_handler around the call to _wgetdcwd didn't have any effect. Change-Id: I666f84b0695152c0f2c25de3bae100e58929594a
2017-03-20LibreOfficeKitInit.h modified to avoid ODR.jan Iversen2-5/+7
As discussed in IRC, the prev. version would cause an ODR the use of _cplusplus have been changed to IOS_SWIFTCBRIDGE Change-Id: If18610858cb56780347bb28f909619db4aac85b0
2017-03-20ubsan fix after "drop GetId() from SfxUndoAction"Noel Grandin1-2/+12
bug introduced by commit 64ea8306b0ceb001132ac9cbc945a12afc01b8cd drop GetId() from SfxUndoAction Change-Id: I75b23650c7dc15fc76fe1b9118129ff8ead35315 Reviewed-on: https://gerrit.libreoffice.org/35333 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20Fix version number in scp2-generated version ini-file UpdateID variableStephan Bergmann2-3/+4
USERDIRPRODUCTVERSION is stuck at 4 now (as its main use is for the version number of the UserInstallation directory), so use LIBO_VERSION_MAJOR instead (like generation of the version ini-file counterpart for instdir/ does in instsetoo_native/CustomTarget_setup.mk). Change-Id: Ib87536d335487383940cff2f69c864a33f05bbee Reviewed-on: https://gerrit.libreoffice.org/35301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-03-20don't check safe mode on AndroidTomaž Vajngerl1-1/+2
Change-Id: I2ebd3ad3783cd0bb0236574edb1cb428c522aed3
2017-03-20only toggle debugs on down, not also on upCaolán McNamara1-18/+21
Change-Id: I6eb7dfd60ca855a9d4b939f4fd186e7037a1a3b4
2017-03-20ios LibreOfficeLight, FileManagerjan Iversen10-118/+861
Online consist in reality of an independent FileManager and a DocumentViewer. Adding a FileManager that "knows" ios specific fileHandling. Added UI dialog (storyboard) FileManager consist of 2 parts, a FileManagement class connecting to IOS (will later handle differencies between local storage and iCloud) and a FileManagerViewer giving the user a UI to select files. Change-Id: I30b4eafe48a3396c100e7475ba7118f0ee2de73d Reviewed-on: https://gerrit.libreoffice.org/35451 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
2017-03-20sw: prefix members of SwTableBoxNumFormatMiklos Vajna2-5/+5
Change-Id: Ie5f9740f5022230d85aafb8a2921396d03abe1df Reviewed-on: https://gerrit.libreoffice.org/35453 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-03-20Resolves: tdf#106612 fix double click in draw/impress navigatorCaolán McNamara1-0/+3
Change-Id: Ic4b08c6e5cd430b5278bdc2cb7f1205bba160740
2017-03-20Fix HAVE_CXX14_CONSTEXPR check for (at least) Clang 3.9.1Stephan Bergmann1-0/+2
...which appears to happily accept complex C++14-style constexpr function definitions, and only complains if such a function call is then used in a constant expression context. Change-Id: I8f7efd7f0af7b1b98d78840cebfeda8bc96e15d0
2017-03-20Don't hardcode the basename of BUILDDIR as "ios-work"Tor Lillqvist1-1/+1
Change-Id: Ie74c3bdb9a83ab4310b7f7d02bf9c60601fc0494
2017-03-20ofz#912 support avoiding configCaolán McNamara1-37/+41
Change-Id: I10bef028badc1a3d1d96adaa1757fa7d9c6d2dc8
2017-03-20ios LibreOfficeLight lokitjan Iversen1-235/+0
Moved protocol comments away from the source file base on a suggestion in IRC. Change-Id: I4d6939c267a33b0d782278a80a3cf116075588e2
2017-03-20remove unused defines from HRC files in svx(1)Noel Grandin3-857/+11
Change-Id: I2f4c3158123892f1c059c3794f106e883d78a1ed Reviewed-on: https://gerrit.libreoffice.org/35326 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin12-74/+8
Change-Id: I6d27c03925e7756022c3e343c0873c4dd1dd90dc Reviewed-on: https://gerrit.libreoffice.org/35324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20remove unused defines from HRC files in svx(2)Noel Grandin11-118/+4
Change-Id: I5361faaaf7fcfc1992919b1fb687b436470ed6a8 Reviewed-on: https://gerrit.libreoffice.org/35334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20remove unused defines from HRC files in sc(2)Noel Grandin7-365/+2
Change-Id: I368abd0c39151c65ac8f0d56cbb6f2c498131534 Reviewed-on: https://gerrit.libreoffice.org/35322 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20convert RndStdIds to scoped enumNoel Grandin126-792/+796
Change-Id: I029ad67dfcbc40f3953adf485957efcbd97f23d0 Reviewed-on: https://gerrit.libreoffice.org/35328 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-20impower test case - repairZdeněk Crhonek1-572/+572
Change-Id: Iada2cf246b46c316c3127a27fced6569704d7a9b Reviewed-on: https://gerrit.libreoffice.org/35446 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe1-2/+3
Change-Id: I9e2d7dc5d209559b9cacb4315610431ebd1df717 Reviewed-on: https://gerrit.libreoffice.org/35419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-03-20uitest: start logging the actions on UI elementsMarkus Mohrhard1-0/+2
Change-Id: I9d82cb22dcbd15c92564c740b1c7e08484f1dd65 Reviewed-on: https://gerrit.libreoffice.org/35449 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-20uitest: use the new ui test logger also for the UNO commandsMarkus Mohrhard1-11/+2
Change-Id: I220b817df82cd0f26f6d8b72a28b7becfd954461 Reviewed-on: https://gerrit.libreoffice.org/35448 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-20uitest: add logging for UI actionsMarkus Mohrhard5-0/+151
The long term goal for this logging is that it generates content in a DSL for the UI testing. The generated file can then be interpreted by the UI testing and replay the interaction with the UI. For now the plan is to have a readable output of what happens in the UI layer that allows to quickly transform it to a UI test. Change-Id: Ic536db766e41d03d048c920f6d551047af6fbb74 Reviewed-on: https://gerrit.libreoffice.org/35447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-19uitest: add a way to log the UNO commandsMarkus Mohrhard1-0/+21
Change-Id: Ibbf7fd8e44b0be82e496eab6d98468f03038e60f Reviewed-on: https://gerrit.libreoffice.org/35441 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-19tdf#106317 bottom tabbar, grow/shrink font, insert line,rectTomaž Vajngerl8-162/+386
- added some initial implementation of the bottom tab-bar, which has 3 tabs - character, paragraph, insert - insert has not (completely) working insert line and rect shapes - add ability to shring/grow font as alternative to select its size Change-Id: If039f985403a8155d1e011953043f2979b4bfa91
2017-03-19tdf#106369 added toggle status ability for the list buttonsMert Tumer3-0/+12
Change-Id: Ic3132441bac57abf36e3588e6871c5b14a47c25d Reviewed-on: https://gerrit.libreoffice.org/35427 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-03-19ofz#909 timeout on converting gray scale jpgsCaolán McNamara1-33/+12
but we can remove the whole setting pixels one at a time because the format matches N8BitPal, and typically that's what we're writing to anyway, so a direct copy will do Change-Id: I91c72ec37055eb064d84461ac89b6bf171ef8d79 Reviewed-on: https://gerrit.libreoffice.org/35442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-19ofz: segv on nullptrCaolán McNamara1-6/+5
Change-Id: I5ec64411b101972ddd150a782b845d4f790ea873
2017-03-19ios LibreOfficeLight, tokenizejan Iversen6-81/+173
Add general tokenizer for parameters. and WebWiew to host JS from online Change-Id: I5bb419c18d239d6d88fa17078c079420aac58931 Reviewed-on: https://gerrit.libreoffice.org/35438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
2017-03-19add test for tdf#93151Markus Mohrhard2-0/+29
Change-Id: Ia51c50d29b4790d88e8b8e4b0708d6995d4226f7 Reviewed-on: https://gerrit.libreoffice.org/35440 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-19uitest: allow to specify a different configuration for testsMarkus Mohrhard1-1/+7
Change-Id: I29dec3237c46007a5c3dce02d70052a4891ec73f Reviewed-on: https://gerrit.libreoffice.org/35439 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-19TyposJulien Nabet7-9/+9
Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f Reviewed-on: https://gerrit.libreoffice.org/35435 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-19scp2: Removed unused Directory itemsStephan Bergmann2-297/+0
Change-Id: Ib095e8eb9f9b79864f6a50557994f4d24f0bd2a4
2017-03-19Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help 58fe67c610ff2f7e67266424cb657129e3311975 Update references to Apple’s computer OS to “macOS” I know the capitalization is ridiculous, but that’s how they write it now. Change-Id: I8043b41353a327dfe1ef19636ebb1573e6a11107
2017-03-19tdf#87075: Filter out unused directories from FILELISTsStephan Bergmann2-0/+11
...so that on macOS dictionary extensions don't pollute LibreOffice.app's Contents/Resources/extensions/ with empty directories (that would then show up as phantom extenions in the Extension Manager). Change-Id: Iacff73e931885cde0fe507e384de80e9bd38d475
2017-03-19ios LibreOfficeLight clientCommands addedjan Iversen4-46/+57
Add connection between client commands and LOKit. Change-Id: I2593b3c0b7a82612924bf63c3be85963f5a20d32 Reviewed-on: https://gerrit.libreoffice.org/35434 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2017-03-19TyposJulien Nabet38-44/+44
Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c Reviewed-on: https://gerrit.libreoffice.org/35436 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-19impwer testcase - repair buildbot errorZdeněk Crhonek1-750/+666
roundsig(, 15) -> roundsig(, 12) Change-Id: I5b9b09f136fc1cf0c1842a4767ee4e2b9f8b45b5 Reviewed-on: https://gerrit.libreoffice.org/35431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-19Fix typo for "expression"Julien Nabet2-7/+7
Change-Id: Iad0728fe53912d85ee40ef1b39d476a47aaad2d2 Reviewed-on: https://gerrit.libreoffice.org/35433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>