summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr3-13/+1
Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 5e2c3fd88906494965979bd20ca852391bee3bac) Conflicts: pyuno/source/module/pyuno_impl.hxx Change-Id: If73d5f7b799f04b79b5cc71d2d44c797851b18d0
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr1-8/+16
through environment vars Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging) "ERROR" (show errors only) "NONE" (or anything else) (for production) is the default and the log output type with the enviroment variable "PYSCRIPT_LOG_STDOUT" "0" (log output to user/Scripts/python/log.txt) "1" (or anything else) (log output to stdout) Patch by: Tsutomu Uchino <hanya.runo@gmail.com> Review by: Herbert Durr <hdu@apache.org> Note: Commit message edited by ASF infra team to work around a known issue with the ASF svn install (not an issue with svn) and UTF-8 handling. This is a temporary issue that we hope to resolve soon. (cherry picked from commit 9dc7f72febe9d294304f70cc7b9cdeab1c67dc8b) Change-Id: I099c8b3f812559c380078f63b692c83fdc811e33
2013-07-12Related: fdo#66817 ensure VclExpander label is mnemonic for disclosure buttonCaolán McNamara2-0/+20
Change-Id: I11c9a35e3d50a827127e4542a40f6f29580d4e8b
2013-07-12write bcp47 format-locale if necessary and read bothEike Rathke3-15/+24
Change-Id: I82cfdd8652d1c86b701ccb0b913928c860a360d2
2013-07-12write ISO codes for native number transliterationEike Rathke1-2/+5
Change-Id: Idc3bf2aabb7df4e57deb13251a1f6631c579268c
2013-07-12write bcp47 to dc:languageEike Rathke1-8/+2
Change-Id: Ia62ef327cd07070c2e48f4140c58f3309581b562
2013-07-12Related: fdo#66817 pressing space on a DisclosureButton should toggle itCaolán McNamara1-1/+1
Change-Id: Ib0f03e4389a35f1eb66c3c5951e89a9f70ec7145
2013-07-12Resolves: fdo#66675 set alerts to non resizableCaolán McNamara8-0/+8
GNOME HIG states that "Alert windows are not resizable" so consistent with that. Change-Id: I44240f2202fafca2e6a0502e09f22683bbea4c50
2013-07-12Updated coreCaolán McNamara1-0/+0
Project: help de54c17248708f728177be7a3421da1dc0e97504
2013-07-12add back text flow options and some other reorgsCaolán McNamara4-122/+90
Change-Id: I7139779728907b20d577bf465090674238f80649
2013-07-12modern .ui widgetlayout for frmpage/frmaddpageCsikós Tamás6-330/+556
Change-Id: Idbc62b17551398b80711c5a4a4a6c8346580e73e Reviewed-on: https://gerrit.libreoffice.org/4843 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12swipe in sidebar improvementsiqi11-46/+103
Change-Id: I7834d5ae8013004d080d433e4625a0a60bd5877a
2013-07-12two pointer mode implemented & various bug fixessiqi5-42/+124
Change-Id: Ib927b7a463d29838fd16eb62dc23a05a230c0274
2013-07-12accelormeter implemented but doesn't work well...siqi21-169/+579
Change-Id: Ia5f2c1e706b21914ff483378e1bf8ffbdeb5eed6
2013-07-12remove unused idsCaolán McNamara4-19/+10
Change-Id: I6c25699ec598ff6d3191870859eebc83eacc7709
2013-07-12Updated coreCaolán McNamara1-0/+0
Project: help b6af35b3def2399a8dec491c50f7a946618261d0
2013-07-12Convert Draw paragraph dialog to widget .uiOlivier Hallot10-221/+334
An undocumented feature can be enabled by environment variable export SD_SHOW_NUMBERING_PAGE=1 so a paragraph numbering tab pages shows up. Change-Id: I21b0c8f6dffefd09fa783f29d3280c955513ddd6 Reviewed-on: https://gerrit.libreoffice.org/4852 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12prepare to read backsolver's OOo ODFF namespaced function nameEike Rathke1-5/+4
Change-Id: Ieff6955c54125483eeac25f87ab334d91e37968f
2013-07-12ensure all tabpageids are initializedCaolán McNamara2-11/+15
Change-Id: I0973daedacf38ed9fbe969063c3f7f17a2fa4758
2013-07-12Convert paragraph properties dialog to .ui formatOlivier Hallot13-207/+294
Convert Writer paragraph properties dialog to .ui widgets. Reduced 2 different dialogs into one (bDrawParaDlg) Conflicts: sw/AllLangResTarget_sw.mk Change-Id: I63135dda5416b8b503f9aa9f4986ce3ed08f535c Reviewed-on: https://gerrit.libreoffice.org/4851 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12String.AppendAscii() cleanup in scRicardo Montania12-92/+79
Change-Id: I99e8834085573238f0d1d49576f73e945abc44d3
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2-18/+14
Change-Id: I06057fd5fddde278333bf3b65388c70d30b69d79
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida11-116/+114
1) Compare data field name as it is displayed in the table output. 2) In the result tree, store field member names as strings as displayed in the table output, instead of as ScDPItemData. GETPIVOTDATA operates on displayed cell values and do textural comparison. There is no use storing ScDPItemData which screws up value lookup in the result tree. Change-Id: I31bc03a6800f4fadf2ba1180d1958354d43e8a07
2013-07-12use LanguageTagEike Rathke1-6/+6
Change-Id: Ie7e9aac9356a7a9e20945556960f807928e1fede
2013-07-12use LanguageTag to convert, and some FIXME-BCP47 commentsEike Rathke1-2/+5
Change-Id: I63abfdfbd9f94993ce583ebd4cf8ef44d2068112
2013-07-12some FIXME-BCP47 commentsEike Rathke1-0/+5
Change-Id: I0c9a532ac4eec9730f7ae17b02742a381fa0a667
2013-07-12use LanguageTag::getGlibcLocaleString()Eike Rathke1-12/+1
Change-Id: I3770056e3a8039dae5c5cfe686f445d4668b5995
2013-07-12use LanguageTag, and a FIXME-BCP47 comment in loadTranslations()Eike Rathke2-8/+10
Change-Id: I9fd4c0a3887dd3d7ac756f0399a8a030d116f68a
2013-07-12restrict to ISO language-countryEike Rathke1-17/+36
Change-Id: I0dbcb4bd75fa270acee409524d6b1dd12547ff0d
2013-07-12DefaultFontConfiguration and FontSubstConfiguration with LanguageTagEike Rathke5-57/+56
Change-Id: I6c111392537d114358d0574f2dbdf40f684b5103
2013-07-12eliminated some back and forth conversion between bcp47 and LocaleEike Rathke2-54/+21
Change-Id: If97a4b695262a99979dbab1bcec75fe694c4de80
2013-07-12use OUStringBufferEike Rathke1-3/+6
Change-Id: If82c2114a1145e1bfdede9205461717c04043db2
2013-07-11fix HTML export of linked image bulletsAndras Timar4-68/+51
Change-Id: I14ade42adfff9beb0e40eb0d7e5569cbef0ced06
2013-07-11Update opensymbol readme.Michael Meeks1-0/+5
Change-Id: Id6f82bb23336d056b2a4aa9966d93f9098f2cc26
2013-07-11simpleExtract() with "re-casing"Eike Rathke1-6/+20
Change-Id: I3ee2cdab9ac889eb3e73c08924c349777fbef2f8
2013-07-11fdo#66826 - Allow parameters to be passed to patch such as --binaryMichael Meeks2-1/+11
2013-07-11Related: fdo#66524 don't invalidate font cache every timeCaolán McNamara1-0/+1
The afm dirs are misdetected as having had something in it in the past and having nothing in it now. AFAICS it seems that this particular code has always been like this, so keeping this fix separate for master only. Change-Id: I8960d0b0d22ee24d5691eecdce262011dc141ea6
2013-07-11Resolves: fdo#66524 string conversion gone wrongCaolán McNamara1-4/+4
Change-Id: Ie885514cdfaecc14ac57bb53a2da7c51274d54b0
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke1-1/+1
Change-Id: I5fe746ed08a7b1124465231b6e85475da5490904
2013-07-11use LanguageTag and getFallbackStrings()Eike Rathke1-16/+9
Change-Id: I398fb1cd3a2f456562d879b417ec964f21f67464
2013-07-11use LanguageTag::getFallbackStrings()Eike Rathke1-15/+22
Change-Id: Id9403337375077931e976358c4410ad18ac0e092
2013-07-11Add test case for matrix's double array handling & fix one bug.Kohei Yoshida2-1/+48
Change-Id: I6cb2ff8bf536ccb53ae9f146baf6aa582f9fbcfe
2013-07-11use LanguageTag to convertEike Rathke1-22/+2
Change-Id: I11007c31e5b4eea39ce27876de8a65fbf563a5e9
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
Change-Id: I77416a9e275dc204b3b82807d27b5276ad4f497f
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
Change-Id: I202c53a094ac7ddcbd1fa0d2367058aba56820ed
2013-07-11use LanguageTag to convertEike Rathke1-4/+1
Change-Id: I721f1018e6380a3102b6dd20052001b1e950421b
2013-07-11use LanguageTag to convertEike Rathke1-7/+1
Change-Id: Id32a8a75cd24a8acc4dada689a5688767de6745b
2013-07-11write bcp47 for dc:languageEike Rathke1-2/+5
Change-Id: I859eaaba3c852127422bd0d0e0db0f9bd62e0d55
2013-07-11use LanguageTag to convertEike Rathke1-13/+3
Change-Id: I9209b659eb88df5610882a476dc12ac45527e568
2013-07-11comparing Locales without Variant is now insufficientEike Rathke1-3/+4
Previous code also had some odd notion of inequality ... Change-Id: I0e75035a0618a3a0a177d22296155b9ae2a26185