WSJT-X/contrib/QDarkStyleSheet/CHANGES.md

6.0 KiB

Changelog

  • 2.6.5:
    • Fix borderless widgets inside QTabWidget, #123
    • Fix palette table inside CSS file, header using the last column
    • Tested on Python 27, 34, 36, 37
  • 2.6.4:
    • Python 2.7 compatibility, #121
    • Fix MANIFEST
  • 2.6.3:
    • Palette color enhance, better contrast, contribute to #118
    • Fixes Qslider background
    • Better colors and format for tab and toolbox, contribute to #118
  • 2.6.2:
    • Enhance command link button
    • Enhance tab colors and spacing, closes #118
    • Start using tox, helping partially #77
    • Fix example and other scripts issues
  • 2.6.1:
    • Fix and improve QSplitter and separators from tool bar and windows #115
    • Fix README version screenshots and update them
    • Add reset function into example to reset GUI settings, after you mess up with
  • 2.6:
    • Many other enhancements and fix #103, #111, #106
    • Fix tab disabled, background and color
    • Enhance tab selection
    • Enhance spacing (padding and margin)
    • Enhance table, list, tree and combo box selection
    • Fix slider disabled and enhance size
    • Fix the wrong upload of style.qss - sorry
    • Fix almost all widgets backgrounds, and other not previously covered widgets with new style
    • New palette color, almost whole new qss file, simplify configuration, partially #112, #101, #109,
    • Add changes made by other people in the new style - merge does not work there #93, #92, #102
    • Update README with Qt.py and PySide 2 information #110, #107, #83
    • Update init info
    • Improve scripts for processing ui and qrc
    • Add main and setup entry, to access function directly
    • Add function to get information about bindings and abstraction layers for debbuging and/or issue tracker
    • PySide 2 support
    • Improve menu indicator position on QPushButton, #102
  • 2.5.4
    • Fix indicator image of checkable QGroupBox for check/uncheck states, #93
    • Fix wrong comma position, #95
    • Added image for the missing QTreeView/QListView undeterminated state, fix #92
  • 2.5.3
    • Add future warning and pending deprecation for 3.0 version preparation #89
    • Add ISSUE_TEMPLATE to ask for default information on issue tracker
  • 2.5.2:
    • Modularize files from example/ui to simplify edition (developers)
    • Add scripts to process files and run example more easiy (developers)
    • Better documentation (developers)
    • Add CONTRIBUTE, CODE_OF_CONDUCT, and PRODUCTION files
    • Lint markdown to standardize files
    • Fix and add mor information in C++ example
  • 2.5.1:
    • Fix travis files, needs more improvement #74
    • Improve modules description
    • Update setup.py, remove license
    • Update and improve README, CHANGES and AUTHORS
  • 2.5:
    • Add new complete example with new files
    • Add new screenshots for new example
    • Update travis files
    • Add support to example of QtPy and PyQtGraph
    • Move scripts for compiling to scrip folder
    • Update README, CHANGES
  • 2.4:
    • Add function to get Qt information from environment variable #69, #70, #73
    • Add CC-BY license for images and transfer COPYING to LICENSE file #68
    • Fix tabs style - selected tab color and shift #59, #72
    • Restructure README creating AUTHORS, CHANGES, and LICENSE #71
  • 2.3.1:
    • Improve checkbox color (use accent color used in other widgets) and darken view hover/selected colors to play nicer with other widget colors
    • Shift to the right the first tab
    • Update license year
    • Update README (fix snapshots links and formatting)
    • Removed QLineEdit top/bottom padding which cut off text while editing QListView items
  • 2.3.0:
    • Add support for QDateEdit
  • 2.2.2:
    • Add hover to unselected item in QListView/QTreeView
    • Fixes for vertical QToolBar, QToolBar Extend Button & QTabWidget's Pane Misalignment
    • Fixed consistency of QTabBar depending on position
  • 2.2.1:
    • Remove border of status bar widgets
  • 2.2:
    • Major update of the color scheme based on the Breeze Dark theme of KDE 5
    • Fix issues #29, #30, #31, #32 and #35
  • 2.1:
    • Add style for QPushButton:checked
    • Improve QCheckBox and QRadioButton style
    • Add style for QMenu::right-arrow
  • 2.0:
    • Improve stylesheet to make it look a bit more modern (see pull request #25)
  • 1.16:
    • Fix QGroupBox title padding (see issue #20)
  • 1.15:
    • Improve tristate checkbox graphics: undetermined state is now represented by a dash
  • 1.14:
    • Add support for tristate check boxes and for vertical and horizontal lines
  • 1.13:
    • Fix issue with horizontal scrollbar arrows, left and right were inversed.
  • 1.12:
    • Fix minimum size of input widgets (see issue #14)
  • 1.11:
    • Fix QDockWidget title position on Mac.
    • Add QStatusBar support
    • Improve QToolButton especially the MenuButtonPopup and InstantPopup modes
  • 1.10:
    • Add PyQt5 support
    • Fix bug #12 (dock widget title not dark on OSX. Note that this reopens issue #8 for MAC users)
  • 1.9:
    • Improve QTabBar consistency and make selected tabs more distinctive
  • 1.8:
    • Add support for QToolBox
    • Fix issue with grid line in QTableView if there is only ONE row/column
  • 1.7:
    • Fix appearance of bottom tab bars (invert gradient)
    • Improve QTableView: add grid line and fix section borders
    • Fix bug #7: bug when resizing QTableView
    • Fix bug #8: text elidation no working on QDockWidget
  • 1.6:
    • Improve QToolButton style
    • Add support for InstantPopup and MenuButtonPopup
    • Improve QMenu style (better spacing with icons)
    • Add _version_ to python package.
  • 1.5:
    • Improve QTabBar style: now works with all tab bar positions (North, South, West and East)
    • Fix bug #6: hide QTabBar base to avoid stange lines at the base of the tab bar.
  • 1.4:
    • Add style.qss to qrc file, this fix issues with cx_freeze
  • 1.3:
    • Remove outline on button, checkbox and radio button
    • Add support for closable tabs
    • Better disabled buttons
    • Fix QTextEdit background color to match the color of QPlainTextEdit and QLineEdit
    • Better hover/selected states for QTreeView and QListView
    • Add QHeaderView support
  • 1.2:
    • Improve QTableView support
  • 1.1:
    • Switch to MIT license
    • Add python 3 support
  • 1.0:
    • First public release (LGPL v2)