- 04 Ara, 2014 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Iaada020e85a8d2557e270f7d1514f2260ffb2af0
-
Tor Lillqvist yazdı
The "bootstrap" errors tend to end up being displayed in some error dialog attempt which of course does nothing on mobile platforms, and that crack seems to crash on Android even, so this should give us some chance to get some idea at least what the code thinks is wrong... Change-Id: I070b017baf042ff692766d1efd1511e1addb6ecf
-
Tor Lillqvist yazdı
Change-Id: I3e3162474db1edef3b92e252b249fe373dedbbfd
-
Tor Lillqvist yazdı
Change-Id: I0da75df61d129aaaf03ac546fcf1e5dbcff9d404
-
Tor Lillqvist yazdı
Does not work, though, we end up with a crash that is hard to debug thanks to the rubbish tool-chain. Change-Id: Ie1954e35e649fac8dd106f0ccbc6951c4a6c1c63
-
Tor Lillqvist yazdı
As we call AttachCurrentThread() in the constructor, it seems logical to call DetachCurrentThread() in the destructor. Some warning messages in the logcat indicated that DetachCurrentThread() hadn't been called for a thread that died. Actually I would prefer to call both AttachCurrentThread() and DetachCurrentThread() in the actual thread function, instead of somewhat haphazardly and imlicitly in the AndroidSalInstance constructor and destructor. Do we know for sure that the lifetime of the AndroidSalInstance singleton (is is a singleton, right?) is 1:1 coupled to that of the LO "main thread"? Change-Id: Ifcc0e0b9af88b19389c416c5646499d44ad0e941
-
Tor Lillqvist yazdı
I assume, for lo_destroy() to be useful at all. Not that I know for sure what the exact intended semantics of lo_destroy() and lo_initialize() are. But I assume that the idea is that after lo_destroy() has been called, lo_initialize() can be called again. Change-Id: I2dea26db150d19ed438427e1c119a5297b9bc9c3
-
Tor Lillqvist yazdı
It is invalid in case lo_destroy() has been called. Change-Id: I45533b66d32fc650e48748da8ea1d2f2aaa381e0
-
Andrzej Hunt yazdı
The preferences activity doesn't work, so easiest not to try to use it until it is properly implemented. Change-Id: I4b4195f6dcafa3c99dbef1ae3044ea18ab173c21
-
Michael Stahl yazdı
(regression from c7c385bb) Change-Id: I39eca96b45ad974a7e1a6913aa811c6b03ceced7
-
Miklos Vajna yazdı
Change-Id: I136f844c3823443a8a42eb7a6e41d3805b085bd1
-
Lionel Elie Mamane yazdı
but not for report components (fdo#53001) Change-Id: Ie07e1c2993304d4deb2124e72baa7a326b587918
-
Lionel Elie Mamane yazdı
This reverts commit 1f22e2f9. in preparation for fix for fdo#65163 Conflicts: extensions/source/propctrlr/formcomponenthandler.cxx Change-Id: Ifa252ac66724dd3e4b257e3bb6679d9503f8a9db
-
Stephan Bergmann yazdı
Change-Id: Ib24e857b19ceb6ca721b537351e95379a0992640
-
Stephan Bergmann yazdı
...as it needs SalDisplay to be a complete type, but unx/saldisp.hxx depends on X11 headers and can thus e.g. not be included in generic/gendata.hxx on Android. Change-Id: Iec5f51408eef0d6eb7e2d04105a7408372b06079
-
Bjoern Michaelsen yazdı
Change-Id: I4ba8632e8804f7fcc3511d01b28df1728e212ced
-
Kohei Yoshida yazdı
It doesn't build on Windows. Let's exclude it. Change-Id: I153343e49318ee2ac63f95bbe6a2feeb26a96cff
-
Bjoern Michaelsen yazdı
Change-Id: I14f3bd9e3abd9562f47f21319da511df475b7fdd
-
Bjoern Michaelsen yazdı
Change-Id: I6e3c5ac5281052b49c734b152ad4cd83021c6de9
-
Bjoern Michaelsen yazdı
Change-Id: I77eb186f0048a9bc335408bace96111e6cb2ca53
-
Bjoern Michaelsen yazdı
Change-Id: Icc47b1ead273ee02e85c35cb7ab0e06b48cc42c2
-
Bjoern Michaelsen yazdı
Change-Id: I6eb1287a6dcb27b2d29612f8ec71290ace62be32
-
Bjoern Michaelsen yazdı
Change-Id: I47eb10d425a6997d2bebaa5e56dd90543749c8b7
-
Bjoern Michaelsen yazdı
Change-Id: I07de79fd793051efef717b7c44c88812cefc59d5
-
Bjoern Michaelsen yazdı
Change-Id: I8992c9fd853b7b92e328826063b50244f9fa3544
-
Bjoern Michaelsen yazdı
Change-Id: I30a252d2d518a361e16050f6eeffbe4371a9c982
-
Bjoern Michaelsen yazdı
Change-Id: I185b03dc8b747178fc442b7748dfe40762b46d32
-
V Stuart Foote yazdı
Change-Id: Ib64149f49072a51debff5b7c3c874a2b69f7dfc6
-
Michael Stahl yazdı
Change-Id: I199ad135fcb217866e8daa0797f4013f8acf4f6a
-
Kohei Yoshida yazdı
Change-Id: Icd853b1ce34752c7a063c6306f5a63a0a3ab1657
-
Tor Lillqvist yazdı
Change-Id: Idec496b778d708fb6fa4c004329f8e734276052a
-
Kohei Yoshida yazdı
Change-Id: Ifad333a5e7254bc11006df18dfff71f23da834fb
-
Michael Stahl yazdı
Change-Id: I9dd1ae23d27c5733770314ca907b5d36b749fd74
-
Tor Lillqvist yazdı
Change-Id: I084040ff90ee30aa83ac5d3ad11365768272ec65
-
Stephan Bergmann yazdı
...it was added late in the LO 3.3 cycle apparently by error. While this is strictly speaking an incompatible change, no client code should ever have called this deprecated, internal functionality anyway. An aborting stub is left in place for soname stability. Change-Id: Ibbc96ccf76a07a80d732a0713c95ff7b6bf1e528
-
Stephan Bergmann yazdı
(TOCTOU and all) Change-Id: I81253c8790b631117634bafa4eea65991a975ba0
-
Michael Stahl yazdı
Amazingly Debian does not ship the realpath(1) from coreutils but has a separate source package for it, and it's not installed by default. Use readlink -f instead. Change-Id: I6e97c851e6ab96dac08771145e2ab39dd9c11c22
-
Kohei Yoshida yazdı
Change-Id: I98262000956f10dc3b3da069b6bc286fec314a45
-
Tor Lillqvist yazdı
Change-Id: Ic02d1f5169197edd8f9793befd45adf5db145a3b
-
Eike Rathke yazdı
Change-Id: I8ab36fd1e93b0d1297c95f47a3efd3603fd58c8f
-