summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-19xmloff: add m_ prefix to instance vars in XMLFontAutoStylePoolTomaž Vajngerl
Change-Id: I42bb50f3857392ffb15741942bbe8cef255a41f7 Reviewed-on: https://gerrit.libreoffice.org/55930 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2018-06-19tidy up setting parentsCaolán McNamara
Change-Id: Ic0d30d066c76f2b30a5c4e6c864d80c8242c2444 Reviewed-on: https://gerrit.libreoffice.org/56067 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-19weld SwTitlePageDlgCaolán McNamara
Change-Id: I16a82709f49ed9e85751afd8c8001705c40a6e6d Reviewed-on: https://gerrit.libreoffice.org/56049 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-19uitest for bug tdf#76731Zdeněk Crhonek
Change-Id: Id514b43050fec4bb8f1b4aac4cb2cd8e449812c6 Reviewed-on: https://gerrit.libreoffice.org/55970 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2018-06-19tdf#103913 keep ".emf" file extension and mime typeLászló Németh
in documents, don't change them to wmf and image/x-wmf silently, resulting for example, dropping or rejecting modified documents by firewall packet filtering. Change-Id: I3b8634ae022c7c026b0ed4ebc345c1c3b3f96337 Reviewed-on: https://gerrit.libreoffice.org/56045 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-06-19tdf#117805 DOCX export: fix lost header with at-page anchored framesMiklos Vajna
The bug has two parts: on one hand, the header was not completely lost, just was written inside a shape. This is not valid, but at least our own import understood that. This commit restores that old behavior, focusing on just the regression part of the bugreport. On the other hand the exported header is still referenced at an incorrect location: the correct location would be the end of the document. But that is follow-up work, it seems that never worked. Change-Id: I468df9013c65ec581e3a474a5bf2f773fcb4f990 Reviewed-on: https://gerrit.libreoffice.org/56058 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-06-19tdf#101915 make F11 close the sidebar when focus is in sidebarJim Raykowski
...style list panel Change-Id: I034ba4310cd0942aad0a2e6f807213e14327e7b4 Reviewed-on: https://gerrit.libreoffice.org/55969 Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu> Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-06-19Fix typoAndrea Gelmini
Change-Id: I95b12975f6444e7eb6a8de6053d8e8ca021eacfb Reviewed-on: https://gerrit.libreoffice.org/56069 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-06-18weld ImpPDFTabDialogCaolán McNamara
Change-Id: I0b7f439a6e712c9824008b21bfc511432641dbee Reviewed-on: https://gerrit.libreoffice.org/56041 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18weld ImpPDFTabGeneralPageCaolán McNamara
Change-Id: Ic72572f775f68ee5378203c9d0cded1baa02b297 Reviewed-on: https://gerrit.libreoffice.org/56026 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18loplugin:{implicitboolconversion,salbool}Stephan Bergmann
Change-Id: I795a50241b9d77127b5ee5558e0cd706e0fdb76b
2018-06-18Remove obsolete (cargo-cult copied) dependenciesJens Carl
Change-Id: I53aac7187682533c51bf9c29f77359a39b1bf32b Reviewed-on: https://gerrit.libreoffice.org/55977 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2018-06-18Updated coreSophia Schröder
Project: help 378a27c4e681656d72663427d8e774cbf4e1e510 Cleanups and improvements in /shared/3d... Change-Id: I0c2e0e51c7e4c9d9ee2b195071103b35dd407af8 Reviewed-on: https://gerrit.libreoffice.org/55483 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-06-18Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke
Whatever may or may not advance or put back nLineIdx, if there's no progress at the end return false so we don't end up in an endless loop with the next NextSym() starting at the same position. Change-Id: I7084fea073490c15b8ff5abb3781ac82cdccd6d6 Reviewed-on: https://gerrit.libreoffice.org/56029 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke
Regression from commit 9a6527a98fb968b3fe6bc293ff7520a9480d43d0 CommitDate: Mon Jun 27 21:57:52 2016 +0200 stringToDouble() do not parse separator without digit as 0.0 Change-Id: I9d90aedc324ef0938297224297d89817e3fd1e90 Reviewed-on: https://gerrit.libreoffice.org/56028 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2018-06-18weld SfxSecurityPageCaolán McNamara
and drop the sole use of WB_EARLYTOGGLE Change-Id: I01e7d085eb3f9daf5a62a048178ab90defb4c5b1 Reviewed-on: https://gerrit.libreoffice.org/55983 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18weld ImpPDFTabOpnFtrPageCaolán McNamara
Change-Id: Icafd88d41f2f0757fcf788882196e7ac07d7c745 Reviewed-on: https://gerrit.libreoffice.org/56024 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18weld ImpPDFTabLinksPageCaolán McNamara
Change-Id: I6e10b135d102f56d42a9f456557150cb557dd788 Reviewed-on: https://gerrit.libreoffice.org/55990 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18weld ImpPDFTabSigningPageCaolán McNamara
Change-Id: Ia81f3f2ac3644e496ab679dc8e274b2d50f64edd Reviewed-on: https://gerrit.libreoffice.org/56020 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18tdf#105720: lok: sc: currency symbol is displayed in the preceding cellMarco Cecchetti
Change-Id: I6175cfeab3d8bc3a757c8522aa9c7a7e49c4bf2b Reviewed-on: https://gerrit.libreoffice.org/55790 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2018-06-18VCLKDE5Application is now unused as wellKatarina Behrens
Change-Id: Ib11274b6039596246aa232b83fa4d85095a93e08
2018-06-18Drop cargo-cult FPServiceInfoKatarina Behrens
FILE_PICKER_SERVICE_NAME wasn't even used anywhere Change-Id: Ie99de85175b8321948612c680c4e4d956a4c7efc
2018-06-18Fold all the rest into KDE5FilePicker2Katarina Behrens
Change-Id: Icbaa56057776ffcb981207ec30e5d94d6901e43c
2018-06-18Drop winId and KWindowSystem::setMainWindowKatarina Behrens
as fpicker isn't a separate binary anymore Change-Id: I9c9c57a21f5dc79714f37f8bc65b998887c29e78
2018-06-18Fold enableFolderMode into ctorKatarina Behrens
Change-Id: I8674395271b83d9c50477bdf0242cd9f46af7a30
2018-06-18Fix suggesting file name (for new documents)Katarina Behrens
Change-Id: I39eb672f7dd097e12ddb323ce702c6c28235b5d9
2018-06-18Fix copy&pastaKatarina Behrens
Change-Id: I493fa7a14557a919fab6bc6cf9f955507488af6d
2018-06-18Implement get|setLabel, signal+slotKatarina Behrens
Change-Id: I0188f7609b7a934949ffdf0a6e64547b08ff03a8
2018-06-18Implement enableControl, signal+slotKatarina Behrens
Change-Id: I84f81f689167ec332772c706b0d0c6d7562b5ac8
2018-06-18Implement getValue, signal+slotKatarina Behrens
Change-Id: Ic009ea5dc3ca3bf791d3348fce8d007022598c49
2018-06-18Add 2 more file/dir methods, signal+slotKatarina Behrens
Change-Id: I0152e4e0fa72e27a144ca96f83fe6a282b272cbe
2018-06-18Implement setMultiSelectionMode, signal+slotKatarina Behrens
Change-Id: Idc411dc87a84b60a22fe7b6e7bba50b2c5302128
2018-06-18Implement getSelectedFiles, signal+slotKatarina Behrens
this finally makes fpicker usable Change-Id: Iedf7ed8de04947ffbc0e88348c95f2a937a8e69e
2018-06-18Implement get|setCurrentFilter, signal+slotKatarina Behrens
Change-Id: I1fb29b673e5cb474de7230407b7924844b1460e0
2018-06-18Implement appendFilter[Group], signal+slotKatarina Behrens
Change-Id: I0a195de54a8631c2218f6704ca564c0c9f06becf
2018-06-18Distinguish between open vs. save file dialogKatarina Behrens
Change-Id: I1b9dee1a8cd4034f64c2c1b843cee1863a5dc1d9
2018-06-18Implement setValue of fpicker checkboxes, signal+slotKatarina Behrens
Change-Id: I0d75ef9f5584935d05a0526a626145e00761efd9
2018-06-18Show LibO's custom checkboxes in native fpickerKatarina Behrens
Change-Id: I9cd6b0b393024957c3dec1bd7e381db62f711a24
2018-06-18Basic native folder pickerKatarina Behrens
Change-Id: I1b77d7a1c8a4a3581554fb5c481b7d9039497ced
2018-06-18Implement setDisplayDirectory, signal+slotKatarina Behrens
Change-Id: Ieb3fb6bb9afa8cddbfd7f14ddfb36faebd524701
2018-06-18Add setTitle functionality, signal+slotKatarina Behrens
Change-Id: Ib79837ff08cabf8a27b6d154529399a5965ab148
2018-06-18We don't need to link X11 libs eitherKatarina Behrens
Change-Id: I01b9f897abda67b12ed6f05844dca05dabb185a2
2018-06-18[Try to] get rid of dependency on X11Katarina Behrens
also kill KDE5SalDisplay with fire, it is not used anywhere anymore Change-Id: I4fe439b01322a6e3a809cf518e32d844c303daca
2018-06-18Basic KDE5 native file picker opens nowKatarina Behrens
Change-Id: I3bb5d45f3337fbe26d80acb1fac7a433de904546
2018-06-18Start folding KDE5FilePicker2 into KDE5FilePickerKatarina Behrens
Change-Id: I1004ccba52fb23549dd85c20068da5c62d7bc964
2018-06-18Basic structures of KDE5 native filepicker build nowKatarina Behrens
Change-Id: I174a4a01f2191d935ea069a0e04b5c88f4bf8193
2018-06-18Copy filepicker classes from gtk3_kde5, don't build yetKatarina Behrens
Change-Id: Ic18add9e1e0a6a7e4480df17885670a0796f074a
2018-06-18weld ImpPDFTabViewerPageCaolán McNamara
Change-Id: I5eab308a89d9803c244699138cb601c49345ee3b Reviewed-on: https://gerrit.libreoffice.org/56022 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here and a bit of fallout management. Change-Id: I347377d7bb2a0cf8acda1ad28b5cc79bb954ab7d Reviewed-on: https://gerrit.libreoffice.org/55726 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-06-18Skip required features from the features dialogKhaled Hosny
Many OpenType features are required features that are applied to certain context determined by the layout engine, or should always be on. There is no value in presenting these features to the user and they just clutter the dialog for fonts that usually have many of such features (e.g. Arabic or Indic fonts). Change-Id: Idc3d7d3a9eb1c4f693ea6fdf9f26f0264b910f91 Reviewed-on: https://gerrit.libreoffice.org/55951 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>