Jonathan Warren
|
69267fb6fe
|
Fix issue #212 to support international characters
|
11 years ago |
Jonathan Warren
|
c3f24f1088
|
Merge branch 'feature/osxbuild' of http://github.com/maran/PyBitmessage into maran-feature/osxbuild
|
11 years ago |
Jonathan Warren
|
5aedc385b8
|
Manual merge github issue #212
|
11 years ago |
jordan@hall05.co.uk
|
28ed9676cc
|
Fixed indentation error (previous commit contained no files)
|
11 years ago |
jordan@hall05.co.uk
|
3f07f895bc
|
Added 'getAllInboxMessages' command to API.
|
11 years ago |
jordan@hall05.co.uk
|
ce8113b36e
|
Changed received to 'lastActionTime' for 'getSentMessageById' command.
|
11 years ago |
jordan@hall05.co.uk
|
fba402ab18
|
Added 'getSentMessageById' command to API
|
11 years ago |
jordan@hall05.co.uk
|
d79d002dd3
|
Added 'getAllSentMessages' command to API
|
11 years ago |
Jonathan Warren
|
9d7a869cb9
|
Prevent proofOfWork pool threads from returning any data if shut down before finished with a POW
|
11 years ago |
Jonathan Warren
|
aeeb7c9878
|
Moved UI related files all into the bitmessageqt folder
|
11 years ago |
Jonathan Warren
|
28f9144113
|
When using API, start giving user actual message encoding type now that the inbox table actually tracks it
|
11 years ago |
Jonathan Warren
|
461a49f99f
|
Merge branch 'master' of http://github.com/acejam/PyBitmessage into acejam-master
|
11 years ago |
Jonathan Warren
|
da0f486179
|
manually merge github pull request: Unicode chars in localtime prevented the gui from starting
|
11 years ago |
Jonathan Warren
|
9ff2c9568f
|
adjust code formatting
|
11 years ago |
Jonathan Warren
|
952524f7d5
|
Merge branch 'master' of http://github.com/Arceliar/PyBitmessage into Arceliar-master
|
11 years ago |
Jonathan Warren
|
4f8742655d
|
update defaultKnownNodes
|
11 years ago |
Jonathan Warren
|
0b602f0f8c
|
Added more translatable strings
|
11 years ago |
Jonathan Warren
|
fa91d31f42
|
adjust translation-related code
|
11 years ago |
Jonathan Warren
|
48b5e26e46
|
Finished adjusted _translate function to work under daemon mode
|
11 years ago |
nimda
|
5a10d997f9
|
tabs?
|
11 years ago |
nimda
|
3865d3cb9f
|
'Save message as...' option in Inbox
|
11 years ago |
Maran
|
5e66e81ab7
|
Make sure libcrypto from brew is linked. In the resulting .app
|
11 years ago |
Maran
|
3475000902
|
Added OS X Build scripts
|
11 years ago |
Jonathan Warren
|
5938efca1a
|
Manual merge and fix Github issue #213
|
11 years ago |
Gatien Bovyn
|
fd3f1f8ebf
|
fixed typo ack-arg for translation
|
11 years ago |
Gatien Bovyn
|
0343c67b95
|
applied Atheros1 commit for error handling around .encrypt
commit 8d7eceb18e
|
11 years ago |
Gatien Bovyn
|
cad151a440
|
strings comparaison failed with translation: fixed
|
11 years ago |
nimda
|
8acd7669e4
|
This grammar bothered me.
|
11 years ago |
nimda
|
e6beeedea1
|
str() for luck
|
11 years ago |
nimda
|
e7378cffcc
|
actually add status bar message.
|
11 years ago |
nimda
|
f264c22ffb
|
actually fix SQL error, add status bar message.
|
11 years ago |
nimda
|
06ca8625f5
|
try to fix SQL error
|
11 years ago |
nimda
|
3539160bd4
|
I can't believe I forgot that bracket.
|
11 years ago |
nimda
|
5b6a3d419e
|
cleanup
|
11 years ago |
nimda
|
98aacd16ff
|
Subscribe to an address in the addressbook
|
11 years ago |
Joshua Noble
|
a8693156b0
|
Add getInboxMessageById API command
|
11 years ago |
Gatien Bovyn
|
b7f99a10d2
|
corrected an string comparaison, naturally failed in french
|
11 years ago |
Gatien Bovyn
|
7fb20468a8
|
trying to resolve _translate undefined
|
11 years ago |
Gatien Bovyn
|
8db60e788c
|
translation updated
|
11 years ago |
Gatien Bovyn
|
71e30e1a65
|
translation updated
|
11 years ago |
Gatien Bovyn
|
574f4d5c3e
|
new translatable strings found + french translation updated
|
11 years ago |
Jonathan Warren
|
8d7eceb18e
|
Add error handling around .encrypt
|
11 years ago |
Gatien Bovyn
|
930159303c
|
fixed typo + translations updated
|
11 years ago |
Gatien Bovyn
|
1f10b2d50c
|
new translatable string in bitmessagemain
|
11 years ago |
Gatien Bovyn
|
45ac908b1e
|
update french translation
|
11 years ago |
Gatien Bovyn
|
0bfb6c4590
|
2 new translatable strings in bitmessagemain
|
11 years ago |
Gatien Bovyn
|
dbc5abbe19
|
new string find to be translated in bitmessagemain + fixed english typo in GUI
|
11 years ago |
Gatien Bovyn
|
63744bfb27
|
autopep8 bitmessagemain.py file + fixed typo
|
11 years ago |
Gatien Bovyn
|
04c3857c68
|
updated icons file
pyrcc4 bitmessage_icons.qrc -o bitmessage_icons_rc.py
|
11 years ago |
Gatien Bovyn
|
242981755f
|
fixed "libpng warning: iCCP: known incorrect sRGB profile" error
=== before ===
(find . -iname '*.png' -type f -exec identify -verbose '{}' +) |& grep 'known incorrect sRGB profile'
identify: iCCP: known incorrect sRGB profile `./can-icon-24px-green.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./greenicon.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./can-icon-24px-yellow.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./redicon.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./can-icon-24px.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./can-icon-24px-red.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./can-icon-16px.png' @ warning/png.c/MagickPNGWarningHandler/1830.
identify: iCCP: known incorrect sRGB profile `./yellowicon.png' @ warning/png.c/MagickPNGWarningHandler/1830.
|
11 years ago |
Gatien Bovyn
|
c7358bdb84
|
function _translate - lighter code
replace QtGui.QApplication.translate with _translate
|
11 years ago |
Gatien Bovyn
|
11334a0cdf
|
fixed french typo
|
11 years ago |
Gatien Bovyn
|
1540e99f6d
|
fixed french typo
|
11 years ago |
Gatien Bovyn
|
ce638ae076
|
fixed typo + translation file
|
11 years ago |
Gatien Bovyn
|
eba8bbe55c
|
fixed typo in GUI
|
11 years ago |
Gatien Bovyn
|
7f97a27e8a
|
fixed typo in translation file
|
11 years ago |
Gatien Bovyn
|
cbf160a8d9
|
fixed typos + translation files
|
11 years ago |
Gatien Bovyn
|
da7332ae5b
|
fixed typo + translation files
|
11 years ago |
Gatien Bovyn
|
4f3b6751b3
|
launched autopep8 --in-place --recursive --jobs=0 -aaaaa __init__.py
|
11 years ago |
Jonathan Warren
|
faa643b73f
|
Merge pull request #203 from razzintown/master
Typo: "exist" to "exit"
|
11 years ago |
Gatien Bovyn
|
a5dd8c9187
|
updated translation files
|
11 years ago |
Gatien Bovyn
|
69b2468ed7
|
updated translation files
|
11 years ago |
Gatien Bovyn
|
a5d7088c5c
|
updated translation files
|
11 years ago |
Gatien Bovyn
|
9062942eb2
|
updated translation
|
11 years ago |
Gatien Bovyn
|
fd4a396be1
|
update translatable strings
|
11 years ago |
Gatien Bovyn
|
371898bc24
|
modified to work in translations/
|
11 years ago |
Gatien Bovyn
|
b73ae3edfc
|
translation file needed by Qt4
|
11 years ago |
Gatien Bovyn
|
da09198246
|
translation of bitmessage in french
|
11 years ago |
Gatien Bovyn
|
823847609e
|
.pro file that indicate which files to translate
|
11 years ago |
Gatien Bovyn
|
bac378283e
|
moved to translations/
|
11 years ago |
Gatien Bovyn
|
d18875cf5f
|
.pro file to indicate what needs to be translated
|
11 years ago |
Gatien Bovyn
|
ab46d4ef3a
|
modify string so they can be translated
|
11 years ago |
Gatien Bovyn
|
7c96ef5b6c
|
load QTranslator and get locale
|
11 years ago |
Gatien Bovyn
|
7dd57d6181
|
import locale for localisation
|
11 years ago |
Jonathan Warren
|
087d1b8c68
|
Continued Max acceptable difficulty programming and testing
|
11 years ago |
Jonathan Warren
|
ee0c0f8c9b
|
Continued Max acceptable difficulty programming and testing
|
11 years ago |
Jonathan Warren
|
999e6e6ccd
|
Merge branch 'master' of github.com:Atheros1/PyBitmessage
|
11 years ago |
Jonathan Warren
|
7f19ac82d0
|
Check to see whether we are awaiting a new pubkey within the receiveData thread not the workerThread
|
11 years ago |
Razz Fox
|
6afd7e46d4
|
Typo: "exist" to "exit"
|
11 years ago |
Jonathan Warren
|
179723bbf8
|
Continued Max acceptable difficulty programming and testing
|
11 years ago |
Jonathan Warren
|
7b508884e3
|
some initial work completed on MaxAcceptableDifficulty checking
|
11 years ago |
Jonathan Warren
|
e3927acb80
|
broadcastpending message status is obsolete, use broadcastqueued instead
|
11 years ago |
Jonathan Warren
|
127ad53685
|
broadcastpending message status is obsolete, use broadcastqueued instead
|
11 years ago |
Jonathan Warren
|
e25f08b9ed
|
Correct ECDSA verify
|
11 years ago |
Jonathan Warren
|
e7f972ca66
|
Correct ECDSA verify
|
11 years ago |
Arceliar
|
30d829d0d4
|
Wait for PoW processes to exit before returning a result. Hopefully not needed.
|
11 years ago |
Arceliar
|
4aca81e21f
|
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage
|
11 years ago |
Arceliar
|
7f4fee40fb
|
Removed an extraneous conditional import.
|
11 years ago |
Arceliar
|
279f38ff97
|
Trying to enable multicore PoW with single core as a fallback when it's a problem.
|
11 years ago |
Jonathan Warren
|
b6113369c6
|
Remove inbox item from GUI when using API command trashMessage
|
11 years ago |
Jonathan Warren
|
55de3ad9c7
|
Remove multi-core POW support
|
11 years ago |
Jonathan Warren
|
884a4120d6
|
Merge branch 'master' of github.com:Bitmessage/PyBitmessage
|
11 years ago |
Jonathan Warren
|
21559e09f1
|
Remove multi-core POW support
|
11 years ago |
Jonathan Warren
|
3303dfe1c6
|
Merge pull request #187 from Atheros1/master
Emergency fix for 64-bit Windows systems
|
11 years ago |
Jonathan Warren
|
32efdca33c
|
Emergency fix for 64-bit Windows systems
|
11 years ago |
Jonathan Warren
|
81d691d84a
|
Merge pull request #184 from fuzzgun/master
Debian packaging improvements and fixes
|
11 years ago |
Jonathan Warren
|
483e51ad04
|
initilize the ackdataForWhichImWatching data structure within the single worker thread
|
11 years ago |
fuzzgun
|
eb2d16c574
|
debian build script improvements
|
11 years ago |
Jonathan Warren
|
816967dd98
|
Increment version number to 0.3.2
|
11 years ago |
Jonathan Warren
|
433d55d351
|
Low priority POW threads
|
11 years ago |
Jonathan Warren
|
3f5b7a5936
|
Remove remaining references to the old myapp.trayIcon
|
11 years ago |
Jonathan Warren
|
de384c1c56
|
Multi-core POW
|
11 years ago |
Jonathan Warren
|
a99e3d7780
|
Multi-core POW
|
11 years ago |
Jonathan Warren
|
ad2457361f
|
Multi-core POW
|
11 years ago |
Jonathan Warren
|
b77e65d3f6
|
Merge http://github.com/Arceliar/PyBitmessage into Arceliar
|
11 years ago |
Jonathan Warren
|
a0e6430c83
|
Refactored message status-related code
|
11 years ago |
Arceliar
|
42a446748d
|
Consistent use of i as an iterator.
|
11 years ago |
Arceliar
|
651cdd6357
|
Fixed double PoW on pubkey messages.
|
11 years ago |
Arceliar
|
128c6916af
|
Moved proof of work to child processes.
|
11 years ago |
Jonathan Warren
|
c762d7ed01
|
Added menu option to delete all trashed messages
|
11 years ago |
Jonathan Warren
|
ac2bf4715a
|
Merge branch 'master' of github.com:Atheros1/PyBitmessage
|
11 years ago |
Jonathan Warren
|
3b9c5885ea
|
Added menu option to delete all trashed messages
|
11 years ago |
Jonathan Warren
|
3ee9b4ea6e
|
inv flooding attack mitigation
|
11 years ago |
Jonathan Warren
|
7a271dccdd
|
On Linux, when selecting Show Bitmessage, do not maximize automatically
|
11 years ago |
Jonathan Warren
|
9e0b1d3147
|
Use tray icons stored in bitmessage_icons_rc.py
|
11 years ago |
Jonathan Warren
|
204f1fe52c
|
Verify label is UTF-8 data
|
11 years ago |
Jonathan Warren
|
2293f52380
|
Small gui change per github issue #162
|
11 years ago |
Jonathan Warren
|
06992eeb71
|
Merge branch 'master' of github.com:Atheros1/PyBitmessage
|
11 years ago |
Jonathan Warren
|
a293cef8d1
|
Added new deterministic address and subscription-related commands
|
11 years ago |
Jonathan Warren
|
4705c4f78a
|
New tray icon, also use existing local-IP rejection function for received addr messages also
|
11 years ago |
Jonathan Warren
|
eb9339052d
|
adjust tab order
|
11 years ago |
Jonathan Warren
|
ca874215a7
|
set a short timeout for incoming connections which are not fully established with version messages
|
11 years ago |
Jonathan Warren
|
cb387af25f
|
allow active nodes which are not actually Bitmessage nodes to expire out of the knownNodes file
|
11 years ago |
Jonathan Warren
|
7d5579f1a3
|
Prevent incoming connection flooding from crashing singleListener thread
|
11 years ago |
Jonathan Warren
|
03739adc0d
|
Merge branch 'master' of github.com:Atheros1/PyBitmessage
|
11 years ago |
Jonathan Warren
|
dd2a512111
|
update defaultKnownNodes.py
|
11 years ago |
Jonathan Warren
|
b5fef550bf
|
fix bug that caused workerThread to crash when sending out an old v2 pubkey
|
11 years ago |
Jonathan Warren
|
7458b09e07
|
Wrap all sock.shutdown functions in error handlers because evidently these can fail on some OSs if the socket is already shut down from earlier.
|
11 years ago |
Jonathan Warren
|
dfd91d35af
|
on exception during a SQL execute, show user the SQL line that caused the exception
|
11 years ago |
Jonathan Warren
|
17a8ece5c1
|
Commit commands must be within a sqlLock
|
11 years ago |
Jonathan Warren
|
5cf30c1533
|
Bugfix: Must use toAddress instead of addressInKeysFile if toLabel is blank when receiving message
|
11 years ago |
Jonathan Warren
|
ab4a5da28a
|
Bugfix: Must use toAddress instead of addressInKeysFile if toLabel is blank when receiving message
|
11 years ago |
Jonathan Warren
|
1a7d21d000
|
comment out old self.trayicon
|
11 years ago |
fuzzgun
|
fb60aa7b60
|
Use showMaximized
|
11 years ago |
fuzzgun
|
094a0debb6
|
Merge branch 'master' of https://github.com/Atheros1/PyBitmessage
|
11 years ago |
Jonathan Warren
|
a93bee3005
|
Match Wiki Protocol-spec to program
|
11 years ago |
fuzzgun
|
de06cdef73
|
Merge branch 'master' of https://github.com/Atheros1/PyBitmessage
|
11 years ago |
fuzzgun
|
6371b338a6
|
Avoid an unnecessary query if there are no items in the messaging menu
|
11 years ago |
fuzzgun
|
f0a2c65b2e
|
Merge remote-tracking branch 'upstream/master'
|
11 years ago |
Jonathan Warren
|
28a9d4741c
|
show Connected notification when going from red to green status also
|
11 years ago |
Jonathan Warren
|
78f1213a04
|
Merge branch 'homebrew' of http://github.com/siuying/PyBitmessage into siuying-homebrew
|
11 years ago |
Jonathan Warren
|
b5173fd835
|
Merge branch 'master' of http://github.com/fuzzgun/PyBitmessage into fuzzgun-master
|
11 years ago |
Jonathan Warren
|
0842679314
|
manually merged changes in
|
11 years ago |
fuzzgun
|
09a854c203
|
Messaging menu behavior improved in accordance with issue #135
|
11 years ago |
fuzzgun
|
4c006d123d
|
Messaging menu item selects the oldest unread message
|
11 years ago |
fuzzgun
|
3b2382262a
|
Standardise on 'Quit' rather than 'Exit'
|
11 years ago |
fuzzgun
|
501a824365
|
New tray icons
|
11 years ago |
Francis Chong
|
a041d48375
|
[OSX] Try to seek homebrew installation of openssl, fixes #76
|
11 years ago |
fuzzgun
|
d154e2495c
|
minimiseonclose option to minimize the application when the window is closed
|
11 years ago |
fuzzgun
|
8973d348ad
|
Application indicator show status is cleared when the application window is minimized
|
11 years ago |