Commit Graph

4150 Commits

Author SHA1 Message Date
Kashiko Koibumi
74a453ba31
Merge branch 'py3' into py3qt 2024-08-03 04:50:31 +09:00
Kashiko Koibumi
c1949434a0
Merge branch 'v0.6' into py3 2024-08-03 04:48:38 +09:00
cf3716950f
Use mock for android build 2024-07-24 21:55:38 +02:00
759c6228c3
Android build fixes
- updates requirements as per Play Store
- can build aab on release
2024-07-24 15:45:37 +02:00
d6823a6fb1
Fix python3 / kivy test 2024-07-07 21:26:29 +08:00
anand k
5b537eabe1
Moved portCheckerQueue and receiveDataQueue to network module 2024-07-07 19:42:41 +08:00
anand k
49e89ecdf2
Moved addrQueue to network module 2024-07-04 17:57:11 +05:30
anand k
5cd4ecb437
Moved invQueue to network module 2024-07-04 17:57:11 +05:30
anand k
6578b5b925
Moved multiqueue to network module 2024-07-04 17:57:11 +05:30
27e566140d
Add a check for default in TestProtocol.test_check_local() 2024-07-03 01:25:47 +03:00
Kashiko Koibumi
b978a241b5
Merge branch 'py3' into py3qt 2024-07-01 08:56:35 +09:00
Kashiko Koibumi
da58e00130
Merge branch 'v0.6' into py3 2024-07-01 04:42:14 +09:00
65d2a37cb2
Extend environment markers for PyQt5 - doesn't install on arm 2024-06-30 18:30:59 +03:00
b68beaab20
Update and rename the script for testing with docker 2024-06-30 18:30:58 +03:00
2b3034a42f
Add lines for local testing into the buildbot docker files 2024-06-30 18:30:52 +03:00
Kashiko Koibumi
8bfcc4cf38 add comments 2024-06-26 05:11:39 +09:00
Kashiko Koibumi
45d1c62f97
add comments 2024-06-26 05:10:44 +09:00
Kashiko Koibumi
e7b5f2957e use SafeConfigParser or ConfigParser, which is available 2024-06-25 07:49:51 +09:00
Kashiko Koibumi
909b9f2c8e
use SafeConfigParser or ConfigParser, which is available 2024-06-25 07:48:03 +09:00
Kashiko Koibumi
605f205a44
fix easy typo #2 2024-06-24 16:04:37 +09:00
Kashiko Koibumi
cdcffa4b3e fix timestamp type mismatch bug 2024-06-24 11:06:07 +09:00
Kashiko Koibumi
bdbe5cca61
fix timestamp type mismatch bug 2024-06-24 11:04:34 +09:00
Kashiko Koibumi
11ba022267 fix bug in detecting file system type 2024-06-23 00:48:55 +09:00
Kashiko Koibumi
229644cd1d
fix bug in detecting file system type 2024-06-23 00:47:51 +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
4041fefe13
fix to be runnable with prctl module in Python3 2024-06-03 19:34:32 +09:00
Kashiko Koibumi
d103297d06 fix UPnP to work with Python3 2024-06-01 13:10:23 +09:00
Kashiko Koibumi
13aa12c09d
fix UPnP to work with Python3 2024-06-01 13:08:38 +09:00
Kashiko Koibumi
9adcd1bdc9 fix SOCKS 2024-06-01 06:02:26 +09:00
Kashiko Koibumi
de0cd04772
fix SOCKS 2024-06-01 06:01:32 +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
a504384c94
fix bug in responsibility of message list on Qt GUI 2024-05-31 18:03:39 +09:00
Kashiko Koibumi
8c85539731
fix bug in chunked database access 2024-05-31 18:02:23 +09:00
Kashiko Koibumi
ba8ccfc488 fix bug on dandelion specific with Python3 2024-05-31 13:20:07 +09:00
Kashiko Koibumi
c59b9e6df1
fix bug on dandelion specific with Python3 2024-05-31 13:17:17 +09:00
Kashiko Koibumi
597372543b fix to pass tests 2024-05-31 10:06:29 +09:00