Skip to content

Commit

Permalink
Merge pull request #1 from muyr/init
Browse files Browse the repository at this point in the history
Init
  • Loading branch information
muyr authored Aug 17, 2023
2 parents 74b7119 + e0fc9e3 commit 63faa11
Show file tree
Hide file tree
Showing 251 changed files with 1,570 additions and 1,962 deletions.
2 changes: 1 addition & 1 deletion .flake8
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
# - id: mixed-line-ending # Replace or check mixed line ending
# args: ["--fix=lf"]
- id: check-added-large-files
exclude: dayu_widgets/static/
exclude: dayu_widgets3/static/
- repo: https://github.com/ambv/black
rev: 21.11b1
hooks:
Expand Down
101 changes: 0 additions & 101 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ poetry run pytest

## 运行 black检查
```shell
poetry run black dayu_widgets
poetry run black dayu_widgets3
```
## 运行isort
```shell
poetry run isort dayu_widgets
poetry run isort dayu_widgets3
```

## 提交代码
Expand Down
137 changes: 0 additions & 137 deletions dayu_widgets/__init__.py

This file was deleted.

124 changes: 0 additions & 124 deletions dayu_widgets/sequence_file.py

This file was deleted.

Loading

0 comments on commit 63faa11

Please sign in to comment.