Commit Graph

4073 Commits

Author SHA1 Message Date
Kashiko Koibumi
da58e00130
Merge branch 'v0.6' into py3 2024-07-01 04:42:14 +09:00
Kashiko Koibumi
8bfcc4cf38 add comments 2024-06-26 05:11:39 +09:00
Kashiko Koibumi
e7b5f2957e use SafeConfigParser or ConfigParser, which is available 2024-06-25 07:49:51 +09:00
Kashiko Koibumi
cdcffa4b3e fix timestamp type mismatch bug 2024-06-24 11:06:07 +09:00
Kashiko Koibumi
11ba022267 fix bug in detecting file system type 2024-06-23 00:48:55 +09:00
anand k
e578759a3f
Reduced helper_randon dependency from network module 2024-06-21 07:36:48 +05:30
205e25337f
Use six to avoid obsolete unittest assertions 2024-06-17 00:42:07 +03:00
a69e4eebf8
Update the windows exe URL 2024-06-16 20:51:37 +03:00
8280e058c7
Added some notes on the appimages into the install doc 2024-06-16 17:08:07 +03:00
638b5a9b1a
Add the alpha siffix for non-merge appimage builds 2024-06-16 17:07:36 +03:00
de445d6bd9
Suppress pylint complaint 2024-06-16 11:44:18 +08:00
de11bc484c
Make Windows the default window style on windows, not GTK+ 2024-06-12 19:42:16 +03:00
c3c41902cf
Use QtTest and QTimer.singleShot() to check the font dialog 2024-06-12 19:41:56 +03:00
d46af0835a
A rather rudimentary test with basic checks for the style setting 2024-06-12 19:41:56 +03:00
0ccbf6832f
Adjust the tabWidget font size relative to the base app font 2024-06-12 19:41:55 +03:00
ec1b05ee90
Allow user to set a base Qt window style and the font (family and size only) 2024-06-12 19:41:32 +03:00
21bef1058d
Improve the base class for bitmessageqt test cases 2024-06-11 16:05:08 +03:00
anand k
a71b44e95c
moved dandelion_enabled from state to Dandelion class as enabled attr 2024-06-11 14:48:29 +05:30
Kashiko Koibumi
0c110b9deb fix to be runnable with prctl module in Python3 2024-06-03 19:36:00 +09:00
Kashiko Koibumi
d103297d06 fix UPnP to work with Python3 2024-06-01 13:10:23 +09:00
Kashiko Koibumi
9adcd1bdc9 fix SOCKS 2024-06-01 06:02:26 +09:00
Kashiko Koibumi
f8919a8f66
fix bug in responsibility of message list on Qt GUI 2024-05-31 18:20:08 +09:00
Kashiko Koibumi
f9d236444f fix bug in chunked database access 2024-05-31 18:05:52 +09:00
Kashiko Koibumi
ba8ccfc488 fix bug on dandelion specific with Python3 2024-05-31 13:20:07 +09:00
Kashiko Koibumi
597372543b fix to pass tests 2024-05-31 10:06:29 +09:00
Kashiko Koibumi
5af72b02e9 fix user agent format on debug log 2024-05-31 03:00:55 +09:00
Kashiko Koibumi
08650d5e8e fix unexpected label string 2024-05-31 02:53:10 +09:00
Kashiko Koibumi
a1d633dc5f workaround to invalid tag type
tag sometimes contains str type, which causes an error in Python3.
2024-05-31 02:35:22 +09:00
Kashiko Koibumi
a6e980df2c use hexlify() to display hash ID 2024-05-31 02:35:05 +09:00
Kashiko Koibumi
e1661162b6 disable UPnP in Python3 temporally 2024-05-31 01:18:02 +09:00
Kashiko Koibumi
f07af4e803 fix TLS configuration bug 2024-05-31 00:50:40 +09:00
Kashiko Koibumi
0739f53744 Merge branch 'strict-blob' into py3 2024-05-30 21:48:27 +09:00
Kashiko Koibumi
0ff6b43d6e
fix imports 2024-05-30 21:19:16 +09:00
Kashiko Koibumi
31dcbd6d5f
add script to revert BLOB-keys into TEXT-keys 2024-05-30 21:06:26 +09:00
Kashiko Koibumi
07953592aa
fix careless mistakes 2024-05-30 20:09:16 +09:00
Kashiko Koibumi
01296a86b9
Merge branch 'strict-blob' into py3 2024-05-30 20:06:32 +09:00
Kashiko Koibumi
35abdf204a
Merge branch 'v0.6' into py3 2024-05-30 18:38:31 +09:00
Kashiko Koibumi
d676ea3ec2
quick workaround for BLOB as TEXT problem (#2247) 2024-05-30 18:13:15 +09:00
Kashiko Koibumi
d9efe1cf46
fix for newer versions of Python3 2024-05-30 11:17:28 +09:00
Kashiko Koibumi
c39dd18212
fix one of database compatibility problems; others remained 2024-05-30 02:10:02 +09:00
Kashiko Koibumi
e5c065416f
fix types 2024-05-30 01:49:57 +09:00
Kashiko Koibumi
822b90edaa
fix to connect with TLS in Python3 2024-05-28 13:54:58 +09:00
Kashiko Koibumi
c3d083d142
Merge branch 'memoryview' into py3 2024-05-28 13:41:44 +09:00
Kashiko Koibumi
10e5563d45
misc fixes to run with Python3; part 3 2024-05-28 13:40:17 +09:00
Kashiko Koibumi
0fa71f26e3
Merge branch 'openssl3' into py3 2024-05-28 13:18:54 +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
9c64db0d2a
remove restriction for Python3 and add startup script for Python3 2024-05-27 23:01:19 +09:00