coffeedogs
7ed459b644
Changes based on style and lint checks. (final_code_quality_6)
2018-10-18 19:46:01 +01:00
coffeedogs
759b760977
Fixed: Style and lint violations for three more of the worst violating files
2018-05-28 14:35:30 +01:00
f5a143d0b8
Config validator
...
- config options can have validators
- limit maxoutboundconnections to max 8
2017-06-27 13:19:12 +02:00
Justin Ramos
fd95f8f519
allowing for max outbound connection configuration
...
Signed-off-by: Justin Ramos <justin.ramos@gmail.com>
2017-02-21 16:28:54 -06:00
4af788e963
Placeholder proxy text
...
- based on what tor you're probably using (9150 for OSX and Windows,
9050 for others)
2016-11-12 15:41:58 +01:00
e9a3ef465c
OpenCL vendor selector
...
- when you have multiple OpenCL drivers at the same time, e.g. intel and
nvidia, they won't mix leading to crashes. This patch makes it
possible to select which driver to use by listing the available
vendors
2016-11-10 21:43:10 +01:00
Marius Ghita
7aecb4aad1
Hide connection notifications configuration option
...
New option on the User Interface settings tab, to hide connection
notification messages.
2016-10-11 19:14:06 +02:00
fd4329bee0
Refactor localisation
...
The language combo box is generated dynamically from the list of
available translations in the translations directory. This allows the
users to add their own translations without having to change the code.
2016-05-02 15:00:25 +02:00
9e2ae4eeb5
Allow close to tray
...
PyBitmessage can now close to tray. Even though the main code was there,
the UI and config variable were missing.
Fixes Bitmessage#564
2016-05-02 15:00:24 +02:00
mailchuck
e7e245fe25
OpenCL GUI settings
2016-05-02 15:00:21 +02:00
mailchuck
48b9e50397
UPnP GUI
...
Settings GUI now contains a checkbox for UPnP and auto starts/stops the
thread when changed.
Default UPnP socket timeout decreased for faster thread
starting/stopping
2016-05-02 15:00:21 +02:00
mailchuck
1c4015d359
Spanish wrongly spelled
...
Fixes #74
2016-05-02 15:00:19 +02:00
Jonathan Warren
8b95ad1659
updated settings.ui file for Czech translation
2014-12-25 23:24:09 -05:00
digital dreamer
345303a560
Add Czech translation
2014-11-30 15:13:48 +01:00
Jonathan Warren
0865e863ec
Added ability to limit network transfer rate
2014-09-10 16:47:51 -04:00
Jonathan Warren
b97a65391c
added dutch translation option to settings dialog
2014-05-19 16:01:46 -04:00
Jonathan Warren
a49ab786bb
resolve merge conflict
2014-04-30 18:48:00 -04:00
goldbook
e63276c240
add japanese transration.
2014-02-01 17:15:50 +09:00
Daniel Kraft
6326147d6f
Make reply below quote opt-in.
...
Add a new preference for 'reply below quote' and only use the new
quoting style if it is set.
2014-01-28 20:57:01 +01:00
Jonathan Warren
89d778528a
changed the Chinese translation of 'Chinese' to the simplified version
2014-01-20 14:30:47 -05:00
flaskevann
020fb498ca
Update settings.py
...
Tiny tiny change: "norsk" -> "Norsk"
2014-01-16 15:37:07 +01:00
Jonathan Warren
d2138ba8e1
Added Chinese translation to settings options box
2014-01-12 20:24:30 -05:00
Abdulla Almehrezi
075541347d
Arabic language translation
2014-01-07 00:28:42 +04:00
Jonathan Warren
1a489691be
added Norwegian translation to UI
2013-12-16 00:15:07 -05:00
Jonathan Warren
c490f63170
further work on 'messages expire' feature
2013-11-05 23:22:51 -05:00
Jonathan Warren
bd2803bebc
various changes to 'messages expire' pull request
2013-11-04 02:05:07 -05:00
Jonathan Warren
e5fce78fc3
revert settings window as close as possible to previous size
2013-11-02 18:05:39 -04:00
Jonathan Warren
f7ef2b4e05
various changes to Identicon code
2013-11-01 19:25:24 -04:00
ikarakatsanis
9066dad5e3
AQWA feature: UI setting for Bitmessage to stop trying to send messages after X hours/days/months
2013-10-10 09:10:46 +04:00
ikarakatsanis
c16d9787d2
feature1_v3_AQWA
2013-10-03 18:29:50 +04:00
ikarakatsanis
d487b522cf
feature_v1
2013-10-02 04:14:53 +04:00
ikarakatsanis
234081cc17
New tab "Adjusting time period for resending messages" was added
2013-09-27 02:14:24 +04:00
ikarakatsanis
2293253d38
test to check git usage
2013-09-26 16:21:11 +04:00
sendiulo
aed489a2bc
Merge branch 'upstream/master'
...
Conflicts:
src/bitmessageqt/__init__.py
src/bitmessageqt/bitmessageui.py
src/bitmessageqt/settings.py
src/bitmessageqt/settings.ui
src/helper_startup.py
2013-09-21 16:24:14 +02:00
sendiulo
d6bd2b3938
- GUI settings done
2013-09-21 14:31:47 +02:00
sendiulo
a58164d831
- additional identicon type "empty" if you want to have a placeholder
...
- place image named 'default.*' to display a generic user icon as fallback
- place image named '[Broadcast Subscribers].*' to set the icon for broadcasts
2013-09-21 13:21:36 +02:00
sendiulo
86485a9b09
nonfunctional identicon settings-GUI
2013-09-18 17:39:45 +02:00
Jonathan Warren
9774cd2a5c
fix #464
2013-09-02 16:51:32 -04:00
Jonathan Warren
0d5f2680d4
various modifications to previous commit regarding ability to select language
2013-08-27 22:29:39 -04:00
sendiulo
deeac2c99b
Identicons working in most lists, but not working for new items yet.
...
There are no settings yet.
2013-08-27 11:47:14 +02:00
sendiulo
a36c696f9d
Now the userlocale can be set manually in the keys.dat without being overwritten (e.g. for importing language files that aren't already in the main code).
2013-08-24 09:21:59 +02:00
sendiulo
da93d1d8b4
Combobox for language selection.
...
Unfortunately, I didn't manage to automatically provide all the languages that are available as *.qm files. By now we have to manually set the combobox items and the list for the languages in the bitmessageqt/__init__.py
2013-08-24 09:07:46 +02:00
sendiulo
a6b946f5be
Enable user-set loclization. There is a checkbox in the settings to switch this on and off. The text field in the settings can be filled with the appropriate language code.
...
I've set it to degrade to language codes in both the user-set locale and the imported default locale, e.g. if there is no 'en_US' then use 'en' (like grant olsons commit).
2013-08-21 16:08:22 +02:00
Jonathan Warren
077177b742
Dont show Fetch button if cannot connect to Namecoin
2013-08-14 18:59:50 -04:00
Jonathan Warren
27f10f6ac1
fix merge conflicts
2013-08-12 00:09:36 -04:00
Jonathan Warren
cdec4ad506
Added option in settings menu to allow sending to mobile
2013-08-08 15:37:48 -04:00
Daniel Kraft
a2fe6a1b44
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into namecoin-id
...
Conflicts:
src/bitmessageqt/__init__.py
src/bitmessageqt/bitmessageui.py
src/bitmessageqt/settings.py
2013-07-17 18:15:45 +02:00
David Nichols
97f0c56aa8
Adding configuration option to listen for connections when operating with a SOCKS proxy.
2013-07-12 13:03:09 -05:00
Daniel Kraft
92e2970767
Support NMControl.
...
Optionally support querying nmcontrol instead of namecoind,
including UI for selecting the preference.
2013-07-07 20:04:57 +02:00
Daniel Kraft
213d92b88a
Add UI to test namecoin connection.
...
Add a test button to namecoin UI settings, which tries
out the connection and reports its result back. Also use
namecoin.conf as config file to load default RPC user/pass
combination from.
2013-07-07 18:41:13 +02:00