Commit Graph

366698 Commits

Author SHA1 Message Date
Stephan Bergmann
72d8747ad9 Remove obsolete comment
Change-Id: I66dcf6284bd1b7afb1c60c838bbbb2052e06072b
2014-12-15 16:51:11 +01:00
Stephan Bergmann
5e9a2e9b0f Check each potential JRE location only once
i.e., after recent "fdo#83753: consider JAVA_HOME and PATH when selecting JRE"
fix, if jfw_findAndSelectJRE found no suitable JRE in
jfw_plugin_getJavaInfoFromJavaHome or jfw_plugin_getJavaInfosFromPath, do not
re-check those locations in jfw_plugin_getAllJavaInfos.

Change-Id: If4e085b4fceff5b2494c7b7b84ac51691dbc78cc
2014-12-15 16:45:51 +01:00
Stephan Bergmann
0136acb836 Rename getJREInfoByPath overload to getAndAddJREInfoByPath
Change-Id: Ib6eac731a4b8193a8d9b9132da78e7961aec22ab
2014-12-15 16:45:51 +01:00
Stephan Bergmann
5d2398a982 getJREInfoFromBinPath return value is unused
Change-Id: I360d7cb7c03e78739883db4b989ba5f31bc8e24b
2014-12-15 16:45:51 +01:00
Michael Weghorn
40138cee6b fdo#83753: consider JAVA_HOME and PATH when selecting JRE
adapted algorithm that selects the Java runtime to be used so that
Java installations associated with the JAVA_HOME and PATH
environment variables are preferred over others

Java installations are now analysed in the following order:
* installation that the JAVA_HOME environment
    variable refers to (if it is set)
* Java installations in PATH
* other Java installation (algorithm that was used before)

Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

Conflicts:
	jvmfwk/source/framework.cxx

Change-Id: I3a3ade25322def0c0432b369848f13a6b82034a1
2014-12-15 16:45:51 +01:00
Michael Stahl
86910c87c1 fdo#82614: sw: Revert "Simplify code path"
This reverts commit 07c0067144.

The bug is because the check of the GotoHeaderTxt() is inverted.

Actually in the old code it is a bit easier to understand what is intended,
even though it is more verbose, so just revert the commit.
2014-12-15 16:37:50 +01:00
Miklos Vajna
90a94db73c android: don't associate with ods, fods, ots, xls, xlsx, xltx and csv
It's pointless to do that till Calc tiled rendering is not supported on
master.

Change-Id: Ib1ba01c18621d0a6e39ed45052ced715defaa4d4
2014-12-15 16:37:09 +01:00
Miklos Vajna
7992c34a17 android: associate with ott, otg, otp, dotx and potx files as well
Change-Id: If77eb099cb132ea889f623b895b32b3eef223d76
2014-12-15 16:37:09 +01:00
Tor Lillqvist
f52deabd81 WaE: private field 'm_pSystemFont' is not used
Change-Id: I620209bd008a20efc1fdc64e11eff7300162150a
2014-12-15 16:46:40 +02:00
Gary Houston
de41a2038a Resolves: fdo#87281 Crash on importing diagram in .docx file
Change-Id: Ic2c7326ab83258e2e9dcbac88aa9f76f771a9b12
2014-12-15 14:26:01 +00:00
Caolán McNamara
e2a41b4415 don't screw around with the system font selection
Change-Id: I491a6410f70b063fd74834d5837be34e4b9552d7
2014-12-15 14:26:00 +00:00
Caolán McNamara
8bf07e7f86 drop newly unused Application::ValidateSystemFont
Change-Id: Iffe850d99f2dcd9e955a4ba1190e010be905434b
2014-12-15 14:26:00 +00:00
Julien Nabet
324de04a40 Resolves fdo#87016 Kill "Use system font for user interface" for good
Change-Id: Ica648d4a49ef4f36fdab557a98e7df9d31a3a240
Reviewed-on: https://gerrit.libreoffice.org/13311
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-15 14:01:10 +00:00
Adolfo Jayme Barrientos
d795be2756 fdo#86671 Swap default order of Yes/No to suit what Windows users expect
Change-Id: Iac3917c42ff70b6cd594355fe5296aff97cb70b9
Reviewed-on: https://gerrit.libreoffice.org/13453
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-15 13:50:55 +00:00
Caolán McNamara
f9eff2a402 Resolves: fdo#87199 deregister during destroy as lower of upper
Change-Id: I7e52bba78a0fbe32814510b44ad049d3504e7164
2014-12-15 13:46:33 +00:00
Matúš Kukan
8cc1e7a7c3 gbuild: More automagic for libmerged
Only gb_Library_use_libraries stays because I think it's a good idea to see
dependent libraries (potential candidates for merging) and hopefully the
list does not change often anyway.
This commit extends b6be3d3db3

Change-Id: I2682456f53cb2e8d7ea63eae15f8979a3c828401
2014-12-15 14:48:02 +01:00
Matúš Kukan
b6be3d3db3 gbuild: Do not require gb_Library_use_externals for libmerged
Instead, automatically get the externals when parsing other makefiles.
This commit fixes the build and hopefully avoids problems in future
because people didn't know they had to add externals for libmerged too.
Similar should be done for other functions like add_libs...

Change-Id: I5aea4c43f4b6838092ada81c310ef1100f241108
2014-12-15 14:42:59 +01:00
Markus Mohrhard
13de511e7c no separator really means no separator, fdo#83027
Change-Id: I612a46701e7447db63f38ed709e8693d0533710d
Reviewed-on: https://gerrit.libreoffice.org/13474
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2014-12-15 13:03:13 +00:00
Tomaž Vajngerl
857f4950f5 android: clear tiles when adding a new tile, various
Change-Id: Ifc6e01a1beb39187a5231019d1bf7ac816052e78
2014-12-15 22:02:01 +09:00
Tomaž Vajngerl
8daef3639a android: skip tiles that are already outside of viewport
Change-Id: I65f286797b459f30885560577a4dcb3d1108c0bf
2014-12-15 22:02:01 +09:00
Tomaž Vajngerl
abc818faca android: calculate tile position/dimension for FixedZoomTileLayer
Change-Id: I54664a9289ef513fb4660b002f6ce652c7a9e6ef
2014-12-15 22:02:01 +09:00
Tomaž Vajngerl
a9c45c5e4d android: add to DisplayPortMetrics position and zoom getter
Change-Id: I90674f51113c082d3bd88a72f8b9883b44569f87
2014-12-15 22:02:00 +09:00
Tomaž Vajngerl
2174ad93b6 android: remove creation of background screenshots
Change-Id: I23a2bc875229546c72708eefca68a12099c2a7af
2014-12-15 22:02:00 +09:00
Caolán McNamara
580e211541 -Werror=unused-but-set-variable
Change-Id: Ia65754272ff5c1661241dd503cef23c7a89b660e
2014-12-15 12:55:49 +00:00
Noel Grandin
454ddddd99 java: remove some unused fields and variables
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7
Reviewed-on: https://gerrit.libreoffice.org/13477
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-15 12:36:40 +00:00
Noel Grandin
f8fbef2653 java: remove more test skeleton code
Change-Id: I37a82554de4f77be7e0fb3e42245a70b53beb83c
Reviewed-on: https://gerrit.libreoffice.org/13476
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-15 12:36:12 +00:00
Louis-Francis Ratté-Boulianne
214ba32cd4 vcl: Fix crash when requesting coordonnates for empty texture
Change-Id: I424ac73f23bed5b3782c148d9242ca8fc29d200d
2014-12-15 13:34:09 +01:00
Caolán McNamara
c96e8a174f Resolves: fdo#87248 assume 0 chse means use encoding that matches lid
Change-Id: I813cc6bdc92b03bdfdd5202a85e958020a9c52c8
2014-12-15 12:30:43 +00:00
Caolán McNamara
dc46c9266a coverity#1078451 Unchecked return value
Change-Id: I286df7dc70e7f8e6e911f02d2e8aa6ebb390ef61
2014-12-15 12:30:43 +00:00
Caolán McNamara
1ee1d09924 no point checking for null before delete
Change-Id: I58cbb075a56518d71874137180ad92ae764ec4bf
2014-12-15 12:30:43 +00:00
Caolán McNamara
3ec0a2f69e document coverity#735433 Logically dead code
Change-Id: I4a6917c78b527245ff1ae78c180aaf3a4a198045
2014-12-15 12:30:42 +00:00
Caolán McNamara
35f7556650 add link to mkstemp coverity warning wrt threading fiasco
Change-Id: Ic8fea32a163ca5e85ac3e2a34d04e4fa1a1943f9
2014-12-15 12:30:42 +00:00
Caolán McNamara
78d35f281c silence coverity#705667 Resource leak
still leaks on usual success case of course

Change-Id: Ia6e0f61b5a08271c03690bbb1c0af59081bea663
2014-12-15 12:30:42 +00:00
Stephan Bergmann
8814eb4770 Remove unused cModule leftovers
Change-Id: Id08194460e9a42896591047e36b3a95e5fbc47be
2014-12-15 13:18:56 +01:00
Luboš Luňák
f8520e2999 draw lines anti-aliased (opengl vcl)
Change-Id: I3a67da89cedbb6a58b2556abf4553857125af5a6
2014-12-15 13:05:35 +01:00
Luboš Luňák
cbc57a99c2 allow using more than one opengl program during one draw "operation"
I.e. between one PreDraw()/PostDraw() pair.

Change-Id: I358d603ff33fa7416a4033bf074fe390b1112fcc
2014-12-15 13:05:17 +01:00
Miklos Vajna
ca92bb9bef Marking as published was not intentional
Change-Id: Ic0d5ed7824f4897708a81617521367af61562401
2014-12-15 12:44:15 +01:00
Miklos Vajna
0c59b57b47 Missing @since tags
Change-Id: I6393e839a7aee88bb8580837db8c78550d9b6475
2014-12-15 12:44:14 +01:00
Miklos Vajna
26e564db14 ucbhelper::InteractionAuthFallback::getCode() can be an implementation detail
Change-Id: I4967e5e12aa348692b3b954398faede843db381b
2014-12-15 12:44:12 +01:00
Stephan Bergmann
26fdaa2bae -Werror,-Winconsistent-missing-override
Change-Id: I6af9c26873154010c7384112615ca96f273e02f4
2014-12-15 12:00:11 +01:00
Miklos Vajna
f31568f5ca we need system libcmis 0.5.0 now
Change-Id: I2bbac86709669bf67fc71d08075abd4afc19525a
2014-12-15 11:23:28 +01:00
Mihai Varga
3ec288f401 Fixed OneDrive scope to enable content access
Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944
2014-12-15 11:23:28 +01:00
Mihai Varga
fdb58084b1 SharePoint binding settings, part 2
Change-Id: If4e08c851fd721252c0cf6ae05c85b88cd9ef8e7
2014-12-15 11:23:27 +01:00
Mihai Varga
ac5bdc79cd OneDrive auth fallback dialog makefile
Change-Id: I5e759248ae5c461c7e47fefac894c314451810be
2014-12-15 11:23:27 +01:00
Mihai Varga
30298bc388 OneDrive authfallback request is now issued
Change-Id: I9ee1f087322d80cbdf8ca369fccb6b6b0336062e
2014-12-15 11:23:27 +01:00
Mihai Varga
a3b93ed6d8 OneDrive authentication fallback request handler
To fix build, squashed in:

Author: Mihai Varga <mihai.mv13@gmail.com>
Date:   Sun Dec 14 12:11:29 2014 +0100

    Added namespace for vcl::Window

Change-Id: I136912073582c29f68b25787b69f7cc117fb4a6a
2014-12-15 11:23:26 +01:00
Mihai Varga
4998e6a361 Authentication fallback request for the OneDrive connection
To fix build, also squashed in:

Author: Mihai Varga <mihai.mv13@gmail.com>
Date:   Fri Aug 1 12:50:23 2014 +0300

    OneDrive auth fallback dialog interaction continuation

Change-Id: Id37f502217da3fde55ae93a6e1c01409509d657c
2014-12-15 11:23:26 +01:00
Mihai Varga
fc79b871ec IDL definition for the auth fallback request
Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6
2014-12-15 11:23:25 +01:00
Mihai Varga
1ef156897f Authentication fallback dialog for the OneDrive connection
It asks the user to access an URL in his browser and provide a code
from the URL he has been redirected to
2014-12-15 11:23:25 +01:00
Mihai Varga
fc1bfd9e6d OneDrive binding settings
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
2014-12-15 11:23:24 +01:00