Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivymd/KivyMD

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
https://github.com/kivymd/KivyMD

Fix parent rule for `TableContainer` rule

0409dd665e2edef082486fa745a4fe57203126e0 authored about 2 years ago by macbookair <[email protected]>
Parent class changed

Due to the new implementation of the elevation behavior,
the parent class for the `MDCard` widge...

696827ea8e1dd721a69ce1d2e171fa931e8b0585 authored about 2 years ago by macbookair <[email protected]>
Fix `canvas` instruction of `MDCard` rule

308b33cdea8de992ad5bd7a68c88318752cfe89d authored about 2 years ago by macbookair <[email protected]>
Fix doc string

e3f11e81fb079472208a227c96874853f1c73648 authored about 2 years ago by macbookair <[email protected]>
Removed the parent class

Due to the new implementation of elevation behavior, the parent class
`FakeRectangularElevationB...

68e148e706ef77bd1e440098cb569afcd5cb9096 authored about 2 years ago by macbookair <[email protected]>
Removed the parent class

Due to the new implementation of elevation behavior, the parent class
`FakeRectangularElevationB...

d26cf7917c1e921adb79256b3de0fea21f479497 authored about 2 years ago by macbookair <[email protected]>
Add `glsl_path` variable

Path to glsl directory.

33ea7e363a23e545eb482a6e6b0972f01e320bb3 authored about 2 years ago by macbookair <[email protected]>
Removed properties

Removed properties that were used to implement the fake elevation behavior.

07101ba3f6dc3cbe956098ecde9b52cc7a68fde2 authored about 2 years ago by macbookair <[email protected]>
Fix imports

c0badfa387baf1493c748160d5cfa9547f2a2e6a authored about 2 years ago by macbookair <[email protected]>
Fix `F811 redefinition of unused`

94b7bc5f0869162291d8d2be4b0ca75641ed396e authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/1103

7596451db7e8179dd90304452a58aa63177e3993 authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/972

b70e138ea8c9fe97fb994653ee867f908c06f0dc authored about 2 years ago by macbookair <[email protected]>
Added files to implement elevation behavior using shader

4e76e8ff1ba2e9e09ef273a47fabc2a7cad02cfd authored about 2 years ago by macbookair <[email protected]>
Removed resources for implementing fake elevation behavior

9dcf7178ecd6b628dd1765ed1dca815dce3c740a authored about 2 years ago by macbookair <[email protected]>
Add `SpecificBackgroundColorBehavior` class to the inheritors of `MDScrollView` class

dae1aede5b460b89b34c6900e2a714c2245697a5 authored about 2 years ago by macbookair <[email protected]>
Removed the `SpecificBackgroundColorBehavior` class from the inheritors of the `MDScrollView` class

611be151d30226e6616a5d81baf1af3a00ab16e6 authored about 2 years ago by macbookair <[email protected]>
Fix typo

0c1e2ae89f9c4ea8d7c3a2d6923bb72a8f57269f authored about 2 years ago by macbookair <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

16c66cf0d97e6879b872c18937aa777a74f82153 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

f1e2dfcaecac2e2502a7814c17a3be82e7cbee81 authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

42eb8aa306828def8bb0d263d4fec5e38f7d5475 authored about 2 years ago by KivyMD Bot <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

f180de09f06097f0af5bc7b6245e316aa20b791f authored about 2 years ago by macbookair <[email protected]>
Fix `TypeError: Cannot create a consistent method resolution order (MRO)`

9e4013331e2ae5b36a61d27c881c9e53af1234af authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

581656c5f9af3d9a992f17b4f8d8a70bfbe92ba2 authored about 2 years ago by KivyMD Bot <[email protected]>
Fixed setting background color for widgets with the `bg_color` property

eed4a31faca168209c820c57c84e75343c4822f0 authored about 2 years ago by macbookair <[email protected]>
Fix `Cannot create a consistent method resolution order (MRO)`

Fix doc strings;
Fix `Cannot create a consistent method resolution order (MRO)`;

f121dae6d0703a0db575af649208004f778ec3ea authored about 2 years ago by macbookair <[email protected]>
`DeclarativeBehavior` class has been added as inheritor for `MDCard` class

This allows you to use the `MDCard` class in a declarative programming style.

4c9b12566b52da1a295641605614b2b8281cd57e authored about 2 years ago by macbookair <[email protected]>
`BoxLayout` class has been replaced to `MDBoxLayout` class for inheritor in the `FitImage` class

This allows you to use the `FitImage` class in a declarative programming style.

351cb463ae92c344d20d67485625befd2761169a authored about 2 years ago by macbookair <[email protected]>
Add `DeclarativeBehavior` class for `MDTextField` class

cb4a43861de7f218501132f35f32118f010054fe authored about 2 years ago by macbookair <[email protected]>
Add `closing_interval` parameter to `MDCardSwipe` class

4ecb58b3392d96885f4ab572a116adb87ad75a6c authored about 2 years ago by macbookair <[email protected]>
Fix swipe direction for `MDCardSwipe` class

60424292b50f07b8e42a31c04ee4eceb5007d4a7 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

44fce67a70cd1f60ad55fc19bf9effb9c8f3f35b authored about 2 years ago by macbookair <[email protected]>
Add declarative behavior to `MDCardSwipeFrontBox` and `MDCardSwipe` classes

24454ed93b020e631f35735a3c7d47fc44cb9d6e authored about 2 years ago by macbookair <[email protected]>
Fix `AttributeError`

91601ae7380f498d87dad8e579a8257a88f2e644 authored about 2 years ago by macbookair <[email protected]>
Edit doc string

f47c4843ab7161b75e8a8991dd1185043620fd25 authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.1.0.dev0

38fe3562a28772220932bc82c7f8d0247f14cb8c authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.0.2

40236c7a0b7a1fe78eab4c3677f14fe9852eded5 authored about 2 years ago by macbookair <[email protected]>
Add tests modules

cc7b134b1225b3cd045120266885e5e7d08805ba authored about 2 years ago by macbookair <[email protected]>
Add tests modules

1876772c1c4ea9653698c3ced8e2d65f94819252 authored about 2 years ago by macbookair <[email protected]>
Add tests modules

779a8518c74716f9c873b2302d9b71989adb830e authored about 2 years ago by macbookair <[email protected]>
Add tests modules

49097bdcb15bf07c654456e54b4636a0fbbdbc19 authored about 2 years ago by macbookair <[email protected]>
Optimize class tests

4786bf817cf5c05a356fcac154f3765a280613cd authored about 2 years ago by macbookair <[email protected]>
Add base graphics class

16b7976f3733c157bd266f8b63782295e7b429c7 authored about 2 years ago by macbookair <[email protected]>
Rename test class

1dde5fb4853a05c4d6484d93f422f165f7ad60d1 authored about 2 years ago by macbookair <[email protected]>
Add tests modules

780ac6e8558f282d42b13d23f15d857848927552 authored about 2 years ago by macbookair <[email protected]>
Fix ` AttributeError: 'super' object has no attribute '__getattr__'`

The error was get when using declarative programming style.

db0e0d3bfc116f461a767c644647495a1b299bb8 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

e2e46976c6740f78434f1ae22faf01e32d0e6f8f authored about 2 years ago by macbookair <[email protected]>
Fix doc string

aa1f518d94e39644310d042625f8c5bca6830b35 authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/1308

a58c8ec92516f128681ef0e1ccacfe20349be1e5 authored about 2 years ago by macbookair <[email protected]>
Edit doc string

aec6c024aaeab824cbd93f054f65d6afe61448ad authored about 2 years ago by macbookair <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

a710f8d3a34b348cf0a7d27b850aeb829f898284 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

9d508c8f6e031f7821a5f1c43f8d7c9a86f99c8b authored about 2 years ago by macbookair <[email protected]>
Add new item to `Unreleased` section

16298da01ce5531ff3b88586258b3da4196c396d authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

8ec800110ca286a228a0846f9477743c240fc772 authored about 2 years ago by KivyMD Bot <[email protected]>
Console scripts (#1307)

* Add console scripts

* Update console scripts

ccec82640d7bbdae29f3c4463d0d412399cb50df authored about 2 years ago by Julian_Orteil <[email protected]>
Add new item to `Unreleased` section

9b621294a8f99ae9d708bf7339ce1fe077acf5c0 authored about 2 years ago by macbookair <[email protected]>
Edit documentation

Added the feature to view code examples of `Read the docs` in
imperative and declarative styles.

64cefcb9a7530ba866b8ac93f8743d86923102bd authored about 2 years ago by macbookair <[email protected]>
Fix `KeyError` text

0c216e46eb94788ff7da14f46a22add3d0c92cc5 authored about 2 years ago by macbookair <[email protected]>
Added `sphinx_tabs` package name to `extensions` data

c70f3bf592ff6261e7020e28b4d55a8d8571e957 authored about 2 years ago by macbookair <[email protected]>
Added dependency of the `sphinx-tabs` package

fcc5e0e64204c3dccbe49c59eaf0fc127d95e9cc authored about 2 years ago by macbookair <[email protected]>
Add new item to `Unreleased` section

53844c745fa10efbd90c5dddea4ed5a2f4f56877 authored about 2 years ago by macbookair <[email protected]>
Added `sphinx_copybutton` package name to `extensions` data

e5cdc3fc02fe472fa958d3a796c47199d9400344 authored about 2 years ago by macbookair <[email protected]>
Added dependency of the `sphinx-copybutton` package

b74074db8be5892d7c78e3f7b01122acebfd72b7 authored about 2 years ago by macbookair <[email protected]>
Edit documentation

edd30894e98ee8a652c075344d5122011f2c0c34 authored about 2 years ago by macbookair <[email protected]>
Fix `Copyright`

0a27eca7e45b8a16021529da5f214e5176512708 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

3414a89409be9f50055f5e7758117cc10664cda8 authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.1.0.dev0

74d4e4cf78e49c5d679f996c35675befa8ffdee6 authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.0.1

122f74208846647ad526023da3c4cf3683540f9d authored about 2 years ago by macbookair <[email protected]>
Fix ` IndexError: list index out of range`

084ad512e64f3553ff8199e310bc2a9b630a0625 authored about 2 years ago by macbookair <[email protected]>
Add new item to `Unreleased` section

ee288977b9adb573f8332e272138cf3fbc5cc0a7 authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/1305

55cd7fee05ed616a8b34e632221bb5ed0ad62544 authored about 2 years ago by macbookair <[email protected]>
removed not found values ​​in files (#1304)

* rm `SmartTileWithLabel` and `SmartTileWithStar` from `__all__`

* rm `MDToolbar` from all

...

8d6e02791497131d14d8af065835ea017c37acc1 authored about 2 years ago by Neizvestnyj <[email protected]>
Changes have been made related to the new release

0b78a31150182ac5e8813c6b7504a12247201ab9 authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.1.0.dev0

b366f56d4f5fc427e7e4086cbb63754c9c1eb98c authored about 2 years ago by macbookair <[email protected]>
KivyMD 1.0.0

826aec05ab7679d018c93b15f959ba52d3379d09 authored about 2 years ago by macbookair <[email protected]>
Update Iconic font (v7.0.96)

7b12b63e3ada290b7e9644a1ea1514b7913d35e9 authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

efa27149db76cfacd8c71d64c517a0af026e1869 authored about 2 years ago by KivyMD Bot <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

560da66cd9ffb083918ff02d62f5197700ab225f authored about 2 years ago by macbookair <[email protected]>
Fix doc string

9920956b45d98aa26a562174caee36db79aad7c4 authored about 2 years ago by macbookair <[email protected]>
Fix doc string

a623a5f11a51662b73ae080a20c78685fa5c9f7d authored about 2 years ago by macbookair <[email protected]>
Fix imports

5f4300091073897ef7d9408a543f0517b90400a1 authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

aef9c75dc2832a19d13b8714df9bd8040cfc31e1 authored about 2 years ago by KivyMD Bot <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

d1f97fea2fe11c476ad5edf7fc292efbc1d05310 authored about 2 years ago by macbookair <[email protected]>
Remove `fitimage.py` module

8526cc4f49e2cd5a8b68f88fe1bff0a9d01d79a7 authored about 2 years ago by macbookair <[email protected]>
Fix import `FitImage` class

072ed74e010a8cabe4cac0d9ce1a2a509f70989f authored about 2 years ago by macbookair <[email protected]>
Fix import `FitImage` class

d5c5f871a06c2fd778ff9553af63dc4d41db6ca8 authored about 2 years ago by macbookair <[email protected]>
Run pre-commit

58103453f5b480baa2e39d49bb1ad8ebbba1a0ac authored about 2 years ago by KivyMD Bot <[email protected]>
Remove deprecated classes/properties

e11f44b4e4b250806fb611156fc05964a92961cc authored about 2 years ago by macbookair <[email protected]>
Add new properties to `MDSlide` class

0e8c03812622d4296ca9d1e33fc831c7c4b5341a authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/1278

a40d51a7117c0aca9dfc9c29ccb15f3cb99c57a2 authored about 2 years ago by macbookair <[email protected]>
Fix https://github.com/kivymd/KivyMD/issues/1278

5d2b21cb6ec8d6d33c1c874fc4054cdbd84914bc authored about 2 years ago by macbookair <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

ad0c2b9a8af9e8473f4ed0dbc8bfc4d0bfd8cce7 authored about 2 years ago by macbookair <[email protected]>
Add declarative behavior support to `OneLineRightIconListItem` class

c9f52df7d5652d8adfd95442f928f9629e0db8b1 authored about 2 years ago by macbookair <[email protected]>
Fix stable red color even when no error is thrown - hot reload (#1303)

* Added the feature that is specified but not implemented - MDScrollView

* Fix red bg color e...

4fa3e308c73ebd68470e359d3b039283c272c55d authored about 2 years ago by Kulothungan U.G <[email protected]>
Fix linting errors (#1301)

b164f67c4179ce1c858889a65718e22556ff1d23 authored about 2 years ago by Kulothungan U.G <[email protected]>
Merge branch 'master' of github.com:kivymd/KivyMD

d24af9decd16a6da8450892aa5370a38039e5168 authored about 2 years ago by macbookair <[email protected]>
Add declarative behavior support to `MDWidget` class

b687e08cafabfa667d3a526837165c93aeec6b97 authored about 2 years ago by macbookair <[email protected]>
Add declarative behavior support to `MDStackLayout` class

90524d3728bbea65d71a204883cca2460dd3c801 authored about 2 years ago by macbookair <[email protected]>
Fix doc strings

c9124889ac75644ce9f5b134a711866deb96349a authored about 2 years ago by macbookair <[email protected]>
Fix doc strings

c381fa9add4d462beb8adc7d012f18294db5c007 authored about 2 years ago by macbookair <[email protected]>
Fix doc strings

1046d00df2c75c1568cdf2ee24e6a130c7517463 authored about 2 years ago by macbookair <[email protected]>