summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02Expand commentLionel Elie Mamane
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane
In particular, getMaxRows() can throw SQLException Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane
Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane
operator[] on a map implicitly adds an entry and default-initializes value part Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1
2012-12-02this method is not implementedMarkus Mohrhard
Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard
Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18
2012-12-02small fixes for iconset UIMarkus Mohrhard
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
2012-12-02fix build with internal libxml2David Tardon
Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c
2012-12-02unlink() doesn't work that well with URLsLuboš Luňák
Change-Id: I1d0cbd8b8cbbd3ea5c73d0cea6d9e354b1740c7c
2012-12-02recover lost config. spool module ctlseqcheckDavid Tardon
Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
2012-12-02ensure lockfile doesn't leakCaolán McNamara
Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d
2012-12-02Remove unused method from desktopMarcos Paulo de Souza
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-02ditch unused makefileDavid Tardon
Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist
2012-12-02Document the warnings we disableTor Lillqvist
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist
2012-12-02Disable MSVC warning C4986Tor Lillqvist
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-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard
2012-12-02create icon sets in UIMarkus Mohrhard
Change-Id: I6c55cc1d1a1dbd4839b823df08f8c42a7b880132
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard
Change-Id: I8970d3b0cc3263f46cfda45ae3b919a441bc0228
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard
Change-Id: I5da2500b96ba3b03bf822cf428c001204010989e
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard
Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2
2012-12-02No lang no qtzZolnai Tamás
Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc
2012-12-02Ignore qtz in ulfex and some other placesZolnai Tamás
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-02Make qtz work in UIZolnai Tamás
Change-Id: Iced0b874405942782574fe46b58c3caafb2deeb4
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini
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-01Remove useless getpid implementation on Linux.Arnaud Versini
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-01Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changedSamuel Mehrbrodt
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-01oox: fix buildIvan Timofeev
Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3
2012-12-01fix String->OUString conversionIvan Timofeev
OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode), we want OUString::valueOf(sal_Int32) regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32 Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz
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-01do not redirect output in build.pl, i.e. dump build_error.log and other logsLuboš Luňák
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-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz
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-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
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-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz
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-01fdo##38838 UniString Removal in dbaccessRicardo Montania
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-01Not make qtz properties in release buildZolnai Tamás
Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
2012-12-01WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet
Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16
2012-12-01fix libxmlsec delivering with mingwLuboš Luňák
2012-12-01our xmlsec setup calls autoreconf, so patch Makefile.am tooLuboš Luňák
Should fix release tinderboxes. Change-Id: I90fc650dc089e94328ecb9d526f0905f5be5ce3c
2012-12-01vsnprintf() is not portableLuboš Luňák
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-01Resolves: fdo#56549 crash in format->autocorrect->apply and edit changesCaolán McNamara
regression from cad9afa15f53d547733fa55f1353772f6d696611 Change-Id: I1aa36bf86969a5a90456817d360d59125948e519
2012-12-01oops, fix typo for ./downloadMatúš Kukan
Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb
2012-12-01fix(?) libxmlsec build with mingwLuboš Luňák
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-01writerfilter: remove unused WW8AnalyzerMiklos Vajna
Change-Id: I711bc4d6b7100a1b089ed5bfeec7ff14f2727138
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna
Change-Id: I460f75d03a0af53da7523e290136126e95e01192
2012-12-01Updated coreMiklos Vajna
Project: help 14779b36c86679fafbab25f3886b2fb1faf79daa add help for enable remote control checkbox
2012-12-01fix patch to apply after gbuild changesLuboš Luňák