867 Commits

Author SHA1 Message Date
Daniel Cosmo Pizetta 6f3962e637 Update changes v.3.2.3 2023-11-28 16:48:19 -03:00
Daniel Cosmo Pizetta 02977315a6 Substitute PyQt5 import for qtpy 2023-11-28 16:41:26 -03:00
Benjamin A. Beasley 31d0928e18 Replace deprecated dash-separated description-file
Use description_file instead. Fixes a SetuptoolsDeprecationWarning; fixes #340.
2023-11-28 16:36:04 -03:00
Daniel Cosmo Pizetta 1c5be2e296 Rebuild assets with Qt5 v3.2.2 2023-11-27 17:25:36 -03:00
Daniel Cosmo Pizetta 969fd60426 Update changes v3.2.1 2023-11-09 17:21:13 -03:00
Daniel Cosmo Pizetta 36336c9f42 Update resources and assets 2023-11-09 17:19:37 -03:00
Daniel Cosmo Pizetta 24167c436a Add new Python version to tox 2023-11-09 17:19:16 -03:00
Daniel Cosmo Pizetta 71f94344c9 Activate log messages when using utils as script 2023-11-09 17:18:55 -03:00
Daniel Cosmo Pizetta 0bd58b7763 Update contributing to add resources update 2023-11-09 17:18:26 -03:00
Daniel Cosmo Pizetta b70b89f887 Add COLOR-DISABLED, fixes #337 2023-11-09 17:17:29 -03:00
Daniel Cosmo Pizetta a814eeeed9 Update version 2023-11-09 17:16:56 -03:00
Daniel Cosmo Pizetta 5eda73d310 Update version and changes list v3.2 2023-10-25 16:17:05 -03:00
Daniel Cosmo Pizetta 3858c55c5d Improve C++ usage description, fixes #329 2023-10-25 16:02:54 -03:00
Daniel Cosmo Pizetta bce87bf816 Add ruff config 2023-10-25 16:02:20 -03:00
Daniel Cosmo Pizetta f8aca53f9f ENH: entries and docs including Qt6 2023-10-25 15:51:29 -03:00
Daniel Cosmo Pizetta 886094bea8 FIX: warnings functional call, fixes #325 2023-10-25 15:50:41 -03:00
Carlos Cordoba 879dad5d29 Merge pull request #324 from alexispr1/fix_qtoolbox_widget_background
Fix hidden background of widgets in QToolBox
2023-10-24 12:33:36 -04:00
Alexis Proux 2f52c3ffba Fix hidden background of widgets in QToolBox 2023-10-24 11:29:57 -05:00
Carlos Cordoba f7c5d18070 Merge pull request #335 from conradolandia/light_palette
Improve light palette so there is better contrast between hovered and selected states
2023-10-24 12:17:48 -04:00
conradolandia 7bdca5b6d2 Adjust colorsystem to improve light theme 2023-10-20 11:09:33 -05:00
Carlos Cordoba f31883b1a9 Merge pull request #327 from oscargus/drop_py2
Drop support for Python 2
2023-10-11 19:34:07 -04:00
Carlos Cordoba e2510ef4b1 Fix some issues with create_custom_qss
That function is still broken though
2023-10-11 18:29:27 -05:00
Carlos Cordoba 42a7dc429a Merge branch 'develop' into drop_py2 2023-10-11 18:01:57 -05:00
Carlos Cordoba 322712748d Merge pull request #334 from conradolandia/disabled_color
Add a new constant for the disabled color of widgets
2023-10-11 18:45:53 -04:00
Carlos Cordoba 8d89a4ac90 Merge pull request #333 from musicinmybrain/shebang-cleanup
Shebang cleanup
2023-10-11 18:34:37 -04:00
conradolandia 0d72175970 Improve colors of Light theme to have a bit more contrast in the lighter tones 2023-10-10 19:49:15 -05:00
conradolandia 3e9306c6c8 Add DISABLED_COLOR variable to palettes dark/light. Used variable in _styles.scss. Add @conradolandia to the list of contributors. 2023-10-10 19:31:15 -05:00
conradolandia 08fb6cd51b Add DISABLED_COLOR variable to palettes dark/light. Add @conradolandia to the list of contributors. 2023-10-10 19:29:36 -05:00
Carlos Cordoba 415c054422 Merge pull request #321 from hmaarrfk/patch-1
Fix small typo in the value of Blue.B150
2023-10-10 19:41:19 -04:00
Benjamin A. Beasley d0ade70e54 Standardize on explicit “python3” in shebangs 2023-09-17 08:47:19 -04:00
Benjamin A. Beasley a322d007cc Fix the shebang in qdarkstyle/example/__main__.py 2023-09-17 08:47:19 -04:00
Benjamin A. Beasley 6ea8d717f9 Ensure all scripts with shebangs are executable 2023-09-17 08:47:19 -04:00
Benjamin A. Beasley a9d9c6f0af Remove shebangs and execute permission from non-script executables
These files’ filesystem permissions included the executable bit and they
had shebang lines, but they have no “main routines” or interesting side
effects.
2023-09-17 08:47:19 -04:00
Benjamin A. Beasley 1544d4292a Remove shebangs from non-executable, non-script files
These files have no “main routines” or interesting side effects and
their filesystem permissions do not include the executable bit.
2023-09-17 08:25:58 -04:00
Oscar Gustafsson be39b56931 Drop Python 2 2023-01-12 21:27:14 +01:00
Mark Harfouche f7801593ef Fix small typo in the value of B150 2022-11-06 00:16:47 -04:00
Daniel C. Pizetta 2e9f4587d9 Update part of create_custom_qss function 2022-08-18 21:45:17 -03:00
Daniel C. Pizetta 43955dbe9f Add Qt6 support 2022-08-18 21:40:22 -03:00
Daniel C. Pizetta bd845e0f07 Update requirements, tox config 2022-08-18 21:36:10 -03:00
Daniel C. Pizetta 5162909e03 Linting and doc fixes 2022-06-15 09:06:08 -03:00
Daniel C. Pizetta fb67d3cb19 Improve readability with f-strings 2022-06-14 18:02:33 -03:00
Daniel C. Pizetta 4a98461516 Move is_identifier to internal API 2022-06-14 17:47:23 -03:00
Daniel C. Pizetta 10f58d4e48 Change global variable names to better fit content 2022-06-13 14:15:45 -03:00
Daniel C. Pizetta 20b74a36c0 Fix minor spell errors 2022-06-13 14:12:57 -03:00
Daniel C. Pizetta 6ff5fdfd7b Update version and changes v3.1 2022-05-30 12:47:49 -03:00
Daniel C. Pizetta a363c1d73b Update resources 2022-05-30 12:39:12 -03:00
Daniel C. Pizetta 9e72c253b0 Update tests to include palette, remove out of date call 2022-05-30 12:24:13 -03:00
Daniel C. Pizetta 67c78db7f1 Name qrc and qss files with prefix of palette ID to keep them working on C++ 2022-05-30 12:22:55 -03:00
Daniel C. Pizetta 0a97b4c546 Fix identation after removing function 2022-05-30 12:07:03 -03:00
Daniel C. Pizetta 34cf0e2dcd Fix call and arguments for process_palette, remove imports 2022-05-30 12:06:01 -03:00