Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treeview: missing columns #10580

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Commits on Nov 22, 2024

  1. jsdialog: treeview: put dummy columns at correct position

    It was a regression from commit aee68f7
    browser: treeview: align listbox with headers using subgrid
    
    If we used autofilter in calc which has icons at the end of an entry,
    we got dummy column at the beginning of the row...
    
    This adds preprocessing of columns so we always have all of them
    unified (the same number of cols in every row) with dummy ones at
    the correct position. Exception is separator which has to be only
    one in the row to be full width.
    
    Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
    Change-Id: I8f3ed68100ca7f6b8c299e18e3867a4654d3a8c4
    eszkadev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8a4b9bd View commit details
    Browse the repository at this point in the history
  2. jsdialog: treeview: we no longer need any dummy columns

    Because we preprocess data to have all the entries with equal number
    of the columns already
    
    Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
    Change-Id: Icda50b2c378c1e39b3847bd18e58e35c2c0de015
    eszkadev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4a51dc3 View commit details
    Browse the repository at this point in the history