summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29Resolves: #i120864# Text is overlapped by the drawing object...Jian Hong Cheng
when open the .doc file * sw/source/core/text/itrform2.cxx Core function Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit 182062bbeb5a5a34d2bc59791b1d20ff565a1bb8) Change-Id: Iaabb457ade39ef7bfd5b8d07e97c8a98b678a163
2013-07-29Resolves: #i35763# fix WW8: Wrong import/export of underlining coloursLei De Bin
more detail pls check http://wiki.services.openoffice.org/wiki/Writer/Underline_Color Reported by: gonzalez Patch by: Chen Zuo Jun Review by: Lei De Bin (cherry picked from commit 74f769f8c9ff5f4bba2ee08f4921ca54dd0c4c82) Conflicts: sw/source/filter/ww8/ww8atr.cxx Change-Id: Ie9c01c3c7fcd74c059e97ff98a1c67b15c5fcd5c
2013-07-29Resolves: #i119006# disable OSX>=10.7 window restoration until...Herbert Dürr
we support it directly (cherry picked from commit 1b8988f7eefd5ec0d70abd6f83b2cd7197ca5935) Conflicts: vcl/aqua/source/window/salframeview.mm Change-Id: I726ac047e45fc76a075d4c9ceae237316aacc6ea
2013-07-29Resolves: #i121406# support the OSX>=10.7 fullscreen mode based on OSX SpacesHerbert Dürr
(cherry picked from commit 88363bd6ddcd91c0f36131ad33f76b6e1791e4bf) Conflicts: vcl/aqua/source/window/salframeview.mm Change-Id: Idb95b840d2c54f3a8fe75437038afcfc5520007a Related: #i121406# remove willEnter/willExit-FullScreen methods... until they become more useful (cherry picked from commit 1a699e625158cd44c8af069bee63ebd9fd6e0f3d) Change-Id: I8899fe89fbbde3964321a9e8064ebc9423987948 Related: #i121406# #i119006# fix NSWindow's performSelector:withObject type NSWindow uses the type-casted plain integers instead of the boxed number objects (aka NSNumber) (cherry picked from commit 8ea45f79845ed80d5af1aadaf7af0fc3f9c4c1e6) Conflicts: vcl/aqua/source/window/salframeview.mm Change-Id: I81e8d0a806cb6246a4fc647798ffc277dae8fa70
2013-07-29Updated coreCaolán McNamara
Project: help 60eaec58845c8f697c2d7ab5bb671273b0ff4155
2013-07-29Remove whitespace from line endsStephan Bergmann
Change-Id: Ie894879eaebda32bc4f99e7ad7f810c569e86a7a
2013-07-29fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen
The ImportError raised on an import failure with the uno module loaded now includes a complete traceback and the original Python exception message text, combined with the most relevant (nearest to failure if imports are nested) uno lookup that also failed. Change-Id: Id968d84d7f09d555a81017a99369beb503d61439 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-07-29let the pixel control find parent tabpage in layoutCaolán McNamara
Change-Id: I3097e7d33bdf1331a71621af6dee823a803a17b7
2013-07-29adjust bitmap page so buttons don't appear to jump...Caolán McNamara
when swapping between tabs of the format area dialog Change-Id: I341e1661805ca49318732780de991c43898cdba5
2013-07-29Convert bitmap tab page to widget UIOlivier Hallot
Change-Id: I5633a5e96582f94b9619152805cfa13daeb3fe53 Reviewed-on: https://gerrit.libreoffice.org/5162 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-29Fix i#84002 by putting braces when neededMarcos Paulo de Souza
In the case of sqrt with more than 2 operands, like over, we need to put braces in the beginning and in the end of the element. Change-Id: I391db14cd2ddc37695fe0b1f590a89b9dd4369ef Reviewed-on: https://gerrit.libreoffice.org/5153 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29Mark as constTakeshi Abe
Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
2013-07-29String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara
Change-Id: I13e3343cc1fff2a443559e6d6dbd6ec887b5f3e6
2013-07-29WaE: unreferenced local variableTor Lillqvist
Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
2013-07-29Accept NDK r9Tor Lillqvist
Change-Id: Ie7368d0995653d7051b3c67d4b7667e68787da8a
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann
Change-Id: Icbbe27b229d5454d27be646e00e8b362a77359b3
2013-07-29Add timer support.Artur Dryomov
Show the timer as a dialog, plus update all following information as it should be. Change-Id: Idae00b009ce098cfd482ec79629fc8f674502c9a
2013-07-29Add notes support.Artur Dryomov
It is not possible at moment to add borders to slides previews because ViewPager has no constant height and ignores wrap_content property. The current solution seems to be the best. Change-Id: I14b41e0bda578d2ffcdb1c887d633c6201aa383a
2013-07-29Add async slide previews loading.Artur Dryomov
* The previews storage contains bytes arrays instead of Bitmaps which should decrease memory footprint. * All previews processing moved to the background thread. This change should solve out of memory errors. Change-Id: Idd4046020c8fe8f977858f1911e04c0ec095380a
2013-07-29Add auto-hiding tabs when Bluetooth is not available.Artur Dryomov
Introduce a helper class for Bluetooth as well. Change-Id: I89b0b4c42ef56ce3f5c2be3a1ea9d443aec04fce
2013-07-29Remove some occurrences of RTL_CONSTASCII_STRINGPARAM and equalsAsciiLFridrich Štrba
Change-Id: I7acc31f819be6552344073fa032085d01622fca3
2013-07-29Use the Win7 semantics of SHAddToRecentDocs when possibleJesús Corrius
Change-Id: I7cf0dfaec408800f3c682b3ef56799818b805881
2013-07-28Converting to OUString in sd in sdundo.hxx and related files.MÁTÉ Gergely
Change-Id: I5e9c1122ccfe9dfadfb36c4ab419c429c2bda6d0 Reviewed-on: https://gerrit.libreoffice.org/5135 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-28remove unnecessary const_castLionel Elie Mamane
Change-Id: I49348d953614f997d26cb9ad44e39aa0f4b937d2
2013-07-28ImageList::AddImage(sal_uInt16, ...) is unused again, kill.Jan Holesovsky
Change-Id: I58be12e7cbf1b97b4d52f398853074ad135780a0
2013-07-28fdo#54320: VoiceOver does not follow keyboard focusBoris Dušek
The AXFocusedUIElementChanged notification must have the application object as its parameter, as it is the application object whose AXFocusedUIElement attribute value is changing (and because the docs say so). Change-Id: Ife63a1e59d8a24256ace38fb98b69fd1544f9c96 Reviewed-on: https://gerrit.libreoffice.org/5155 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-28move global string to globstr fileLionel Elie Mamane
Solves warning: global resources should have number >= 256 Change-Id: Ic1066b6c190c151550e2fc4c4b932ff397d453a5
2013-07-28Revert accidental addition of clone fooCaolán McNamara
This reverts parts of commit e437dab84256bfabf2c5f5164d6ec55476281701. Change-Id: If5d0b2b59c887a390c0805af8c5605f984900dbe
2013-07-28WaE: unused rDocumentService in one ifdef branchCaolán McNamara
Change-Id: I542cf23c8077d9f867a2d890dc326465fce8c3a3
2013-07-28fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (last)Matthias Freund
Change-Id: Id54b3f9a6972db1c82fdc80897329dd71e48ae2d Reviewed-on: https://gerrit.libreoffice.org/4902 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-28fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 5)Matthias Freund
Change-Id: Ib4dcbce29ef5772a9405db838d904c405c0249e0 Reviewed-on: https://gerrit.libreoffice.org/4874 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-28fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1Ivan Timofeev
... because: 1) frame painted as a line doesn't make sense to me anyway; 2) it leads to x = 1 or y = 1 in createBlendFrame, while the max value for that variable is "width (or height) - 1", i.e. 0. Change-Id: I7437bce6681e42cb57458c012927cf5d6bfc154f
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-28surely this is a typoLionel Elie Mamane
Change-Id: Ic7a6b330094c597aaed09377cde55c2e7be1b08f
2013-07-28protect against past-the-end access of empty stringLionel Elie Mamane
Change-Id: I4518d1a2795f4775aec7f3eb495e39afe30ec7be
2013-07-28Adapt gdb python pretty-printer to time nano-second precision API changeLionel Elie Mamane
Change-Id: I416d98a298f00ae445a480c738a47758544d317c
2013-07-28More details in debug outputLionel Elie Mamane
In particular, give type and message of exception when unexpectedly caught. Also miscellaneous other details. Change-Id: I87d71028dbc902e1770fee4c3643c85e75b7646d
2013-07-28fdo#66006 Convert to PNG for JPEG that can't be losslessly rotatedTomaž Vajngerl
If a JPEG image has a width or height which is not a multiple of 16 (width/heigh % 16 != 0) then it can't be completelly lossleessly rotated (the last uncomplete MCUs can't be rotated) and the image is cropped on the lower size. To prevent this such JPEG images must be rotated to PNG to prevent loss. Afterwards image can still be compressed with "Compress Graphic Dialog". Change-Id: Ie2803512a93bba55573bf66c547f132f37cba711
2013-07-28sidebar: Make WrapPropertyPanel .ui resizable.Jan Holesovsky
Change-Id: I75b7a9e42f937528897114b1d056716ebdce697d
2013-07-28sidebar: Small cleanup in WrapPropertyPanel.Jan Holesovsky
Change-Id: Ie751dfef7ce48942a51577979e16b88a52919f56
2013-07-28sidebar: WrapPropertyPanel conversion to .uiPrashant Pandey
Change-Id: I06e8c0928d6e6357c99bf5f6c7cbf9cc338dd1c1
2013-07-28Revert helpcontent2 changes of a9ae9aefe8384a81dd79827cb76daa9ed8b58dbcFridrich Štrba
Change-Id: If4940b17bcee0d06fa8dc9bf9faa708cf6d0db1c
2013-07-28sidebar: Use GtkGrid, adjustments & mnemonic wdgts in SidebarGraphicPanel.Jan Holesovsky
Change-Id: I1f06733e292986ed0136837ccd6e3a5ba48d07bd
2013-07-28sidebar: SidebarGraphicPanel conversion to .uiPrashant Pandey
Change-Id: Iac55960a2f0fd586961abc5cbf239e06a97e088c
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba
This information helps to map a document with an application ID needed for Windows 7 shell integration. Change-Id: I1224f566037ab7597a29b16f310f93d9f5441cce
2013-07-28Change Page Preview Zoom dialog's button layout to be horizontalStefan Knorr
Change-Id: I7f1bd32ebf4c9e6df794404d4177043e1b5cb790
2013-07-28Try to improve visual appearance of Word Count dialogStefan Knorr
Change-Id: Ie51aeb7de1ac0efd2ae90bccd5121e9f34fbe88b
2013-07-28Change Insert Footnote's button layout to be horizontalStefan Knorr
Change-Id: I04ae00e5cb81abfe12d7b08bc4f31927988dc09d
2013-07-28Fix problem in German UI with cutoff label in options pageStefan Knorr
Change-Id: I8943aa1576f859db7e7f98fa0fa7d751116f0a8e