321287 Commits

Author SHA1 Message Date
Michael Stahl
b0612be251 extensions: argh why can't that be formatted properly
Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4
2013-02-28 23:39:42 +01:00
Tor Lillqvist
043f614a3e Bin some unnecessarily verbose logging
Change-Id: I9c9b2a5405f994f180bd51a3a6c91815d0f70435
2013-03-01 00:37:20 +02:00
Tor Lillqvist
e63165c685 Pass touch events on to the ScaleGestureDetector
Note that the listener doesn't do anything with the scale gestures yet,
though. I guesss either a new type of VCL event is needed for zooming, or then
we could fake entering of Control-+ and Control-- key events (or whatever the
default bindings for zoom in and out are).

Change-Id: Ib2ba138dd3e7874f85e9fc9fb7ac7198fa6212d3
2013-03-01 00:37:20 +02:00
Tor Lillqvist
18df08f974 Bin two lines of logging that are too repetitive to be useful
Change-Id: I460614dba8f162a8bedcf0bf847614fae9b05910
2013-03-01 00:37:20 +02:00
Tor Lillqvist
1e254b3a50 The RGBA bytes are already in the order we want
Change-Id: Ib4434400b110f8056b3291c0d48fe6548a7a9e8e
2013-03-01 00:37:20 +02:00
Tor Lillqvist
429827a3e8 Loading a test document works now
Change-Id: I02f8ff9c1a2379fe03dff4e5a0dd4a05634d4034
2013-03-01 00:37:19 +02:00
Tor Lillqvist
3c06db79d3 Open files from /assets (i.e. read-only) even if asked for write access
It seems to work better to silently "open" a such file read-only even if write
access is requested, and let write attempts, if any, fail later. Otherwise
loading a document from /assets fails with that idiotic "General Error"
dialog...

Change-Id: I95cbe18010ec5e75ee5993faef2656ae8a2f981b
2013-03-01 00:37:19 +02:00
Eike Rathke
11359160bd added mnemonic_widget to jump to lists and edits on shortcuts
Change-Id: I2f048d06bccae7a55dc403eb58f80a165265d2a0
2013-02-28 23:12:51 +01:00
Luboš Luňák
2a601c5665 try harder when quoting for rc
Apparently the TYPELIB has problems with paths if they contain
some "special" characters like "-", unless it is quoted. It can't seem
to be able to concatenate quoted strings properly either. So build
up the whole filename in the makefile and quote/escape extensively for both
shell and rc.
2013-02-28 23:11:24 +01:00
Michael Stahl
25418b6ed9 extensions: m_nApplRegHandle unused now
Change-Id: I93c6d0e37306a9c8ac708124a6d21a7ce11810b8
2013-02-28 23:03:45 +01:00
Michael Stahl
ffa3735570 extensions: remove code specific to oleautobridge2
Change-Id: I88ecfceba0d08ef7136d6db49da1e62c61518d2b
2013-02-28 23:00:34 +01:00
Michael Stahl
5a68f57606 extensions: remove obsolete oleautobridge2 library
This library was never shipped with LibreOffice; presumably it is some
backward compat kludge for StarOffice versions older than 5.2 that only
shipped with StarOffice.

Change-Id: I5e07e14fde0f62814f4648b362f9e9333fd6c84f
2013-02-28 22:48:28 +01:00
Michael Stahl
01b913387b sd: BluetoothServer: appease MSVC's appetite for type definitions
Change-Id: I05a0cc7534e6504c73ad1ccee42ca6e9ecb489ed
2013-02-28 22:20:53 +01:00
Matúš Kukan
7d6085a259 register these libs when needed
Change-Id: I6ad6a4428f71caed0e0c71f3b406fe08f298c91c
2013-02-28 22:13:36 +01:00
Stephan Bergmann
ecf9b211ff No need for a command ID
...as there is no infrastructure to abort ucbhelper commands anyway

Change-Id: I7796386a4b931c24ff2cc66a706d5c0182cb82e5
2013-02-28 21:50:31 +01:00
Tor Lillqvist
0f599b89a7 Fix Android and iOS build when SRCDIR!=BUILDDIR
Change-Id: I8906b736551c6ca9f96fec2df9d4b7fd12198f00
2013-02-28 22:37:24 +02:00
Tor Lillqvist
0109a5b04e Drop unuse maRedrawRegion
I saw crashes or getting stuck in a loop in the Region code for some unknown
reason. Below in the backtrace was the call to Region::Union() in
AndroidSalInstance::damaged(). As the maRedrawRegion wasn't actually used for
anything, let's bin it then for now... No crashes now, knock on wood.

I still don't know whether the switch from SalFooEvents and CallCallback() to
FooEvents and PostFooEvent() helped anything or not.

Change-Id: Iba867daa37a206953cdb765905fa5eb3fca4d08e
2013-02-28 22:34:23 +02:00
Tor Lillqvist
b34b8d3372 I think this is such a serious problem that an assert() is in order
Change-Id: If4273ba0b0a95d314e346e26ce092b108214d898
2013-02-28 22:34:23 +02:00
Tor Lillqvist
82e7c71e76 Try uncommenting these now, I don't think the FIXME holds any more
Change-Id: Idded90eaa68481dbb9b4045ff62a54e13c7baa31
2013-02-28 22:34:23 +02:00
Tor Lillqvist
7de08bcde9 Don't SAL_INFO() a sal_Bool as a (binary) character
Change-Id: I6eb8ad74e215dca4b6c7b51939843afda67e44e5
2013-02-28 22:34:23 +02:00
Tor Lillqvist
7361c08a86 Avoid "Warning: -writer is deprecated. Use --writer instead."
Change-Id: I348df07e6c821969b04fc83b2720d200ffb89f68
2013-02-28 22:34:23 +02:00
Tor Lillqvist
32da3c3a6b Try to use another kind of events
I see randomish crashes that likely are caused by parallelism problems. Try to
see if using Application::PostKeyEventg() and PostMouseEvent() instead of
SalFrame::CallCallback() helps.

Change-Id: Ia97259a378fe40ff0dab3fbb538599e9d2e69c1f
2013-02-28 22:34:23 +02:00
Tor Lillqvist
658824e43d Bypass a little more stuff for Android (and iOS)
Still tons of stuff left that make no sense on Android or iOS.

Change-Id: I4bb1555b5d2aefc175d544aa220102aa78697b89
2013-02-28 22:34:23 +02:00
Tor Lillqvist
1b05f86868 Bin one more too repetitive log line
Change-Id: I0ab4ecc4791cd319c8c25583e5207dcfc66b0fac
2013-02-28 22:34:22 +02:00
Tor Lillqvist
0de21643a9 Use proper Android logging here, too
Change-Id: Idfa826b9dd3156f2471ffd7dac245e68de8f4169
2013-02-28 22:34:22 +02:00
Peter Foley
c9f637c882 don't build modules twice
Change-Id: I179f81b92b815f17cd5da77a921b563ee36cb467
2013-02-28 15:31:51 -05:00
Andras Timar
a8b5710e62 Updated core
Project: help  b1cfd2b985bedae8929c2d798815b88e630e7a28
2013-02-28 19:49:43 +00:00
Michael Stahl
2bb13b83e4 extensions: WinResTarget_activex: use absolute paths
This does not build from the top-level because it uses a relative path;
the command invoked from "make" runs in the top-level dir while the
command invoked from "make extensions" runs in the extensions/ dir, so
we have to use absolute path here.  Presumably the weird substitution
going on here is just a relic from the days when WORKDIR was variously
converted with cygpath.

Change-Id: I73a61699ec0394bd40e63864f3e9f566c7d28a32
2013-02-28 20:17:25 +01:00
Michael Stahl
0a2b5bafcd sfx2: restore weird SfxStack::nLevel that was...
... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae.
Not that i know what it's good for.

Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f
2013-02-28 19:43:36 +01:00
Michael Stahl
2ad72a560a sfx2: remove GPF() macro, we manage to crash just fine without that
Change-Id: Ia80c5affa0c12acee0a79b9e4665a2b13511e981
2013-02-28 19:43:35 +01:00
Ivan Timofeev
4fcea7f0c4 Global resources should have an identifier >= 256.
Change-Id: I00b72779f7400d532e87907308198269a5f8784d
2013-02-28 22:22:44 +04:00
Jan Holesovsky
7820a13f61 MinGW: Build makecab.exe and friends only when WINEGCC is set.
Change-Id: I37ed3c2ef456c4a258101a9f1ea9568798a6ce80
2013-02-28 18:50:11 +01:00
Eike Rathke
be16dba682 resolved fdo#60915 force long year only for ROC calendar
Long year was forced unconditionally for all non-Gregorian calendars, do
this only for ROC calendar.

Change-Id: I39d6eb269b3d38046d32dcf0f66edd5617581b9d
2013-02-28 18:48:05 +01:00
Michael Stahl
c66b914a7f Updated core
Project: dictionaries  22c5f0b69b2e2954bddbb0ce0dcfe5721b440bd1
2013-02-28 17:47:07 +00:00
Michael Stahl
a44abcf0da Updated core
Project: help  5218df0d55405043e35ffbbc5c2c7be1d259837d
2013-02-28 17:46:17 +00:00
Michael Stahl
b768611724 remove all d.lst
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28 18:40:06 +01:00
Matúš Kukan
4b750d5052 Revert "rm -r solenv/src"
This reverts commit 6b7595c57228e86447dbd638a95bc35b55e67180.

solenv/src/component.map is actually used in
odk/CustomTarget_settings.mk

Change-Id: I01dba8e7e37cc9639ae5ea6f9ee7a7bb8fc6c496
2013-02-28 18:19:52 +01:00
Lionel Elie Mamane
a2db9096e2 fdo#61203 initialise m_aComposedTableName *before* trying to use it
Change-Id: Ie7a19bdfe9e7bc729a62191362ce0779d73385a0
2013-02-28 18:07:20 +01:00
Michael Stahl
06768783ea gbuild: WinResTarget: try that again
Change-Id: Ib96447c402094b57102e2657546567c51192259c
2013-02-28 17:48:44 +01:00
Michael Stahl
1db45205a9 gbuild: WinResTarget: for dependencies use the actual target
Hopefully fixes silly .d files that have "makedepend" as target.

Change-Id: I7ebf3c56187acc94f4374353db255cdbffa6df02
2013-02-28 17:41:36 +01:00
Matúš Kukan
6b7595c572 rm -r solenv/src
Change-Id: Ie38efcb040ce8f5f02d32bb1375215b816fe46e6
2013-02-28 17:31:12 +01:00
Julien Nabet
c13802e009 Fix typo "persistant" -> "persistant"
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
Reviewed-on: https://gerrit.libreoffice.org/2347
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-28 16:05:17 +00:00
Gergő Mocsi
d5f12bfbf9 fdo#38838, String to OUString in module dbaccess/source/sdbtools/connection
Replaced String to OUString, plus deleted deprecated macro RTL_CONSTASCII_USTRINGPARAM

Change-Id: I4464644df8c42692aed7cb078b5f77c482e615f4
Reviewed-on: https://gerrit.libreoffice.org/2380
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-28 15:49:58 +00:00
Miklos Vajna
521586b328 Related: fdo#59638 DOCX import of w:lvlOverride
Change-Id: I23fca674e2436b09eeea3337b4d3eeb7a33ccf09
2013-02-28 16:47:17 +01:00
Andras Timar
f2e706d873 fdo#61453 fix truncation on German UI
Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
2013-02-28 16:02:43 +01:00
Caolán McNamara
2a9c14730d Resolves: fdo#36668 allow image captions above image
orientation is the *second* argument, not the first,
which may be why this was never implemented, because
setting BOTTOM "didn't work".

Change-Id: Ief9b7f3ef7f696d38a3da73f9e38fe30a2d6c855
2013-02-28 14:43:17 +00:00
Caolán McNamara
3ba44a1e25 various efforts to consistently apply HIG rules
Change-Id: Iada517a5addaeacbc83f46e55773ae373098c95e
2013-02-28 14:43:17 +00:00
Caolán McNamara
270c204d33 remove the unused dmake solenv .mk files
note that the remaining langlist.mk and minor.mk are included by gbuild
makefiles

Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8
2013-02-28 14:43:16 +00:00
Tor Lillqvist
04df3cb2b9 Remove dead voice command code
I don't see voice input commands being generated anywhere. Nobody seems to
know what this code has been used for.

Change-Id: I4e4221dd4dff76086d0268be286c3605e669bae7
Reviewed-on: https://gerrit.libreoffice.org/2452
Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-28 14:42:37 +00:00
David Verrier
4626cda96a fdo#39468: Translate German comments
Change-Id: I29619fab12ae22bda6a8f325eece63d777b0470b
Reviewed-on: https://gerrit.libreoffice.org/2468
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-28 14:20:56 +00:00