summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-15ruler: RTL fixes for indents in tables and columnsTomaž Vajngerl
Change-Id: I6c0a819e4a294fcf50c96a51bb9eea3ddef84c57
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
It is now possible to disable snapping of the ruler at dragging with holding the ALT key and coarse snapping with ALT+SHIFT key. Tooltips are shown when hovering over indents and borders. Change-Id: Ib1e9639e1e2824f2a75b5abd35765bbbd02c87f7
2013-09-15SvxColumnItem: indents, useless comments, clean-upTomaž Vajngerl
Change-Id: Ib1eb99e9e43526422e7e90e72cdbdaaeed678955
2013-09-15ruler: cleanup ruler.hxxTomaž Vajngerl
Change-Id: I837d224a1e1e1df2ef19d8cbfb8c5f87c3779ed5
2013-09-15ruler: translate or clear comments in ruler.cxxTomaž Vajngerl
Change-Id: I051e28d9241c17192b580c49fbec488be69f727b
2013-09-15String -> OUString + avoid multiple concatJulien Nabet
Change-Id: I83f1475d804caf256ebc18a63d176c1127a7c0dc
2013-09-15Fix possible timer duplicates.Artur Dryomov
Change-Id: I070e36c4a82ca245a641e53466cdaf10dd01e95c
2013-09-15Fix possible NPE.Artur Dryomov
Well, try to fix them. Change-Id: I8f774d35a304367bbdd1778628a1224031355ed4
2013-09-15Change the computers fragment to be more simple.Artur Dryomov
Change-Id: I8acddd744e11aa3c29ba281b321a4e02347a1823
2013-09-15Change the connection fragment to be more simple.Artur Dryomov
Change-Id: Ib9dcc70b87631cfdace00d5b9ba18f2cbdf0de2c
2013-09-14Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo
Change-Id: I9ce6951690773b7b16b352a75c7a741442dcec20
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo
Change-Id: Ibba5874e63356069d1af725d98980910dbaf8eb1
2013-09-14Replace empty slide preview with solid grey background.Artur Dryomov
Change-Id: Ic6beec11b3d5bd86fa4722bd7bb8cb7cd69d8cf7
2013-09-14Add custom capitalized TextView.Artur Dryomov
To provide visual compatibility for 2.3 devices. Change-Id: Ibdcc80a2f3d5a43dd8998153f2d872e564ec1c11
2013-09-14Fix slide notes loading.Artur Dryomov
* Allow dynamic loading. * Show notes only when they belong to the current slide. Change-Id: I30dd73c9a1c9ac8533b830d908276aa6234aa7ce
2013-09-14Fix another code style issues.Artur Dryomov
Change-Id: Id76d17050b7fc2865a78b9a815a2f543e85e321f
2013-09-14fdo#68790: fix build error on Win when system locale=="Japanese(Japan)"Tomofumi Yagi
This patch modifies transex3. Modified transex3 outputs a file with BOM(if MergeMode is true). *.[hs]rc files with BOM avoid this problem. This problem is that MSVC interprets UTF-8 source code without BOM as local codepage when system locale is "Japanese(Japan)". Change-Id: I3e12499a91a954236f48e6d7e360d26c93d19ed6 Reviewed-on: https://gerrit.libreoffice.org/5851 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2013-09-14Print debug strings by SAL_WARNMinh Ngo
Change-Id: Ie2406d569c8fb1532eb2f3014d8383d87a216c01
2013-09-14Hack todo some benchmarkingTor Lillqvist
Not really for general use yet. Just a hack on top of test-bugzilla-files.py. Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1
2013-09-14Mute sound when grabbing a frame.Minh Ngo
Change-Id: I8190d6c9a93183d48076c95a7cd0b978a2954afb
2013-09-14change up/down to just be imagesCaolán McNamara
and add parent boxes to the toplevels and set their names so that we don't get warnings from the vcl builder and add a stub to glade and change a ComboBox to ComboBoxText so glade won't clobber its items Change-Id: I436736e96883b319b635fe87b539e829bc5595b8
2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann
Those .jnilibs that are not needed as .dylibs (this includes those that are also UNO components) are handled via RepositoryFixes.mk. The remaining one, libjava_uno.jnilib is packaged as a symlink in instdir. Everything else is not necessary and removed (including the venerable oddity macosx-create-bundle). Change-Id: I34a1801b0733cdff885c1c72db16fa631c5d82ef
2013-09-14fdo#68874: Highlighter icon doesn't change color if no text is selectedIvan Timofeev
the problem is that bChoiceFromPalette becomes false too early when StateChanged is called with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND_EXT (we don't handle it in the switch) and the following call with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND (which we actually want to handle) is no-op. Change-Id: I024f6a443535411648bda44576e838c3d863e7de
2013-09-14String->OUStringIvan Timofeev
Change-Id: Ic69c3372ebbcbd74e57082066221ee9ef0d49d22
2013-09-14String->OUStringIvan Timofeev
Change-Id: Id1f2035979ab567020aa51e0368d3e77c4db007e
2013-09-14Fixing copying processes for wrapper components.Minh Ngo
Change-Id: Iae3f30d5754c3efac01d66f9d0d567874e44602d
2013-09-14Media zoom for Avmedia/vlcMinh Ngo
Change-Id: I2870b3fbeaa6fbb623f21dfde9a33a6048c60b85
2013-09-14Getting correct media file duration and time.Minh Ngo
Change-Id: I435175ad7b1f6576e501794ee87f334498000b4f
2013-09-14really convert select address block to .uiCaolán McNamara
Change-Id: Icfd77f2037a27f24fd796084509a1baa7734103b
2013-09-14Updated coreCaolán McNamara
Project: help b28f1c1eafe23a8106592aeef0dfe0e235eb0b9a
2013-09-14Related: fdo#38838 one UniString::Search variant now unusedCaolán McNamara
Change-Id: Id0b7b9bf53985f0692cd446a528274fb2009d33e
2013-09-14callcatcher: update unused code listCaolán McNamara
No TriStateBoxes are loaded from .res files anymore. Change-Id: Ie897dc9a46a4e09e7fb1160a5bd4a65c63ba7979
2013-09-14convert select address block to .uiCaolán McNamara
Change-Id: I5fc1d70e91b1b2ba48f749292feb474230082def
2013-09-14make right click menu in tab headers checkboxes not radiobuttonsCaolán McNamara
Change-Id: I99d1edc18e2acb7ae0ea0c6397777ea0f00d81f9
2013-09-14sw: unused includes in ftnfrmMiklos Vajna
Change-Id: I25c9516c3eaac91ba5371497fb48b5d1e296eb0d
2013-09-14sw: unused includes in flyposMiklos Vajna
Change-Id: Iaa5c502f29daee7d801cf217e6a25586fac33006
2013-09-14sw: unused includes in flylayMiklos Vajna
Change-Id: I45b8c171efa1b6f96edfbfaddf5b4881da5dda7b
2013-09-14Replace char[] by OUStringBuffer/OUStringJulien Nabet
Change-Id: I233d067b3fcb93c80ab3c458b19b4f60680fe84b
2013-09-14cppcheck: reduce scopeJulien Nabet
Change-Id: I4d74c6444e3816306cba8b731280bb90899f4ea7
2013-09-14Change slide show operations related to its starting.Artur Dryomov
Do not start a slide show when it is already started. Change-Id: I2cd1df48c07f60ddedb63f93973a0bda029bbd3f
2013-09-14Change searching message delay from 10 seconds to 3.Artur Dryomov
Make it more friendly for users. Change-Id: Ie77643639d4b8a15c6e5a82070f8e01c8fa5025e
2013-09-14Add checks before return server name.Artur Dryomov
Try to avoid possible NPE. Change-Id: I7e89ac38251b0840c66e36f9e0284be2073424c3
2013-09-13conditional SAL_WARNEike Rathke
An attempt to import a language from fo:language is fine even if *:rfc-language-tag was already imported, just ignore this case instead of warning, warn only if Language!="qlt". Change-Id: I0f7ebc6964fe079c9f86ca19e98cfa56ec56398a
2013-09-14WaE: equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase [loplugin]Tor Lillqvist
rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii with string literal argument as call of rtl::OUString::equalsIgnoreAsciiCase [loplugin] Change-Id: Ia4dcbf6f5233a5aa91c609902da0a1037bcc3a48
2013-09-13installer: put in a hack for MacOSX to find language pack filesMichael Stahl
The files are in LibreOffice.app, are packaged in LibreOffice Language Pack.app and will then be copied into LibreOffice.app when the lang-pack is clicked by the user. This also neatly avoids having to deal with file names with spaces in make. Also, root directory is $(PRODUCTNAME).app which works with --disable-release-build too. Change-Id: Ie064831316d790b137022a1632721c62500a46a1
2013-09-13python3: fix the MacOSX build here tooMichael Stahl
/usr/bin/install -s will invoke "xcrun strip", and there are a few hardocded install_name_tool left. Change-Id: I839af379320b4886c45a12c9a1d4fa88d2ef0059
2013-09-13added 'en-GB-oed' for "English, OED spelling (UK)"Eike Rathke
Change-Id: Ia51a8503213997ea589f2df79552ef765ecfc748
2013-09-13copy and reset maCachedVariantsEike Rathke
Change-Id: I898ecf7d3122b5cdbdc9d0df5aa4ac88faa423f1
2013-09-13select sheet menu as a right-click popup to the prev/next sheet dingusCaolán McNamara
Change-Id: Ifc9baeabedeab526d040220e9e45f171b5353bcf
2013-09-13nss: nmedit is apparently also affected by xcrun...Michael Stahl
...but it's the only use of that tool apparently (hoping that libtool merely checks for it for decorative purposes) so perhaps we can do without another config_host.mk variable... Change-Id: I2a0dec4c01dc8ad3327b34a99c807705fedcdd00