[poppler] 2 commits - glib/poppler-annot.cc poppler/Annot.cc poppler/Annot.h qt5/src qt6/src

2022-03-02 Thread GitLab Mirror
glib/poppler-annot.cc | 10 ++ poppler/Annot.cc | 16 poppler/Annot.h |8 qt5/src/poppler-annotation.cc |8 ++-- qt6/src/poppler-annotation.cc |8 ++-- 5 files changed, 18 insertions(+), 32 deletions(-)

[poppler] qt5/src qt6/src

2022-03-02 Thread GitLab Mirror
qt5/src/poppler-annotation.cc |3 +-- qt5/src/poppler-annotation.h |4 ++-- qt6/src/poppler-annotation.cc |3 +-- qt6/src/poppler-annotation.h |3 ++- 4 files changed, 6 insertions(+), 7 deletions(-) New commits: commit ca724daf21a60900e6bb3d44e7b88c64990e4a21 Author: Albert

[poppler] qt5/src qt6/src

2022-03-02 Thread GitLab Mirror
qt5/src/poppler-annotation.cc |6 ++ qt6/src/poppler-annotation.cc |6 ++ 2 files changed, 12 insertions(+) New commits: commit 4e8d336cc5b7bc848afd50bbe8211e5837f298a4 Author: Albert Astals Cid Date: Wed Mar 2 16:53:33 2022 +0100 qt: Add a few "don't do anything if

[poppler] Do we want to enable readability-braces-around-statements ?

2022-03-02 Thread Albert Astals Cid
It forces to add a pair of {} to all if/for/while/etc https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1091 (it fails in Qt autogenerated files for now, i can fix that if we agree we want it) I can see it being potentially annoying when CI fails because of this but on the other