summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-07-30Convert area dialog to widget UIOlivier Hallot
Conflicts: cui/UIConfig_cui.mk Change-Id: I6464d6af19aa84dee88e7e46cfa46f2ac1ab3660 Reviewed-on: https://gerrit.libreoffice.org/5165 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Allow access to document scope bookmarksTor Lillqvist
Change-Id: If01cc2ae9f9018f08caa6a5c40025cfdabb0e20b
2013-07-30Be a bit more lax when resolving bookmarks when sandboxedTor Lillqvist
Change-Id: I6ada3e660ee58f7937425eea40a4bbd82754f4b1
2013-07-30fdo#55955 select first column if possibleLionel Elie Mamane
Change-Id: I131cb0395c481d9cc1de210abc207221dab14bf4
2013-07-30Add TODO comment expressing doubts about existing codeStephan Bergmann
Change-Id: I5fd8aa43da4ea879ec2adf31bb904a157b3425b0
2013-07-30C++11 requires a space between literal and identifierTor Lillqvist
Change-Id: I1f69b29a34efee5577e513282d32c52963793361
2013-07-30Accept also 4.8Tor Lillqvist
Change-Id: I121ff292050e9e90e298ed44705b6408c0d2f089
2013-07-30rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann
Change-Id: Ic7dbddb5b17af0bd23864fd19ab2bd815969d008
2013-07-30sanitize system clucene includesDavid Tardon
Apparently clucene bundles pieces of a very old version of boost (1.42) in CLucene/ext/boost, which breaks build with boost 1.54. Change-Id: Ib244222f8f048aefe0484060f9ad5f41bfd24def
2013-07-30fixup SAL_WARN log areaLionel Elie Mamane
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
2013-07-29cppcheck: dup breakJulien Nabet
Change-Id: I96a1ce5d98b4d51f2cacabe7eac95cabcd38ad28
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: If1bd91f28a96bd0eb53e4057e51db900f8b2c52b
2013-07-29fdo#67467: fix crash when renaming table in AutoFormat dialogIvan Timofeev
this reverts 5031e17d4b11181be94448702b1026bd38e0b3c4 and uses ptr_vector::release instead of ptr_vector::erase to prevent object deletion. The use of "transfer" leads to "Assertion `(void*)&from != (void*)this' failed". Change-Id: I77467ce9e1d9dd4b833032ebbe920cbb34d36675 Reviewed-on: https://gerrit.libreoffice.org/5172 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-07-29Just quiet cppcheckJulien Nabet
Change-Id: I82d65a2ebc8023eaddb6dd1aefb872224f90b47a
2013-07-29Related: fdo#67395 add border to preview to cut up whitespaceCaolán McNamara
Change-Id: Ic66bf59294f7c9fb4059574765734749a40b043f
2013-07-29Related: fdo#67395 drop 'Font' frame titleCaolán McNamara
+ promote the family, style, size to frame titles and drop the surrounding 'Font' one + bottom align the previews again + drop empty spacing labels in favour of 6pixel spacing Change-Id: I2c0b78163894c5283162c37bd71fa1bbc3c341c7
2013-07-29Related: fdo#67395 drop 'Preview' frame titleCaolán McNamara
it's clear that it's a preview, move that string into its Accessible name for those that can't see the preview Change-Id: I684f451542f5300cc206c9ade7f3b130b1c3c876
2013-07-29Related: fdo#67395 adjust height of font name tabpage, etc.Caolán McNamara
+ put the language label beside the language listbox which reduces height by a line + use standard spacing between frames in position tabpage + use standard spacing horizonally between elements Change-Id: I1191db7aaf0922978bf6dd8da17ec4f133944b94
2013-07-29liblo - add ability to select filter / format for saveas.Michael Meeks
Change-Id: I866c6cb836407019973559051c854d24f9549d2a
2013-07-29Implement a large chunk of getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Ide63479943dad50000b72bc132f336bace11a09c
2013-07-29Fix typo.Andrzej J.R. Hunt
Change-Id: I1473facceb0b08289052282b93a6e1fb46f0ea14
2013-07-29Implement getColumnPrivileges. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I31e179462a06db135467e8b78e4b550cc603a04a
2013-07-29Implement getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Id5bb79fdd01014594582de2bad6e16142259b0ce