-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNEWS
More file actions
45 lines (40 loc) · 2.16 KB
/
NEWS
File metadata and controls
45 lines (40 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Python-manatools
================
0.99.1/1.0.0
- Added selection box visibility management
- Added showContent to checkBoxFrame to show/hide frame content
- Added helpText (tooltip) management to CheckBox, InputField, RadioButton, Tree
CheckBoxFrame, IntField, MultiLineEdit, SelectionBox, Slider,DateField, TimeField
- Added mnemonic label for gtk widgets: YCheckBoxGtk, YRadioButtonGtk, YCheckBoxFrameGtk
- Redesigned Classic About Dialog
0.99.0
- New `manatools.aui` module that re-exports backend-agnostic UI classes
(enums, `YWidget`, `YTreeItem`, `YTableItem`, `YTableHeader`, `YItem`,
events and exceptions) from `yui_common` for easier migration from
libyui-style code.
- Unified YUI frontend with automatic backend detection (Qt / GTK / NCurses)
and convenience accessors: `YUI.ui()`, `YUI.widgetFactory()`, `YUI.app()`.
- Improved backend selection strategy and safer imports for Qt/GTK/curses
backends (deferred probing and clear warnings when fallbacks are used).
- `BaseDialog` (`manatools.ui.basedialog`) enhanced with a robust
`_setupUI` layout pattern and guidance to protect column minimum widths
using `MinSize` + `Frame` + `ReplacePoint` (fixes flicker/resize issues).
- `AppConfig` (YAML-based) for system and per-user configuration file
management, with `userPreferences`/`systemSettings` accessors.
- `EventManager` improvements for consistent widget/menu/timeout/cancel
event handling.
- Various API stabilizations: re-exported enums (YUIDimension, YEventReason,
YCheckBoxState, ...) and helper globals for backward compatibility.
- Improved common dialogs and helpers: `AboutDialog`, `warningMsgBox`,
`infoMsgBox`, `msgBox`, `askOkCancel`, and `askYesOrNo` with a
unified, backend-agnostic API for simple informational and question
dialogs used by applications.
0.0.4
- set dialog icon if passed to costructor
- exported Service Manager Interface to allow using systemd api
0.0.3
- fixed release version (manatools/version.py)
0.0.2
- Fix setting of a new value in user preferences
0.0.1
- First publication