Commit Graph

931 Commits

Author SHA1 Message Date
Kashiko Koibumi
2d9d30e1e1
fix one of database compatibility problems; others remained 2024-05-30 01:12:23 +09:00
Kashiko Koibumi
6637f56ae7
Merge branch 'qt5-wip' into py3qt 2024-05-29 21:39:16 +09:00
Kashiko Koibumi
df2631c4ee
misc fixes to run with Python3; part 2 2024-05-28 12:58:40 +09:00
Kashiko Koibumi
6ec9fb1a7e
Merge branch 'binary' into py3 2024-05-28 08:40:40 +09:00
Kashiko Koibumi
5fa08f4b3b
misc fixes to run with Python3 2024-05-28 00:12:27 +09:00
Kashiko Koibumi
b9bfa51844
fix import path compatible with both Python2 and Python3 2024-05-27 23:04:39 +09:00
Kashiko Koibumi
96c764bd94
refined: read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
2024-05-27 22:43:01 +09:00
Kashiko Koibumi
d38f42517c
fix address validator to work 2024-05-27 05:49:26 +09:00
Kashiko Koibumi
0f858bca89
read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
2024-05-27 04:45:40 +09:00
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
Kashiko Koibumi
4cd0df7299
use qtpy directly instead of using fallback-PyQt5 2024-05-22 13:05:32 +09:00
Kashiko Koibumi
aa9edcba2e
Merge branch 'v0.6' into qt5-wip 2024-05-22 08:27:27 +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
a0496813fa
Fix imports in bitmessageqt.tests 2021-12-15 19:07:56 +02:00
327a539a55
Replace removed cmp parameter of list.sort() by key in getSortedAccounts() 2021-12-15 19:07:56 +02:00
ced7b4df30
Fix UnicodeEncodeError in bitmessageqt.blacklist when deleting an entry 2021-12-15 19:07:56 +02:00
e57a4fa7a9
bitmessageqt.__init__: removed or replaced unicode(), formatted a bit 2021-12-15 19:07:39 +02:00
6fd07a079d
bitmessageqt.account: replace unicode() by .decode() and format 2021-12-15 19:07:39 +02:00
caec9434b0
Replace unicode() by .decode() in bitmessageqt.foldertree 2021-12-15 19:07:39 +02:00
d75d388522
Sorted imports in __init__ and removed import from debug 2021-12-15 19:07:39 +02:00
229cf1ded9
Fix tray icon changing upon notification 2021-12-15 19:07:38 +02:00
3e3985267a
Removed unused resources in ui-files 2021-12-15 19:07:38 +02:00
677c117290
Don't close BitmessageQtApplication.server in __del__() 2021-12-15 19:07:38 +02:00
b046898553
Explicitly set wordWrap property to false in STableWidgets
on tabs "Send", "Blacklist" and "Network Status":
in qt5 it's probably true by default.
2021-12-15 19:07:38 +02:00
6864b4465a
PyQt5 based qtpy fallback 2021-12-15 19:07:37 +02:00
bc89000035
Handled pylint warnings in bitmessageqt, qidenticon, depends,
resolved pylint redefined-variable-type warnings,
marked autogenerated modules for skipping by pylint and flake8
2021-12-15 19:07:37 +02:00
acaa2743ef
QWheelEvent.orientation() is obsolete, used angleDelta() instead 2021-12-15 19:07:37 +02:00
5f4b67a61e
fromAddress - str, subject - unicode
(for simple encoding like for extended)
2021-12-15 19:07:37 +02:00
c5de33d626
QComboBox.findData() compatible with pyside 2021-12-15 19:07:37 +02:00
1cae520191
Better formatting of connections table header 2021-12-15 19:07:36 +02:00