Commit Graph

3678 Commits

Author SHA1 Message Date
f095625583
CQ part2 kivy 2020-06-15 15:00:31 +05:30
6ac2bef6e7
Merge pull request #27 from surbhicis/CQpy3
fix CQ for kivy.
2020-06-15 14:38:22 +05:30
6755f9f392
fix CQ for kivy main file 2020-06-15 14:38:14 +05:30
f03bdfb329
Dirty quickfix for #1633 2020-06-15 12:06:37 +03:00
731f75687e
Install needed packages and try to run Qt tests 2020-06-15 12:06:37 +03:00
d6953eb450
New package: bitmessageqt.tests
any test cases from it will be added to tests.core test suite if possible,
e.g. PyQt is functional. TestSupport - minimal test case for support module
to reproduce #1633.
2020-06-15 12:06:31 +03:00
navjotcis
225c213f6c
Merge pull request #73 from jaicis/Chatroom
fixed android image path issue and fixed APK creation issue
2020-06-12 21:33:28 +05:30
navjot
1b82088409
fixed android image path issue and fixed APK creation issue 2020-06-12 21:29:57 +05:30
navjotcis
56c69625c8
Merge pull request #72 from jaicis/Chatroom
worked on new kivymd version(0.104.1) updation and filemanager custom…
2020-06-11 15:52:27 +05:30
navjot
1883bc9b00
worked on new kivymd version(0.104.1) updation and filemanager custom implementation 2020-06-11 15:45:32 +05:30
14c5984a1b
added google inapp purchase and qrcode scanner feature 2020-06-10 20:29:42 +05:30
487eab6f78
fix conflicts after merging 2020-06-10 15:46:16 +05:30
ea109bc21e
fixed CQ for bitmessageqt.dialogs module 2020-06-08 17:07:40 +05:30
e237534335
fixed CQ for bitmessageqt.networkstatus module 2020-06-06 20:08:06 +05:30
e372459737
fixed CQ for bitmessageqt.languagebox module 2020-06-05 15:28:31 +05:30
b750b02963
Fix another unicode bug introduced in 3624234.
Temporary suppressed pylint no-member warning. Closes: #1633
2020-06-01 13:21:46 +03:00
5cfaa9b2fa
fixed CQ for address_dialog python file 2020-05-30 19:17:52 +05:30
lakshya
3f773c78f7
setting, openssl and bmproto quality fixes 2020-05-28 13:43:03 +05:30
c69decaab3
Fix unicode bug introduced in 045a2ef 2020-05-24 14:08:14 +03:00
87e3d63340
Minimal fix for #1449, if search line is empty 2020-05-22 13:17:44 +03:00
36242343c2
Style and formatting changes in support 2020-05-22 13:17:44 +03:00
15d44d85d4
Renamed application class and moved most of init statements to __init__ 2020-05-22 13:17:44 +03:00
7830ac8de5
RetranslateMixin is not needed in most of dialogs 2020-05-22 13:17:44 +03:00
f3e432140c
Proper quit sequence:
close MainWindow and quit the app instead of sys.exit()
2020-05-22 13:17:43 +03:00
08ff39e1ff
Moved myTableWidgetItem to foldertree.MessageList_TimeWidget 2020-05-22 13:17:43 +03:00
aa333a66a6
Minor style changes:
- removed list <-> set conversion in __init__
  - tuples instead of lists if changes aren't needed
  - removed unnecessary variable redefinition in utils
  - rewrote languagebox module a bit
2020-05-22 13:17:43 +03:00
d15e614bb1
Fix streams decoding in BMProto.bm_command_version() 2020-05-22 12:58:04 +03:00
2a62fb79cc
Add test for decoding the version message 2020-05-22 12:58:00 +03:00
bb0c694826
Merge pull request #26 from jaicis/py3porting
Solved ssl issue and added UI validation
2020-05-13 21:46:25 +05:30
navjotcis
d2e2a9bfaa
Merge pull request #67 from jaicis/Chatroom
worked on message listing compatibility or chip tag labeling
2020-05-13 21:33:07 +05:30
navjot
b4a7bcc3b2
fixed flake8, pycodestyle and pylint issues 2020-05-13 21:31:22 +05:30
navjot
a8e1e7a760
worked on message listing compatibility or chip tag labeling 2020-05-13 20:29:19 +05:30
navjotcis
3940e24fb2
Merge pull request #66 from jaicis/Chatroom
worked on making python3 android app compitable
2020-05-12 16:49:10 +05:30
navjot
58c4875ae0
worked on making python3 android app compitable 2020-05-12 16:34:12 +05:30
7787722452
Search option "To" makes no sense on tab "Subscriptions"
Made "Subject" the default search option
2020-05-11 13:39:13 +03:00
aba61e57a8
flake8 and style fixes and docstrings in helper_search 2020-05-11 13:39:13 +03:00
ef6be53702
Do not convert search option because helper_search compares it
to the result of _translate()
2020-05-11 13:39:13 +03:00
045a2ef443
Update messagelist also if search line cleared 2020-05-11 13:38:16 +03:00
navjotcis
bf435b674b
Merge pull request #65 from jaicis/Chatroom
created chat table structure and added messagetypes
2020-05-06 14:33:54 +05:30
d09782e53d
Obsolete bitmessagemain.connectToStream(), use BMConnectionPool method 2020-05-05 17:30:31 +03:00
c5b77a08fa
Moved addresses demo script into tests.test_crypto 2020-05-05 17:30:31 +03:00
8684d647a3
Use default digestalg='sha256' in highlevelcrypto.sign() 2020-05-05 17:30:30 +03:00
280095b08f
Moved state.openKeysFile() into bitmessageqt where it's used 2020-05-05 17:30:23 +03:00
185ad66ea5
Moved most of variables from shared elsewhere (mostly to state) 2020-05-05 17:27:38 +03:00
navjot
f04829eca0
created chat table structure and added messagetypes 2020-05-02 14:38:30 +05:30
navjotcis
0fca124cd8
Merge pull request #64 from jaicis/Chatroom
fixed code quality for pylint, flake8 or codestyle
2020-04-30 17:26:27 +05:30
navjot
0568fd87f8
fixed code quality for pylint, flake8 or codestyle 2020-04-30 17:19:48 +05:30
navjotcis
a03d2cce17
Merge pull request #63 from jaicis/Chatroom
worked on chatroom Ui designing
2020-04-30 16:38:53 +05:30
7fd6200fb1
Wine build patch for OpenCL frozen mode
- PyOpenCL needs to be patched to work in frozen mode
2020-04-29 12:12:38 +08:00
31fc899060
Protect stopresending* settings from being overriden by zeroes
when lineEditDays and lineEditMonths is blank. Fixes: #1558.
2020-04-28 18:31:44 +03:00