Tinderbox on Master for Linux-DbgUtil - Build # 53874 - Still Failing:
Identified problems:
* python test failure: the test PythonTest_codemaker_python failed
* Indication 1:
<https://ci.libreoffice.org//job/lo_tb_master_linux_dbg/53874/consoleFull#900048490646179ea-ddea-4d45-bc6d-b583a11bef42>
Check console output at https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/53874/ to view the
results.
Changes for Build #53872
[Stephan Bergmann] tdf#169229: pyuno: Allow Any when calling a method
[Stephan Bergmann] Replace calls to uno.invoke with direct method call when just for Any
[Michael Weghorn] tdf#168409 uitest: Report toolbox item rect
[Stephan Bergmann] Give PythonTest_pyuno_pytests_embindtest test coverage on some CI builds
[Miklos Vajna] Related: tdf#89365 sd UI, from numbering to bullet: fix defaults
[Ilmari Lauhakangas] tdf#114441 Use sal_uInt32 for OutHex parameter
[Mike Kaganski] tdf#169920 Remove hardcoded DFKai-SB fix
[Stephan Bergmann] -Werror,-Wunused-variable
[Stephan Bergmann] Use direct PyUNO calls in PythonTest_pyuno_pytests_embindtest
[Stephan Bergmann] external/python3: Silence UBSan "applying zero offset to null pointer"
[Caolán McNamara] tdf#170034: cells don't get drawn on particular autofilter combination
[Caolán McNamara] add a11y names to preview widgets
[Xisco Fauli] skia: upgrade to m143
[raykowj] tdf#90993 Fix anchored objects disappear
[Michael Weghorn] vcl: Move AllSettings::GetUIRootDir impl to settings.cxx
[Michael Weghorn] weld: Use #pragma once
[Michael Weghorn] weld: Move customweld.hxx to include/vcl/weld/
[Michael Weghorn] weld: Move EntryTreeView impl to own source file
[Michael Weghorn] weld: Move weld::MetricSpinButton to own header/source file
[Michael Weghorn] weld: Move 2 helpers to source file matching header
[Michael Weghorn] weld: Move weld::DialogController and subclasses to own header/source
[Michael Weghorn] weld: Move weld::Builder to its own header
[Michael Weghorn] weld: Replace includes by fwd-decls in 2 central headers
[Michael Weghorn] weld: Deduplicate Builder::weld_metric_spin_button impls
[Justin Luth] tdf#170012 sc drwlayer: avoid crash on ODS save
[Justin Luth] tdf#170012 sc: never SetCellAnchored without SetNonRotatedAnchored
[Xisco Fauli] skia: upgrade to m144
[Justin Luth] tdf#169986 improve unit test
[raykowj] Outline folding: Make unfolded anchored to frame drawing objects visible
[raykowj] SwNavigator: Improve determining visibility of content entries
[Noel Grandin] add asserts to WinSalFrame::ReleaseGraphics (tdf#169876 related)
[Tomaž Vajngerl] sc: synching when default view and sheet view are sorted
[Mike Kaganski] Cleanup the pragmas silencing an external's warnings
[Michael Weghorn] gtk weld: *Un*select in GtkInstanceIconView::do_unselect
[Michael Weghorn] vcl: Move SvTabListBox::GetEntryPos to base class
[Michael Weghorn] weld: Add iter-based IconView::(un)select
[Michael Weghorn] weld: Replace calls to weld::ItemView::select(-1) with unselect_all()
[Michael Weghorn] tdf#130857 weld: Move signal blocking to ItemView::{un,}select_all
[Michael Weghorn] vcl/gtk weld: Implement (un)select_all without forwarding
[Michael Weghorn] weld: Implement index-based ItemView (un)selection in base class
[Michael Weghorn] tdf#168594 weld: Add IconView::get_item_at_rect
[Michael Weghorn] sd: Reuse weld::IconView::get_item_at_pos in MasterPagesSelector
[Michael Weghorn] sd a11y: Allow opening MasterPagesSelector menu using keyboard
[Heiko Tietze] Resolves tdf#160096 [API CHANGE] - Improve data validity handling
[Heiko Tietze] Related tdf#160096 - Consistent button response for Data Validation
[Xisco Fauli] skia: disable C4100 using #pragma warning
[Hossein] cui: remove duplicate code
[Stephan Bergmann] Fix loplugin:unusedcapturedefault for lambdas in template code
[gerrit buildbot] Update git submodules
[Ilmari Lauhakangas] tdf#147021 use std::size() instead of SAL_N_ELEMENTS
[Tomaž Vajngerl] sd: cleanup creation of default stlyesheets
[Tomaž Vajngerl] vcl: remove bMetafile
[Stephan Bergmann] external/python3: Silence more UBSan "applying zero offset to null
[Mike Kaganski] tdf#165233 Replaced lambda explicit capture with capture-default
[Xisco Fauli] nss: upgrade to 3.119.1
[Noel Grandin] re-enable PCH for skia
[Michael Weghorn] vcl: declare variables seperately on own lines
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
[rb.henschel] tdf#169049 ensure valid range for preview document
[Michael Weghorn] weld: Move get_iter_first and iter_next_sibling to ItemView
[Michael Weghorn] vcl weld: Deduplicate get_iter_first, iter_next_sibling
[Michael Weghorn] tdf#130857 qt weld: Move get_iter_first, iter_next_sibling to base
[Michael Weghorn] tdf#168594 weld: Add get_iter_index_in_parent for IconView
[Michael Weghorn] sfx2: Drop unused include
[Michael Weghorn] tdf#168594 Change SvxCharView focus callback param to CharAndFont
[Michael Weghorn] tdf#168594 Move InsertCharToDoc logic out of SvxCharView
[Michael Weghorn] tdf#168594 Let SvxCharView implement basic mouse click logic
[Michael Weghorn] tdf#168594 Only care about SvxCharView font family name
[Michael Weghorn] tdf#168594 Change SvxCharView click callback param to CharAndFont
[Michael Weghorn] tdf#168594 a11y: Update special char info on keyboard triggered focus
[Michael Weghorn] tdf#168594 Rework SvxCharView activation logic
[Hossein] tdf#143148 Replace include guards with pragma once
[Michael Weghorn] weld: Move iter-based set_cursor to weld::ItemView base
[Michael Weghorn] tdf#130857 qt weld: Move do_set_cursor impl to QtInstanceItemView
[Michael Weghorn] vcl weld: Deduplicate ItemView::do_set_cursor impls
[Michael Weghorn] weld: Move get_id() to weld::ItemView base
[Michael Weghorn] vcl weld: Deduplicate weld::ItemView::get_id implementations
[Mike Kaganski] Use concepts to simplify safeint
[Mike Kaganski] Use o3tl::IntCmp to simplify safeint
[Heiko Tietze] tdf#147814 Tabs dialog: rename Left/Right to Start/End
[Mike Kaganski] tdf#42982 Improve UNO API error reporting
[Mike Kaganski] tdf#155306: find the correct footnote boss frame
[Michael Weghorn] tdf#130857 qt weld: Move ROLE_ID to QtInstanceItemView
[Michael Weghorn] tdf#130857 qt weld: Deduplicate ItemView::get_id implementations
[Michael Weghorn] weld: Move index-based set_id to weld::ItemView
[Michael Weghorn] vcl weld: Move set_id helper to SalInstanceItemView
[Michael Weghorn] weld: Add weld::ItemView::set_id taking iter param
[Michael Weghorn] weld: Implement index-based ItemView::{g,s}et_id in base class
[Michael Weghorn] vcl weld: Merge both SalInstanceItemView::set_id
[Michael Weghorn] weld: Deduplicate weld::TreeView::get_selected_index impls
[Caolán McNamara] Sanitize font size read from XLS
[Mike Kaganski] Pass correct value to SwFrame::FindFootnoteBossFrame
[Mike Kaganski] Pass more concrete type
[Mike Kaganski] Simplify oox::RefVector and oox::RefMap
[Miklos Vajna] sw: extend the SwFormatDrop documentation
[Michael Weghorn] tdf#130857 qt weld: Move ItemView::get_cursor impl to base
[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceItemView::get_selected
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::do_select impls
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::do_unselect impls
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::get_selected_id impls
[Michael Weghorn] tdf#130857 qt weld: Share weld::ItemView::get_selected_text impl
[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceIconView::count_selected_items
[freedesktop] tdf#168771 Convert enum to enum class in methods1.cxx
[Mike Kaganski] tdf#168272 Allow InsertPageBreak to accept a Page Style
[raykowj] tdf#170041 SwNavigator: Fix floating tables aren't highlighted fully
[Michael Weghorn] weld: Introduce iter-based weld::IconView::remove
[Michael Weghorn] weld: Move TreeView and ItemView's (do_)remove to ItemView base
[Michael Weghorn] tdf#130857 qt weld: Reuse QtInstanceTreeView::do_remove for IconView
[Michael Weghorn] vcl weld: Deduplicate ItemView::do_remove impls
[Michael Weghorn] tdf#130857 tdf#168594 qt weld: Implement QtInstanceIconView::get_rect
[Michael Weghorn] weld: Move selected_foreach to weld::ItemView
[Michael Weghorn] weld: Forward-declare weld::TreeView in weldutils.hxx
[Michael Weghorn] tdf#130857 qt weld: Move selected_foreach to QtInstanceItemView
[Michael Weghorn] tdf#130857 tdf#168594 qt weld: Support activate-on-single-click
[Michael Weghorn] tdf#168594 tdf#119931 a11y special chars: Use IconView for
[Michael Weghorn] tdf#168594 Move CharAndFont to charmapcontainer.hxx
[Michael Weghorn] vcl weld: Deduplicate ItemView::get_{selected,cursor} impls
[raykowj] tdf#170067 SwNavigator: Unprotect section needs to ask for set password
[Noel Grandin] use more concrete UNO in pivot cache
[Mike Kaganski] Drop a convenience function used only once
[rb.henschel] tdf#169610 dataprovider save,load SortTransformation
[Caolán McNamara] cid#1676284 Variable copied when it could be moved
[raykowj] tdf#170067 SwNavigator: Unprotect section needs to ask for set password
[Miklos Vajna] tdf#169949 sw num rule defaults: let numbering type none imply follow by
[Miklos Vajna] tdf#165180 code fragility: assert !getScDocument().GetExtDocOptions()
[Michael Weghorn] basctl: Drop unnecessary call to weld::ItemView::get_selected
[Michael Weghorn] weld: Return std::unique_ptr in weld::ItemView::get_selected
[Miklos Vajna] svx: prefix members of SvxHFPage
[Tomaž Vajngerl] introduce tools::XPath to be able to reuse the result after call
[gerrit buildbot] Update git submodules
[Caolán McNamara] cid#1676290 Argument cannot be negative
[Caolán McNamara] cid#1676291 Argument cannot be negative
[Caolán McNamara] cid#1676283 Argument cannot be negative
[Caolán McNamara] cid#1676287 Improper use of negative value
[Caolán McNamara] cid#1676288 Improper use of negative value
[Michael Weghorn] weld: Deduplicate TreeView::get_cursor_index implementations
[Mike Kaganski] enable-msvc-analyze: C6011: Dereferencing NULL pointer
[gerrit buildbot] Update git submodules
[Tomaž Vajngerl] stray incorrect ReplacementModel property
[Ilmari Lauhakangas] Show the link to a single commit instead of complete history in About
[Hossein] tdf#145759 Use DWMWA_USE_IMMERSIVE_DARK_MODE
[Caolán McNamara] ofz#470644944 Null-dereference READ
[Xisco Fauli] tdf#168076: fix vertical glyphs position
[Ilmari Lauhakangas] tdf#169971 fix call order of derived ThumbnailView UpdateColors() method
[Stephan Bergmann] external/python3: Silence more UBSan "applying zero offset to null
[Miklos Vajna] tdf#168751 sw interdependent redlines, format on delete: fix unwanted
[Miklos Vajna] sw markdown export: fix crash in ApplyFlyFrameFormat()
[Caolán McNamara] cid#1677775 Variable copied when it could be moved
[Caolán McNamara] cid#1677776 Uncaught exception
[Caolán McNamara] cid#1677777 Unchecked return value
[Caolán McNamara] cid#1676285 Improper use of negative value
[Caolán McNamara] ofz#470601317 Timeout
[Heiko Tietze] Resolves tdf#170019 - Relative links in Bullets gallery
[Caolán McNamara] prefix member variable
[Caolán McNamara] cid#1676289 silence Improper use of negative value
[Caolán McNamara] ofz#467698762 Integer-overflow
[Caolán McNamara] ofz#455916431 silence Integer-overflow
[Kohei Yoshida] tdf#169154: Use detected type even if it differs from requested type
[Tomaž Vajngerl] tools: document XPath classes
[Tomaž Vajngerl] tools: destroy objects in the correct order in XPathTest
[Michael Weghorn] weld: Deduplicate TreeView::get_text implementations
[Michael Weghorn] weld: Deduplicate TreeView::set_text implementations
[Michael Weghorn] weld: Deduplicate TreeView::set_sensitive implementations
[Michael Weghorn] weld: Deduplicate TreeView::get_sensitive implementations
[Michael Weghorn] weld: Deduplicate TreeView::set_toggle implementations
[Michael Weghorn] weld: Deduplicate TreeView::get_toggle implementations
[Michael Weghorn] weld: Deduplicate TreeView::set_image implementations
[Michael Weghorn] weld: Deduplicate TreeView::{g,s}et_text_emphasis implementations
[Michael Weghorn] weld: Deduplicate TreeView::set_text_align implementations
[Michael Weghorn] weld: Deduplicate TreeView::get_font_color implementations
[Michael Weghorn] weld: Deduplicate TreeView::{,do_}scroll_to_row implementations
[Michael Weghorn] weld: Deduplicate TreeView::is_selected implementations
[Mike Kaganski] Fix Windows build, where sal_Int32 != int
[Hossein] tdf#43157 canvas & chart2 : Replace OSL_ASSERT with SAL_WARN_IF
[Noel Grandin] loplugin:unnecessaryvirtual
[Noel Grandin] loplugin:unnecessaryvirtual filter out more noise
[Heiko Tietze] tdf#169123 Change order of fields in user data tab
[Noel Grandin] SfxCharmapCtrl::m_xVirDev is unused
[Noel Grandin] bDateCompatibility is unused
[Hossein] tdf#121102 Remove unnecessary brackets in language packs
[Noel Grandin] ubsan needs more RTTI
[Mike Kaganski] tdf#127675: SfxObjectShell::DoLoad takes ownership of the passed medium
[gerrit buildbot] Update git submodules
[Caolán McNamara] ofz#471087908 Null-dereference READ
[Noel Grandin] loplugin:unusedmethods
[Mike Kaganski] Use Normalize instead of manual check and Exchange
[balazs.varga] tdf#170027 - sd fix crash when undoing shape drag with Alt pressed
[balazs.varga] tdf#170102 PP's Title and Content layout exported incorrectly
[gerrit buildbot] Update git submodules
[Caolán McNamara] cid#1677826 silence Argument cannot be negative
[Andreas Heinisch] tdf#112628 - Impress: disable header and footer in master view
[Heiko Tietze] Resolves tdf#170019 - Relative links in Bullets gallery
[Mike Kaganski] Add -nologo to linker invocation in MSVC
[Olivier Hallot] Put right extended tip in the right widget
[Xisco Fauli] Use correct progId for Draw OLE Objects
[Xisco Fauli] tdf#169154: filter_textfilterdetect: Add test
[Mike Kaganski] UITests: create .pyc files in WORKDIR, to keep SRCDIR clean
[jp] ScriptForge upgrade to versin 26.8
[Justin Luth] tdf#170003 writerfilter: no belowSpacing emulation with tables
[Justin Luth] tdf#170119 writerfilter: cont-sectPr w/ pgbrk == emulate bottomSpacing
[Mike Kaganski] sw: Simplifying the "Insert Table" dialog
[Mike Kaganski] enable-msvc-analyze: Add all available diagnostic entries to the ruleset
[Mike Kaganski] Add elements to SwFrame natvis
[Ilmari Lauhakangas] poppler: remove clang-std-ranges.patch.1
[gerrit buildbot] Update git submodules
[Mike Kaganski] tdf#170102 add unit test
[nemeth] tdf#162514 i18npool: apply fix for Hungarian abbreviations, too
[Xisco Fauli] sw: move test to the corresponding place
[nemeth] tdf#162514 i18npool: fix Hungarian ordinal numbers with affix
[gerrit buildbot] Update git submodules
[20001722] Fix typo
[zolnaitamas2000] tdf#169806: Add icon for new "Grids and Helplines" menu item.
[Tomaž Vajngerl] fix ComplexColor comment that was cut off mid sentence
[zolnaitamas2000] tdf#169806: Fix saving baseline grid configuration option on Windows.
[Caolán McNamara] ofz#471785270 Integer-overflow
[Caolán McNamara] ofz#471764989 Integer-overflow
[nemeth] tdf#170140 lingucomponent: check words with non-ASCII apostrophe
[Mike Kaganski] tdf#147132 Flatten Basic function implementations
[Mike Kaganski] tdf#152706: don't overwrite source on translation failure
[Mike Kaganski] tdf#152706: Show an error message on translation error
[Mike Kaganski] tdf#152706: Trim the stored API URL before appending query
[Mike Kaganski] Return an empty result in case there was no translations
[Mike Kaganski] Use a reasonable name for idle
[Mike Kaganski] Move DeepL configuration check into SwTranslateHelper
[freedesktop] external/poppler: Update poppler-config.patch.1
[freedesktop] Fix typo
[freedesktop] tdf#168771 Convert enum to enum class in animimp.cxx
[Stephan Bergmann] UBSan apparently needs ScDataPilotFieldsObj RTTI now
[gerrit buildbot] Update git submodules
[nemeth] tdf#130695 sw linguistic: fix custom abbreviations
[szymon.klos] notebookbar: slide transition pane disposing
[Mike Kaganski] Avoid msvc-analyze in externals (i.e., with WARNINGS_DISABLED)
[szymon.klos] tdf#108239 sidebar: unify style list with notebookbar
[nemeth] tdf#40277 linguistic: recognize compounds from custom dictionary words
[szymon.klos] notebookbar: move master slides pane from sidebar
[szymon.klos] notebookbar: correctly remove listeners in master page selector
[arnaud.versini] Use std::unordered_map instead of frozen one for non const usage.
[Tomaž Vajngerl] vcl: use frozen in OpenType feature definition list
[Xisco Fauli] enable-msvc-analyze: C6011: Dereferencing NULL pointer
[Xisco Fauli] fast_float: upgrade to 8.2.0
[Mike Kaganski] Use a named constant instead of a magic number
[Xisco Fauli] NotoKufiArabic: upgrade to 2.110
[Hossein] tdf#168771 Convert enum to enum class in xmlreader and xmlsecurity
[Caolán McNamara] ofz: Use-of-uninitialized-value
[Xisco Fauli] harfbuzz: upgrade to 12.3.0
[Xisco Fauli] checkExternalLibraries: check notofonts
[Xisco Fauli] NotoNaskhArabic: upgrade to 2.020
[szymon.klos] sd: delay init of master pages widget
[Xisco Fauli] fast_float: upgrade to 8.2.1
[Xisco Fauli] checkExternalLibraries: add culmus fonts
[aron.budea] tdf#170166: sd ooxml export: fix bullets in subtitle presobj
[raykowj] tdf#167491 Enhancement to sort chapters alphabetically
[raykowj] related tdf#167491: Prevent SwHistoryBookmark::SetInDoc crash
[Michael Weghorn] weld: Drop unused forward declaration
[Michael Weghorn] weld: Move weld::ScrolledWindow to own header
[szymon.klos] accessibility: replace GtkBox with GtkFrame for tiling offset section
[szymon.klos] notebookbar: human-readable type for style entries
[szymon.klos] Enhance accessibility for line spacing controls in paraindentspacing UI
[Noel Grandin] tdf#153554 fix crash when running python ODK tests
[Noel Grandin] Revert "re-enable PCH for skia"
[Caolán McNamara] ofz: Integer-overflow
[raykowj] related tdf#167491 fix crash in SwUndoMove::RedoImpl
[szymon.klos] a11y: add mnemonic-widget property to link Tab stop pos label to
[Michael Weghorn] svtools: Make ValueSetItemType an enum class
[Michael Weghorn] svtools: Drop unused includes
[Michael Weghorn] sfx2: Cast once in TemplateLocalView::Command
[gerrit buildbot] Update git submodules
[nemeth] tdf#170177 cui offapi sw xmloff: hyphenate at constituent boundaries
[Noel Grandin] some 'make uicheck' fixes for windows
[Noel Grandin] tdf#166684 use hashing in CellAttributeHelper::registerAndCheck
[Noel Grandin] tdf#166684 use unordered_map/sorted_vector in registerAndCheck()
[Michael Weghorn] svtools: Drop ValueItemList typedef
[Noel Grandin] tdf#166684 inline SfxStyleSheetIterator::GetSearchFamily
[Noel Grandin] tdf#166684 avoid re-creating ExtConditional stylesheets
[Noel Grandin] tdf#166684 used unordered_set for maCacheOwners
[Michael Weghorn] sc: Use return value for ScTabBgColorDlg::GetSelectedColor
[Michael Weghorn] svtools: Drop ValueSet::GetEdgeBlending
[gerrit buildbot] Update git submodules
[Michael Stahl] tdf#169911: ODP -> PPTX export invalid animations
[gerrit buildbot] Update git submodules
[Miklos Vajna] svx: prefix members of SvxPageItem
[szymon.klos] lok: show new style from selection in sidebar
[Hossein] Unittests for pythonmaker
[Hossein] tdf#145538 Change some for loops to range based
[Xisco Fauli] fast_float: upgrade to 8.2.2
[Xisco Fauli] glm: upgrade to 1.0.3
[Xisco Fauli] bump copyright year to 2026
[Xisco Fauli] update LIBO_THIS_YEAR
[gerrit buildbot] Update git submodules
[Gabor Kelemen] bin/find-unneeded-includes: make --headersfwd work without --recursive
[Caolán McNamara] ofz#472735025 Integer-overflow
[aron.budea] tdf#170202 avoid exporting ANIMATIONPHYSICS node types
[Michael Weghorn] sfx2: Reduce casting in TemplateDlgLocalView
[Michael Weghorn] sfx2: Pass TemplateViewItem to SfxTemplateManagerDlg::OnTemplateState
[Michael Weghorn] sfx2: Avoid some const_cast in SfxTemplateManagerDlg
[Michael Weghorn] sfx2: Use usual indentation of 4 spaces
[Michael Weghorn] sfx2: Stop copying set elems to vector
[Michael Weghorn] Use more specific type instead of casting in SfxTemplateManagerDlg
[Michael Weghorn] Pass path instead of ThumbnailViewItem in template open hdl
[Michael Weghorn] Pass path instead of ThumbnailViewItem in template edit hdl
[Michael Weghorn] sfx2: Reduce variable scope
[Michael Weghorn] Pass TemplateViewItem in context menu hdl
[Michael Weghorn] Use "p" prefix for TemplateDlgLocalView pointer member
[Michael Weghorn] sfx2: Drop unused menu for recent files view in start center
[Michael Weghorn] Move ThumbnailView::mxContextMenu to TemplateLocalView
[Michael Weghorn] weld: Return std::unique_ptr in weld::ItemView::get_cursor
[Michael Weghorn] basctl: Replace MacroChooser::m_xBasicBoxIter with local var
[Michael Weghorn] basctl: Return std::unique_ptr in SbTreeListBox::ImpFindEntry
[Michael Weghorn] weld: Return std::unique_ptr in weld::TreeView::get_dest_row_at_pos
[Michael Weghorn] weld: Move weld::ComboBox to own header/source
[Michael Weghorn] weld: Move weld::AssistantController to own header/source
[Michael Weghorn] weld: Return weld::Assistant from AssistantController::getDialog
[Michael Weghorn] weld: Move weld::Assistant to own header/source
[gerrit buildbot] Update git submodules
[Caolán McNamara] crashtesting: assert on loading docx converted from
[Caolán McNamara] crashtesting: UaF in SwTextFormatter::InsertPortion
[Michael Weghorn] weld: Move weld::TextView to own header/source
[Gabor Kelemen] bin/find-unneeded-includes: improve headersfwd mode
[Caolán McNamara] ofz#473050752 Integer-overflow
[Gabor Kelemen] tdf#146619 Run IWYU again on include/vcl
[20001722] Fix typo
[20001722] Fix typo
[20001722] Fix typo
[Andreas Heinisch] tdf#169813 - Reset default dash option during GDIMetaFileImport
[Michael Weghorn] weld: Move weld::SpinButton to own header/source
[Michael Weghorn] weld: Move static SpinButton methods to SpinButton.cxx
[Michael Weghorn] weld: Move weld::FormattedSpinButton to own header
[Michael Weghorn] weld: Move weld::Entry to own header/source
[Michael Weghorn] tdf#130857 weld: Move some Entry and TextView logic to new TextWidget
[Michael Weghorn] tdf#130857 weld: Block signals in Entry::replace_selection
[Michael Weghorn] vcl: clang-format vcl::unohelper::TextDataObject code
[Michael Weghorn] tdf#130857 weld: Implement TextWidget::copy_clipboard in base
[Michael Weghorn] tdf#130857 weld: Implement TextWidget::cut_clipboard in base
[Michael Weghorn] tdf#130857 weld: Implement TextWidget::paste_clipboard in base
[Michael Weghorn] tdf#130857 qt weld: Introduce QtInstanceTextWidget
[Michael Weghorn] tdf#130857 qt weld: Implement combobox clipboard logic
[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceComboBox::{g,s}et_entry_font
[Michael Weghorn] weld: Pass/Return vector in ComboBox::{g,s}et_mru_entries
[Michael Weghorn] tdf#130857 qt weld: Support "Insert OLE Object" dialog
[gerrit buildbot] Update git submodules
[Andreas Heinisch] tdf#169813 - Reset default dash option during GDIMetaFileImport
[gerrit buildbot] Update git submodules
[Tomaž Vajngerl] vcl: introduce some OutputDevice mapping tests specifically for fn5()
[Caolán McNamara] add the names of the writer dialog .ui files that are missing from
[Caolán McNamara] lok: a11y: fix the accessible description property
[Caolán McNamara] avoid a possible empty aria node
[szymon.klos] jsdialog: enable cross-reference dialogs
[Stephan Bergmann] -Werror=unused-but-set-variable
[Caolán McNamara] jsdialog: allow treelist lazy loading
[Caolán McNamara] tdf#169843 math: OOXML set letter not interpreted correctly
[Miklos Vajna] svx: prefix members of SvxRelativeField
[Gabor Kelemen] tdf#146619 Use more forward declarations in include/vcl/[A-Z]*
[Miklos Vajna] cool#13945 cui lok: hide UI to set DOCX-incompatible anchor types
[Xisco Fauli] tdf#169843: sw_ooxmlimport2: Add test
[Justin Luth] tdf#170208 docx import: shift table by cell margin, not style margin
[Heiko Tietze] Resolves tdf#169812 - Apply last used color for uno:Color
[Stephan Bergmann] missing include
[Stephan Bergmann] loplugin:unreffun
[Noel Grandin] tdf#166684 fix O(n^2) loop in SvxStyleToolBoxControl::FillStyleBox
[Gabor Kelemen] tdf#146619 Use more forward declarations in include/vcl/[a-c]*
[Gabor Kelemen] Drop ImplDbgCheckWindow method
[Stephan Bergmann] We can use the "official" typedef names here
[Caolán McNamara] add cosmetic novertpad widget to no-warn list
[Xisco Fauli] tdf#169911: sd_export_tests-ooxml4: Add test
[Noel Grandin] apply gb_CppunitTest_set_non_application_font_use to writerfilter tests
[Miklos Vajna] gbuild, CppunitTest: document set_non_application_font_use
[Caolán McNamara] svx: update background color of editing outliner view
[Caolán McNamara] comphelper::LibreOfficeKit::isActive() is always true in this branch
[Justin Luth] writerfilter: no m_xPreStartingRange if not gotoPreviousParagraph
[Justin Luth] tdf#166945 Revert "tdf#111969 sw: ... last half-character for context
[Caolán McNamara] nViewCount is always > 0 here
[Caolán McNamara] flatten SdrObjEditView::TextEditDrawing
[Caolán McNamara] editeng: for automatic font color also check char background
[Caolán McNamara] Revert "svx: fixed textbox text always black on dark theme"
[Tomaž Vajngerl] clean-up weirdly formatted line
[Tomaž Vajngerl] sd: Default drawing style to use ComplexColor for fill and line
[gerrit buildbot] Update git submodules
[Xisco Fauli] tdf#170202: sd_export_tests-ooxml4: Add test
[Tomaž Vajngerl] tdf#74702 vcl: remove enum OutDevType usage
[Heiko Tietze] Updated @since for new validation mode
[Miklos Vajna] sw: fix crash in the ModelToViewHelper ctor
[Michael Stahl] tdf#169941: ODP->PPTX exporting shape hyperlinks
[Michael Stahl] tdf#169980: Fix ODP->PPTX export of stock chart
[Michael Stahl] tdf#169979: ODP->PPTX export missing p:pic element
[Michael Stahl] tdf#170035:Add OOXML formula check for guidelist
[Michael Stahl] ODP -> PPTX export empty attrName element
[Michael Stahl] tdf#169924: ODP -> PPTX export invalid animations
[Noel Grandin] CppunitTest_sw_tiledrendering:
[Noel Grandin] CppunitTest_sw_ooxmlimport2 wants to use more fonts
[Noel Grandin] CppunitTest_sw_mailmerge*: gb_CppunitTest_set_non_application_font_use
[Noel Grandin] CppunitTest_sw_macros_test: gb_CppunitTest_set_non_application_font_use
[Noel Grandin] CppunitTest_sw_indexingexport:
[Noel Grandin] CppunitTest_sw_html* needs to use more fonts
[Noel Grandin] CppunitTest_sw_core_theme: gb_CppunitTest_set_non_application_font_use
[Stephan Bergmann] missing include
[Tor Lillqvist] Add --enable-msvc-debug-runtime to use that even without dbgutil
[Stephan Bergmann] Prevent int vs. sal_Int32 mismatch
[Justin Luth] tdf#165180 qa: instead of testing PPTX_2007, test PPTX (2010)
[Justin Luth] tdf#170208 docx import: conjure up a tblInd if none is provided
[mohit.marathe] tdf#49787 cool#13066 support multiple slide size in Impress
[Tor Lillqvist] Add initial attempt at CODA for Windows configuration
[nemeth] tdf#170177 tdf#132599 sw: disable some hyphenation tests temporarily
[Stephan Bergmann] Actually use "..."_tstr
[Noel Grandin] officeotron: w:del in wrong order
[Noel Grandin] CppunitTest_sw_core_header_footer:
[Andras Timar] Avoid std::stringstream::view()
[Caolán McNamara] add tooltips to left/right buttons in toc token widget scrolling area
[gerrit buildbot] Update git submodules
[gerrit buildbot] Update git submodules
[gerrit buildbot] Update git submodules
[mohit.marathe] lok: handle switching to page having different size
[mohit.marathe] lok: notify all views about page or document resize event
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
[Gabor Kelemen] find-unusedheaders.sh: give less false warnings
[Hossein] tdf#159296 Fix wrong information shown in tip of the day
[Caolán McNamara] add a11y name to preview widget
[mohit.marathe] sd: update Format combobox selection upon page change
[Justin Luth] writerfilter: simplify compatibilityMode < 15 test
[balazs.varga] Related tdf#170027 - Crash when undoing shape drag with Alt pressed
[gerrit buildbot] Update git submodules
[Stephan Bergmann] Don't consider semantics for three-segment bootstrap var refs erroneous
[Noel Grandin] loplugin:unnecessarylocking
[Noel Grandin] aBottomRight variable is unused
[Noel Grandin] loplugin:writeonlyvars update for new AST nodes in newer versions of
[Noel Grandin] can move these values instead of copying
[Caolán McNamara] tdf#162972 math: special treatment for apostrophe(') in MSO
[mohit.marathe] sd: add uno command for inserting a canvas page
[Tor Lillqvist] Put mxDropMediaSizeListener inside HAVE_FEATURE_AVMEDIA
[gerrit buildbot] Update git submodules
[Xisco Fauli] tdf#169979: sd_export_tests-ooxml4: Add test
[guibomacdev] Use macOS Tahoe's native control bounds for macOS 26.2
[guibomacdev] tdf#170149 Fix clicking on a character in the input method's popup
[Tor Lillqvist] Initial distro-config for LOKit on macOS
[Caolán McNamara] tdf#170171 math: allow equestions to end without opening brackets
[Noel Grandin] remove dead code
[Noel Grandin] nDefaultPrioEmbedded is dead
[rb.henschel] tdf#131124 Handle ExtrudedCustomShape and FontWork
[Xisco Fauli] poppler: upgrade to 26.01.0
[Tomaž Vajngerl] tdf#165742 Step 5.1: Support basic I/O for additional chartex types
[Tomaž Vajngerl] tdf#165742 Step 5.2: Fix some round-trip failures
[Tomaž Vajngerl] tdf#165742 Step 5.3: Fix pareto chart import
[Andras Timar] cool#13543 Fix the empty hyperlink issue
[balazs.varga] tdf#168110 - sd fix Placeholder default text is visible
[Xisco Fauli] crashreportScraper: fix script
[Xisco Fauli] curl: patch CVE fixes from curl 8.18.0
[Xisco Fauli] tdf#169941: sd_export_tests-ooxml4: Add test
[Xisco Fauli] sd_export_tests-ooxml4: Add test for 3a933c3af6c8
[Tor Lillqvist] Check that the build starts with the right make version
[Tor Lillqvist] Fix typo in --enable-cairo-rgba help string
[Justin Luth] tdf#170261: dotx 2007 is no longer the preferred template.
[Tor Lillqvist] Rename file-local ImplYield() to InnerYield() to reduce potential
[Tor Lillqvist] Fix build on Windows with --disable-opencl
[Justin Luth] tdf#168977 docx export: prevent multiple chart rels to embeddings/file
[Noel Grandin] officeotron: w:pPrChange is incomplete
[Noel Grandin] can move rather than copy this data
[Tor Lillqvist] pkg-config from Homebrew seems not to cause trouble
[Xisco Fauli] ICU: upgrade to 78.2
[Xisco Fauli] tdf#170171: sw_ooxmlimport2: Add test
Changes for Build #53873
[Miklos Vajna] Related: tdf#168751 sw interdependent redlines, format on del: fix
[Xisco Fauli] sqlite: upgrade to 3.51.2
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
Changes for Build #53874
[Noel Grandin] officeotron: m:e element under m:d is required
[Noel Grandin] tdf#169914 dark mode + editing report + Windows + chart is broken
[Noel Grandin] used more TypeWhichId to avoid casting
[Noel Grandin] use more TypedWhichId to avoid casting
[Noel Grandin] lcms2: Drop not related changes in patch
[Noel Grandin] add comment for next person who tries to solve this validation issue
[Noel Grandin] these tests pass validation now
--
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.