summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-07If dev-install is obsolete, why have it at all?Tor Lillqvist
Replace mentions of it in a few (dcumentation) places with test-install. Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
2014-08-06Scope reduction.Kohei Yoshida
Change-Id: Ie92743a05c857f0cbb5e812d8341127d29d18202
2014-08-07chart2: -Werror,-Wunused-private-fieldMichael Stahl
Change-Id: I4e67e11772f400f1e6ae1ba8af00dea81c085691
2014-08-06deleted TP_LAYOUT resourceSzymon Kłos
Change-Id: Id0c60b43160f2447cfddfd7cf1c06c1becc419e9 Reviewed-on: https://gerrit.libreoffice.org/10784 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-06fix WreorderMarkus Mohrhard
Change-Id: Icc9d9587ddf5610d6adaca9b2ea5eb32e2534947
2014-08-06remove test code of screen textweigao
Change-Id: Ibcda49dc561b2778d17c03edaaaf2b8e2fff4a0a
2014-08-06add click fly back codeweigao
Change-Id: Ib4d5ce06f50ab7413fe8ecb5b61397b41e4fedd2
2014-08-06make GL 3.0 support bars scrollweigao
Change-Id: I71d8d94f410e6c67d0e188ea2e0f79eb151758e0
2014-08-06make pick shader work when bars scrollweigao
Change-Id: I9a3e0e36b212ff49ad22ac0ff267d04476b4c307
2014-08-06add scroll matrix and bars can scrollweigao
Change-Id: Ic821faaa9dc02fd965f46a77136edaf7a87cf6fe
2014-08-06add scene limit code for scroll modeweigao
Change-Id: Id6ce3aa55b286a300476f3609d1e1994ce2c2768
2014-08-06add scene edge functionweigao
Change-Id: Id64e3dc06d0d853bc7cece2337dcc927e15a49b6
2014-08-06add functions of setting the speed and distance of barsweigao
Change-Id: Id44adf11d445b9c30467e220465528a80ee31b18
2014-08-06add codes to compile the scroll shadersweigao
Change-Id: Ib69dbdb012e983e194b7ada04b455c80cf0abbaa
2014-08-06add bars scroll shadersweigao
Change-Id: I006062986534950485ffa9e280caad3e37c2f35f
2014-08-06add high light bar code for clickweigao
Change-Id: I412173d01fe6611027b45169fe4cd9be5b4cc4df
2014-08-06pick bar path should use the IDs in pick resourceweigao
Change-Id: Ifd20a7a9ecb85ffc080204f4f3e9f200b07b9a9c
2014-08-06test patch of creating bitmap in render threadweigao
Change-Id: Ic0879dba3ad6a80359931edb65f0b72c1cc4d597
2014-08-06texture should be released in render threadweigao
Change-Id: I4ae03163a2bf9aff831e6fd3a8c1c91fa3eba675
2014-08-06fix the light power in 3.0 versionweigao
Change-Id: I0a8e86f513386b7ce0eebb38d3257c275e86085c
2014-08-06add drag animation for benchmarkweigao
Change-Id: Ie9146272dd88b7b51edace7023048629874c360f
2014-08-06add click event animation for benchmarkweigao
Change-Id: I1e5a879fa315a775a77d3fddc6de1d02963b5f7d
2014-08-06Remove the 2nd argument which was added unintentionally.Kohei Yoshida
Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372
2014-08-06update the reference filesMarkus Mohrhard
Change-Id: I063100a632286b7fbec71c5fba00b9705972ac9f
2014-08-06Revert "Revert "bnc#886540: Let's not push the available area down when no ↵Markus Mohrhard
titles are there."" This reverts commit b7a46a22b6a0a5429adec015255ce76e41dced41.
2014-08-06fdo#82137 don't include working directory in tarballsChristian Lohmaier
as this changes permissions when extracting, and those are restrictive, since it is a temporary directory Change-Id: I41b28fe405e5915faeea944eb3cfdbed518ac55d
2014-08-06fix C++11ismMiklos Vajna
Change-Id: I93f8bbdc9b0b326fa6334640e1d65b862dba6f22
2014-08-06pep8 fixesMiklos Vajna
Change-Id: Iba89cca1dd06e133d7a23f1695b262209e13cec2
2014-08-06unused tokens-to-xml.sedMiklos Vajna
Change-Id: I274cdeddde53472e1d4d2188f88269a70677a1fd
2014-08-06unused writerfilter::ooxml::OOXMLFastTokenHandlerMiklos Vajna
This makes libwriterfilterlo.so smaller by 500KB in a stripped dbgutil build. Change-Id: I0046251a0fe83ceee6f585f17707e4ecf53996b6
2014-08-06writerfilter: switch to the oox FastTokenHandlerMiklos Vajna
Possibly they did something different in the past, but currently they do the same. This commit just switches the handler, the newly unused code will be removed in a later commit. Change-Id: Ic5bade876c264e025543728916d9bcd871e32b9b
2014-08-06Updated coreDavid Tardon
Project: help 9411c73cf8ac2f036ce21c99962788e59148158c
2014-08-06Fix *_component_getFactory function typeStephan Bergmann
Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4
2014-08-06Not every SwGluePortion is an SwFlyPortionStephan Bergmann
Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200
2014-08-06Call SwTxtNode-specific part of DelFrms while SwTxtNode is still SwTxtNodeStephan Bergmann
...when SwCntntNode::DelFrms is called from ~SwTxtNode -> ~SwCntntNode. * SwCntntNode::DelFrms now needs a flag to distinguish calls from inside ~SwCntntNode from other calls. bIsDisposeAccTable happens to already serve that purpose, so I reused it, but that may be a bad idea from a semantic point of view? * ~SwTxtNode is careful to mimic old behavior and only calls DelFrms_TxtNodePart if GetDepends() is true; no idea whether that's really necessary, though. * Shifting the work done by DelFrms_TxtNodePart from within ~SwCntntNode to before ~SwTxtNode calls ~SwCntntNode hopefully has no negative consequences. Change-Id: I1532b4cfef7fbf9ba82e64b919a08cbefa335421
2014-08-06SwCntntNode::DelFrms already checks for GetDepends()Stephan Bergmann
Change-Id: I9f7ccd372a570dc4dea98983c51419dce83f8be8
2014-08-06Remove unused bNeedDel parameter to SwCntntNode::DelFrmsStephan Bergmann
Change-Id: Iedc5e8caafda868db853fdf328fbdc99bbf28e20
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90 Reviewed-on: https://gerrit.libreoffice.org/10778 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06Updated coreDavid Tardon
Project: help cc5bb5cd5316199307fcafa59583314f040b8733
2014-08-06DOCX export: handle <w:cnfStyle> row propertyMiklos Vajna
Change-Id: Ice1cf2ce078b130130c44952ec2be0f8642f21a8
2014-08-06DOCX export: handle <w:cnfStyle> cell propertyMiklos Vajna
Change-Id: I7ff2411aed76aa74c8c0d111962773e7af12a7df
2014-08-06DOCX export: handle <w:cnfStyle> paragraph propertyMiklos Vajna
Change-Id: I9654da23886d52968c3c95300cc7ad4f772cbb8d
2014-08-06DLG_MAILMERGE conversion to .uiSzymon Kłos
Change-Id: I9f62470666dfdc2e1a3e636ccc1893871b8e8bd4 Reviewed-on: https://gerrit.libreoffice.org/10753 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06left shift of 4276994303 by 32 places cannot be represented in type 'long'Stephan Bergmann
Change-Id: Ie9ddc5a42116720e0602d7fb38360f01b71df69c
2014-08-06fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly.Andrzej Hunt
Was first introduced by 538c13f3d1756f2d105115f64ab1bc0b7426eebc We should process clipboard formats in order of descriptive-/ usefulness -- however png/bmp are special cases (as browsers will add an html equivalent to their clipboard when copying raw images, with the raw image being the preferred target format) and were therefore moved up in the paste-preference list, mistakenly it was assumed that GDI Metafiles should be subject to the same treatment, but it appears that Word (and Wordpad?) will provide both RTF (preferred) and GDI for formatted text. Change-Id: I731986fc9d70e7aeb64e53764e32cfec3e27eca1
2014-08-06Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML"Andrzej Hunt
Accidentally removed GDI metafiles from calc too. This reverts commit a96a7ce51aa98fb9ee97ea3803e2b7e648611008.
2014-08-06fdo#82151 when constructing column object, replace m_aCurrentRow by a functionLionel Elie Mamane
The passed m_aCurrentRow becomes out-of-date as soon as the current row changes. This also hides an implementation detail of ORowSet to ORowSet(Data)Column. Change-Id: Ib9188743e5dd6dec240e9f5fd3fd9655c6761abc Reviewed-on: https://gerrit.libreoffice.org/10792 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-06Don't leak the previous cacheLionel Elie Mamane
Change-Id: I61cb1c608a7de8efc63533085e86c6c17c05f545 Reviewed-on: https://gerrit.libreoffice.org/10793 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-06Revert "bnc#886540: Let's not push the available area down when no titles ↵Stephan Bergmann
are there." This reverts commit b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7: "Aug 06 10:11:53 <sberg> moggi, b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7 broke CppunitTest_chart2_xshape, very many attributes in chart2/qa/extras/xshape/data/reference/fdo75075.xml have wrong values now; what's the best way to fix? manually fixing fdo75075.xml (assuming the new values are even correct?) looks /very/ tedious. better revert the commit for now?"
2014-08-06DOCX import: handle <w:cnfStyle> row propertyMiklos Vajna
Change-Id: I178cb5591c95cc5587ac56662abf808bfca7a336