summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-03pyagenda: some duck typing hereXisco Fauli
Change-Id: I6761962178473828039317a6826beaa242954c69
2013-02-03pyagenda: load previous topics configuration when launching the wizardXisco Fauli
Change-Id: I771c3a86d00c55e82a96286fec0484283d28ff4c
2013-02-03pyagenda: Fix finish actionXisco Fauli
Change-Id: I89b2b8b8a3f5988d6a53fe2a743fbf191e04ff58
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák
http://wiki.documentfoundation.org/Clang_plugins Change-Id: Ieb4fc186490e81ab961c094ca0a7fcdabc0f348f
2013-02-02a bit more reliable detection of removed/added sourcesLuboš Luňák
Change-Id: I7fdde46334c648ab6cba54210e31fada87dcfb55
2013-02-02unused variableLuboš Luňák
Change-Id: I636229e88f76d8e2f6ccd24fd7b5063ca64f9b27
2013-02-02remove not needed #includeLuboš Luňák
Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák
Change-Id: I2f98622f152ae0c7ac8d1113d6380f686ac7234c
2013-02-02always use the report() helperLuboš Luňák
Change-Id: I2966fdb5bd98b1ddf718079584acf90a3e3a3700
2013-02-02sal_Bool to boolLuboš Luňák
Change-Id: I7d05020b6e07268349fb269bd58ce11aeddf6631
2013-02-02move clang plugin that's no longer neededLuboš Luňák
But still keep it in case it'd be needed again, or simply as a starting reference. Change-Id: If519e1320e1bd6dce7746b57172324b33504051e
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák
It's mostly there already anyway, no need to duplicate it. Change-Id: I5b066f90725a064fb0746e1411900e835e3f66c3
2013-02-02automatically link all .cxx files in clang/ into the pluginLuboš Luňák
This means that just moving sources to the dir will enable the plugin action in that source, without modifying any sources, so those changes would not be accidentally committed when using a rewriter to change LO sources. Change-Id: Ic5a9c52dbf1939a1e78ad39ed6691ce3a1f399df
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
Now each one registers in its .cxx file. Change-Id: I811c0d4400c2bdccc1c287269378d7e8ad8743ce
2013-02-02move plugin handling to separate source filesLuboš Luňák
Change-Id: Ifa1af34121bda9ca3250d09a3b8a46ea226795ed
2013-02-02Updated tango_testingAlexander Wilms
2013-02-02fdo#57180 return #VALUE! error if a number couls not be parsedEike Rathke
Change-Id: I25ed88b30329b92f80efd329243f85b271d972a7
2013-02-02Missing reading of # members of polystructStephan Bergmann
Change-Id: I343a3e6d57e8f9e1a35cdf3b5825f5a6f58fd133
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers
Conflicts: sc/source/filter/excel/xlformula.cxx sc/source/filter/oox/formulabase.cxx Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5 Reviewed-on: https://gerrit.libreoffice.org/1477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-02fdo#58646 fix import of RTF_PAGE in cont section when having titlepgMiklos Vajna
Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059
2013-02-02fix if statement and translate German OSL_ENSUREJoren De Cuyper
Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624 Reviewed-on: https://gerrit.libreoffice.org/1960 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-02delete double entry (see line 345)Joren De Cuyper
Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5 Reviewed-on: https://gerrit.libreoffice.org/1956 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-02HIG visually seperate buttons from contentsCaolán McNamara
+ add 6 vertial pixels between page properties header label and frame contents Change-Id: I5d28eba11757bdf690367ea5d4aa74422ca64912
2013-02-02add theme content_area_spacing to dialog vbox spacing, not overrideCaolán McNamara
Change-Id: I4b7fa3fd01717105af194a04b73d90e0d602028a
2013-02-02Clarify the different kinds of signing certificates (stackoverflow.com)Tor Lillqvist
Change-Id: Ib0a7e74d394c3c5f7d2f3d7f5ba70bf6a714b604
2013-02-02chop custom target off a11y relation widget target nameCaolán McNamara
Change-Id: I40a52bdca7884b092aa395d0afd0ffa5364f4ebc
2013-02-02HIG: 12 pixels between label and labeleeCaolán McNamara
+ indent hierarchy in 12 pixels Change-Id: I9e2d8afc62c0bbd2726f743da8bcd6685b8cd431
2013-02-02set mnemonic widgets on char name pageCaolán McNamara
Change-Id: I90d8bcdde05deb8b2af3b1b610bb444f944a1534
2013-02-02Resolves: fdo#59767 detect outlier widths and exclude from size normalizationCaolán McNamara
For non-homogeneous (the default) button boxes we want in general to give all buttons the same width as the max button width. But if we detect that certain buttons are > 1.5 the average button width, then leave those outliers at their natural size and set the rest of the buttons to the max width of the remainder. Change-Id: Ice514e741e3a7725d69e150e5752158a1c267141
2013-02-02fontconfig: multiple <family> in <alias> isn't supportedCaolán McNamara
Having multiple <family> in <alias> isn't supported and may not work as expected Change-Id: Ifffa81db6829e7e21ff061276e1558dda6b99c71
2013-02-02CosmeticsTor Lillqvist
Change-Id: Idbc7bd8ac3bca6b0a2d5e893de9a41cba8110c54
2013-02-02Do re-sign the bundle as a whole as soffice has been modified and/or renamedTor Lillqvist
Change-Id: I5e798fb94594ef4f91db7b57058f1c5cfb021d8e
2013-02-02Fix mixed unix/dos endnlines.Tomas Chvatal
Change-Id: I7cbf64b1ddc9a5f52cadfb138faf89d8aab8c234
2013-02-02Sign executables right after linkingTor Lillqvist
Change-Id: I27c929deffeb803e103609634b501622e04da033
2013-02-02fix fdo#59892 completely and fdo#33302 partially.navin patidar
fix fdo#33302 for rtl scripts in cal,impress and draw. Change-Id: I83b1e077faf0f2578308e03b7598557f60e7cfd8 Reviewed-on: https://gerrit.libreoffice.org/1961 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-02-01bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida
When scanning the entire data range in an attempt to determine where the first data row is, we shouldn't stop at the first column. We should scan all data columns to make sure we pick the lowest value row position among all columns. Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
2013-02-01vcl before xoLuboš Luňák
fixes circular vcl<->xo dependency Change-Id: I5a9eb1f48044a2d43901b40f695ea2a93c70388e
2013-02-01Revert "temporarily disable the xmloff/vcl dependency"Luboš Luňák
This reverts commit 7bce8c2e491562873705e3e451ba66d005b22646.
2013-02-01logerrit: print logerrit help with --helpPetr Mladek
It printed help of the plain gerrit tool which always confused me :-) Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62
2013-02-01use correct default values for the splash progressbarPetr Mladek
they are not longer forced from configure Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563
2013-02-01fix position correction for flipped shapesLennard
This complements change a9fc1456719da3cecda6a97454bad0642e493035 The Translation-compensation of that fix didn't work for flipped shapes. Also, vertically flipped shapes made problems. Also 360 °C = 0°C (drawingml.hxx) I didn't dare to fix it earlier because there is some problem with the selection frames. But that is an import bug, not caused by some export stuff! This import bug makes the manipulation rectangles around the shapes flipped & turning in the wrong direction, perhaps due to CroftCro$oft clockwisification! Change-Id: I05aa036d31cd5d9a8b194897b3d92ec12d6d2c61 Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1250 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-02-01-Wc++11-narrowingStephan Bergmann
Change-Id: I044033ca41dea75dc438bc3989d067fc8e70b9fc
2013-02-01temporarily disable the xmloff/vcl dependencyLuboš Luňák
As far as I can tell, there is not circular dependency, but make complains, and only when invoked from toplevel, not from tail_build. Looks like gbuild problem, but do a hackish change to make unbreak clean compilation, for now. Change-Id: I445ba343f9eaa988c60c288bf5fc1c5d1c7b67a5
2013-02-01fix build from tail_buildLuboš Luňák
gb_Side is set either from toplevel Makefile or from any module Makefile, but not when starting build from tail_build Change-Id: I4df6eb221f5b778ce3c0234251f8dbbb56645028
2013-02-01Skip broken character bounds checks on Mac OS XStephan Bergmann
...where for whatever reason (TODO: investigate) they keep failing at least with my local Mac OS X 10.7 build at toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText: LOG> getCharacterBounds(-1) LOG> Expected exception LOG> getCharacterBounds(8) LOG> Expected exception LOG> getCharacterBounds(0) LOG> Text at this place: F LOG> Character bounds outside component LOG> Character rect: 1, 3, 6, 11 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(1) LOG> Text at this place: x LOG> Character bounds outside component LOG> Character rect: 6, 6, 10, 8 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(2) LOG> Text at this place: e LOG> Character bounds outside component LOG> Character rect: 15, 6, 7, 8 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(3) LOG> Text at this place: d LOG> Character bounds outside component LOG> Character rect: 22, 3, 7, 11 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(4) LOG> Text at this place: T LOG> Character bounds outside component LOG> Character rect: 30, 3, 8, 11 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(5) LOG> Text at this place: e LOG> Character bounds outside component LOG> Character rect: 39, 6, 7, 8 LOG> Component rect: 0, 22, 100, 12 LOG> getCharacterBounds(6) LOG> Text at this place: x LOG> Character bounds outside component LOG> Character rect: 45, 6, 10, 8 LOG> Component rect: 0, 22, 100, 12 Change-Id: I690ffc773b53e0f19536605e3cb89280bc98c19a
2013-02-01Increase test timeoutStephan Bergmann
...it now matches the duration of another nearby timeout in the code, and it happened to cause a parallel "make check" to sometimes fail on a slow MacBook. Change-Id: If8bddb82a05c46637fdc2fcc3373411fcb37a466
2013-02-01No need for aliases hereStephan Bergmann
Change-Id: I29dcc26eb13222ef4348ab3281a19b2e6f8c46f2
2013-02-01move implementation class to a non-public headerLuboš Luňák
Change-Id: I61731f472405e46828204ffb1cacf1c9e6a9b5bf
2013-02-01one more config_host/ breakageLuboš Luňák
2013-02-01Drop useless member variablesTakeshi Abe
Change-Id: Ib933d150d5d82383d23619857b2797a63be28626