Commit Graph

2842 Commits

Author SHA1 Message Date
Biryuzovye Kleshni 7ad1725235 Applying solution I don't understand 2018-08-02 15:00:23 +00:00
Biryuzovye Kleshni 192b083d58 Readability 2018-07-30 03:10:48 +00:00
Biryuzovye Kleshni 0aaad8b896 Fixed big-endian decoding 2018-07-30 02:58:39 +00:00
Biryuzovye Kleshni 8e1259d06c More old code deleted 2018-07-29 12:47:44 +00:00
Biryuzovye Kleshni a398354700 Deleted old module 2018-07-29 12:06:55 +00:00
Biryuzovye Kleshni c22c5c2208 Removed broken API methods 2018-07-29 11:46:02 +00:00
Biryuzovye Kleshni 02ece2d491 Added more API for raw objects 2018-07-29 11:06:41 +00:00
Biryuzovye Kleshni 00c4ee881f Added API for raw objects 2018-07-29 09:44:15 +00:00
Biryuzovye Kleshni 373157db45 Added POW settings to settings window 2018-07-29 04:38:05 +00:00
Biryuzovye Kleshni 2c7d677ccf Added estimated POW time tooltip 2018-07-23 08:01:22 +00:00
Biryuzovye Kleshni a27b5e9055
Merge branch 'v0.6' into POW 2018-07-23 07:21:32 +00:00
Biryuzovye Kleshni f6415d6be1 Added "Edit and resend" option 2018-07-23 07:15:36 +00:00
Biryuzovye Kleshni 174fb38c7d Forgotten litter 2018-07-23 06:38:58 +00:00
Biryuzovye Kleshni ce4fe3a66b Added sending cancellation 2018-07-23 06:23:15 +00:00
Peter Šurda 3b4d73d291
Travis should test mandatory dependencies
- travis script tests mandatory dependencies
- may require additional commits as I don't know exactly how travis handles
  errors from multiple scripts
2018-07-22 13:20:07 +02:00
Dmitri Bogomolov e1d2ead701
Fix exception 'KeyError: None' in checkdeps introduced in e92a85e,
Fixes #1316
2018-07-22 13:37:12 +03:00
Dmitri Bogomolov 996a48f298
Confirmation for network switch 2018-07-22 12:10:13 +03:00
Biryuzovye Kleshni c66156aeea Added POW speed indicator 2018-07-22 08:51:23 +00:00
Biryuzovye Kleshni b2441c7830 Deleted generated code for main window 2018-07-22 07:46:09 +00:00
Biryuzovye Kleshni d1a5c604e6 Deleted generated code for settings window 2018-07-20 00:02:17 +00:00
Biryuzovye Kleshni e94bdf4642 Fix "maxcores" setting 2018-07-15 20:03:29 +00:00
Biryuzovye Kleshni b24edfdc22 Merge branch 'v0.6' into POW 2018-07-15 19:24:13 +00:00
Biryuzovye Kleshni 8e0bff7d52 Connect WorkProver to SingleWorker 2018-07-15 18:37:23 +00:00
Marius Kjærstad 09e7cc42ad
Changed http:// to https:// on BeamStat link
Changed http:// to https:// on BeamStat link in README.md
2018-07-13 21:51:56 +02:00
PyBitmessage Translations 8537fbb2cc
Auto-updated language fr from transifex 2018-07-09 14:27:58 +02:00
surbhi 13d41c7647
added imports for wrapper main file kivy running 2018-07-09 17:36:28 +05:30
surbhi 956f689eeb
Fixes some issue of kivy running 2018-07-09 17:22:24 +05:30
surbhi a859dd78e7
moving a kivy module to a separate folder having Ui too 2018-07-09 17:22:08 +05:30
surbhi c22fd4e8a7
Changes made on UI for Desktop and Mobile Clients with suggested review changes 2018-07-09 17:22:08 +05:30
surbhi 7aac991c4f
Changes made on UI for Desktop and Mobile Clients 2018-07-09 17:22:08 +05:30
surbhi 4770790597
Added kivy for making it run on Desktop and Mobile Clients 2018-07-09 17:22:08 +05:30
surbhi 6b2f82a7cd
Added suggested review changes for PR 1297 2018-07-09 17:22:08 +05:30
surbhi d7efd746f2
fix Missing module docstring issue with other pep8 2018-07-09 17:22:08 +05:30
surbhi b4a0d8ad37
fix codacy coding standards issue 2018-07-09 17:22:08 +05:30
surbhi c1868456df
Added kivy basic architecture for support mobile client PyBitmessage 2018-07-09 17:22:08 +05:30
Dmitri Bogomolov 529559d06a
Reduced BMConfigParser in the sake of readability 2018-07-04 17:59:58 +03:00
Dmitri Bogomolov ba5caf3fda
Sorted out configuration loading/updating a bit:
- used BMConfigParser.safeGet.. methods instead of try .. except
  - moved all config checks from class_sqlThread into helper_startup
  - commented out initialization of settings which are then rewritten
    by updateConfig()
2018-07-04 17:59:58 +03:00
Dmitri Bogomolov 2504c80da6
Fix an issue from #1153 for setup without plugins package 2018-07-01 12:18:12 +03:00
Dmitri Bogomolov c7d3784b80
No need to import namecoin early because it's really used only in Qt UI 2018-06-30 16:11:11 +03:00
Biryuzovye Kleshni 3c0e23574d Signal handling 2018-06-30 09:55:53 +00:00
Biryuzovye Kleshni 54291918bf Fix for running after installation 2018-06-30 09:21:39 +00:00
Biryuzovye Kleshni 0c3ce79ea4 Wrap "bitmessagemain.py" for use with "multiprocessing" 2018-06-30 08:57:31 +00:00
Dmitri Bogomolov 795b855c65
Returned logger setting to debug though slightly deduplicated 2018-06-30 01:28:22 +03:00
PyBitmessage Translations da3e72186d
Auto-updated language ru from transifex 2018-06-29 17:15:30 +02:00
Biryuzovye Kleshni 6fb637d1df
Merge branch 'v0.6' into POW 2018-06-28 14:20:56 +00:00
Biryuzovye Kleshni c28a4f6174 Don't load heavy modules until needed 2018-06-28 14:19:50 +00:00
coffeedogs 4139c69212
Merge branch 'v0.6' into issue_1288 2018-06-28 13:07:53 +01:00
coffeedogs d0c2759c41
Fix issue #1288 2018-06-28 12:42:05 +01:00
Biryuzovye Kleshni 90ae95d9cb Added WorkProver to executable builders 2018-06-28 09:47:36 +00:00
Biryuzovye Kleshni 799933086a Downgrade OpenSSL version 2018-06-27 11:13:49 +00:00