Philipp Hörist
|
bf87ad5ac8
|
Import _() instead of using builtin namespace
- Prepare for removing the global installed _() method in builtins
- Sort some imports along the way
|
2018-10-06 22:38:55 +02:00 |
Philipp Hörist
|
e9e0b7fbb9
|
Move AccountsWindow to gtk module
|
2018-09-27 00:12:55 +02:00 |
Philipp Hörist
|
f89347516f
|
Only use absolute imports from gtk module
- This reduces import cycles
|
2018-09-26 19:06:47 +02:00 |
Philipp Hörist
|
74b66837fa
|
Add annotations
- Remove some unused vars from app
|
2018-09-21 15:46:52 +02:00 |
Philipp Hörist
|
1680c3bb38
|
Fix pylint errors
- consider-using-enumerate
- unneeded-not
- unidiomatic-typecheck
|
2018-09-18 15:24:40 +02:00 |
Philipp Hörist
|
d53b95218a
|
Fix redefined-outer-name pylint errors
|
2018-09-16 18:04:15 +02:00 |
Philipp Hörist
|
b99632ab03
|
Fix pylint errors
|
2018-09-12 00:01:54 +02:00 |
Philipp Hörist
|
931e3f60ba
|
Register modules defined by plugins
|
2018-08-28 23:03:00 +02:00 |
Philipp Hörist
|
f699df9bd6
|
Dont use dict to keep track of window instances
GtkApplication maintains a store for all active ApplicationWindows,
we dont need to replicate that.
|
2018-08-16 20:47:54 +02:00 |
Philipp Hörist
|
a7d9701c18
|
Move AccountCreationWizard into gtk folder
|
2018-07-30 00:20:38 +02:00 |