2023-12-08 16:28:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 8 16:26:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.3:
|
|
|
|
|
* Issue 227 - Import error when importing `PYSIDE6` while using
|
|
|
|
|
`QtPy` <= 1.x (PR 228 by @dalthviz)
|
|
|
|
|
* PR 228 - PR: Change constants used to validate `PySide`
|
|
|
|
|
installation and update `PySide2` test environment to use
|
|
|
|
|
`QtPy`<2.0.0, by @dalthviz (227)
|
|
|
|
|
* Issue 226 - Release QtAwesome 1.2.2
|
|
|
|
|
* Issue 223 - Memory leak when using spin animation class on
|
|
|
|
|
PyQt bindings (PR 224 by @dalthviz)
|
|
|
|
|
* Issue 213 - Add a contributing guide (PR 218 by @dalthviz)
|
|
|
|
|
* In this release 3 issues were closed.
|
|
|
|
|
* PR 224 - PR: Use currentThreadId to identify thread for PyQt
|
|
|
|
|
bindings, by @dalthviz (223)
|
|
|
|
|
* PR 218 - PR: Add contributing guide and fix macOS tests, by
|
|
|
|
|
|
2023-06-11 07:52:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 10 09:34:51 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2022-10-28 22:28:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 27 21:07:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
Issues Closed
|
|
|
|
|
* Issue 214 - Regression with 1.2 on Windows (PR 215 by @dalthviz)
|
|
|
|
|
* Issue 212 - Release QtAwesome 1.2.1
|
|
|
|
|
* Issue 210 - QtAwesome 1.2.0 incompatible with PySide2 (PR 211 by @dalthviz)
|
|
|
|
|
In this release 3 issues were closed.
|
|
|
|
|
|
|
|
|
|
Pull Requests Merged
|
|
|
|
|
* PR 215 - PR: Handle per user font installation failing due to missing/not available registry keys, by @dalthviz (214)
|
|
|
|
|
* PR 211 - PR: Handle PySide2 not having QtGui.QGlyphRun and add tests jobs with PySide2, by @dalthviz (210)
|
|
|
|
|
In this release 2 pull requests were closed.
|
|
|
|
|
|
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
Full changelog https://github.com/spyder-ide/qtawesome/blob/master/CHANGELOG.md#version-120-2022-10-19
|
|
|
|
|
|
2022-08-29 09:42:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 29 03:39:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
2023-12-08 16:28:32 +00:00
|
|
|
- Update to 1.1.1
|
2022-08-29 09:42:47 +00:00
|
|
|
* Change to "Ctrl+F" because PyQt6 doesn't support Modifier + Key by @kumattau in #183
|
|
|
|
|
* Update README docs badge, Copyright year and sponsors logo by @dalthviz in #184
|
|
|
|
|
* Add DeprecationWarning for FontAwesome 4.7 icon set by @dalthviz in #185
|
|
|
|
|
* Try calling newer Qt methods first before falling back to deprecated/removed ones by @kumattau in #186
|
|
|
|
|
|
|
|
|
|
|
2021-10-16 09:40:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 16 09:04:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
* Fix: Implicit integer conversion is deprecated,
|
|
|
|
|
Cast tileWidth to an integer
|
|
|
|
|
* Fix: Timer should belong to parent widget
|
|
|
|
|
- Resolve have-choice for Qt backends tested by pytest-qt
|
|
|
|
|
|
2021-02-10 08:08:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 9 16:02:00 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
* Perform a font id validation
|
|
|
|
|
* Add entries to the mdi charmap to be supported by Spyder
|
|
|
|
|
<= 4.1.5 (1.0.1)
|
|
|
|
|
* Update Material design icons to 5.4.55 (1.0.0)
|
|
|
|
|
* Drop Python 2 support (1.0.0)
|
|
|
|
|
* Fix deprecation warnings due to invalid escape sequences
|
|
|
|
|
(0.7.3)
|
|
|
|
|
- Use pytest-xvfb -- much more stable than the xvfb-run in sequence
|
|
|
|
|
for each python flavor
|
|
|
|
|
|
2020-07-28 05:53:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 28 05:48:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.7.2:
|
|
|
|
|
* Update release instructions for the 0.x branch, by @ccordoba12
|
|
|
|
|
* Do not call python directly in tests, by @scarabeusiv
|
|
|
|
|
* Remove warning for Python 2.7, by @dalthviz (140)
|
|
|
|
|
* al design icons to 4.9.95
|
|
|
|
|
* t class to display icons as widgets
|
|
|
|
|
* rowser
|
|
|
|
|
* Fix file lock (125)
|
|
|
|
|
* Update documentation and images (45)
|
|
|
|
|
* Use Github as the only CI provider
|
|
|
|
|
* Update MDI to 4.9.95
|
|
|
|
|
* Add IconWidget to display icon as widget
|
|
|
|
|
* Add an icon browser
|
|
|
|
|
* Improve sponsors section in readme
|
|
|
|
|
* Replace QtGui by QtWidgets in docs
|
|
|
|
|
* Update MDI to 4.5.95
|
|
|
|
|
* Update number of icons in Readme and docs
|
|
|
|
|
- Drop no-py2.patch, merged upstream.
|
|
|
|
|
- Add update-alternatives for new qta-browser binary
|
|
|
|
|
|
2020-04-23 12:06:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 23 12:03:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add patch to not call python2:
|
|
|
|
|
* no-py2.patch
|
|
|
|
|
|
2019-07-29 09:19:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 29 08:48:11 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.6.0
|
|
|
|
|
* Add rotated, hflip, and vflip options
|
|
|
|
|
* Update FontAwesome and Material design icons
|
|
|
|
|
* Rotate icons by static angle i.e. 90, 180 etc
|
|
|
|
|
* PR: Update FontAwesome and Material design icons
|
|
|
|
|
* PR: Add rotated, hflip, and vflip options
|
|
|
|
|
|
2019-03-08 12:45:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 8 12:42:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.5.7:
|
|
|
|
|
* Issue 113 - Corrupted icons with PyQt 5.12
|
|
|
|
|
|
2019-03-06 10:24:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 6 09:44:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.5.6:
|
|
|
|
|
* Too many changes to enumerate, see CHANGELOG.md
|
|
|
|
|
- Run tests
|
|
|
|
|
|
2018-12-04 13:58:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:53:26 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-08-20 17:53:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 20 17:53:28 UTC 2018 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- use singlespec'ed magic requires
|
|
|
|
|
|
2018-08-20 17:53:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 19 21:24:25 UTC 2018 - stefan.bruens@rwth-aachen.de
|
|
|
|
|
|
|
|
|
|
- Fix Requires:, refer to python2 packages from python2 package
|
|
|
|
|
- Remove erroneously distributed __pycache__ file from sources
|
|
|
|
|
- Spec cleanup:
|
|
|
|
|
* drop %defattr
|
|
|
|
|
* use %license for LICENSE
|
|
|
|
|
|
2017-07-24 18:56:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 21 13:04:30 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
|
|
- license is packaged, remove it from sources
|
|
|
|
|
|
2017-05-01 16:51:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 13 19:25:16 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|