Alexandre Detiste
|
dd16750d5f
|
import tkinter directly (#383)
* import tkinter directly
* linter
* linter
|
2024-09-21 17:10:10 -04:00 |
|
Joe R
|
8bbf3bbebe
|
Revamped the status bar functionality - better design and cleaner options list.
|
2022-07-17 09:22:38 -04:00 |
|
Joe R
|
a8c307fd3a
|
Added text above toolbar icon option.
|
2022-06-04 21:36:49 -04:00 |
|
Joe R
|
dba9e4442b
|
Added hint button to the toolbar.
|
2022-05-28 15:30:21 -04:00 |
|
Shlomi Fish
|
ed18fd8156
|
Order imports based on flake8-import-order.
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
|
2019-01-11 23:55:06 +02:00 |
|
Shlomi Fish
|
b887d6042b
|
Made flake8 happier.
Removed __all__ and stuff - we use explicit imports now.
|
2017-09-18 13:04:53 +03:00 |
|
Shlomi Fish
|
72a2591ec1
|
Preemptive tkinter conversion to py2/py3.
Using the six module. Did it before 2to3 reports it.
|
2017-05-22 18:38:20 +03:00 |
|
Shlomi Fish
|
b53d1d163c
|
flake8
|
2017-04-19 12:03:45 +03:00 |
|
Shlomi Fish
|
99ef711af1
|
Change the licenses headers to please flake8.
|
2017-04-19 12:03:44 +03:00 |
|
Shlomi Fish
|
4d6dac1316
|
Start extracting ui.tktile.menubar.
In the process made tkconst common to ui.tktile as well.
ui.tktile will be a common namespace for code common to the tk and tile
UIs.
|
2016-02-13 20:46:41 +02:00 |
|