summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-03Fix typo: s/VISIBILTIY/VISIBILITY/Tor Lillqvist
Change-Id: I6c031e9d2e9211409b28ce0c20a3cd11119ab86e
2013-01-03Factor out gb_ObjCxxObject__command and gb_ObjCObject__commandTor Lillqvist
They should be the same for Mac OS X and iOS, so keep just one copy, in com_GCC_class.mk. (Actually the iOS one was missing the gb_VISIBILITY_FLAGS, which caused some linker warnings.) Change-Id: I340fd7e262459bcc2b083c807b783d64d52040ee
2013-01-03Don't do dynamic lib tests when we aren't going to build suchTor Lillqvist
Change-Id: I3190fba16638512dbc4247fa3fa95c39fa377b34
2013-01-03More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist
The Viewer app is intended to eventually resemble the experimental Android DocumentLoader app. Build using the gbuild mechanism, which is also invoked from an Xcode project. This seems to work out fine, the resulting app installs at least on the simulator, and you can debug all the LO code involved even if Xcode (obviously) has no knowledge of the LO source files/classes/etc. Change-Id: Ic96178d80b8d6467cac969b29e37f0d39513acf9
2013-01-03Do build executables for iOSTor Lillqvist
The ones that are included in an app bundle, that is. Link them with all our (static) libraries. Change-Id: I36262dc32d09d28b43fcd702e9af1666c1daee3a
2013-01-03Add iconv libraryTor Lillqvist
Change-Id: Ice30031754e00958e9b1906ed767f56d481889c3
2013-01-03Make the rtl_uString pretty-printer work betterTor Lillqvist
Change-Id: I4c376f53af0a20203a4c8ea34abbf607ac7e987e
2013-01-03No point in the DllPlugInTester executable on non-desktop OSes, I thinkTor Lillqvist
Change-Id: I46e4081375e2f7eda0c9f443cf28dcfe575a7dba
2013-01-03fix buildLuboš Luňák
Change-Id: I2588b69280abbc510ee2fdc9845df56616db8b95
2013-01-03Avoid unnecessary operations on an OUStringMatteo Casalin
Change-Id: I1820711664a6aa18587e1e4a3d74a8e4cbfcc07e Reviewed-on: https://gerrit.libreoffice.org/1537 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-03fdo#57950: Remove chained append and simplify stringsMarcos Paulo de Souza
No need to two strings here, since just destFolder is used. Change-Id: Ie1bfd5744113764caaec11d9fb9c771f9c67e1c4 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-03fdo#57950: One more chained append in basicMarcos Paulo de Souza
Change-Id: I179b5bfd1d85152a53bb821ab9eeb78efb8a6083 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1516 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-03fdo#57950: Fix some chained appends in basicMarcos Paulo de Souza
Change-Id: Icac8ec992d993748a063aa95cc6f58c24fa87444 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1515 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-03do not set LD_LIBRARY_PATH twice for unittests at allLuboš Luňák
It is already set by gb_CppunitTest_CPPTESTPRECOMMAND (or should be), and doing it here again causes problems avoided by 265feeb31ffc08cd4ccbe48398cd41d9cf1e2a25 , or when ICECREAM_RUN is set. Change-Id: I5ebe8ad735ea6ff8cb1c205c55c45b93550c8b55
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard
This is the first part of the fix for gnome#627150 Change-Id: I02cd8c553dd6b9a026c0ea38d77c6831fef6498e
2013-01-03simplify this code a little bitMarkus Mohrhard
and restore some of the old optimizations Change-Id: I1b42ed135bd3f8dfb663740a1bd2dbfa1216a388
2013-01-03RepositoryExternal: typo in gb_LinkTarget__use_sane_headersMichael Stahl
Change-Id: I011a946311498cbe42ebcd5cd6517f855ea5e8d8
2013-01-03Makefile.in: un-break "make accessibility"Michael Stahl
... caused by missing new-line after "\" Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223
2013-01-03writerfilter: remove Junit complex testMichael Stahl
The test just loads 4 documents and has been disabled for months. Also remove the test documents because they are duplicates and are also stored in writerfilter/qa/documents/. Change-Id: I9f51240483d800bc104c3842b8158dec90b3e69b
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
2013-01-03cppunit: CXXFLAGS should be set only onceMichael Stahl
Change-Id: I67e38db4b41849ac4be4ad20825391c84c7ed412
2013-01-03.gitignore: re-add VIM swap filesMichael Stahl
Change-Id: I08ab04005720e0de826d6a0cd33211e3a70d5965
2013-01-03WaE: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist
Change-Id: I927f7ea5cae396bb10ffc2568ec68ae69b8f3f82
2013-01-03fix fdo#58779 fdo#58403 re. raise print dialogNoel Power
adds another tweak that had been removed with some print related rewrite Change-Id: If63072c9b2c6158d46f26933fd54766fd808569c
2013-01-03Remove unneeded 'else' and fix 'else if' styleMatteo Casalin
Change-Id: I774af9ca0631e931ddc8c5025981dabca557e325
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti
pread / pwrite don't look as a Linux and Solaris privilege. Change-Id: Ifb2e88445d4064c13a406007bfd523ae0caa38e5
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
This is a big commit, so thanks for your time reviewing this :) Conflicts: basic/source/sbx/sbxscan.cxx Change-Id: Ib9bc710b87475b5695764557321e5dcef25e5933 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida
Or else Calc would crash while loading the xls document from gnome519788. As an aside, this xls document appears to be corrupt. Trying to open it in Excel (XP and 2007) causes Excel to offer to repair it, while fails in both versions. Excel XP is somehow able to open it with some content preserved. No such luck with Excel 2007. Change-Id: I04616a4c926862461a2efdd99ccabe36122d6825
2013-01-02fdo#58539: Properly initialize a member pointer value.Kohei Yoshida
Or else it would crash when loading the doc from fdo#55174. Change-Id: I21eb77f97dcab467c185dacaf9f00753bb4fc18c
2013-01-03one more place for forcing windows path in nss buildLuboš Luňák
2013-01-03force nss build to pass windows path to cl.exeLuboš Luňák
Not sure what's wrong exactly, but on one tinderbox cl fails because of "unknown" argument (unix path to the source file). Work it around by explicitly converting the path to windows path.
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard
This should fix the crash with gnome#627420. Change-Id: Ibfff498282dc1c6fe9124ced645392107ef8829f
2013-01-03add missing nss windows libsLuboš Luňák
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard
This should fix the crash with kde#245919 Change-Id: I7c3af01e27233d2f94d5585247c59e7d5b6ea8ca
2013-01-03system-zlib for mingwLuboš Luňák
2013-01-03libs should be listed after the libs that require themLuboš Luňák
2013-01-02Unbreak build with just the NDK without a 64-bit add-on tool-chainTor Lillqvist
Change-Id: I05c558b557cf083feb570f8ac14ecb75c1c21eb6
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida
This should fix the crasher with the fdo#45266 document. Change-Id: I41cf02f211e289b85c31b2d2d60e0c4d849b7e8e
2013-01-02try to sort out libsqlite3 handling in nssLuboš Luňák
2013-01-02fdo#58539: Resizing matrix should also resize the flag storage too.Kohei Yoshida
Or else resizing and then putting empty elements may crash. The flag storage is used only for empty elements. Change-Id: I1ada8f795a01336af185e6180bc03247c44472ba
2013-01-02fdo#56278: Write a unit test for this.Kohei Yoshida
The reported bug description was very concise and unit-testable. We should turn it into a real test. Change-Id: I7383316e8fcf799a59b1c32a1722fd4b6b224d1c
2013-01-02sw: fix loplugin warningsMiklos Vajna
Change-Id: I090a51c112c960b8cc9b208bc7378a5aa3754552
2013-01-02Can't build the NPAPI plugin stuff as 64-bit for OS XTor Lillqvist
It uses QuickTime and Carbon.
2013-01-02Fix 64-bit OS X build: don't try any universalnessTor Lillqvist
2013-01-02partly revert 92a9b7780c6e13a4da3b12794342edbc4c09ef51 for ICU < 49Eike Rathke
Re-enable build with ICU 4.6 and 4.8 ICU versions prior to 49 don't know Conditional_Japanese_Starter and Hebrew_Letter Also, the change in i18npool/CustomTarget_breakiterator.mk - -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \ with i18npool/source/breakiterator/data/line.txt -$CL = [:LineBreak = Close_Punctuation:] ; +$CL = [:LineBreak = Close_Parenthesis:]; did not produce equivalent results. Instead use $CP = [:LineBreak = Close_Parenthesis:]; $CL = [[:LineBreak = Close_Punctuation:] $CP]; Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7
2013-01-02looks like libnsssysinit is linux-onlyLuboš Luňák
2013-01-02Check also for a (self-built) 64-bit NDK tool-chainTor Lillqvist
Also make the --with-android-ndk-toolchain-version option mandatory. Otherwise it would be possible to leave it out and that would appear to work in the configure phase but in fact mix stuff up when using a self-built 64-bit tool-chain merged into a r8b,c,d NDK. Sigh, maybe we shouldn't even try to have the configury generic enough to work with any NDK version (which probably it doesn't anyway), but explicitly accept only a small set of NDKs, like r8b,c,d (which probably are the only that we work with anyway). Change-Id: Iecdf3a2d841e7b29598228ae49f48eca9640a82c
2013-01-02sal: missing jvmfwk in log-areasMiklos Vajna
2013-01-02try to fix nss on macosxLuboš Luňák
2013-01-02convert nss to gbuildPeter Foley
Change-Id: I59edc4c437abccc201823d97f1cbec230d273b05 Reviewed-on: https://gerrit.libreoffice.org/1529 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>