Skip to content

Releases: molssi-seamm/seamm_widgets

Enhancement: Added state method for some widgets

10 Oct 21:46
2da767f
Compare
Choose a tag to compare
  • Added a state method to LabeledWidget, LabeledComboBox, LabeledEntry, UnitEntry and UnitComboBox. This method sets or returns the state of the widget

Return the width of aligned labels

21 Jul 17:49
ec4db9a
Compare
Choose a tag to compare
  • The align_labels procedure now returns the width of the labels. This is useful for laying out indented widgets.

Enhancement to ScrolledColumns

01 May 09:24
c3fa596
Compare
Choose a tag to compare
  • Added optional separator columns for dividing sections of the table.

Bugfix: problem deleting 2 or more keywords

28 Oct 16:02
6b17bbc
Compare
Choose a tag to compare

There was a crash if you deleted a second keyword in the Keywords tab of calculation.

Moved default units to seamm-util

19 Oct 22:17
308813c
Compare
Choose a tag to compare
Merge pull request #26 from molssi-seamm/dev

Moved default units to SEAMM_util

Added HTML widgets

29 Jul 18:32
b28ea40
Compare
Choose a tag to compare
Merge pull request #25 from molssi-seamm/dev

added html widgets

Bug fix: keywords for e.g. MOPAC

23 May 14:41
af00268
Compare
Choose a tag to compare

What's Changed

  • Fixed bug handling keywords with arguments. by @paulsaxe in #24

Full Changelog: 2022.2.10...2022.5.23

Fixed bug in PeriodicTable

10 Feb 15:15
2745616
Compare
Choose a tag to compare

Cs was incorrectly labeled as Ca.

Added selection_clear to CheckTree

11 Nov 00:45
0e5c128
Compare
Choose a tag to compare
Merge pull request #17 from SinaMostafanejad/main

adds the selection_clear()

Enhancement to CheckTree

09 Nov 23:44
4d1dea0
Compare
Choose a tag to compare

Added get_leaves method to get all the leaves in the tree below a given node, or the entire tree if desired.