Commit graph

316945 commits

Author SHA1 Message Date
Markus Mohrhard
d053517230 this method is not implemented
Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a
2012-12-02 17:38:56 +01:00
Markus Mohrhard
6e3fbd1598 we don't need the last entry for icon sets
Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18
2012-12-02 17:38:55 +01:00
Markus Mohrhard
cee68472a0 small fixes for iconset UI
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
2012-12-02 17:38:55 +01:00
David Tardon
ff7735d7a1 fix build with internal libxml2
Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c
2012-12-02 17:02:44 +01:00
Luboš Luňák
f728eda909 unlink() doesn't work that well with URLs
Change-Id: I1d0cbd8b8cbbd3ea5c73d0cea6d9e354b1740c7c
2012-12-02 16:17:03 +01:00
David Tardon
5e0bd1f73a recover lost config. spool module ctlseqcheck
Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
2012-12-02 14:28:52 +01:00
Caolán McNamara
1a8f786545 ensure lockfile doesn't leak
Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d
2012-12-02 12:48:14 +00:00
Marcos Paulo de Souza
1eafd90aee Remove unused method from desktop
Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1221
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-02 12:43:41 +00:00
David Tardon
9ef9bba9fe ditch unused makefile
Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a
2012-12-02 10:59:10 +01:00
David Tardon
c2eca359af move setting up of ext. executables out of gbuild.mk
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-12-02 10:56:48 +01:00
Tor Lillqvist
f02ac6e7c8 Don't disable warnings that supprted MSVC versions don't generate 2012-12-02 11:19:39 +02:00
Tor Lillqvist
018278c51e Document the warnings we disable 2012-12-02 11:17:06 +02:00
Tor Lillqvist
09849846ee Argh, I meant Visual Studio 2010 2012-12-02 09:52:53 +02:00
Tor Lillqvist
afa3ed9eaf Disable MSVC warning C4986
This is a new warning in Visual Studio 2012.

Otherwise, when using /Wall (as we do), you get tons of warnings from
the compiler's own headers:

.../crtdbg.h(1041) : warning C4986: 'operator new[]': exception
  specification does not match previous declaration
.../new(79) : see declaration of 'operator new[]'

It seems to be generally recommended not to use /Wall with MSVC (that
option does not really have the same intended use as gcc's -Wall,
people say), but use /W4 instead:
http://stackoverflow.com/a/4001759/259398

So maybe we should change that -Wall to -W4?

Also, we should go over the long list of -wd options and check each
whether we really want it or not. Maybe, while at it, add a comment
for each giving its one-line meaning.
2012-12-02 09:44:37 +02:00
Markus Mohrhard
e93dd02e30 workaround broken WaE eGrammar may be used uninitialized 2012-12-02 08:23:37 +01:00
Markus Mohrhard
704fdf2b23 create icon sets in UI
Change-Id: I6c55cc1d1a1dbd4839b823df08f8c42a7b880132
2012-12-02 06:14:05 +01:00
Markus Mohrhard
f7cd8c619e correctly show existing icon sets in the UI
Change-Id: I8970d3b0cc3263f46cfda45ae3b919a441bc0228
2012-12-02 06:14:05 +01:00
Markus Mohrhard
6efd796a30 initial support for icon sets in the dialog
Change-Id: I5da2500b96ba3b03bf822cf428c001204010989e
2012-12-02 06:14:05 +01:00
Markus Mohrhard
8c4719fd48 support shared strings enough for gnumeric import
Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2
2012-12-02 06:14:04 +01:00
Zolnai Tamás
2291423c5e No lang no qtz
Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc
2012-12-02 05:32:12 +01:00
Zolnai Tamás
05ac3878bb Ignore qtz in ulfex and some other places
Installation not works well with qtz so ignore
it in ulf files.
In those executables which work with one lang at
a time it is unwanted to store the useless qtz strings
at all call.

Change-Id: I1d65ec340da1832404001ad18820407e56615db6
2012-12-02 05:26:01 +01:00
Zolnai Tamás
fbb7f5f010 Make qtz work in UI
Change-Id: Iced0b874405942782574fe46b58c3caafb2deeb4
2012-12-02 04:40:15 +01:00
Arnaud Versini
82949bd170 Class MediaDescriptorHelper doesn't need virtual destructor.
Change-Id: I6711ef712a8a04d6fc8991f7056d1440964832ef
Reviewed-on: https://gerrit.libreoffice.org/1220
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-12-01 21:36:05 +00:00
Arnaud Versini
04962221c3 Remove useless getpid implementation on Linux.
The new minimal target have a proper getpid implementation.

Change-Id: I1cf209d8b4cb651866287c3a682ebd0806ab35b9
Reviewed-on: https://gerrit.libreoffice.org/1219
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-01 20:57:42 +00:00
Samuel Mehrbrodt
c140d0a585 Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changed
As requested in here:
http://lists.freedesktop.org/archives/libreoffice/2012-November/041788.html
http://lists.freedesktop.org/archives/libreoffice-ux-advise/2012-November/001597.html

Change-Id: I2cd3f4422dcbd62b1e72661d1df890bd0202c1ef
Reviewed-on: https://gerrit.libreoffice.org/1217
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-12-01 20:44:50 +00:00
Ivan Timofeev
3321acda38 oox: fix build
Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3
2012-12-01 19:39:07 +04:00
Ivan Timofeev
02a236be61 fix String->OUString conversion
OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode),
we want OUString::valueOf(sal_Int32)

regression from 2cb8883cfd

Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
2012-12-01 19:16:07 +04:00
José Guilherme Vanz
1611806226 Removal ::rtl:: prefixes and macros in oxx
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
 RTL_CONSTASCII_USTRINGPARAM macros in oxx.

Change-Id: I12bfb2528e8a9aaf3f119a1e6f0ae0246d16a772
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1211
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01 15:14:52 +00:00
Luboš Luňák
b30bfddc2b do not redirect output in build.pl, i.e. dump build_error.log and other logs
Given that nowadays almost everything builds inside tail_build, this feature is somewhat
pointless, as this almost everything is in that one tail_build log. Moreover:
- stdout is never a tty, breaking compiler output colorization
- for some obscure reason I do not get, this makes 'make python3.all' work with msvc2010,
  whereas previously the invocation of MSBuild.exe somehow prevented the rest of make
  rules from running. Plain 'make python3' that does not go via build.pl works though.
  No idea if the problem is in gbuild, build.pl, cygwin, make, MSBuild.exe or somewhere else,

Change-Id: Ibe6e11109e2eefaa65646071c2db01871e5e751f
Reviewed-on: https://gerrit.libreoffice.org/1216
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-01 15:05:58 +00:00
José Guilherme Vanz
3066167ff0 Removal ::rtl:: prefixes and macros in oxx
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
 RTL_CONSTASCII_USTRINGPARAM macros in oxx.

Change-Id: I1139b10256387bb71e8a425153d46add181538bc
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1212
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01 15:04:37 +00:00
José Guilherme Vanz
f73201e54a Removal ::rtl:: prefixes and macros in IO
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
 RTL_CONSTASCII_USTRINGPARAM macros in IO.

Change-Id: I410016990579e4a05843cfe396832a5fc8435e70
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1210
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01 14:45:35 +00:00
José Guilherme Vanz
8967f80a50 Removal ::rtl:: prefixes and macros in IO
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
 RTL_CONSTASCII_USTRINGPARAM macros in IO.

Change-Id: I9446ddf13ba18d2d80639afc9e1b61234945b115
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1200
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01 14:40:25 +00:00
Ricardo Montania
dd4edd9369 fdo##38838 UniString Removal in dbaccess
Change-Id: I6c4f8e9834fdd78851f5274ce2b141cfb49e6458
Reviewed-on: https://gerrit.libreoffice.org/1208
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01 14:35:59 +00:00
Zolnai Tamás
cca017e1e0 Not make qtz properties in release build
Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34
2012-12-01 15:08:30 +01:00
Julien Nabet
ea5a96a5c7 Lacking "/" at the end of .icedove
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
2012-12-01 15:17:49 +01:00
Julien Nabet
1c6b63fa9a WaE : declaration of ‘bHidden’ shadows a member of 'this'
Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16
2012-12-01 14:09:19 +01:00
Luboš Luňák
4cdce3d614 fix libxmlsec delivering with mingw 2012-12-01 13:56:17 +01:00
Luboš Luňák
127a00a463 our xmlsec setup calls autoreconf, so patch Makefile.am too
Should fix release tinderboxes.

Change-Id: I90fc650dc089e94328ecb9d526f0905f5be5ce3c
2012-12-01 13:46:15 +01:00
Luboš Luňák
7580038e24 vsnprintf() is not portable
http://perfec.to/vsnprintf/
At least MSVC2010 implementation returns -1 when the result doesn't fit,
so the excepted size is not computed correctly. Let's hope 16k is
big enough for everybody(TM).

Change-Id: I636487c7723651bfa74513018be786a45b6c796d
2012-12-01 13:24:54 +01:00
Caolán McNamara
32c26ffb1f Resolves: fdo#56549 crash in format->autocorrect->apply and edit changes
regression from cad9afa15f

Change-Id: I1aa36bf86969a5a90456817d360d59125948e519
2012-12-01 12:20:15 +00:00
Matúš Kukan
c8c72d903a oops, fix typo for ./download
Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb
2012-12-01 11:35:22 +01:00
Luboš Luňák
e1083e6656 fix(?) libxmlsec build with mingw
for some reason there was an infinite loop during build, not sure why this
makes a difference, but surely making it consistent with the other cases
can't hurt
2012-12-01 11:31:20 +01:00
Miklos Vajna
794c1f97f5 writerfilter: remove unused WW8Analyzer
Change-Id: I711bc4d6b7100a1b089ed5bfeec7ff14f2727138
2012-12-01 11:10:36 +01:00
Miklos Vajna
0816202184 sw: remove unused UNO wrapper around old internal RTF import
Change-Id: I460f75d03a0af53da7523e290136126e95e01192
2012-12-01 11:01:53 +01:00
Miklos Vajna
aff20299c1 Updated core
Project: help  14779b36c86679fafbab25f3886b2fb1faf79daa
add help for enable remote control checkbox
2012-12-01 09:50:16 +00:00
Luboš Luňák
dfe4dec45f fix patch to apply after gbuild changes 2012-12-01 10:17:48 +01:00
Luboš Luňák
083ef62d13 files need to be added before patches are applied
xmlsec1-mingw32.patch patches keywrapers.c
2012-12-01 10:17:00 +01:00
Tor Lillqvist
91b8f74987 Fix OS X build at least with current tool-chain
Pass correct -I flag to acloal in the ACLOCAL environemnt variable,
and set that environment variable for the running of autoreconf for it
it to have any effect.

Change-Id: I64238b6b96539dff28c2ddc16cc17f18ebb22129
2012-12-01 10:56:42 +02:00
Miklos Vajna
4cdb960a79 sd: hide 'enable remote control' checkbox when built without bluetooth
Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128
2012-12-01 09:52:07 +01:00
Luboš Luňák
214bfee285 unused variables
Change-Id: Ia8b2ac25d3949508b132d1b0b05e5384633d935f
2012-12-01 09:00:12 +01:00