forked from phenom-films/dayu_widgets
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from muyr/init
Init
- Loading branch information
Showing
251 changed files
with
1,570 additions
and
1,962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[flake8] | ||
ignore = BLK100 | ||
max-line-length = 88 | ||
max-line-length = 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +0,0 @@ | ||
## v0.12.1 (2023-08-17) | ||
|
||
### Fix | ||
|
||
- flow layout delete item; add clear method | ||
|
||
## v0.12.0 (2023-08-17) | ||
|
||
### Feat | ||
|
||
- add theme var for big view scale #65 | ||
|
||
## v0.11.6 (2023-03-07) | ||
|
||
### Fix | ||
|
||
- compat with PyQt5 | ||
|
||
## v0.11.5 (2022-07-22) | ||
|
||
### Fix | ||
|
||
- **MItemView**: fix header view order(sort) setting | ||
|
||
## v0.11.4 (2022-07-22) | ||
|
||
### Fix | ||
|
||
- **MItemViewSet-MItemViewFullSet**: fix headerView state restore | ||
|
||
## v0.11.3 (2022-07-20) | ||
|
||
### Fix | ||
|
||
- **MTheme**: fix MTheme.deco function | ||
|
||
## v0.11.2 (2022-07-19) | ||
|
||
### Fix | ||
|
||
- **MPage**: fix MPage sig_page_changed bug | ||
|
||
## v0.11.1 (2022-07-19) | ||
|
||
### Fix | ||
|
||
- fix MLineEdit delay signal not work when user use Chinese input method | ||
|
||
## v0.11.0 (2021-12-28) | ||
|
||
### Feat | ||
|
||
- **MComboBox**: using MCompleter | ||
|
||
### Refactor | ||
|
||
- **MMenu**: clean up menu code | ||
- fix example application | ||
|
||
## v0.10.1 (2021-12-15) | ||
|
||
### Refactor | ||
|
||
- **examples**: use application function to launch example | ||
|
||
## v0.10.0 (2021-12-14) | ||
|
||
### Feat | ||
|
||
- **MSplitter**: add animatable feature | ||
|
||
## v0.9.1 (2021-12-14) | ||
|
||
### Fix | ||
|
||
- **MPopup**: fix PyQt5 setMask bug & clean code | ||
|
||
## v0.9.0 (2021-12-08) | ||
|
||
### Feat | ||
|
||
- add MCompleter and MSplitter widget | ||
|
||
## v0.8.0 (2021-12-06) | ||
|
||
### Fix | ||
|
||
- deploy fialed | ||
- add __all__ import | ||
- delegate example rename for demo.py | ||
- clean combox search code | ||
- chinese input support | ||
|
||
### Feat | ||
|
||
- edit read_settings and write_settings | ||
- edit read_settings and write_settings | ||
- add search and scroll for MMenu | ||
- add MPopup widget | ||
- add delegate example | ||
- add searchable combo box | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.