5848015d1d
Explicitly set wordWrap property to false in STableWidgets
...
on tabs "Send", "Blacklist" and "Network Status":
in qt5 it's probably true by default.
2019-11-18 15:06:27 +02:00
b2a3647be7
PyQt5 based qtpy fallback
2019-11-18 15:06:27 +02:00
7364824aee
TimestampRole == 33 for timestamp data in myTableWidgetItem
2019-11-18 15:06:27 +02:00
2445b71b20
Handled pylint warnings in bitmessageqt, qidenticon, depends,
...
resolved pylint redefined-variable-type warnings,
marked autogenerated modules for skipping by pylint and flake8
2019-11-18 15:06:27 +02:00
1740b99492
QWheelEvent.orientation() is obsolete, used angleDelta() instead
2019-11-18 15:06:27 +02:00
284a915976
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
- minor change in MyForm.rerenderAddressBook
2019-11-18 15:06:26 +02:00
326998953d
fromAddress - str, subject - unicode
...
(for simple encoding like for extended)
2019-11-18 15:06:26 +02:00
567386f7c2
Instantiate QFont only when it's needed
2019-11-18 15:06:26 +02:00
58b752127d
QComboBox.findData() compatible with pyside
2019-11-18 15:06:26 +02:00
aa7ba6e278
Sorted things out with validation of NewChanDialog
2019-11-18 15:06:26 +02:00
9a2e91f616
Prevent str -> unicode conversion of inventoryHash
2019-11-18 15:06:26 +02:00
42ee308bd8
Better formatting of connections table header
2019-11-18 15:06:25 +02:00
a63f2b39a9
Module support rewrite:
...
- removed _translate calls except for address labels
- added Qt API string into support request
2019-11-18 15:06:25 +02:00
7c84077210
Changes for pyside:
...
customwidgets in ui-files and QtGui.QPen instantiation
2019-11-18 15:06:24 +02:00
8aa020fc37
Remove unicode() calls in safehtmlparser, ocassional flake8
2019-11-18 15:06:24 +02:00
ea33199dbd
Initial support for PyQt5 (main window shown) using QtPy package.
...
QtPy is a compatibility layer which allows to use the code written for
PyQt5 with any python Qt binding: PyQt4, PyQt5, pyside or pyside2.
Main differences in PyQt5:
- all widget classes are now in QtWidgets package, not QtGui;
- QString obsoleted by unicode (sip API 2);
- changed the way of signals connection.
2019-11-18 15:06:24 +02:00
341651973a
Reduced imports:
...
- exported from network package all objects used outside;
- made all threads available in threads module.
Wrote some module docstrings.
2019-11-11 12:03:03 +02:00
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').
2019-10-21 00:03:41 +00:00
42a89ad367
Delete from addressbook by pressing DEL
2019-09-24 14:59:12 +03:00
7d0e23e31a
Delete from addressbook only by address ( Fixes : #1484 )
2019-09-24 14:59:12 +03:00
24ae91ad0a
Set dontconnect temporary, completely avoiding saving
2019-09-20 14:31:52 +03:00
df66277e2d
state.resetNetworkProtocolAvailability() is obsolete
2019-09-20 14:31:51 +03:00
18392017c6
Do not propose user to restart Bitmessage
...
if network settings have changed, drop network connections instead
2019-09-20 14:31:51 +03:00
8a3074f3ff
ui-file based Settings dialog
2019-09-20 14:31:45 +03:00
709e194347
Fix #1504 (regression introduced in 0c1e516
)
2019-08-16 12:32:16 +03:00
e8bd427b9f
flake8 for bitmessageqt.safehtmlparser (with docstrings from #1368 )
2019-08-13 10:57:52 +03:00
e07cd1462e
Added address menu plugins to each popup menu except for Blacklist,
...
closes #819
2019-07-08 16:56:41 +03:00
c9bc97f4b2
Set status icon color to yellow if last inbound connection is lost
2019-06-29 22:37:35 +03:00
f7e1601185
flake8 imports in blacklist
2019-06-21 16:47:47 +03:00
fbf5bcc74c
Blacklist object has no .statusBar() method - use UISignalQueue.put()
2019-06-21 16:47:42 +03:00
a5300e8584
Took into account pylint undefined-loop-variable warnings
2019-06-08 11:22:03 +03:00
0c1e516921
Implemented folder and widget args in propagateUnreadCount(), removed the rest
2019-06-08 11:22:03 +03:00
ffdd91b021
Fixed propagateUnreadCount() result when having unread messages in trash
2019-06-08 11:22:02 +03:00
3e800c72a0
Fix ternary operator use to translate "Copy subject to clipboard"
2019-05-23 10:21:28 +03:00
828f4d207f
Subject appeared to be str
2019-05-22 11:58:45 +03:00
e3344ade59
Escape HTML in MessageList_SubjectWidget ( fixes #1234 )
2019-04-26 11:05:02 +03:00
d2e4d068d4
Added the same "Send message to this address" item to subscription
...
context menu and ordered the menus in the same way.
2019-03-28 17:32:24 +02:00
34ceb98d34
Reused AccountMixin.accountString() in other methods of MyForm
...
and simplified manipulations with addressbook selection.
2019-03-28 17:32:24 +02:00
9a58af4de5
New method foldertree.AccountMixin.accountString():
...
composes the 'label <address>' string which is used in
MyForm.on_action_Send() instead of bare address.
2019-03-28 17:32:18 +02:00
5a9a2dd54c
Resolve pylint warnings
2019-03-25 18:48:03 +02:00
71e4c29419
"Send message to this chan" item in chan context menu ( closes #1445 )
2019-03-25 18:48:03 +02:00
sandakersmann
37489cf7fe
Changed http to https in about.io
2019-03-23 18:59:05 +01:00
sandakersmann
fcc7a4e579
Update about.ui to 2019
2019-03-23 18:55:47 +01:00
Marius Kjærstad
e0efb7fd2f
Merge branch 'v0.6' into v0.6
2019-03-23 15:14:56 +01:00
c38d250389
Resolved pylint warnings and removed allThreadTraceback() entirely
2019-03-11 16:08:41 +02:00
3ec798bcfb
helper_generic is obsolete
2019-03-11 16:08:41 +02:00
87bf2ac1f5
Handled pylint warnings ( closes #1436 )
2019-03-11 14:32:32 +02:00
d1c601e7ae
Added an option to reply on own messages i.e. send update
2019-03-05 19:13:21 +02:00
sandakersmann
6d31578976
Revert 2019 back to 2017 in about.ui
2019-02-05 15:44:35 +01:00
sandakersmann
8924d4be5c
Changed copyright year to 2019
2019-02-05 15:16:30 +01:00