Easygui-qt

Latest version: v0.9.3

Safety actively analyzes 613649 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.9.2

-----

(Some of the changes noted are addition or improvements submitted by David Hughes via email)

- TextWindow now shows input either from a file or from a supplied string.
- added show_code()
- added show_text()
- renamed show() to show_message() [reverting change from 0.9.1]
- started creation of custom "page format" for more complex dialogs
- changed get_date() so that it returns a datetime date instance

Note: the documentation has NOT been updated to reflect these changes.

0.9.1

-----

- removed verification from get_new_password
- added find_help
- created "back end" for wizard creator - will become show_story()
- documented and changed naming convention
- renamed select_language() : get_language()
- renamed show_message() : show()
- fixed a unicode bug for Python 2
- changed the way show_file works
- removed required_install PyQt4 from setup.py

0.9.0

-----

Major change in version number as almost all the desired widgets for
version 1.0 have been implemented.

Release notes:
--------------

Some unicode problems are likely present when using Python 2.7; the primary
target is Python 3.3+ ... but we try to support earlier version as well.

Some problems are present with Mac OSX and Python 2.7 (only?)


- added show_abort
- added get_many_strings
- added handle_exception
- added show_code
- added show_file
- added get_new_password
- adressed an issue where some dialogs would appear below some windows
(e.g. terminal) when launched from some platforms (e.g. Mac OSX):
the goal should be that the dialogs always appear on top of other windows.
- removed with_app decorator; this decorator had been introduced to reduce
the amount of repetitive code appearing in each function (and initially
inspected the function signature to add automatically some additional
keyword args) but it likely made it impossible to do unit testing with
QTest (still not done) and prevented ReadTheDocs from reading the correct
signatures for the decorated functions.
- tooltips added to demos launcher
- added get_username_password

0.9.0a

------

- Simplified the way change_password was implemented by reusing one of
the new modules and fixed an unreported bug in the process
- changed the formatting of this file so that it should not cause problems
with PyPI anymore.

0.4.0

-----

- added get_password
- added get_date
- added get_color_hex
- added get_color_rgb
- added get_continue_or_cancel
- added roadmap as a github issue https://github.com/aroberge/easygui_qt/issues/13
- removed CONFIG as a global dict; using the configuration file instead.
- remove set_default_font
- rename set_locale to set_language
- added configuration file to save locale and font size

0.3.0

-----

- Decided to support (with lower priority) Python 2 (2.7.9 more specifically)
- Should work reasonably well with Python 2.7.9 - other than potential
unicode related issues
- made get_list_of_choices(), get_choice(), get_string(), and get_directory_name()
work properly with Python 2.7.9

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.