Commit Graph

65 Commits (64b6e7ca51a970c196f9f62af4acfcff6732dc68)

Author SHA1 Message Date
Alex Huszagh 64b6e7ca51 Added gallery images for Windows. 2021-07-16 23:02:35 -05:00
Alexander Huszagh 81d45e9669
Update gallery for better formatting. 2021-07-16 22:43:38 -05:00
Alex Huszagh a7f536fbe7 Initial commit for gallery screenshots. 2021-07-16 22:32:20 -05:00
Alex Huszagh ce29da0ba7 Added support for better dialog widgets, useful for custom themes. 2021-07-16 22:07:12 -05:00
Alex Huszagh 038a9d2a65 Updated tests, minor bug fixes, and merge lightv2 into light. 2021-07-16 17:03:26 -05:00
Alex Huszagh 799693e9d6 Minor documentation updates. 2021-07-16 15:18:21 -05:00
Alex Huszagh 4279cb7c52 Added documentation for designing custom themes. 2021-07-16 15:16:35 -05:00
Alex Huszagh 6b30b5d89c Major overhaul of the UI and themes.
- Fixed nearly every platform-specific bug on Linux.
- Added numerous more widgets to the example view.
- Fixed a the background colors for dark widgets.
- Made theming configurable via JSON files.
- Added sample, custom themes to the `configure` directory.
- Fixed QSlider handle being highlighted when not having focus.
- Fixed unwanted underlining in the tabs of QTabBar.
- Made the view have more depth with more complex color schemes.
- Fixed the background of the drop menu for QComboBox.
- Made the background darker if the QComboBox is editable.
- Improved border widths.
- Fixed the radio button size.
- Fixed SVG icons with opacity.
2021-07-16 14:30:46 -05:00
Alex Huszagh e4d4e54ef5 Moved everything to templates.
- Fixed bug with QTreeView with checkable items.
- Added JSON configurations for configurations.
- Added tests for QTreeView.
- Created a limited set of data.
2021-07-15 21:09:27 -05:00
Alex Huszagh 491e693237 Move to template-driven resource generation. 2021-07-15 20:28:48 -05:00
Alex Huszagh 81aff51494 Add extensibility to configure. 2021-07-15 18:37:44 -05:00
Alex Huszagh 37d854fe84 Removed unused icon. 2021-07-15 18:33:42 -05:00
Alex Huszagh feb7dba526 Merged changes into dark.
- Updated the colors of size grips and move toolbars
- Added tests for toolbars with separators and multiple configurations.
- Fixed horizontal and vertical move and separator icons.
2021-07-15 18:27:07 -05:00
Alex Huszagh 2977d1a720 Bug fix for QComboBox on Windows.
- Added tests for editable QComboBoxes.
- Fixed outline bug in QComboBox.
2021-07-15 17:23:17 -05:00
Alex Huszagh aff2df1e75 Added support for more widgets.
- Added QCalendarWidget support (undocumented, and went from ugly to
nice).
- Added QSplashScreen support.
- Added tests for more widgets.
2021-07-15 16:44:59 -05:00
Alex Huszagh 25ae47bf7c Updated the README for various bug fixes. 2021-07-15 15:49:45 -05:00
Alex Huszagh 1073a3d580 Bug fixes for QTreeView on Windows. 2021-07-15 15:43:27 -05:00
Alex Huszagh e95c63fe58 Fixed alignment with QToolBox text. 2021-07-15 15:37:55 -05:00
Alex Huszagh faeb40cf7c Bug fixes for various UI elements.
- Added tests for tooltips and sortable tables.
- Fixed pixelated radio icons.
- Fixed arrow placement in QTableView for sorting.
- Fixed text placement in QGroupBoxes.
2021-07-15 15:23:08 -05:00
Alex Huszagh 49e1bce0ad Various UI fixes.
- Fixed QGroupBox alignment with other center-aligned widgets.
- Fixed icon indicators in QToolButton.
- Fixed selection issue causing text and icons to shift in QToolButton.
- Fixed QToolButton's menu indicator shifting when pressed.
- Improved indicator look of tabs.
- Improved the borders and highlighting of tabs.
2021-07-15 12:05:29 -05:00
Alex Huszagh cd1b6fee41 Updates for themeing
- Better support for outlines in QFrames without redundancy.
- Better testing support.
- More transparent backgrounds for hover events on QtAbstractItemViews.
- Thinner borders, for a better UI experience.

QFrames only highlight an outline when a QAbstractScrollArea isn't a
child on hover events, so it avoids highlighting an area when a child UI
that will have a similar input focus is there.
2021-07-15 08:17:38 -05:00
Alex Huszagh c7a1058e7d Minor bug fixes for UI. 2021-07-15 00:10:14 -05:00
Alex Huszagh ec9102c609 Rename single to test. 2021-07-14 22:31:03 -05:00
Alex Huszagh eb75c6fcda Enhancements for QSlider to scale for all resolutions. 2021-07-14 22:28:16 -05:00
Alex Huszagh b3bd326d48 Minor bug fixes for branch more. 2021-07-14 20:44:45 -05:00
Alex Huszagh d438fbf1ee Initial bug fixes for QTreeView on Windows. 2021-07-14 20:22:33 -05:00
Alex Huszagh aed64fb59f Numerous enhancements to widget styles. 2021-07-14 16:57:20 -05:00
Alex Huszagh 3b4575efd4 Updated the dock widget icons. 2021-07-14 02:44:50 -05:00
Alex Huszagh e4fdb9fac9 Updates styles, better configuration. 2021-07-14 01:14:04 -05:00
Alex Huszagh 55c738813e Initial versions for better scaling stylesheets. 2021-07-13 22:46:41 -05:00
Alex Huszagh ed4d3b1f69 Initial dark style attempt for Windows. 2021-07-13 13:30:57 -05:00
Alexander Huszagh 2d595a956f
Fixed Python example comments.
Fixed comment style from C++ to Python for Python example.
2018-12-27 12:13:06 -06:00
Alexander Huszagh bdf7438118
Merge pull request #9 from gkt-aardvark/patch-1
Single line fix for PyQt5 example.
2018-12-27 12:11:39 -06:00
GKT 20e24df905
Single line fix for PyQt5 example
Just fixed the typo in the PyQt5 line from C++ syntax to Python
2018-12-27 09:01:22 -07:00
Alex Huszagh 72c6c48796 Updated Breeze stylesheets to look better with tree-views. 2018-12-19 17:55:21 -06:00
Alexander Huszagh 71f4188747
Merge pull request #8 from eblade/fix_branch_indicators
Fix branch indicators in QTreeView/QTreeWidget.
2018-12-19 16:22:01 -06:00
Johan Egneblad 0506fd0876
Fix branch indicators in QTreeView/QTreeWidget 2018-12-03 14:04:04 +01:00
Alexander Huszagh c4b6a9a6e6
Updated the documentation for using with PyQt5. 2018-11-09 23:15:59 -06:00
Alexander Huszagh e823d0fc38
Merge pull request #6 from jeremyverda/master
Rename breeze_resouces.py to breeze_resources.py
2018-10-10 18:22:15 -07:00
Jérémy Verda 0d2b1bb49a
Rename breeze_resouces.py to breeze_resources.py 2018-10-04 16:07:00 +02:00
Alexander Huszagh ab6b8afb02 Merge pull request #2 from chaosink/master
Use pyrcc5 to convert breeze.qrc to breeze_resources.py
2017-10-17 18:53:44 -07:00
chaosink 5e0feb23d6 use pyrcc5 to convert breeze.qrc to breeze_resources.py and import in dark.py and light.py 2017-09-12 11:25:37 +08:00
Alex Huszagh 00e50c17ee Bug fix for issue #1 2017-09-11 13:15:44 -07:00
Alexander Huszagh eab749b61a Update README.md
Partial bug fix for #1
2017-08-28 13:59:34 -07:00
Alexander Huszagh 857f9fa679 Update README.md 2017-05-22 10:24:49 -07:00
Alexhuszagh 803bfed7a5 Updates to themes 2016-10-26 18:37:58 -04:00
Alexhuszagh 5787b1578d Updates and bug fixes for QSpinBoxes 2016-10-26 16:25:02 -04:00
Alexhuszagh dcbab6aa4d Updates to scrollbar view 2016-10-26 15:51:53 -04:00
Alexhuszagh 053d3cef07 Updates to scrollbar view 2016-10-26 15:51:01 -04:00
Alexhuszagh 6b04b6572f Added QCheckBox and QRadioButtons 2016-10-26 14:51:01 -04:00