summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-03cleaning up a bitAlexander Wilms
Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea
2012-09-03markers.png is now based on svg file, added more iconsAlexander Wilms
Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835
2012-09-03these 9 scripts are in icu >= 4.8, but not in 4.6.1Caolán McNamara
Change-Id: I418968e0a8959730e5ef0c20769fd07ca1f8f23c
2012-09-03Improve tracking of auto-complete states.Tomaž Vajngerl
Change-Id: I4fc1af070b684ffbd0a85e18caa600bb42449f1b
2012-09-03Missing 1 include and 2 usingJulien Nabet
Change-Id: I5100e40f9e2bb2f27f7cac490e7c9fa8c3814166
2012-09-03fix ClearDevFontList -> ClearDevFontCache typoCaolán McNamara
Change-Id: I52d2cb88ef99b9c9846cab13ff2994ed0495d9a3
2012-09-03better description for --enable-mathmldtdLionel Elie Mamane
Change-Id: I7695f3b9d2363835e9434b4d2140e64a7c8b825f
2012-09-03configure: always avoid building ns plugin extension with --enable-headlessRiccardo Magliocchetti
Doing the same trick as osx and android. Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf
2012-09-03desktop: i swear we don't need oosplash with --enable-headlessRiccardo Magliocchetti
Change-Id: I7d03590fc2a0942757b7214c15be78e8bc626e9c
2012-09-03More places that require a prefixed "system"Stephan Bergmann
Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0
2012-09-03"using namespace ::com::sun::star" caused sdbcx::... ambiguityStephan Bergmann
Change-Id: I18573cb3c0b70996e3787028fff1a376bded02c4
2012-09-03misplaced ifdefCaolán McNamara
Change-Id: I006db207686d0a08ffa4e2eb044b12266cdb6dcf
2012-09-03adjust auto font installationCaolán McNamara
to happen on a 5 second timer and collect up as much missing stuff in one go as we can Change-Id: I79f5e70634684a2ef83e3090790531149baf529b
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara
i.e. honour gtk-fontconfig-timestamp so that if we request a font from packagekit to be installed, then we can auto-use it when it appears. Change-Id: Id0d914a3f9cd589d9e8a87bf9be4b6e47de2e191
2012-09-03make GlyphCache::InvalidateAllGlyphs do what it says it doesCaolán McNamara
all the things we say don't do in GlyphCache::InvalidateAllGlyphs but would do if the random debugging getenv was set are always done in the lines after the one and only call to this. Change-Id: Icd5719f12ab687568c95d59b1f6413a13cef3e3a
2012-09-03Resolves: #i96826# request font installation on render failureCaolán McNamara
Use packagekit interface to request font installation when glyph fallback fails Change-Id: Idb6f5cb6971bd156d7cac0a79e240246e9e0f973
2012-09-03Add a way to get a sample language for a given scriptcodeCaolán McNamara
Change-Id: I3a0f561aa2838870c7fc35b2a976f133f3667104
2012-09-03Some builds seem to require a prefixed "system" hereStephan Bergmann
... MacOSX-Intel@1-built_no-moz_on_10.6.8 complained with "oleembed.cxx:881: error: "system" has not been declared"; and see previous 88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b "fwk139: #i10000# adopt for linux." Change-Id: Ibd6f6aae69a7fcca7a60a85ed2d82dd5e775deea
2012-09-03No explicit rtl::OUString ctors needed, sberg dixitFridrich Štrba
Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin
Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin
Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
2012-09-03Remove some unnecessary includes from the IDL filesNoel Grandin
Change-Id: I7f18b528c9660890fe8da18da173ee69f1e1390e
2012-09-03Remove unnecessary XTypeProvider from IDLNoel Grandin
XTypeProvider does not need to be explicitly declared in interface or service definitions, it is handling automagically by the cppuhelpers. Along the way, convert service definitions that now only have one interface into new-style UNO service definitions. Change-Id: Id1706b5afdc2c49f89c583eef8cf0a8a0721713f
2012-09-03Some clean up of previous commitStephan Bergmann
Change-Id: I6507b731665eb3d98a8fbf3d445f6c85e6d49258
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin
Create a merged XPipe interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I682633c6252aab503eb2469c9bd2ba771f10bc4b
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
2012-09-03Explicit rtl::OUString ctors no longer neededStephan Bergmann
Change-Id: Iedad8f705ee54aa1663ef2735a7e847fdd4bd5f8
2012-09-03-Werror=shadowStephan Bergmann
Change-Id: Ibb4dea2bd4b13058895913fa37b7f0b4488cc417
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin
Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-09-03Quote .ddf content (potentially containing stuff like "%2F")Stephan Bergmann
Change-Id: I532cbc97fe0a85f10dba4f52897c3744516c31c9
2012-09-03version is WNT only libraryMatúš Kukan
Change-Id: I3a6763abb76d244bf0a3117705130d1aeae98e2d
2012-09-03Fix removal of stale servers in selector.Andrzej J.R. Hunt
Change-Id: I95a378cade77a7e53ef6baa69a6e9223d13e1526
2012-09-03Repeat bluetooth discovery periodically.Andrzej J.R. Hunt
Change-Id: I2cccc3118a06b2202a249ae8ed116d2c3bc85395
2012-09-03Imported Gnome icons under CCBYSA3 and and added new onesAlexander Wilms
Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8
2012-09-03Some error handling for dbus / bluetooth.Andrzej J.R. Hunt
Change-Id: Ib06f1deb620140e215411650132aefa6b76dbfbe
2012-09-03Implemented automatic reconnection + reconnection activity.Andrzej J.R. Hunt
Change-Id: I445fe2acb24ab6992aad4c75f6886f517bdcc0b0
2012-09-02Improved usage of the auto-complete tree structure.Nico Weyand
Auto-complete lookup structure remembers as-you-type the character position in a word. Currently the whole word was always looked up which was not necessary. This patch improves this. Change-Id: I7dced25707979377ae3f696a5987956d2308aeec
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl
Bitmap rendering was rebuild from the original state and checked for rendering bugs at every change. Currently the implementation supports scaling by averagin for RGB channels an for alpha channel in some cases. For scaling factor > 0.6, the original bilinear scaling is used. Implementation is currently still in "outdev2" but is decoupled and will be moved to its proper place into "bitmap" and "bitmapex". Change-Id: I6feb744712956a92d6140d079dc3a85ee8511930
2012-09-02expand ACT_KONTEXT and MV_KONTEXT macros, rename kontext to contextIvan Timofeev
Change-Id: I7783e60cc048dfbd99976881afca317ad1326d66
2012-09-02crash with safe iterators: attempt to decrement a past-the-end iteratorIvan Timofeev
Change-Id: I4c81125e67c23fb05e98fc6b2f47ed3e49dd29c3
2012-09-02Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini
Change-Id: I13f88bdfa6fc7d2b39fb2fd6a686b5364c20d6b5
2012-09-02Modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq
Change-Id: I4c82b7e543ec74cec3d4eb2985a3e4ec68c16b11 Change-Id: Iaf83b7119767cf0b953cab62d5555141e8e154bb Reviewed-on: https://gerrit.libreoffice.org/496 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-01Remove SwEditWin::ShowHeaderFooterSeparatorJulien Nabet
Change-Id: Ibbe784ee205bae0854dabe8844c53c9d72382884
2012-09-01libmerged: another small component libraries for androidMatúš Kukan
Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
2012-09-01hide duplication into anonymous namespaceMatúš Kukan
Change-Id: Ie9a810f59d08d79636a0ad4b56adedb87479706e
2012-09-01add more component prefixesMatúš Kukan
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
2012-09-01filter: remove leftover filesMatúš Kukan
Change-Id: Ifc0525189fb68f8976cd25a5c83419c47281d025
2012-09-01ucb: add component prefixesMatúš Kukan
Change-Id: I77bb24d90d310452530abe57ebc183cce98043de
2012-09-01installer: Second attempt at scpzipfiles interpolation functions.Tim Retout
Call "replace_all_ziplistvariables_in_rtffile" with a hashref rather than arrayref. Also rewrite implementation of installer::scpzipfiles variable replacement functions, and add test case. Note that unknown variables should be ignored rather than replaced with an empty string. Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8