summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-22insert on-the-fly-ID if select requestedEike Rathke
Change-Id: I2935b211aaee345827d89c63de207c7e4fbc78f4
2013-09-22in canonicalize() an unknown LangID is temporaryEike Rathke
Change-Id: I4ae0f04f6ba5d6d0f9668595adf0b6865a34d6ef
2013-09-22Change TCP servers search blocking delay.Artur Dryomov
Change-Id: Ia25d064aa5ad030d08a4095e92c3a35fb9b2e68f
2013-09-22Fix possible unexpected search stop.Artur Dryomov
An executor stops working when a single task got an exception. This change prevents only one exception from being uncaught, if this will not help probably everything should be caught. Change-Id: I76a57fc0b1c759cb66bf13b5cdec7223c384bfa3
2013-09-22Change way of saving Bluetooth state one more time.Artur Dryomov
Read a comment at the ComputersActivity. Change-Id: I4a933d262c28a08c1e2227a2eabec54ad2cfd16e
2013-09-22Change slide width a bit.Artur Dryomov
Change-Id: I26bdddaf0e74e81ccb32992e70e27d0d123f7502
2013-09-22don't copy twiceEike Rathke
Change-Id: I664f4fed663ee41ae8f5b857401fbc4a24d02ba5
2013-09-22handle canonicalization better and share implEike Rathke
Change-Id: I82c1b899f88e348cfa798558b63b2264d997c33b
2013-09-21fdo#58144 - disable the ARP 'Remove' button on Windows XPAndras Timar
Windows installer on Windows XP cannot display messages, when the installer database is encoded in UTF-8 and support for CTL languages is not installed. This patch is a workaround, it disables the 'Remove' button in Control Panel's Add or Remove Programs applet, so the user has to choose 'Change', and has to uninstall LibreOffice with the Wizard, which does not exhibit the problem. Initially this bug was not expected, when we changed the enconding from legacy codepages to UTF-8 - I would say irreversibly. Then the severity of the bug was underestimated, because usually uninstallation needs no user interaction, so it does not matter, if the text is unreadable. However, in some circumstances uninstallation needs to reboot the computer, and the user needs to understand the question, whether to reboot now or later. Change-Id: I7d6b4e82cbe4142d23c29313e43a90fa43944b2f
2013-09-21moved LANGUAGE_DONTKNOW impl detection upEike Rathke
Change-Id: Iba2c7f03420a709c5ee6338c1504b1133a8cb643
2013-09-21Enable Drop Caps for Firefox HTML compatibility modeHarri Pitkänen
Drop Caps tab was disabled in paragraph options when Firefox was selected in HTML compatibility options and Writer was in HTML editor mode. There is no need to do that. Firefox and all modern browsers will display drop caps correctly if they are exported from LibreOffice. Change-Id: I9ee0d9647b8e8ed7c57c4b08dc4995ef1b8f91f3 Reviewed-on: https://gerrit.libreoffice.org/6013 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-21sfx2: fix sfx2::sidebar::Theme lifecycleMichael Stahl
It's a horrible idea to have global VCL Images, since that will inevitably crash on shutdown when the static dtor runs after DeInitVCL, which breaks ~every JunitTest now. 0x00002af6750d2d51 in rtl::Reference<sfx2::sidebar::Theme>::~Reference (this=0x2af6756ceb28 <sfx2::sidebar::Theme::mpInstance>, __in_chrg=<optimized out>) Try to fix that by moving the global sidebar::Theme instance to SfxApplication where it can hopefully be deleted before shutdown. Change-Id: Ia78f1e458699335b53a741b6463ce48af69584a7
2013-09-21default ctor LangID acutally is initializedEike Rathke
So make registerImpl() use theDontKnow instead of creating temporary instances. Change-Id: Ibd10a80da5dd4355c33cf525b21158ec56a1360e
2013-09-21iOS datepicker background issuesSiqi LIU
Change-Id: I532d3b854ff3b66048b40decd2d9232ab9720151
2013-09-21higher resolution for menu iconSiqi LIU
Change-Id: I5d1f1e0cacdabef5a84c6ab506f5b1cc21bb6b67
2013-09-21fix iOS7 storyboard issues&popover positionSiqi LIU
Change-Id: I6a3e03956b3616d2d43396843d852c5591423c9d
2013-09-21code cleanup and directory restructuredSiqi LIU
Change-Id: I657eb2943b27e56b6351a996e4702a1f35fa98a6
2013-09-21map autocorrection files with LanguageTag keyEike Rathke
... as several tags (i.e. renamed) may map to the same LangID. Change-Id: I8202b18ea0dc8034522017be59bb104b3d06c0f4
2013-09-21register separate theSystemLocale for faster accessEike Rathke
Change-Id: I0fc5938bd2c0157471539217806ad7844d765e8d
2013-09-21added registerImpl() debug counterEike Rathke
Change-Id: I84a79cbbbe06bdf1ae9e77d9cb5d429c6750fe21
2013-09-21use bcp47 unresolved system for operator<()Eike Rathke
We have several tags mapping to one LangID, so using LangID isn't a good idea. Change-Id: I561745b032af7eb0c54cf55dbcd26872103e2e07
2013-09-21added debug counter to getNextOnTheFlyLanguage()Eike Rathke
Change-Id: If2c53309f50b67d9afeb097391f4d20637bee69c
2013-09-21added operator<() for sorted containersEike Rathke
Change-Id: Iffc3a41df21f2b95054f6f895c9848714ace1de0
2013-09-21let reset() return a referenceEike Rathke
Change-Id: I3700566e7ec2250909211a6d81c6f2a7854b463c
2013-09-21added default ctor for maps etc.Eike Rathke
sigh.. I hate to do this.. Change-Id: Icf5940c0e60d39a2a1a33fbf78d2af6deb729524
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna
Change-Id: I10ab2d0ba10178ba2d37db2632349215341612f4
2013-09-21CID#736208 out of bounds accessCaolán McNamara
Change-Id: I7f428106a4d64e2ee8990b2ddbe1a40a9ddd0a3e
2013-09-21CID#707598 uninitialized scalar valuesCaolán McNamara
Change-Id: Id3c6488cfda25ab809bf554216bf2e5161456be0
2013-09-21CID#1000697 out of bounds accessCaolán McNamara
Change-Id: I59f80463aa13e3c28695112165343f93366cfec4
2013-09-21drop various tools/string.hxx includeCaolán McNamara
Change-Id: If4271c97025a56922c4f0b143cc3af214218a153
2013-09-21WaE: shadowed variable in higher debug levelCaolán McNamara
Change-Id: I560e5559306277006a2b6dbeacad54ee60a182d0
2013-09-20The original bytes were probably meant as UTF-8, not UTF-16Stephan Bergmann
...not that it matters much /what/ characters are used in the sample text, of course. And no-argument java.lang.String.getBytes() appears to indeed use the legacy Mac OS Roman encoding on Mac OS X... Change-Id: I51cd8c16f14e2df8b75d9961150518c8a03d53ca
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist
Change-Id: I360ec27ff268b7189af2f001806c9af5806953a5
2013-09-20Add setting default values for settings items.Artur Dryomov
Users still will be able to disable them if they wish. Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040
2013-09-20trigger less conversionsEike Rathke
Change-Id: Ie7ab85522b3ab0adb5bddd24b9db6affc10c4665
2013-09-20Resolves: #i123295# corrected object and clip rect...Armin Le Grand
in PDFExtOutDevData::EndGroup call in VclMetafileProcessor2D (cherry picked from commit b756639c139f043a613df6ca16c18f426fca1f29) Change-Id: I75faf2c8d925ec210cd74d8c29b90f5f9bf61ec8
2013-09-20Related: fdo#69444 additionally care from zero recently-used items caseCaolán McNamara
Change-Id: I45c68dd7cac0a6666401ae4833b6ae090882659c
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke
Avoid the gazillion temporary conversions / Impl searches. Change-Id: I5232589f1e31d1cbb6becc198b12daabf1038f31
2013-09-20Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo
Change-Id: Iee28b510a79600e20a7e711d78ca20a216ccc3aa
2013-09-20Avmedia: Change a background to the black color.Minh Ngo
Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f
2013-09-20theDontKnow ImplEike Rathke
Change-Id: I6d4738041e3f4eaffc3adbdb0b324eda24903b72
2013-09-200xEike Rathke
Change-Id: Ie400046c513b278115ec6fc67b3c531a1153ef9e
2013-09-20do not register LANGUAGE_DONTKNOWEike Rathke
Change-Id: Ibfe4407c1b2740e806c7d9cb75529a8babc3fd92
2013-09-20now with on-the-fly LangID assignmentEike Rathke
Change-Id: I0766705191176381beaf331de3d10dfc0086a9b4
2013-09-20more preparation for on-the-fli IDsEike Rathke
Change-Id: Ic4d53d0e3e8e149d09017dd7a567b879601073fc
2013-09-20added isOnTheFlyID()Eike Rathke
Change-Id: Ifddbec485814e3287e671e6bc4059689ca3f6c93
2013-09-20added registerImpl() re-entered warningEike Rathke
Change-Id: I064d7241343fadd0256bb0fa5ad32fabcd6738a4
2013-09-20added registerOnTheFly()Eike Rathke
Change-Id: I1e270686ad73bf32c580dddcab7f03c4a3d85054
2013-09-20check for identity in operator=()Eike Rathke
Change-Id: I687dc4bdd3093054a6e2c1fd383cfc2a8c948303
2013-09-20prepare for on-the-fly assigned LangIDsEike Rathke
Change-Id: Id4ba99f0b1894457ca95c209b8394447c6fd7893