Commit Graph

831 Commits

Author SHA1 Message Date
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
Daniel C. Pizetta 5569d6c919 Remove the need of changing global vars, causing errors when generating resources 2022-05-30 12:02:16 -03:00
Daniel C. Pizetta d15df6ac4f Fix path separator using join() 2022-05-30 12:00:48 -03:00
Daniel C. Pizetta 9c716e73ed Add palette-specific paths, remove use of globals 2022-05-30 11:59:51 -03:00
Daniel C. Pizetta 6b96c4c1f2 Enhance qrc footer template to generalize QSS_FILE name 2022-05-30 11:58:18 -03:00
Daniel C. Pizetta a65776cbec Raise NotImplementedError when calling create_custom_qss, before updating it 2022-05-30 11:52:06 -03:00
Daniel C. Pizetta b5fe117d02 Remove unnecessary imports 2022-05-30 11:51:03 -03:00
Daniel C. Pizetta 11bddcf398 Add palette name on title when running example 2022-05-30 11:48:45 -03:00
Daniel C. Pizetta febca907ea Remove prints and enhance log messages 2022-05-30 11:45:48 -03:00
Daniel C. Pizetta 96218acf74 Update call and arguments 2022-05-30 10:39:35 -03:00
Daniel C. Pizetta f1f774e938 Refactor run_process to process_palette, create compile_qrc_file 2022-05-30 10:38:40 -03:00
Daniel C. Pizetta 35d1f27b1e Fix pattern when getting rc links from scss files 2022-05-30 09:35:51 -03:00
Daniel C. Pizetta a60b150cd9 Include only .png files into the list 2022-05-30 09:35:01 -03:00
Daniel C. Pizetta 2e79d92929 Fix wrong RC links on report and improve messages for debug 2022-05-30 09:34:10 -03:00
Daniel C. Pizetta cfa9ca1d3d Create folders if not existent 2022-05-30 09:32:44 -03:00
Daniel C. Pizetta 2166608671 Add log messages 2022-05-30 09:31:14 -03:00
Daniel C. Pizetta 309369e22a Update auto generated files list of names 2022-05-30 09:30:01 -03:00
Daniel C. Pizetta 5725f32b8c Fix spelling errors 2022-05-29 19:59:49 -03:00
Daniel C. Pizetta 73531859fe Fix deprecated method warn(), fixes #309 2022-05-29 18:45:51 -03:00
Edward Betts 870850d050 Correct spelling mistakes 2022-05-29 18:28:33 -03:00
mgr b5f7fe979c Fix references to new QSS files 2022-05-29 18:27:10 -03:00
Jihadist 489a03c2b3 Fix C++ interchange of dark/light themes
Look at https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/273
2022-05-29 18:23:56 -03:00
Daniel Pizetta 43abefb2b5 Merge pull request #305 from juliangilbey/fix-deprecation-warning
Fix logging module DeprecationWarning
2022-01-03 10:28:06 -03:00
Julian Gilbey a017e667b0 Fix logging module DeprecationWarning 2021-12-21 14:19:41 +00:00
Daniel Pizetta 93f97838ed Merge pull request #300 from juliangilbey/fix-global-paths
Fix global paths
2021-12-10 11:24:36 -03:00
Daniel Pizetta 2569458d50 Merge branch 'develop' into fix-global-paths 2021-12-10 11:22:15 -03:00
Julian Gilbey 878a88e5a7 Add data files when installing package, fixes #299 (#302)
* Add data files when installing package (fixes #299)

* Update CHANGES.rst to note installation files fix
2021-12-10 11:20:46 -03:00
Julian Gilbey ab9c3209fe Add details to AUTHORS and CHANGES 2021-12-04 20:10:17 +00:00
Julian Gilbey 46b6f73da0 Ensure global paths are always set to valid values 2021-12-04 19:38:58 +00:00
Daniel Pizetta cbc93c0552 Update version and CHANGES v3.0.3 2021-11-29 10:58:23 -03:00
Daniel Pizetta 6567e7e62c Update resources - auto generated" 2021-11-29 10:57:57 -03:00
Daniel Pizetta 4cb553780f Temporary fix for expanding combobox Qt5.15, #288, #282, #285 2021-11-29 10:56:06 -03:00
Martin Delille 382fb6c5dd Remove combo checked item boldness to prevent bug on qt5.15 (#288)
Temporary solution for #285 and #282
2021-11-29 10:19:48 -03:00
Daniel Pizetta 6f39fa368b Merge pull request #280 from BruceLee569/patch-1
Update README.rst
2021-07-19 18:50:37 -03:00
Daniel Pizetta 8ffb674d2f Merge pull request #289 from ccordoba12/fix-generating-assets
Fix generating assets per operating system
2021-07-19 18:48:42 -03:00
Carlos Cordoba fd1364c0cf Fix generating assets per operating system
The shell kwarg to subprocess.call can't be True in Posix systems
2021-07-13 16:11:08 -05:00
辰冢 8c8285e8a9 Update README.rst 2021-05-12 11:05:03 +08:00