Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #627

Closed
wants to merge 69 commits into from
Closed

Next release #627

wants to merge 69 commits into from

Conversation

bzh4bzh
Copy link

@bzh4bzh bzh4bzh commented Jul 3, 2020

Enhancement for #626

def deregisterEvent(self, func):
    self.events.pop(self.events.index(func))

mtalimanchuk and others added 30 commits March 16, 2019 19:58
Previous method is now available as getTextAreaTagConfig
Can now set an image or icon for a tab - through a dedicated function
Also removed logging for icons
Updated testing
Can now: duplicate, replace, add, addBefore, addAfter nodes in the tree.

Also, some support for comments.

Menu has been improved - to be disabled on root node, and also support duplciate.

The refreshTree() function currently destroys and recreates the tree each time - not ideal, but works.

There is also a function to create new nodes - using the existing XML objet.

Have also seen an occurence of issue #501 - with python3, so added catch for that error...

No testing yet.
Changed `_getTopLevel() ` to correctly handle subWindows (nested) #594

Changeed `fileEntries` to pass a directory parameter to the dialogs #583. If they have data in the entry, that is now passed. If not, and a `startDir` parameter was set, that is passed.
`fileEntries` now disable/enable correctly. Updated docs
GridCells not logged in widgetManager - so no need to cleanse, added to ignore list
No issues with canvasDnD, but tidied up so that uses same code.
sash no longer defaults to 50, when context manager used

change function added to contextManager for panes #561
Introduction og GoogleMaps API key & API keys for the geo lookups.
Ability to register 'change' event on toggle frame. Some work on PagedWindow event

Issue #602
Ability to lift & lower widgets
Added ability to redirect output to a TextArea

Also added an option to `unregister` an event.
Fixed missing tooltips.

The issue was around raising the tolltip.

In process, merged class code into main appjar code, and removed tooltip from library.
Change funciton not called during pagedWindow creation.

Added function to get the previous page.

Updated docs to make it clear how to use change function.
@bzh4bzh bzh4bzh closed this Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants