Kashiko Koibumi
ba49d3289d
use binary literals for compatibility to Python3
2024-05-26 12:05:31 +09:00
Kashiko Koibumi
4ee9986687
Merge branch 'six' into py3
2024-05-26 10:18:08 +09:00
Kashiko Koibumi
a11df0c583
use six.moves
2024-05-26 09:50:42 +09:00
Kashiko Koibumi
46d56c703e
use six.itervalues(), six.iteritems()
2024-05-25 11:39:46 +09:00
Kashiko Koibumi
f70aff617b
use import paths compatible with both Python2 and Python3
2024-05-24 12:42:29 +09:00
Kashiko Koibumi
046a29e1a8
stop using QString
2024-05-23 15:33:49 +09:00
Kashiko Koibumi
f181b85d97
replace all of arg() occurrences to format()
2024-05-22 17:14:00 +09:00
anand k
e571ba8a51
Replaced state.streamsInWhichIAmParticipating with pool.streams
2024-05-15 09:21:37 +05:30
anand k
28355d70c7
Made BMConnectionPool as global runtime variable in connectionpool from singleton
2024-05-09 19:53:54 +05:30
anand k
5faef8d40e
moved inventory in state - global runtime variable from singleton
2024-04-19 08:21:19 +05:30
7e5e30d125
Disable oniononly checkbox in Settings dialog if have no onion v3 nodes
2022-11-08 13:58:33 +02:00
14340540ae
Simplify MyForm.setStatusIcon()
2022-11-08 13:58:33 +02:00
b16105f254
Add a statusbar alert about onionservicesonly setting
...
and schedule MyForm.setStatusIcon() 30 sec after it is shown
2022-11-08 13:57:36 +02:00
ccb0796351
Change tab stops in New address dialog
2022-10-27 12:23:20 +03:00
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
Jeroen van Bennekum
e9a88306de
Fixed multiline string spaces.
2022-09-01 13:35:59 +02:00
Jeroen van Bennekum
12de1fc3f0
Removed 33 E501 line-too-long errors from pycodestyle (3 left).
...
Fixed some other styling issues too.
2022-08-31 14:52:48 +02:00
Jeroen van Bennekum
ea2fdf0dcf
Fixed flake8 messages for bitmessageqt/bitmessageui.py.
...
Fixed some spaces around operators. Fixed line length errors. Removed
unused comment (since 2016) and unused import (since 2012).
2022-08-24 15:08:51 +08:00
08099d4409
Revert arguments renaming in bitmessageqt.settings
2022-02-16 22:16:41 +02:00
a5773999fe
Refactor BMConfigParser as a Module variable
2022-02-15 17:12:43 +05:30
Marius Kjærstad
584ea0f6a0
Changed copyright year to 2022
2022-01-17 18:11:23 +01:00
0c7fd5ca82
l10n: reformat and remove py3 incompatibilities,
...
removed as_unicode kwarg in l10n.formatTimestamp() and unused category
argument in l10n.setlocale(); edited unmaintained bitmessagecurses for pylint.
2021-08-30 21:17:34 +03:00
a9488fb120
Don't add nonfunctional proxyconfig plugins in the Settings dialog
2021-07-02 21:22:39 +03:00
6f9b66ddff
Qt test for UDP setting
2021-03-01 19:55:48 +02:00
8ff8e0e2cb
Make it possible to disable UDP announcing in settings
2021-02-22 19:56:23 +02:00
d35c284e13
Move desktop plugin initialization to updateStartOnLogon(); Fixes : #1735
2021-02-15 14:00:52 +02:00
c51108e867
Entry point 'desktop' for plugins managing desktop environment;
...
desktop_xdg will do it with pyxdg. Fixes : #857
2021-02-12 21:16:19 +02:00
2f5d6214ff
Move addressbook test to bitmessageqt.tests because it uses Qt
2021-02-11 17:07:48 +02:00
navjot
9c5d329c90
replace print with logger and remove unused file
2021-01-18 23:31:45 +05:30
navjot
f146500b58
written test case for addressbook
2021-01-14 15:43:30 +05:30
navjot
42037502ab
fixed Own address should not save in address book issue
...
- removed redundant code
- written test case for address book own address saving
- fixed CQ issues
- added helper_addressbook module
- Fixed CQ issue of src.helper_addressbook module
- fixed travis-ci checks failing issue
2021-01-14 15:43:30 +05:30
navjot
9265235053
fixed network issue when it is set offline
2020-11-23 17:52:20 +05:30
navjot
124e6d9b32
fix for #1656 issue
2020-11-23 17:52:20 +05:30
navjot
1c304125e8
fixed CQ issues
2020-11-21 13:53:10 +05:30
navjot
4681d37377
validate address in insert method and improve test cases
2020-11-21 13:53:10 +05:30
navjot
360539b320
Fixed CQ of class_objectProcessor, bitmessagecurses and bitmessageqt module
2020-11-21 13:53:10 +05:30
navjot
61f7f32dfc
removed unused code and return ackdata from inset method insted of msgid
2020-11-21 13:53:10 +05:30
navjot
beaece254c
omitted unused code and optimized it
2020-11-21 13:53:10 +05:30
navjot
89254064f6
fixed default variables in insert method
2020-11-21 13:53:10 +05:30
navjot
a9e9f25b5d
change helper_sent.insert methods
2020-11-21 13:53:10 +05:30
navjot
e60d12ddbf
Refactord the uuid creation code and placed it in helper_sent.insert method
...
refactored on the bases of comments
Fixed CQ of src.helper_sent module
fixed CQ for helper_sent module
2020-11-21 13:53:10 +05:30
navjot
881351033f
replaced insert into sent query with helper_sent.insert method and also replaced empty msgid with uuid
2020-11-21 13:53:10 +05:30
cb0710e454
Fix updateStatusBar wrong args order
2020-11-04 16:24:58 +02:00
caf3a3fbbc
A test for updateStatusBar command
2020-11-04 16:24:58 +02:00
navjot
263711a4d3
fixed unread trash message listing issue
2020-10-09 16:56:56 +05:30
1571176082
fixed CQ for bitmessageqt.statusbar module
2020-09-09 12:12:52 +05:30
6486b0fc99
fixed CQ for bitmessageqt.safehtmlparser module
2020-07-24 21:04:25 +05:30
035fac1fc5
fixed CQ for bitmessageqt.messagecompose module
2020-07-22 14:08:05 +05:30
d56191ebba
Move knownnodes module into network package
2020-07-21 16:21:43 +03:00