Dmitri Bogomolov
1c4d7655c3
Fix socksproxytype in the support message,
...
made that a separate function getSOCKSProxyType(config) in the settings.
3 years ago
Dmitri Bogomolov
e3ccc3c7c8
Support for socksproxytype plugins in Settings dialog
3 years ago
sandakersmann
9119507b03
Changed copyright year to 2020
3 years ago
Dmitri Bogomolov
c79636863d
If tray is not available, disable settings group "Tray"
...
and related checkboxes; set checkBoxMinimizeToTray to false by default
3 years ago
Dmitri Bogomolov
341651973a
Reduced imports:
...
- exported from network package all objects used outside;
- made all threads available in threads module.
Wrote some module docstrings.
3 years ago
George McCandless
b42f536d23
Add a checkbox to the network settings tab that allows restricting outbound connections to onion services (i.e., hosts that end with '.onion').
3 years ago
Dmitri Bogomolov
42a89ad367
Delete from addressbook by pressing DEL
4 years ago
Dmitri Bogomolov
7d0e23e31a
Delete from addressbook only by address ( Fixes : #1484 )
4 years ago
Dmitri Bogomolov
24ae91ad0a
Set dontconnect temporary, completely avoiding saving
4 years ago
Dmitri Bogomolov
df66277e2d
state.resetNetworkProtocolAvailability() is obsolete
4 years ago
Dmitri Bogomolov
18392017c6
Do not propose user to restart Bitmessage
...
if network settings have changed, drop network connections instead
4 years ago
Dmitri Bogomolov
8a3074f3ff
ui-file based Settings dialog
4 years ago
Dmitri Bogomolov
709e194347
Fix #1504 (regression introduced in 0c1e516
)
4 years ago
Dmitri Bogomolov
e8bd427b9f
flake8 for bitmessageqt.safehtmlparser (with docstrings from #1368 )
4 years ago
Dmitri Bogomolov
e07cd1462e
Added address menu plugins to each popup menu except for Blacklist,
...
closes #819
4 years ago
Dmitri Bogomolov
c9bc97f4b2
Set status icon color to yellow if last inbound connection is lost
4 years ago
Dmitri Bogomolov
f7e1601185
flake8 imports in blacklist
4 years ago
Dmitri Bogomolov
fbf5bcc74c
Blacklist object has no .statusBar() method - use UISignalQueue.put()
4 years ago
Dmitri Bogomolov
a5300e8584
Took into account pylint undefined-loop-variable warnings
4 years ago
Dmitri Bogomolov
0c1e516921
Implemented folder and widget args in propagateUnreadCount(), removed the rest
4 years ago
Dmitri Bogomolov
ffdd91b021
Fixed propagateUnreadCount() result when having unread messages in trash
4 years ago
Dmitri Bogomolov
3e800c72a0
Fix ternary operator use to translate "Copy subject to clipboard"
4 years ago
Dmitri Bogomolov
828f4d207f
Subject appeared to be str
4 years ago
Dmitri Bogomolov
e3344ade59
Escape HTML in MessageList_SubjectWidget ( fixes #1234 )
4 years ago
Dmitri Bogomolov
d2e4d068d4
Added the same "Send message to this address" item to subscription
...
context menu and ordered the menus in the same way.
4 years ago
Dmitri Bogomolov
34ceb98d34
Reused AccountMixin.accountString() in other methods of MyForm
...
and simplified manipulations with addressbook selection.
4 years ago
Dmitri Bogomolov
9a58af4de5
New method foldertree.AccountMixin.accountString():
...
composes the 'label <address>' string which is used in
MyForm.on_action_Send() instead of bare address.
4 years ago
Dmitri Bogomolov
5a9a2dd54c
Resolve pylint warnings
4 years ago
Dmitri Bogomolov
71e4c29419
"Send message to this chan" item in chan context menu ( closes #1445 )
4 years ago
sandakersmann
37489cf7fe
Changed http to https in about.io
4 years ago
sandakersmann
fcc7a4e579
Update about.ui to 2019
4 years ago
Marius Kjærstad
e0efb7fd2f
Merge branch 'v0.6' into v0.6
4 years ago
Dmitri Bogomolov
c38d250389
Resolved pylint warnings and removed allThreadTraceback() entirely
4 years ago
Dmitri Bogomolov
3ec798bcfb
helper_generic is obsolete
4 years ago
Dmitri Bogomolov
87bf2ac1f5
Handled pylint warnings ( closes #1436 )
4 years ago
Dmitri Bogomolov
d1c601e7ae
Added an option to reply on own messages i.e. send update
4 years ago
sandakersmann
6d31578976
Revert 2019 back to 2017 in about.ui
4 years ago
sandakersmann
8924d4be5c
Changed copyright year to 2019
4 years ago
Dmitri Bogomolov
5e0d168db6
Do not show context menu on 'sent' folder
...
because the 'sent' table have no column 'read'
4 years ago
GONQ
b2af007280
PGP-signed spelling fix for the connection warning dialog.
4 years ago
coffeedogs
6d98a4ef44
Changes based on style and lint checks. (final_code_quality_17)
4 years ago
coffeedogs
0a30eb0225
Changes based on style and lint checks. (final_code_quality_7)
4 years ago
Dmitri Bogomolov
ea38e91839
Fixing namecoin button again (broken in c7d3784
):
...
* separate method MyForm.resetNamecoinConnection() - sets MyForm.namecoin
to fresh instance of namecoin.namecoinConnection, tests it and shows or
hides "Fetch Namecoin ID" button;
* that method is called when MyForm initializes and when settingsDialog
instance is accepted;
* namecoin.namecoinConnection.query() checks found address and always
prepends it with display name, if query result doesn't contain "name"
field it will be the query string.
4 years ago
Peter Šurda
8ad064dcac
Fix: Shift handling when deleting from Sent
...
Due to the way Qt.KeyboardModifiers works, treating it as an integer results in
unexpected behaviour. As a result, When deleting from Sent, it always deleted
rather than moved an item to trash, when selecting "Move to Trash" from the
context menu. This fixes it.
4 years ago
Dmitri Bogomolov
9ef928b4a9
Removed extra call of shared.thisapp.cleanup() in bitmessageqt
4 years ago
Dmitri Bogomolov
ff04bf072e
Allow re-call of MyForm.quit() if user selected to wait at first
4 years ago
Dmitri Bogomolov
4383b49be8
flake8 for bitmessageqt.MyForm.quit()
4 years ago
coffeedogs
10128b7560
Changes based on style and lint checks. (final_code_quality_2)
4 years ago
coffeedogs
78ddb2f2f2
Changes based on style and lint checks. (final_code_quality_12)
4 years ago
coffeedogs
a72da271d5
Changes based on style and lint checks. (final_code_quality_1)
4 years ago