Commit Graph

325039 Commits

Author SHA1 Message Date
Tor Lillqvist
1e7bf8de3b Add pan gesture handling
I get exactly the same kind of artefacts as in the Android app, which
I guess is good as it is at least consistent, as the implementation at
the LO layer is identical...

Change-Id: Icf0690fd2c48a133cb66de2ab7977b7088d2199e
2013-04-19 00:18:33 +03:00
Tor Lillqvist
7711a60a64 Try to get the tinderbox build working
Change-Id: Ie0a9b6e64c35a046afbb5c26c1b75bdd0d897a23
2013-04-19 00:18:33 +03:00
Tor Lillqvist
aca9824cfd Add comment
Change-Id: I737e43d35eb2ebd6aeadeb5695cb3ecc74cc4484
2013-04-19 00:18:33 +03:00
Lionel Elie Mamane
fa7ba55605 WaE use std streams instead of C-style format strings
Cannot satisfy all platforms warning-free with one C format string
(sometimes it is "unsigned int" and sometimes "unsigned long"),
so avoid the problem altogether and use C++ streams.

Change-Id: I898d776c753dedbd79d4a56c580912613e865dda
2013-04-18 23:09:08 +02:00
Lionel Elie Mamane
f805afcf4c date/time IDL datatypes incompatible change: fixup
Change-Id: Icb5ffe659e0b6eebacf7788a7f66ce454a00b524
2013-04-18 23:00:32 +02:00
Eike Rathke
1ef2cce787 Revert "svformatter already accept OUString input", fdo#63306
This reverts commit c5e5699c80.

And adapts to OUString.

Conflicts:
	basic/source/runtime/runtime.cxx

Change-Id: Icd7c1e1e57162eefb1f3631aa5509fd3a09c9b08
2013-04-18 22:57:47 +02:00
Andras Timar
ab7776e1bc fdo#63503 add 'Delete Last' button to Special Characters dialog
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
2013-04-18 12:47:23 -07:00
Julien Nabet
d636dcc640 fdo#63197, convert last gallery + template accessories
Change-Id: If393e383a5485ee60f634cbcc6d6de54af7ad1d3
Reviewed-on: https://gerrit.libreoffice.org/3466
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-18 19:40:16 +00:00
Lionel Elie Mamane
9830fd36db date/time IDL datatypes incompatible change
- nanosecond precision
 - signed (allowed negative) year

Also: assorted improvements / bugfixes in date/time handling code.
Some factorisation of copy/pasted code.

Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-18 21:34:46 +02:00
Tor Lillqvist
5aaaf0694b Remove bogus file
Goodbye to the last "prj" directory;)

Change-Id: Ifce0e52c0b45ad08ea4ca20449adf56ae89ebfd4
2013-04-18 22:03:10 +03:00
Michael Dunphy
cd5c2c0c40 Remove a few unnecessary #includes
Change-Id: I47c0f097f91c7cac7af91a15326e73ca201952ad
Reviewed-on: https://gerrit.libreoffice.org/3448
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-04-18 18:09:59 +00:00
Michael Stahl
e83990a872 python3: disable check in PyThreadState_Swap
This check is triggered by nested pyuno PyThreadAttach instances.
The assertion is basically about having multiple PyThreadState instances
per OS thread.  Hopefully this is not a "real" problem and the other
checks in PyEval_ReleaseThread/PyEval_AcquireThread will find all "real"
problems.

http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg62195.html

Change-Id: Ia82135f37f55ea69b545a83098619939869cb7c5
Reviewed-on: https://gerrit.libreoffice.org/3453
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-04-18 16:27:28 +00:00
Michael Stahl
1fb53a6375 pyuno_loader::CreateInstance: delete the initial PyThreadState
Don't see how it could be used again, it appears to be leaked
and causes the assertion in PyThreadState_Swap to fire.

Change-Id: Id6bbb4363928e4fdd8bda1905f6e1f9931dba74c
Reviewed-on: https://gerrit.libreoffice.org/3452
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-04-18 16:27:16 +00:00
Oliver-Rainer Wittmann
b7d21a8015 Resolves: #i121933# docking area layout improvement
some improvement to the docking area layout on a undock-dock-cycle of a window

(cherry picked from commit cad2fc1a82a3efb2abd4396fe2efc2231fb783e5)

Conflicts:
	sfx2/source/dialog/splitwin.cxx

Change-Id: I39d888248a973304163bbe499094bef51a9d61f1
2013-04-18 17:17:22 +01:00
Thomas Arnhold
bb59404622 remove unused macros from macro.pl
Change-Id: If69e4c42f487249d7ba5bb3e164f61470ff12ddd
2013-04-18 18:00:07 +02:00
Lior Kaplan
dbc3b2544a fdo#63290 related: cleanup stings defines due to removal
follow up to commit af4a947174

Change-Id: Ifaee6d61fada21705574e5ad6bf0fa32957fe75c
Reviewed-on: https://gerrit.libreoffice.org/3425
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18 15:24:26 +00:00
Caolán McNamara
c4da31d33b Related: fdo#63546 bundle both changes together as one undo
Change-Id: I2a9608339c372ccdeeca2ca0fd9499a4c527cff3
2013-04-18 16:23:19 +01:00
Caolán McNamara
7c3db8a660 Resolves: fdo#63592 changing text direction exits edit mode
if we're in edit mode, SC_MOD()->InputEnterHandler() kicks
us out of it. But the very similar ScFormatShell::ExecuteAlignment
method doesn't do an InputEnterHandler. I can't see why we
would want to do this, and without it we get the desired
behaviour that tex direction changes and we remain in whatever
mode we were in before changing it

Change-Id: Iaf6e154ffb8f317fda997b302d4075d2efcac8db
Reviewed-on: https://gerrit.libreoffice.org/3450
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18 15:19:12 +00:00
Caolán McNamara
745b0c1b2a Updated core
Project: help  dbe97fe597d0414935ae223ab635c3d9a6b0ec3a
2013-04-18 15:08:29 +00:00
Cao Cuong Ngo
a95cce2729 fix fdo#47018 Impress paste destroy bullet
Currently the copy function stores the paragraph attributes
to SvStream but the restoration in paste isn't implemented yet!
This patch implements the attributes loading from SvStream.

Change-Id: I58928ca66a83b3fe3c3894a28ccf1e7fe5f661b3
Reviewed-on: https://gerrit.libreoffice.org/3369
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-04-18 14:54:30 +00:00
Caolán McNamara
fe9237785a pick a default number of lines for abbrev/double lists
Change-Id: I553149931b6f2bad5ef149d899ca974240bda4fd
2013-04-18 15:49:20 +01:00
Caolán McNamara
599d66fdce convert autocorrect replace tabpage to .ui format
Change-Id: I962fae2d4d177a7ca364d0dece0c15132a199497
2013-04-18 15:45:24 +01:00
Bjoern Michaelsen
33cc263f2f forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging
* RTL_CONTEXT_foo is originally intended to be used for performance
  measurement, but mostly unused right now
* however its macros are sprinkled all over the codebase and might
  provide good help for ad-hoc debugging, and prevent SAL_INFO
  duplication
* if there is no performance logging, these macros are now forwarded to
  SAL_INFO with logarea "logfile" or "$AREA.logfile"

Change-Id: I495c8924e5b55124f7eac68eccda074d0740c117
Reviewed-on: https://gerrit.libreoffice.org/3421
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-04-18 14:42:49 +00:00
Stephan Bergmann
5a274ac7e0 warning C4702: unreachable code
Change-Id: Ica48a91c0b8b55c984e59dbe9771d604bc77cdaf
2013-04-18 16:30:22 +02:00
Fridrich Štrba
11b851d2f2 Uploading a new release of libwpd
Change-Id: If8b449e45725b1c1a9840f6a497c31488cd7a800
2013-04-18 15:59:00 +02:00
Miklos Vajna
3d4fef85d0 fdo#63023 incorrect RTF background color in header
Change-Id: I33f5c8a856206860ac9cdb23dd6b5222cb785bf7
2013-04-18 15:54:05 +02:00
Fridrich Štrba
85f88a20b4 Boy, I forgot to add this one
Change-Id: I5797fa9cd709e084b2548ebe596891f8eb46c8e4
2013-04-18 15:45:37 +02:00
Fridrich Štrba
115033fea5 Uploading a new long-awaited release of libwpg
Change-Id: I2ffc92c620242426da61e11c8f354f6080edbabc
2013-04-18 15:45:37 +02:00
Michael Stahl
075023b473 curl: link against the internal NSS if SYSTEM_NSS=NO
This is somewhat non-obvious since there is no way to override curl
configure's use of pkg-config for NSS... it needs actually 2 include
paths, and the --with-nss takes only one (which is extended with
include/ and lib/).

Thanks to Alex Thurgood for the report.

Change-Id: I06074de50daad19a2cc62fe4090d3c0fbfdb2cb1
2013-04-18 15:35:46 +02:00
Julien Nabet
b72c1a6575 fdo#63197: convert the rest of accessoriesgallery*
Change-Id: Ib664ba3f208c87570db284b5fc38fa58d8d8a679
Reviewed-on: https://gerrit.libreoffice.org/3454
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-18 13:25:48 +00:00
David Tardon
e6f2a89247 gbuild: do not zip Configuration output
Change-Id: I9779cf6069737fcf10a592e1f5c750d5710d22e1
2013-04-18 15:20:54 +02:00
David Tardon
0cf5b45ed5 gbuild: use different announce strings for filter stuff
Change-Id: I7844c245e79c102a0a495a4ffe06b3541954c5df
2013-04-18 15:20:54 +02:00
David Tardon
8531b8d015 gbuild: use different announce strings for xcu stuff
Change-Id: I650c810c4034019fc8928a07b11dd9d1f949a927
2013-04-18 15:20:53 +02:00
David Tardon
200f3df4e2 drop obsolete comment
Change-Id: I85d86244800f596faa52f89219a9cd4340daf600
2013-04-18 15:20:53 +02:00
David Tardon
203a59df05 add todo
Change-Id: Ia4c2e1a7ab479b6bd4ea66ed294567d624dcf694
2013-04-18 15:20:53 +02:00
Caolán McNamara
49313bd92e remove unused helpid
Change-Id: Iefbab5f23e0d0143ec0d9c81e9c68241d8878e3a
2013-04-18 14:17:23 +01:00
Caolán McNamara
1765a3fb04 Updated core
Project: help  0d632f681f14295b916f14c88912267c13c5fe0f
2013-04-18 13:17:15 +00:00
Caolán McNamara
4cd5cc515b get openldap to link to .so under AIX with gcc
Change-Id: I8f1315320b041828b24ad2604f6e961e65ea417e
2013-04-18 13:48:14 +01:00
Caolán McNamara
3d6424a752 Related: rhbz#761009 lp#766153 lp#892904 HandleFontOptions crash
The mpServerFont member of a ImplServerFontEntry must not be deleted while the
ImplServerFontEntry still exists

see also 39cbce553d for another reason a crash in
the same place can happen.  Its impossible from traces in crashes before
39cbce553d was fixed to distinguish those crashes
from this crash.

This crash is a regression due to 7a416820ab
where we went from modifying pServerFont in X11SalGraphics::setFont directly to
modifying it/a-different-one indirectly via ImplServerFontEntry

The various font caches and font thing lifecycles of LibreOffice are somewhat
confusing.

This crash had eluded me for years, to reproduce:
insert->special chars->select a font with loads of glyphs, i.e. "AR PL UKai CN"
click on the first row of glyphs and hold down page-down until you hit the
bottom, then page-up until you hit the top. Pre patch it won't survive the
whole down+up (and valgrind will moan quite a bit)

Change-Id: Ifde0cb375f487c556b04a640d77765a7dc2f0913
2013-04-18 13:25:16 +01:00
Stephan Bergmann
fe6c9239d7 Properly set PS to a single backslash for Windows
I guess all those $(subst \\,\,...) in odk/examples/.../Makefile are only
workarounds for a broken PS setting and could go, too.

Change-Id: I2e44108f23803e1f49157a91be11af5ad860673c
2013-04-18 14:03:41 +02:00
Stephan Bergmann
1974692316 Adapt env var settings to MS command shell syntax
Change-Id: Ie6d761a436a3c1b06f0da1dac7c93c50789230dd
2013-04-18 13:57:15 +02:00
Noel Power
b850ab574c fix Frame import for oox filter
Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
2013-04-18 12:33:07 +01:00
Noel Power
c903c377ec fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmas
Change-Id: I01eff3bb8b194e1437a263e527cb8e6d2defa4de
2013-04-18 12:33:07 +01:00
Stephan Bergmann
96488510c0 Let juhx.dll export undecorated symbols on Windows
...otherwise preload.cxx in juh.dll will not be able to find them
via osl_getFunctionSymbol.  What apparently happens is that JNICALL expanding
to __stdcall decorates symbol names with _...@NN.  This likely was hidden in
pre-gbuild times thanks to the use of def files.  (On a side note, the JVM
appears to contain special code to find syms for native methods in both
decorated and undecorated form; that explains why it picks up the decorated
symbols from juh.dll just fine.)

There is no need for the functions in juhx.dll (called from the juh.dll wrapper)
to adhere to JNICALL (in fact, things would likely be easier to maintain if the
juhx.dll functions also used different names than their juh.dll wrappers).
However, what complicates this patch is that for DISABLE_DYNLOADING, the juh
wrapper and its preload.cxx is elided, and the code that would normally go into
the juhx library goes into the juh library (and thus needs to stick to JNICALL,
and also needs to use the right function names).

Change-Id: I66611648f1f79f57f0c1b23fb7a801da2d7b86c5
2013-04-18 13:27:31 +02:00
Michael Stahl
000d3aaca5 desktop: add STR_BOOTSTRAP_ERR_USERINSTALL_FAILED
... or why do we handle this case separately to put up a generic
"internal error" message?

Change-Id: Id51534adb0092cdd459c1811dac0385f0dcbaddb
2013-04-18 13:21:09 +02:00
Michael Stahl
47754fe3ed Desktop::HandleBootstrapPathErrors: try to not be totally useless
Change-Id: I400790635849171f710fbc70969dbd337ffe6859
2013-04-18 13:21:08 +02:00
Tor Lillqvist
592e23ab12 ax_boost_system.m4 uses "tac" which is not portable, OS X has "tail -r"
(Still, did not manage yet to build liborcus against boost 1.53 on OS X.)

Change-Id: I29b3e032badfe2e3631cd5f79f8c9e7bb0627dc8
2013-04-18 14:06:54 +03:00
Siqi LIU (via Code Review)
38cc47f8b1 fdo#61873 - add WiFi experimental feature alert.
fixes reconnect crash. Won't crash when server-end disconnect.

seperate Client construction and initialization so that Client()
will release its mutex lock and won't block service.run().
Otherwise onBackPressed() will be blocked in PairingActivity

Change-Id: I424a470aa02b0c74b28cb9f9ba79489aa0d4ab1b
2013-04-18 11:46:28 +01:00
Tor Lillqvist
e5fb76a402 Revert "Use -D_GLIBCXX_DEBUG here, too, in a dbgutil build"
It is broken in the same way on iOS as on OS X, they use the same libstdc++.

This reverts commit ca3392e833.
2013-04-18 13:35:53 +03:00
Golnaz Irannejad
83828891e4 Delete unused code in one file.
Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
Reviewed-on: https://gerrit.libreoffice.org/3446
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-18 10:34:27 +00:00