Date: prev next · Thread: first prev next last
December 2025 Archives by date, by thread · List index


Tinderbox on Master for Windows-Debug - Build # 49463 - Still Failing:
Identified problems:
* linker failure: linker cannot find 
  * Indication 1:
    
<https://ci.libreoffice.org//job/lo_tb_master_win_dbg/49463/consoleFull#-138373963818ea88b4-cafc-4624-83a7-468a3ab5c53a>


Check console output at https://ci.libreoffice.org/job/lo_tb_master_win_dbg/49463/ to view the 
results.

Changes for Build #49438
[Michael Weghorn] weld: Move weld.hxx and weldutils.hxx to new include/vcl/weld subdir

[Michael Weghorn] weld: Use #pragma once

[Michael Weghorn] weld: Move weld::IconView to its own header

[Michael Weghorn] weld: Move weld::EntryTreeView to its own header

[Michael Weghorn] weld: Move weld::TreeView to its own header

[Michael Weghorn] weld: Introduce weld::ItemView as IconView/TreeView base

[Michael Weghorn] weld: Move clear logic to weld::ItemView base


Changes for Build #49439
[zolnaitamas2000] tdf#169806: Add baseline grid feature to notebook bar.

[Xisco Fauli] python3: disable xxlimited on Windows for now


Changes for Build #49440
[Heiko Tietze] Resolves tdf#138722 - Apply last used color for uno:BackgroundColor

[gerrit buildbot] Update git submodules


Changes for Build #49441
[Michael Weghorn] tdf#130857 qt weld: Introduce QtInstanceItemView

[Michael Weghorn] tdf#130857 qt weld: Deduplicate IconView/TreeView iter logic

[Michael Weghorn] vcl weld: Introduce SalInstanceItemView

[Michael Weghorn] vcl weld: Deduplicate weld::ItemView::make_iterator implementations

[Michael Weghorn] gtk weld: Introduce GtkInstanceItemView

[Michael Weghorn] tdf#130857 qt weld: Move weld::ItemView::make_iterator impl to base

[Michael Weghorn] weld: Add method to get ItemView iter for position

[Michael Weghorn] weld: Add weld::IconView::get_rect taking iter param

[Michael Weghorn] sd a11y: Allow opening "Layout" context menu using keyboard

[Michael Weghorn] sd: Simplify menu handling in LayoutMenu::ShowContextMenu

[Michael Weghorn] weld: Deduplicate index-based ItemView (un)select

[Michael Weghorn] weld: Move (un)select_all and n_children to ItemView base

[Michael Weghorn] vcl weld: Deduplicate weld::ItemView::do{,_unselect} impls

[Michael Weghorn] vcl weld: Deduplicate (un)select_all and n_children in ItemView impl

[Michael Weghorn] tdf#130857 qt weld: Deduplicate ItemView::{,un}select_all impls

[Michael Weghorn] weld: Deduplicate more selection-related methods in ItemView subclasses

[Michael Weghorn] vcl weld: Deduplicate ItemView::get_selected_{text,id} impls

[Michael Weghorn] vcl: Switch void* to OUString* param


Changes for Build #49442
[Michael Weghorn] tdf#165233 Use lambdas instead of std::bind


Changes for Build #49443
[Caolán McNamara] Resolves: tdf#151849 use convoluted find-latin keygroup for accelerators

[Xisco Fauli] lzma: upgrade to 5.8.2

[Michael Weghorn] tdf#130857 weld: Restrict TreeView text alignment to left/center/right

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceTreeView::set_text_align

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceEntry::set_alignment

[Michael Weghorn] vcl: Drop unused Dialog ctor


Changes for Build #49444
[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


Changes for Build #49445
[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"


Changes for Build #49446
[Caolán McNamara] tdf#170034: cells don't get drawn on particular autofilter combination

[Caolán McNamara] add a11y names to preview widgets


Changes for Build #49447
[Xisco Fauli] skia: upgrade to m143


Changes for Build #49448
[raykowj] tdf#90993 Fix anchored objects disappear


Changes for Build #49449
[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


Changes for Build #49450
No changes

Changes for Build #49451
[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


Changes for Build #49452
[Michael Weghorn] vcl: declare variables seperately on own lines

[Julien Nabet] Fix typo

[Julien Nabet] Fix typo

[Julien Nabet] Fix typo


Changes for Build #49453
[rb.henschel] tdf#169049 ensure valid range for preview document


Changes for Build #49454
[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


Changes for Build #49455
[Hossein] tdf#143148 Replace include guards with pragma once


Changes for Build #49456
[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


Changes for Build #49457
[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


Changes for Build #49458
[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


Changes for Build #49459
[Caolán McNamara] Sanitize font size read from XLS


Changes for Build #49460
[Mike Kaganski] Pass correct value to SwFrame::FindFootnoteBossFrame

[Mike Kaganski] Pass more concrete type

[Mike Kaganski] Simplify oox::RefVector and oox::RefMap


Changes for Build #49461
[Miklos Vajna] sw: extend the SwFormatDrop documentation


Changes for Build #49462
[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


Changes for Build #49463
[freedesktop] tdf#168771 Convert enum to enum class in methods1.cxx
-- 
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.