30e2113670
A stub against remaining unicode bug.
2018-05-21 15:43:23 +03:00
b210fd84d1
Rebase artifacts
2018-03-26 16:46:16 +03:00
4232bd2b02
qrcode plugin
2018-03-26 16:36:37 +03:00
943547a71b
Reduced BMConfigParser in the sake of readability
2018-03-26 16:36:37 +03:00
027440a212
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-03-26 16:36:32 +03:00
26e2c211c8
QWheelEvent.orientation() is obsolete, used angleDelta() instead
2018-03-26 16:20:28 +03:00
376783603a
Minor change in MyForm.rerenderAddressBook
2018-03-26 16:20:28 +03:00
0bd1fe5a9c
Rewrited languagebox module a bit
2018-03-26 16:20:28 +03:00
825ac4da00
Unnecessary variable redefinition
2018-03-26 16:20:28 +03:00
ff4e5f7ade
Tuples instead of lists if changes aren't needed
2018-03-26 16:20:28 +03:00
d295049653
Reduce list <-> set conversions
2018-03-26 16:20:28 +03:00
1973093082
fromAddress - str, subject - unicode
...
(for simple encoding like for extended)
2018-03-26 16:20:28 +03:00
bd708b721d
Instantiate QFont only when it's needed
2018-03-26 16:20:27 +03:00
39fe1b8e9f
QComboBox.findData() compatible with pyside
2018-03-26 16:20:27 +03:00
59049f8e8b
Sorted things out with validation of NewChanDialog
2018-03-26 16:20:27 +03:00
512bb41a03
No more arg() call on result of _translate()
2018-03-26 16:20:22 +03:00
a83c75e647
Prevent str -> unicode conversion of inventoryHash
2018-03-26 15:26:15 +03:00
4255f96d0f
Better formatting of connections table header
2018-03-26 15:26:15 +03:00
70f0882e27
This version of tr._translate is probably compatible with all Qt APIs
2018-03-26 15:26:15 +03:00
a01910fb49
Module support rewrite:
...
- removed _translate calls except for address labels
- added Qt API string into support request
2018-03-26 15:26:15 +03:00
132d20d698
Changes for pyside:
...
customwidgets in ui-files and QtGui.QPen instantiation
2018-03-26 15:26:14 +03:00
4b49a2f41e
Initial support for PyQt5 (main window shown) using QtPy package
2018-03-26 15:26:09 +03:00
73ebad4a4e
Merge branch '1179' into upstream-v0.6
2018-03-24 09:43:11 +01:00
6430ea7fe6
Merge branch '1171' into upstream-v0.6
2018-03-24 09:40:35 +01:00
cec8519e43
Added "apiinterface" and "apiport" to BMConfigDefaults
2018-03-22 17:50:26 +02:00
55d6239e3d
Merge branch '952' into upstream-v0.6
2018-03-22 16:16:24 +01:00
d974065f8e
Handle exceptions from python without ipv6 support
2018-03-22 17:13:34 +02:00
d7ac440a04
Merge branch '1172' into upstream-v0.6
2018-03-22 16:12:53 +01:00
9ccd3a0989
Prevent settingsDialog from setting dontconnect = false
...
if "Work offline" was checked in the ConnectDialog
2018-03-22 17:10:29 +02:00
6cefaf87e9
Module foldertree: changed subclassing order to reuse common code
2018-03-22 14:55:30 +02:00
90eca36b5d
Module foldertree: simplified a bit and did flake8
2018-03-22 14:55:25 +02:00
6562502416
Even more unused variables
2018-03-22 13:48:07 +02:00
e43bd36618
More unused variables
2018-03-22 13:23:36 +02:00
d91c3a6b0c
Removed unnecessary comment and percent formatting in logger.error
2018-03-22 12:13:47 +02:00
d447db907c
Address operations: simplified the code a bit
2018-03-22 12:13:47 +02:00
006b98389b
Address operations: flake8
2018-03-22 12:13:47 +02:00
cbb228db8b
Merge branch '1180' into upstream-v0.6
2018-03-22 11:08:51 +01:00
Mahendra
8d48164734
fix indentation error in dependency file
2018-03-22 15:27:37 +05:30
5721ca53fd
Merge branch '1174' into upstream-v0.6
2018-03-22 08:31:25 +01:00
Mahendra
1a36361ef9
replace all random.xxx with helper random function
2018-03-21 19:26:27 +05:30
d7cd294eb4
Merge branch '1173' into upstream-v0.6
2018-03-21 14:14:08 +01:00
Mahendra
6076e1832a
implement more helper random changes with replace random.xxx
2018-03-21 18:19:08 +05:30
f3960c1638
Merge branch '1170' into upstream-v0.6
2018-03-21 13:08:10 +01:00
Mahendra
1ad321b08a
replace random.xxx with calls to the helper_random function
2018-03-21 17:22:23 +05:30
08888117af
Merge branch '1169' into upstream-v0.6
2018-03-21 11:57:15 +01:00
Mahendra
48b8af975a
added random(sample, shuffle, randrange) methods in helper_random
2018-03-21 16:13:43 +05:30
Mahendra
ee7b591c6c
added docstring for requirement dependency
2018-03-21 15:47:55 +05:30
ef1cd5a9bd
Merge branch '1159' into upstream-v0.6
2018-03-20 06:49:42 +01:00
sigoa
84c94ad748
codacy no like this
2018-03-18 11:50:57 +01:00
sigoa
c93b31dd45
backticks problematic
2018-03-18 11:46:10 +01:00