SHA256
1
0
forked from pool/gwenview5
2021-11-30 07:58:16 +00:00
committed by Git OBS Bridge
parent 9455bcc85b
commit fc44599779
6 changed files with 54 additions and 22 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Nov 27 10:10:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.11.90
* New feature release
- Changes since 21.11.80:
* Auto set print orientation
-------------------------------------------------------------------
Sat Nov 13 17:54:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.11.80
* New feature release
- Changes since 21.08.3:
* Use action verb for button to show and hide the thumbnail bar (kde#445203)
* Show estimated file size in the resize image dialog (kde#433740)
* Use qAsConst
* Fix some clazy warning
* [ZoomComboBox] Don't switch to Browse mode by pressing Esc while the popup is visible
* [ZoomComboBox] Override showPopup instead of mousePressEvent
* Convert image to original format to enable correct color correction
* Don't change the zoom value unless the user made a selection (kde#441004)
* Allow typing a zoom level in the zoom combo
* Add KDE CI file
* icons: Update to latest Breeze version
* icons: Remove old application & action icons
* Remove duplicate includes between .cpp/.h
* Clean up unneeded JSON parameter in kcoreaddons_add_plugin
* Use QDialog::show() instead of exec()
* Port to KXMLGUIFactory::showConfigureShortcutsDialog()
* Add clang-format bits to CMakeLists.txt
-------------------------------------------------------------------
Tue Nov 2 21:33:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>