Hugo Osvaldo Barrera
|
22bf4fafff
|
Drop unnecessary __future__ imports
These are all active by default on all recent Python versions.
|
2021-10-30 16:49:41 -04:00 |
Hugo Osvaldo Barrera
|
b96d16672b
|
Drop obsolete encoding declaration
This was only parsed in Python 2.
Python 3 only supports UTF-8 for source files, and that's what it uses.
|
2021-10-30 16:49:41 -04:00 |
Peter F. Patel-Schneider
|
453be19356
|
ui: make about and quit buttons more translatable
|
2021-10-01 12:35:33 -04:00 |
Peter F. Patel-Schneider
|
55ed173c39
|
ui: replace deprecated GTK stock values
|
2021-04-09 07:28:23 -04:00 |
Filipe Laíns
|
27c90fa736
|
yapf: adjust style to not indent closing brackets
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
8e89aa0038
|
yapf: set max line lenght to 127
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
627185079f
|
flake8: initial fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
33521558ed
|
pre-commit: initial fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
e6369e0c3c
|
isort: intial import fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
72a8d311bc
|
yapf: change code style to yapf
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Daniel Pavel
|
38c76393b1
|
added copyright notices to all source files
|
2013-07-15 17:54:42 +02:00 |
Daniel Pavel
|
ce9b10dc2d
|
started i18n support
|
2013-07-15 17:16:44 +02:00 |
Daniel Pavel
|
0d89d1e6c8
|
formatting fix in unpairing error dialog
|
2013-07-07 01:31:22 +02:00 |
Daniel Pavel
|
bd3198f6f0
|
correctly handle out-of-process pairing and unpairing
|
2013-07-05 16:06:38 +02:00 |
Daniel Pavel
|
273284da39
|
use number instead of serial to pick devices in ui (faster start-up)
|
2013-06-23 12:09:46 +02:00 |
Daniel Pavel
|
cd44cc6396
|
new single-window UI
|
2013-06-19 15:28:13 +02:00 |
Daniel Pavel
|
24ceb8801e
|
window popup fix for kwin
also, only try to position the window next to the status icon if it has never
been shown before
|
2013-05-07 05:59:29 +02:00 |
Daniel Pavel
|
5e68094e87
|
split the about window into its own module
|
2013-05-04 12:01:28 +02:00 |
Daniel Pavel
|
e5a28ac64e
|
simplified window/icon code, reworked how device updates are signalled
|
2013-04-30 19:44:03 +02:00 |
Daniel Pavel
|
2397c6c0ea
|
about dialog updated
|
2013-04-30 17:25:09 +02:00 |
Daniel Pavel
|
2bfba2e399
|
fixed application quit icon
|
2013-01-09 13:47:30 +02:00 |
Daniel Pavel
|
316e91cfcf
|
fixed some icon names
|
2013-01-08 00:39:13 +02:00 |
Daniel Pavel
|
36f34da227
|
proper debian packaging, dropper stdeb
|
2013-01-05 11:48:35 +02:00 |