Kashiko Koibumi
1e53720b54
Revert "run autopep8 on src/bitmessageqt"
...
This reverts commit ab9fc0b390
.
2024-05-17 11:51:07 +09:00
Kashiko Koibumi
1077548eb6
Revert "fix complains from flake8; part 2"
...
This reverts commit bcf02ff9bb
.
2024-05-17 11:51:03 +09:00
Kashiko Koibumi
bcf02ff9bb
fix complains from flake8; part 2
2024-05-17 04:59:12 +09:00
Kashiko Koibumi
ab9fc0b390
run autopep8 on src/bitmessageqt
2024-05-17 03:18:24 +09:00
Kashiko Koibumi
e646377f22
fix GUIs to work with PyQt6
...
Unresolved problems:
* File->Quit menu does not work.
* Validator in add chan dialog does not work.
2024-05-14 16:34:27 +09:00
Kashiko Koibumi
6dfecbe361
try to migrate to Python3 + PyQt6
2024-05-13 08:06:24 +09:00
anand k
5faef8d40e
moved inventory in state - global runtime variable from singleton
2024-04-19 08:21:19 +05:30
3e6df9a319
Fix pylint issue in bitmessageqt.address_dialogs
2022-10-20 17:37:05 +03:00
a28eb6898b
Extend bmconfigparser.BMConfigParser.addresses() by a sort kwarg,
...
remove getSortedAccounts() in bitmessageqt.account.
2022-10-19 16:03:57 +03:00
5cfaa9b2fa
fixed CQ for address_dialog python file
2020-05-30 19:17:52 +05:30
7830ac8de5
RetranslateMixin is not needed in most of dialogs
2020-05-22 13:17:44 +03:00
coffeedogs
78ddb2f2f2
Changes based on style and lint checks. (final_code_quality_12)
2018-10-31 16:20:42 +00:00
2bc2b6bc5b
Typo
2018-02-12 14:49:43 +01:00
eefc967737
Pluralisation
2018-02-12 14:10:51 +01:00
a69daa13b9
Pluralisation
2018-02-12 13:48:59 +01:00
c92c2aebc2
Blank title of RegenerateAddressesDialog also
2018-01-30 17:27:01 +02:00
afcd83a434
This is probably the right way to handle modal dialogs
2018-01-30 17:27:01 +02:00
41155406d6
Simplified showing statusbar messages:
...
- Use MyForm.statusbar set in __init__ instead of MyForm.statusBar()
- MyForm.updateStatusBar() to show the message in MyForm methods
- queues.UISignalQueue.put(('updateStatusBar', msg)) in dialogs
2018-01-30 17:27:01 +02:00
ece5ad9113
Separated dialogs which deal with addresses into address_dialogs module
2018-01-30 17:27:00 +02:00