picard:master

Last commit made on 2024-05-19
Get this branch:
git clone -b master https://git.launchpad.net/picard

Branch merges

Branch information

Name:
master
Repository:
lp:picard

Recent commits

86736c5... by Laurent Monin <email address hidden>

normalized_types(): ensure front type is first and the rest sorted

It fixes a minor issue where back cover could appear before front cover in dialogs showing those

970c6d3... by Laurent Monin <email address hidden>

Merge pull request #2479 from zas/infodialog_cleanup

Infodialog cleanup

38304af... by Laurent Monin <email address hidden>

Merge pull request #2476 from zas/metadatabox_cleanup

Metadatabox cleanup

c18febd... by Laurent Monin <email address hidden>

Subclass ArtworkTable and drop display_existing_artwork

- Make ArtworkTable more generic
- Add 2 subclasses ArtworkTableSimple & ArtworkTableExisting

faf266b... by Laurent Monin <email address hidden>

ArtworkTable: introduce get_column_index() method and drop access to private properties

12678e4... by Laurent Monin <email address hidden>

ArtworkTable: insert column at NUM_COLS position

2b09b9c... by Laurent Monin <email address hidden>

ArtworkTable: shorten lines and reduce code redundancy

56de836... by Laurent Monin <email address hidden>

ArtworkTable: stretch last section

e75822e... by Laurent Monin <email address hidden>

ArtworkTable: use class properties instead of hardcoded numbers

df10417... by Laurent Monin <email address hidden>

ArtworkTable: pass parent to inherited class and class properties instead of hardcoded numbers for rows & cols