Fixed release contents lists
This commit is contained in:
parent
197702647a
commit
e7ad6713ba
101
docs/index.md
101
docs/index.md
|
@ -4002,65 +4002,63 @@ Emergency patch release... going out same day as previous release
|
||||||
|
|
||||||
|
|
||||||
### 3.14.0 & 1.14.0
|
### 3.14.0 & 1.14.0
|
||||||
|
* More windowing changes...
|
||||||
- More windowing changes...
|
* using a hidden root windowing (Tk())
|
||||||
using a hidden root windowing (Tk())
|
* all children are Toplevel() windows
|
||||||
all children are Toplevel() windows
|
* Read only setting for:
|
||||||
Read only setting for:
|
* Input Text
|
||||||
Input Text
|
* Multiline
|
||||||
Multiline
|
* Font setting for InputCombo, Multiline
|
||||||
Font setting for InputCombo, Multiline
|
* change_submits setting for Radio Element
|
||||||
change_submits setting for Radio Element
|
* SetFocus for multiline, input elements
|
||||||
SetFocus for multiline, input elements
|
* Default mon, day, year for calendar chooser button
|
||||||
Default mon, day, year for calendar chooser button
|
* Tree element update, added ability to change a single key
|
||||||
Tree element update, added ability to change a single key
|
* Message parm removed from ReadNonBlocking
|
||||||
Message parm removed from ReadNonBlocking
|
* Fix for closing windows using X
|
||||||
Fix for closing windows using X
|
* CurrentLocation method for Windows
|
||||||
CurrentLocation method for Windows
|
* Debug Window options
|
||||||
Debug Window options
|
* location
|
||||||
location
|
* font
|
||||||
font
|
* no_button
|
||||||
no_button
|
* no_titlebar
|
||||||
no_titlebar
|
* grab_anywhere
|
||||||
grab_anywhere
|
* keep_on_top
|
||||||
keep_on_top
|
* New Print / EasyPrint options
|
||||||
New Print / EasyPrint options
|
* location
|
||||||
location
|
* font
|
||||||
font
|
* no_button
|
||||||
no_button
|
* no_titlebar
|
||||||
no_titlebar
|
* grab_anywhere
|
||||||
grab_anywhere
|
* keep_on_top
|
||||||
keep_on_top
|
* New popup, PopupQuickMessage
|
||||||
New popup, PopupQuickMessage
|
* PopupGetFolder, PopupGetFile new initial_folder parm
|
||||||
PopupGetFolder, PopupGetFile new initial_folder parm
|
|
||||||
|
|
||||||
|
|
||||||
### 3.15.0 & 1.15.0
|
### 3.15.0 & 1.15.0
|
||||||
|
|
||||||
Error checking for InputText.Get method
|
* Error checking for InputText.Get method
|
||||||
Text color, background color added to multiline element.Update
|
* Text color, background color added to multiline element.Update
|
||||||
Update method for Output Element - gives ability to clear the output
|
* Update method for Output Element - gives ability to clear the output
|
||||||
Graph Element - Read returns values if new flages set
|
* Graph Element - Read returns values if new flages set
|
||||||
* Change submits, drag submits
|
* Change submits, drag submits
|
||||||
* Returns x,y coordinates
|
* Returns x,y coordinates
|
||||||
|
* Column element new parm vertical_scroll_only
|
||||||
Column element new parm vertical_scroll_only
|
* Table element new parm - bind return key - returns if return or double click
|
||||||
Table element new parm - bind return key - returns if return or double click
|
* New Window parms - size, disable_close
|
||||||
New Window parms - size, disable_close
|
* "Better" multiwindow capabilities
|
||||||
"Better" multiwindow capabilities
|
* Window.Size property
|
||||||
Window.Size property
|
* Popups - new title parm, custom_text
|
||||||
Popups - new title parm, custom_text
|
* title sets the window title
|
||||||
* title sets the window title
|
* custom_text - single string or tuple string sets text on button(s)
|
||||||
* custom_text - single string or tuple string sets text on button(s)
|
|
||||||
|
|
||||||
### 3.16.0 & 1.16.0
|
### 3.16.0 & 1.16.0
|
||||||
Bug fix in PopupScrolled
|
* Bug fix in PopupScrolled
|
||||||
New `Element` shortcut function for `FindElement`
|
* New `Element` shortcut function for `FindElement`
|
||||||
Dummy Stretch Element made for backwards compatibility with Qt
|
* Dummy Stretch Element made for backwards compatibility with Qt
|
||||||
Timer function prints in milliseconds now, was seconds
|
* Timer function prints in milliseconds now, was seconds
|
||||||
|
|
||||||
### 3.17.0 &1.17.0 2-Dec-2018
|
### 3.17.0 &1.17.0 2-Dec-2018
|
||||||
|
3.17.0 2-Dec-2017
|
||||||
* Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
|
* Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
|
||||||
* Tooltips are always on top now
|
* Tooltips are always on top now
|
||||||
* Disable menu items
|
* Disable menu items
|
||||||
|
@ -4078,7 +4076,6 @@ Timer function prints in milliseconds now, was seconds
|
||||||
* Stretch Element (DUMMY) so that can be source code compatible with Qt
|
* Stretch Element (DUMMY) so that can be source code compatible with Qt
|
||||||
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
|
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
|
||||||
|
|
||||||
|
|
||||||
### Upcoming
|
### Upcoming
|
||||||
Make suggestions people! Future release features
|
Make suggestions people! Future release features
|
||||||
|
|
||||||
|
|
101
readme.md
101
readme.md
|
@ -4002,65 +4002,63 @@ Emergency patch release... going out same day as previous release
|
||||||
|
|
||||||
|
|
||||||
### 3.14.0 & 1.14.0
|
### 3.14.0 & 1.14.0
|
||||||
|
* More windowing changes...
|
||||||
- More windowing changes...
|
* using a hidden root windowing (Tk())
|
||||||
using a hidden root windowing (Tk())
|
* all children are Toplevel() windows
|
||||||
all children are Toplevel() windows
|
* Read only setting for:
|
||||||
Read only setting for:
|
* Input Text
|
||||||
Input Text
|
* Multiline
|
||||||
Multiline
|
* Font setting for InputCombo, Multiline
|
||||||
Font setting for InputCombo, Multiline
|
* change_submits setting for Radio Element
|
||||||
change_submits setting for Radio Element
|
* SetFocus for multiline, input elements
|
||||||
SetFocus for multiline, input elements
|
* Default mon, day, year for calendar chooser button
|
||||||
Default mon, day, year for calendar chooser button
|
* Tree element update, added ability to change a single key
|
||||||
Tree element update, added ability to change a single key
|
* Message parm removed from ReadNonBlocking
|
||||||
Message parm removed from ReadNonBlocking
|
* Fix for closing windows using X
|
||||||
Fix for closing windows using X
|
* CurrentLocation method for Windows
|
||||||
CurrentLocation method for Windows
|
* Debug Window options
|
||||||
Debug Window options
|
* location
|
||||||
location
|
* font
|
||||||
font
|
* no_button
|
||||||
no_button
|
* no_titlebar
|
||||||
no_titlebar
|
* grab_anywhere
|
||||||
grab_anywhere
|
* keep_on_top
|
||||||
keep_on_top
|
* New Print / EasyPrint options
|
||||||
New Print / EasyPrint options
|
* location
|
||||||
location
|
* font
|
||||||
font
|
* no_button
|
||||||
no_button
|
* no_titlebar
|
||||||
no_titlebar
|
* grab_anywhere
|
||||||
grab_anywhere
|
* keep_on_top
|
||||||
keep_on_top
|
* New popup, PopupQuickMessage
|
||||||
New popup, PopupQuickMessage
|
* PopupGetFolder, PopupGetFile new initial_folder parm
|
||||||
PopupGetFolder, PopupGetFile new initial_folder parm
|
|
||||||
|
|
||||||
|
|
||||||
### 3.15.0 & 1.15.0
|
### 3.15.0 & 1.15.0
|
||||||
|
|
||||||
Error checking for InputText.Get method
|
* Error checking for InputText.Get method
|
||||||
Text color, background color added to multiline element.Update
|
* Text color, background color added to multiline element.Update
|
||||||
Update method for Output Element - gives ability to clear the output
|
* Update method for Output Element - gives ability to clear the output
|
||||||
Graph Element - Read returns values if new flages set
|
* Graph Element - Read returns values if new flages set
|
||||||
* Change submits, drag submits
|
* Change submits, drag submits
|
||||||
* Returns x,y coordinates
|
* Returns x,y coordinates
|
||||||
|
* Column element new parm vertical_scroll_only
|
||||||
Column element new parm vertical_scroll_only
|
* Table element new parm - bind return key - returns if return or double click
|
||||||
Table element new parm - bind return key - returns if return or double click
|
* New Window parms - size, disable_close
|
||||||
New Window parms - size, disable_close
|
* "Better" multiwindow capabilities
|
||||||
"Better" multiwindow capabilities
|
* Window.Size property
|
||||||
Window.Size property
|
* Popups - new title parm, custom_text
|
||||||
Popups - new title parm, custom_text
|
* title sets the window title
|
||||||
* title sets the window title
|
* custom_text - single string or tuple string sets text on button(s)
|
||||||
* custom_text - single string or tuple string sets text on button(s)
|
|
||||||
|
|
||||||
### 3.16.0 & 1.16.0
|
### 3.16.0 & 1.16.0
|
||||||
Bug fix in PopupScrolled
|
* Bug fix in PopupScrolled
|
||||||
New `Element` shortcut function for `FindElement`
|
* New `Element` shortcut function for `FindElement`
|
||||||
Dummy Stretch Element made for backwards compatibility with Qt
|
* Dummy Stretch Element made for backwards compatibility with Qt
|
||||||
Timer function prints in milliseconds now, was seconds
|
* Timer function prints in milliseconds now, was seconds
|
||||||
|
|
||||||
### 3.17.0 &1.17.0 2-Dec-2018
|
### 3.17.0 &1.17.0 2-Dec-2018
|
||||||
|
3.17.0 2-Dec-2017
|
||||||
* Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
|
* Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
|
||||||
* Tooltips are always on top now
|
* Tooltips are always on top now
|
||||||
* Disable menu items
|
* Disable menu items
|
||||||
|
@ -4078,7 +4076,6 @@ Timer function prints in milliseconds now, was seconds
|
||||||
* Stretch Element (DUMMY) so that can be source code compatible with Qt
|
* Stretch Element (DUMMY) so that can be source code compatible with Qt
|
||||||
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
|
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
|
||||||
|
|
||||||
|
|
||||||
### Upcoming
|
### Upcoming
|
||||||
Make suggestions people! Future release features
|
Make suggestions people! Future release features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue