summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-30resolve conflictsSiqi LIU
Change-Id: If0a7146f51741e3e8250f0aa671a6902119bb6eb
2013-07-30iOS remote ported to iPadSiqi LIU
2013-07-30Add changing local slide when remote slide was changed.Artur Dryomov
Change-Id: If7325a0266484686549a0c1073827613aa40cb85
2013-07-30Fix tiny source code issues.Artur Dryomov
* Add headers and footers. * Remove unused resources. * Fix classes usage. Change-Id: Id9580f21709b11077e46393c2e2cf8d911ce0650
2013-07-30Change Impress Remote version.Artur Dryomov
Bump it to 1.1 and remote additional text from version name because it is useless. Change-Id: I6fbd0dc3b499c5aafc80b91c77372360c2767189
2013-07-30Remove explicit Bluetooth requirement.Artur Dryomov
Devices without Bluetooth should be able to use the app as well via WiFi connections. This change should remove some Google Play filtering so these devices will be able to download the app from the store. Change-Id: Iebc2f14e0bc57ea7293f8abfa1824b99c4476e8b
2013-07-30Fix application and first activity titles bug.Artur Dryomov
Change-Id: I066af1301c8e5525b5ade310c770273f72007b10
2013-07-30Change resources a bit.Artur Dryomov
* Fix spelling. * Fix dimens to use common 8dp-measured grid. Change-Id: I92e433eba3b78822f36e8e9f242daa3d893a36f5
2013-07-30start weeding out TabDialog::AdjustLayoutCaolán McNamara
Change-Id: I905aa0364b6be0871f34aa0dc466f99fb5c44dfc
2013-07-30convert xslt filter dialog to .uiCaolán McNamara
Change-Id: I02bb629af1f4811f382469b8e2aaaba272f07034
2013-07-30Updated coreCaolán McNamara
Project: help 35792431d1fb897b52e1815390f6a1bb988f5696
2013-07-30Updated coreCsikós Tamás
Project: help 49dbfd092b55cab53b632980ad79fd6c24d7c99b update help ids for direct sql dialog .ui conversion Change-Id: I04405deaa3af2deb89d41ea032dc95b0fb5f919f Reviewed-on: https://gerrit.libreoffice.org/5205 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power
access to libreoffice objects ( and methods/properties of those objects ) from VB all goes through the ole automation bridge. There has been a long standing issue where the bridge falls over trying to access methods of the scripting framework MasterScriptProvider object. Change-Id: I3b9391286e1030bef2a12d6e546a5c47a4f68edb
2013-07-30Ignore authentication for embedded db (firebird-sdbc).Andrzej J.R. Hunt
This turns off firebird's internal SQL authentication -- previously tables were created and/or access validated using the current user's name leading to issues when a .odb file is shared amongst different users. Change-Id: I86615c17c3045aac19d635ee41d76673d1b64530
2013-07-30Add extra error check. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Id342c01feddb9e0779afdc663ae019ea92a4517d
2013-07-30Odd instability in what Bluetooth headers to include in OS X SDKsTor Lillqvist
Change-Id: Ia8e835373bea3287cf16f3d505dbb420c874fed3
2013-07-30Fix MinGW32 and MinGW64 buildFridrich Štrba
SHARDAPPIDINFO is Windows 7+ only. MinGW32/64 headers don't have it. So, just declare a struct with the same members since the SHAddToRecentDocs expect LPVOID anyway. Change-Id: I27e2c8cd6cd7f033cdcf053cc60a1c71038b189a
2013-07-30Better Shell error messages in case argument is missingStephan Bergmann
...like before 62df5aabcdb3dc99ada137a5fa06707ec671d1fe "gdb-core-bt.sh expects three arguments now" Change-Id: I0e75813e36278e53db3fa13a60a58a84e90d7538
2013-07-30gdb-core-bt.sh expects three arguments nowStephan Bergmann
...since 29b59f2e87d1b00ab6a1f4cc4e960603974992bc "gdb-core-bt: don't talk about core files without a reason." Change-Id: I45640a5724fd98faf3a7c1e44e904f880cc9fc6a
2013-07-30Fix a typo and -- hopefully -- tinderbox make checkFridrich Štrba
Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752
2013-07-30add a utility to estimate how much new .ui files we needCaolán McNamara
Change-Id: I9b2a2ae1e8d74df701b4a2fcf28460759a95d639
2013-07-30Updated coreCaolán McNamara
Project: help 8c5b41a85329a9677733546d16a097860bd28058
2013-07-30drop unused help ids & fix mnemonic widgetsCaolán McNamara
Change-Id: I80c21126e2728ffa18c87a98e500cc941d462de1
2013-07-30Convert xml filter tabpage transformation to .uiabdulmajeed ahmed
Change-Id: Ice69f7d036d414c82f6c313a8dc025f736b97e68 Reviewed-on: https://gerrit.libreoffice.org/5201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30String to OUStringMatteo Casalin
Change-Id: I8d4f62b473ad43807621a9dbb826ed33857b737e Reviewed-on: https://gerrit.libreoffice.org/5189 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30fdo#66715: fontconfig: try harder to ignore duplicate fontsMichael Stahl
The thin space not being displayed correctly is caused by using the wrong font, namely /usr/share/fonts/liberation/LiberationSerif-Regular.ttf, which (on Fedora 18) is version 1 and does not contain u2006 etc. glyphs, whereas the LiberationSerif-Regular.ttf bundled with LO is version 2 and does contain these. There is already isPreviouslyDuplicateOrObsoleted() function to ignore older fonts but it does not work for this case because: 1) Only the previous element was looked at, but there may be several fonts with different weight/slant that need to be checked. 2) The LiberationSerif-Regular.ttf differ in the "lang" entry. Change-Id: I2f9e8d50a1f8155b65f8f07c9259dd988c32992a
2013-07-30vcl: fix obviously wrong mapping of WIDTH_ULTRA_EXPANDEDMichael Stahl
Change-Id: I2f23f51e7f04df6fcbc1e2d6661949b830cc248e
2013-07-30Adapt to NSPrintInfo API changeTor Lillqvist
Change-Id: Idce313b30b46a81847e116c380f6fe8eb2953a35
2013-07-30String to OUStringMatteo Casalin
Change-Id: I531522908c9d1ef6eefa0bc6026229f16a8ac388 Reviewed-on: https://gerrit.libreoffice.org/5187 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30String to OUString with local helper functionMatteo Casalin
Change-Id: I514f12d7f3a4131f68cf26af16c273f5216398f9 Reviewed-on: https://gerrit.libreoffice.org/5182 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30Fix build breaker: add missing string resourceAriel Constenla-Haile
(cherry picked from commit c5a4e46fab045ae8abe01cbfd397806a58039d8a)
2013-07-30Fixing i#119950 warn about other running terminal sessionsJürgen Schmidt
introduce new warning message box to inform about further running terminal sessions Patch By: Juan Li Review By: Jina Fang Zheng, jsc (cherry picked from commit 208b788dd4afc0559eb26c6e20a59548be0d993e) Conflicts: desktop/source/app/app.cxx desktop/source/app/officeipcthread.cxx desktop/source/app/officeipcthread.hxx Change-Id: Icd858adaa0d2400eecba3c61c91e0c6fdb6d6af7
2013-07-30set some initial sizes for the direct sql dialog texteditsCaolán McNamara
and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the svtools MultiLineEdit Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f
2013-07-30modern .ui widgetlayout for directsqlCsikós Tamás
Change-Id: I51140fe6abd2d321c5784b923f920ab9183f417e Reviewed-on: https://gerrit.libreoffice.org/5171 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30fdo#43157 - Clean up OSL_ENSUREHonza Havlíček
Change-Id: I5ba15eaa82479aa68b98ce4dcd7827f31b239c98 Reviewed-on: https://gerrit.libreoffice.org/5139 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30OUString: remove unnecessary casts and appendsMatteo Casalin
Change-Id: Ib64b976ac94cba64d9f7c0cbfead3890277ec9ca Reviewed-on: https://gerrit.libreoffice.org/5188 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-07-30String to OUStringMatteo Casalin
Change-Id: Ia9bebaf92bf570c10d01a9ed3db437f70098a07d Reviewed-on: https://gerrit.libreoffice.org/5185 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30Drop internal copies of X11 extensions headersKhaled Hosny
They are not use by default since 2011, and non of the distro configs uses --without-system-xextensions-headers. Change-Id: I51e88796c22b1b3d0854c3ec1db15fcab720a079 Reviewed-on: https://gerrit.libreoffice.org/5175 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-30Typos in debug messagesMatteo Casalin
Change-Id: I0b06af28959d7254b1aaca6e05c51311294bc3e7
2013-07-30fdo#64350: fix for page border shadow exportAdam Co
Change-Id: I3ae7a532eea7e81b9a302a98c00a514d307e8605 Reviewed-on: https://gerrit.libreoffice.org/5146 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-30WaE: cast to 'id' from smaller integer type 'int'Tor Lillqvist
Change-Id: I0106bac830416ef9743787b309ca2821dd6adc89
2013-07-30Related: fdo#67378 rows missing HIG 6pixel spacingCaolán McNamara
Change-Id: I6d4767c3159c1e9ebef19978a94ad994aab6ff4b
2013-07-30Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara
Change-Id: I43df94c16a178c90da9c006565390a81c2fda29b
2013-07-30XubString->OUString for msgboxCaolán McNamara
Change-Id: Ieee6547b36534d0a31b6df8e00c44f1ebbaeae9a
2013-07-30Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate callsStephan Bergmann
Trying to reproduce rhbz#98977, temporarily changing TRANSFORMATION_TIMEOUT_SEC (filter/source/xsltfilter/XSLTFilter.cxx) to zero, loading a dummy "Microsoft Excel 2003 XML (.xml)" file shows a "General input/output error" msg box and "Cancel" leads to a crash due to duplicate calls to m_tcontrol->terminate() from both XSLTFilter::importer and XSLTFilter::endDocument (both filter/source/xsltfilter/XSLTFilter.cxx). Change-Id: Ia103d944f3e1f14ca2cf5552ca3a48348132d38e
2013-07-30Fix firebird-sdbc registry details.Andrzej J.R. Hunt
Change-Id: I753095ba40b5fb45cfccd10a95bd8eb7b68bd564
2013-07-30Use sandboxing when requested also for the app bundle in the dmgTor Lillqvist
Change-Id: I612be680e7aea2b098894aa4e11b10b471d34144
2013-07-30String to OUStringMatteo Casalin
Change-Id: Ie7c04d75bcdf5b9a2b3c941b7cd8fac20a37999c Reviewed-on: https://gerrit.libreoffice.org/5181 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Bail out earlyMatteo Casalin
Change-Id: I4b80a029d5342b180a9f53777f714527b4d3f982 Reviewed-on: https://gerrit.libreoffice.org/5180 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Advertized shortcuts somehow don't work well with Windows 7 shellFridrich Štrba
Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0